-
Notifications
You must be signed in to change notification settings - Fork 70
How your data is stored
Sean Lewis edited this page Sep 18, 2017
·
13 revisions
Practicemode stores several things in files. If switching to a new server, you should copy these files along so you don't lose all your saved data. The files are saved on map changes, anytime a user disconnects.
Grenade positions are all stored in keyvalues files in the addons/sourcemod/data/practicemode/grenades
directory as of 1.1.0.
Previously, there were saved in addons/sourcemod/data/practicemode_grenades
.
Spawn names are stored in a keyvalues file in addons/sourcemod/data/practicemode/spawns
.
Since 1.2.0, the last 30 revisions of each map's nade data file is automatically backed up. Check the backups
directory in ```addons/sourcemod/data/practicemode/grenades/backups`` to find them.