Make dark day with new weather system?
anyone figure out how to make it dark during the weather at day?
not yet i also dont know how to make it thunderstorm yet
to make it thunder press f1

sv weather.load storm
tomhud
to make it thunder press f1

sv weather.load storm

Is there a way to make the weather changes fade in?  Doing "weather.load storm" is super abrupt.  Doing "weather.load clear" is also instant.

I cant get thunder to work for some reason, it's just rain
Goldie
I cant get thunder to work for some reason, it's just rain

Thunder works well for me.  weather.thunder 1.  But the new system works more like "chances" of something.  LIke, a chance of rain or a chance of storm.  Check this out...

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)

You want to make it really crazy, do:

weather.atmosphere_brightness 0

Merged post

Lots of good stuff in Convar.Weather.

weather.atmosphere_brightness 0.03 looks pretty cool.
Zugzwang
You want to make it really crazy, do:

weather.atmosphere_brightness 0

Merged post

Lots of good stuff in Convar.Weather.

weather.atmosphere_brightness 0.03 looks pretty cool.

What's "convar.weather" and where do we find it, please?

5f73447d8ef9d.png JackReigns

What's "convar.weather" and where do we find it, please?

Use : "find weather" on your server console; for the ConVar, you'd need a .NET decompiler.

Any way to make it Rain/Storm continually in conjunction with an eternal night?