ValveSoftware / halflife

Half-Life 1 engine based games
Other
3.72k stars 625 forks source link

[CZ:DS] Weather Quality option does not work #1397

Open ghost opened 11 years ago

ghost commented 11 years ago

The Weather quality under the advanced tab in Options does not seem to work. cl_weather seems to be always 2 (or the value previously set) no matter what setting you change it to in the options. When the option is changed during a mission, it outputs a "Unknown command: weather" in console. I can only change the weather settings manually through the console using cl_weather [value]. For example, while testing in the mission Rise Hard which has rain, setting the weather to off in options does nothing, while cl_weather 0 removes the rain as intended.

Vladislav4KZ commented 3 years ago

This is because the user.scr file contains the wrong named cvar for weather quality Снимок экрана 2021-09-18 145833.png

The cvar should be named "cl_weather", not "weather"