Tone Mapping

Noticed two files in the game than can allow you to customize tone mapping, these files are "time_of_day.xtbl" and "weather_time_of_day.xtbl". I'm going to experiment with these settings and see what the game would look like.

This setting looks something like this:
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>
 
Moderators please delete this thread. The reason, there's no indication of any type of enhancements done with editing the tone map settings. I tried changing the color to red, nothing happens and the game still looks the same.
 
Back
Top