I found out how to enhance the color of the game without using a texture pack or a external software like SweetFX or Enb ect. You have to have GoTR installed, go into the Modified folder of the mod , open time_of_day.xtbl and under each period of the day or night find the settings for "Tone Mapping". There you'll have the options to change several things:
*Tint color
*Tint Multiplier
*Saturation
*Brightness
*Contrast and
*Bleach Bypass Strength.
I changed the Saturation from default 0.6 to 0.8 now look at the comparison:
Before:
After:
Here's an example of the Default code for Afternoon:
*Tint color
*Tint Multiplier
*Saturation
*Brightness
*Contrast and
*Bleach Bypass Strength.
I changed the Saturation from default 0.6 to 0.8 now look at the comparison:
Before:
After:
Here's an example of the Default code for Afternoon:
Code:
<Tone_Mapping>
<Tint_Color>
<R>202</R>
<G>181</G>
<B>166</B>
</Tint_Color>
<Tint_Multiplier>1.1</Tint_Multiplier>
<Saturation>0.6</Saturation>
<Brightness>1.0</Brightness>
<Contrast>1.3</Contrast>
<Bleach_Bypass_Strength>0.45</Bleach_Bypass_Strength>
</Tone_Mapping>