issues
search
LandOfTheRair
/
mod-toolkit
Land of the Rair's modding toolkit
https://modding.rair.land
1
stars
0
forks
source link
add some kind of autosave
#64
Closed
seiyria
closed
4 months ago
seiyria
commented
4 months ago
[ ] include overwrite protection
[ ] create a new folder in resources called modbackup
[ ] create a folder in modbackup for the current mod name
[ ] save each set of files separately (npcs.json, items.json, etc)
[ ] in each file, save: { modName, modSingleType [npc, item, etc], data)
[ ] add "load single modfile" to import a single file in case of tragic loss
[ ] add support for load+overwrite, or load+add to existing
[ ] save these files any time something changes