ValveSoftware / halflife

Half-Life 1 engine based games
Other
3.74k stars 631 forks source link

[GoldSource - Bug] Client cvar 'zoom_sensitivity_ratio' not stored in config.cfg after restarting the game #717

Closed theAsmodai closed 11 years ago

theAsmodai commented 11 years ago

It's always reset to 1.2 if not written in userconfig.cfg

hAnnahf commented 11 years ago

It's not only _zoom_sensitivityratio. Others are for example rate, graphheight, _exinterp etc. In my opinion it's not a bug, it's a feature! ^^ However if you wanna bypass it, just mark your config.cfg as „Read-only“.

alfred-valve commented 11 years ago

zoom_sensitivity_ratio is not an archived cvar, if you want it saved you found the right solution, put it in userconfig.cfg. Lots of other cvars have this behavior.