Water Color Changer

If you liked this item, please rate it up on Steam Workshop page.

Author: hyperdrive_engage

Last revision: 2 May, 2015 at 05:28 UTC

File size: 6.14 KB

On Steam Workshop

Description:

Allows customization of water color.

Configuration file will be located at SteamSteamAppscommonCities_SkylinesWaterColorConfig.xml after the first time the mod is run.

Default mod values are the same as vanilla – manual customization is required.

waterColorClean – unpolluted water color
waterColorDirty – polluted water color
waterColorUnder – color of underwater terrain near coastlines – only visible from top-down angles

Incompatible with the "No More Purple" polluted water color mods, as the waterColorDirty setting in this mod does the same thing.

Values shown in the first mod screenshot (beach):

<waterColorClean>
<r>0.084</r>
<g>0.214</g>
<b>0.292</b>
<a>1</a>
</waterColorClean>
<waterColorDirty>
<r>0.075</r>
<g>0.065</g>
<b>0.035</b>
<a>1</a>
</waterColorDirty>
<waterColorUnder>
<r>0.275</r>
<g>0.225</g>
<b>0.25</b>
<a>1</a>
</waterColorUnder>