A simple savegame manager for Oddworld: New 'n' Tasty. This tool allows you to easily create backups of your savegames, manage them, and restore previous save states.
- Backup Creation: Create organized backups with a custom naming style.
- Backup Restoration: Easily restore savegames from the list of backups.
- Backup Organization: For each backup, a new folder is created that includes the save slot file and all related save slots.
- User Configurable:
- Define custom hotkeys for creating backups.
- Enable/disable sound notifications.
- Autohotkey v1.1 (Windows only). This is required to run the
.ahk
script.
- Download the script or release:
- Download the files from the Releases page.
- Requirements (for the .ahk file):
- Install AutoHotkey v1.1 if it is not already installed on your system.
- Run the script:
- Simply run the
.ahk
file to execute it. - Alternatively, you can compile the
.ahk
script into a standalone.exe
using AutoHotkey.
- Simply run the
- Game must be closed when restoring backups.
- Hotkeys are only active when the game is active. They can be disabled in the settings if not needed.
- Backups can only be created once a valid savegame and backup path is detected.
- If the savegame path is not set at startup, the program will automatically detect it once the game is started while the program is running.
- Once the savegame and backup path is available, click "Create Backup" in the main GUI or use the configured hotkey to create a backup.
- A new folder will be created for each backup, containing the save slot file and all save slots.
- Select a backup from the list in the GUI.
- Click "Load Backup".
- Confirm the action in the popup window.
- The savegame will be replaced with the selected backup.
By default, the following hotkeys are available:
- F3: Create a new backup.
(You can change this in the settings GUI.) - The hotkey can be disabled in the options if it is not needed.
- Access the settings via the "Settings" button in the main GUI.
- Configure savegame/backup locations, hotkeys, and backup naming styles.
- cfg/: Contains the configuration file (
config.ini
). - savegame backups/: Default folder for storing backups.