Automatically backup your saves as they are modified
Posted: Sat Nov 12, 2011 8:33 pm
Simple app i made in NSIS to backup automatically your saves as they are modified.
- Use it as a launcher, works also if the game is already running. It automatically quits with the game.
- You can rename the launcher anything you like. The ini file must be called {same as exe}.ini or tomebkp.ini (gamebkp.ini for the generic version), both are valid, former have priority and is created with that name if no ini.
- Backup number zero is always the replicate of the actual saves.
- To know the date and time of each backups, look at the 'date modified' column in windows explorer.
- It works nicely with default config if you put it in the game folder.
- Works for most games that uses a separate folder to store its savegames, just edit the ini.
There's almost no differences between the tome and generic builds, in the generic build all "tome" strings being "game" and it have a transparent icon, thats it.
Edit:
0.2 - First working version
0.3 - Possibility to set options in a ini file.
0.4 - Added an option to set a minimum time between backups. Several small bug and stability fixes.
0.4.1 - Bug fixes: Ini file rewriten with default values at each launch (fixed). Could not quit and enter the game rapidly (fixed). Other adjustments.
0.4.2 - Bug fixes: Problems if some bkp files were locked (fixed). Small bug with the time comparison under certain conditions (fixed).
- Use it as a launcher, works also if the game is already running. It automatically quits with the game.
- You can rename the launcher anything you like. The ini file must be called {same as exe}.ini or tomebkp.ini (gamebkp.ini for the generic version), both are valid, former have priority and is created with that name if no ini.
- Backup number zero is always the replicate of the actual saves.
- To know the date and time of each backups, look at the 'date modified' column in windows explorer.
- It works nicely with default config if you put it in the game folder.
- Works for most games that uses a separate folder to store its savegames, just edit the ini.
There's almost no differences between the tome and generic builds, in the generic build all "tome" strings being "game" and it have a transparent icon, thats it.
Edit:
0.2 - First working version
0.3 - Possibility to set options in a ini file.
0.4 - Added an option to set a minimum time between backups. Several small bug and stability fixes.
0.4.1 - Bug fixes: Ini file rewriten with default values at each launch (fixed). Could not quit and enter the game rapidly (fixed). Other adjustments.
0.4.2 - Bug fixes: Problems if some bkp files were locked (fixed). Small bug with the time comparison under certain conditions (fixed).