Turn new weather system off?Solved
anyone know how to turn off this new weather system as my map is foggy and i cant use this on a build server
Typing weather.fog 0 in console no longer works as they have blocked them commands.
I use Time of the day to set serve to constant sunshine 12pm
Is the new weather system live yet?
yes was added into tonights update
tomhud
yes was added into tonights update

Oooh I thougth wasnt there untill thursday. So we can make it rain now?

You can change the following convars:

weather.clear_chance (0.7)
weather.dust_chance (0.2)
weather.fog_chance (0.1)
weather.overcast_chance (0)
weather.rain_chance (0.3)
weather.storm_chance (0.1)

The above is the default settings, to change to always clear

weather.clear_chance (1)
weather.dust_chance (0)
weather.fog_chance (0
weather.overcast_chance (0)
weather.rain_chance (0)
weather.storm_chance (0)

weather.fog_chance 0
i just went with sv weather.load clear
turned everything off

if using command with TimedExecute remove the sv

Merged post

forgot my post above - even running it with timedExecute as soon as u log out it all reverts
Will wait to see if anyone else finds a solution
yep.. weather is broken atm :'(
Herro
weather.fog_chance 0

this is not working, after server restart it will bring fog back. Line saved in cfg.

miesku

this is not working, after server restart it will bring fog back. Line saved in cfg.

Make sure you are using server.cfg, not the other.
Of course Wulf. Its not working. However weather.fog 0 in cfg does the trick.
so I hit f1 and typed in the command weather.rain_chance 0.1...[0.1]...(0.1)  and I alway get back cannot set replicated convars from the client ? so how do I change things?
Prefix the commands with sv when using via F1, else use on the server directly.
Wulf saves the day again.
Thanks @Wulf ! So to celrify I would put this in my server.cfg correct?
" sv weather.load clear "
Locked automatically