v3.0
Updated to work after the Summer 2024 update.
Changes
- reworked how loadouts are saved
- each class has its own save file
- current state is appended to the save file after every loadout switch
- save files are pruned when the script is initialized (i.e. at startup) to prevent them from growing too large
- renamed
loadouts/load.cfg
toloadouts/init.cfg
Updating
- replace the old VPK with the new version
- change the
exec loadouts/load
line in yourautoexec.cfg
toexec loadouts/init
Old saved loadouts will be lost because of internal changes.