
A lot of the times when using workshop maps like aimbotz I will adjust settings like my sensitivity, then when I exit and hop into a real game I expect that the changes I made to my settings will stay the same. Realizing after a match or half way through that the sensitivity I was practicing on the entire time got reverted back to my old sensitivity is very annoying. Valve please fix.
2 Comments
When you change settings in the settings menu the game automatically executes `host_writeconfig` which writes the current settings to your config file. Causing your changed options to be saved.
If you do this via the console that does not happen. The game isn’t designed around you using the console, so if you insist on using it, use `host_writeconfig` before leaving.
this is the worst