Getting Convars to stick between game loads

Iโ€™m trying to get the maximum ammunition values to stick between game loads (those using the SK_Max_### convar commands). Iโ€™ve placed entries in both Autoexec.cfg and the Config.cfg, but the values never seem to carry between sessions.

A snippet from my Config.cfg can be seen below - should this be possible? Am I doing something wrong? Any tips appreciated :slight_smile:

[code]
joy_wingmanwarrior_centerhack โ€œ0โ€
joy_axisbutton_threshold โ€œ0.3โ€

sk_max_357 โ€œ24โ€
sk_max_9mm โ€œ250โ€
sk_max_bolt โ€œ20โ€
sk_max_buckshot โ€œ80โ€
sk_max_grenade_mp5 โ€œ5โ€[/code]

Write the values inside โ€œskill.cfgโ€. I did that with ammo limits as well as enemy health and damage.
It doesnโ€™t change afterwards, I have played through the entire game with those tweaked values.

Hope this helps :slight_smile:

Ah, well that makes perfect sense. I should have done a text search on all the cfg files for the string โ€œSK_MAXโ€. Thank you for the prompt and informative response :slight_smile:

Founded in 2004, Leakfree.org became one of the first online communities dedicated to Valveโ€™s Source engine development. It is more famously known for the formation of Black Mesa: Source under the 'Leakfree Modification Team' handle in September 2004.