Cities: Skylines

Cities: Skylines

This item is incompatible with Cities: Skylines. Please see the instructions page for reasons why this item might not work within Cities: Skylines.
154 ratings
No More Purple Pollution [Silty Water]
   
Award
Favorite
Favorited
Unfavorite
Mod
File Size
Posted
4.350 KB
Mar 15, 2015 @ 12:04am
1 Change Note ( view )

Subscribe to download
No More Purple Pollution [Silty Water]

In 1 collection by Jeb Bush but super communist
No More Purple
11 items
Description
This mod changes the color of the water pollution to a silty brown, replacing the purple color.

Please help share this mod with the CS community. Only you can prevent purple pollution.

Other versions currently available:
No More Purple Pollution (Brown Water)
No More Purple Pollution (Green Water)
No More Purple Pollution (Muddy Water)
No More Purple Pollution (Radioactive Green Water)

Ground pollution color mods:

No More Purple (Normal Grass)
No More Purple (Brown Grass)
No More Purple (Tan Grass)
No More Purple (Redish-brown Grass)
No More Purple (Grey Grass)

For source code go to:
https://github.com/ericsundberg/NoMorePurple
16 Comments
Chamëleon TBN Sep 3, 2022 @ 9:16am 
DEPRECEATED

Use Hide it! instead.
yom14 Jun 1, 2020 @ 11:13am 
Thanks
MadSynth Dec 17, 2016 @ 12:30pm 
I haven't looked at the code of this game, and haven't coded in a couple years now, but it seems to me like simple if/then/else statements would fix this. IE:

IF $MapStyle=European, $WaterColor=EuropeanWaterColor;
ELSEIF $MapStyle=North, $WaterColor=NorthWaterColor;
ELSE $WaterColor=PollutionColor;
ENDIF

Like I said, I haven't coded in a long time, and I haven't checked what coding language(s) are in use, but this is just an clue. I have no idea what variables they officially allow you to manipulate via current mods.
Jeb Bush but super communist  [author] Jul 9, 2015 @ 8:59am 
@seniorjulio I tried to originally make a recolor to do just that. I had difficulty matching the polluted water to the color of the unpolluted water. It is perhaps possible with the new updates that this would no longer be a problem, however the color of the European maps have a different water color than those of the other maps, leading the recolors to appear different on different maps. If you want to fiddle around with the settings the source code is available from github, but from what I have tried, the colors of the pollution and water will not match.
thieflooter Jul 9, 2015 @ 6:58am 
hey umm have you ever thought about making one the same color as the water so we don't have to worry about the purple goop at all?
NeerieD20 May 26, 2015 @ 3:44pm 
I'm using this variation along with the Grey Grass and to me it's just the best, most realistic, combination. Thanks!
BirdBoy May 18, 2015 @ 5:04pm 
Thanks! It always bugged me that pollution was unrealistically purple.
Hullian111 Apr 22, 2015 @ 8:01am 
Now I can make the Humber!
Bogmire Apr 1, 2015 @ 1:28am 
Ok, thanks. :KSmiley:
Jeb Bush but super communist  [author] Mar 31, 2015 @ 7:10pm 
@The Khajiit I've messed around with trying to make the water color have no distinct pollution color, however the color filter that the game uses is applied directly, giving the water a dark color when no a neutral color is applied. To get the water to appear to no pollution color the a making color shader would have to be found. The code is available on Github if you want to try to find it, I however was unable to find a color that seemingly removed the pollution color entirely.