Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save nlgxzef/bd46fee0ef11594ea1839977bcf537b0 to your computer and use it in GitHub Desktop.
Save nlgxzef/bd46fee0ef11594ea1839977bcf537b0 to your computer and use it in GitHub Desktop.
Various Visual Treatment Settings for NFSMW Extra Options
// Various Visual Treatment Settings for NFSMW Extra Options
// WARNING: USE ONLY ONE AT A TIME
/* ---------------------------------------------------------------- */
// Default settings (EA BLACK BOX) in Extra Options
[VisualTreatment]
EnableVisualTreatmentOverride = 0 // Enables all visual treatment tweaks in this section. (0 = False (Default), 1 = True)
Red = 0.88 // Red amount for Visual Treatment. (Default = 0.88)
Green = 0.8 // Green amount for Visual Treatment. (Default = 0.8)
Blue = 0.44 // Blue amount for Visual Treatment. (Default = 0.44)
ColorBloomIntensity = 1.75 // Color Bloom amount for Visual Treatment. (Default = 1.75)
Saturation = 0.5 // Saturation for Visual Treatment. (Default = 0.5)
BlackBloomIntensity = 0.9 // Black Bloom amount for Visual Treatment. (Default = 0.9)
/* ---------------------------------------------------------------- */
// nlgzrgn's Less Yellow Settings
[VisualTreatment]
EnableVisualTreatmentOverride = 1
Red = 0.88
Green = 0.8
Blue = 0.95
ColorBloomIntensity = 1.75
Saturation = 0.75
BlackBloomIntensity = 0.9
/* ---------------------------------------------------------------- */
// EpicShrey514's X360-Like Settings
// https://www.youtube.com/user/EpicShrey514
[VisualTreatment]
EnableVisualTreatmentOverride = 1
Red = 0.68
Green = 0.58
Blue = 0.03
ColorBloomIntensity = 1.20
Saturation = 0.80
BlackBloomIntensity = 0.80
/* ---------------------------------------------------------------- */
// nlgzrgn & EpicShrey514's Mixed Settings (EXPERIMENTAL)
[VisualTreatment]
EnableVisualTreatmentOverride = 1
Red = 0.58
Green = 0.58
Blue = 0.43
ColorBloomIntensity = 1.8
Saturation = 0.8
BlackBloomIntensity = 0.9
/* ---------------------------------------------------------------- */
// That Diamond's X360-Like Settings
[VisualTreatment]
Red = 0.90
Green = 1
Blue = 0.46
ColorBloomIntensity = 0.7
Saturation = 0.75
BlackBloomIntensity = 1
/* ---------------------------------------------------------------- */
// nlgzrgn's xD settings for LegSolo's Attributes Mod
[VisualTreatment]
EnableVisualTreatmentOverride = 1
Red = 0.9
Green = 0.8
Blue = 0.88
ColorBloomIntensity = 2.5
Saturation = 0.75
BlackBloomIntensity = 1.0
@ThatD07
Copy link

ThatD07 commented Jul 25, 2017

Mine is a bit dark(and according to osdever, depressing)

@AfiqSana16
Copy link

i've tried all the options, not working like in the youtube video you show

@FahimHossain
Copy link

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment