Hey there guys, I need some help finding a command for SP. I had a feature planned that I was hoping to implement that used lots of cvars. Now, as you know, save games don't retain cvars, so if you save a game with a cvar set to 1, keeping playing, awhile later set it to 2, then later load the game you saved. The cvar is not 1, it is 2. Now I wanted to fix this, using the writeconfig command along with save. Like so: save game1;writeconfig game 1. But I recently found out that writeconfig only saves binds and other commands, not custom cvars. Is there any commands that dumps all the commands into an .cfg file? Thanks.