modding weather....

How do I mod the weather…I want it to rain and snow only…
don’t ask why

Sorry for the short delay :slight_smile:

It’s quite easy to change the weather:
open ‘weather.csv’ (in the Kudos 2\Data directory) and change the numbers. If you open it in Notepad you can just paste the text below. This will give you a 50% chance of having either snow or rain on any given day:

token,name,sun,cloud,rain,snow
#,january,0,0,0.5,0.5
#,february,0,0,0.5,0.5
#,march,0,0,0.5,0.5
#,april,0,0,0.5,0.5
#,may,0,0,0.5,0.5
#,june,0,0,0.5,0.5
#,july,0,0,0.5,0.5
#,august,0,0,0.5,0.5
#,september,0,0,0.5,0.5
#,october,0,0,0.5,0.5
#,november,0,0,0.5,0.5
#,december,0,0,0.5,0.5

SomeGuyInABikini, getting back into the swing of things