The Quick Save mod binds keyboard shortcuts to instantly save or instantly load your game without opening any menus. It is designed for fast iteration during development, speedrunning, and moments when you want a safety net without interrupting the flow of play.
| Key | Action |
|---|---|
| + (numpad plus or keyboard plus) | Quick Save to slot 9998 |
| - (numpad minus or keyboard minus) | Quick Load from slot 9998 |
| I | Alternative Save shortcut (same slot) |
| U | Alternative Load shortcut (same slot) |
The Quick Save mod stores its saves in slot 9998 (file9998.rpgsave). This is a reserved
slot separate from all your regular saves.
Warning: Slot 9998 is also shared with the Better Saves Suspended Run feature. Do not use Quick Save while a suspended run is active if you want to keep the suspension.
Quick Save does not trigger the Battle Auto-Backup system. Auto-backups are solely created at the start
and end of battles via BattleManager hooks, regardless of how you save.
Quick Save is intended for single-player use. In multiplayer, the host's save state is what matters. Using Quick Save on a client machine will save the client's local copy, which may be out of sync with the host. Load from the multiplayer menu or the host's save file for reliable multiplayer recovery.