Saving mod respecting the spirit of the game not allowing infinite saving. This mod adds a Suspend option in-game, and a Continue main menu entry allowing to restore the latest suspended game.
FEAR & HUNGER 2: TERMINA SUSPEND & RESTORE MOD
v2.0
Compatibility verified with game build 10443051 / v1.9.1
WHAT IS THIS MOD?
This mod is a quick and dirty port of a similar mod that was written for F&H.
This mod adds a new option to suspend a game session in a temporary save file, and restore it later on, without needing an in-game item to actually save your game. The `Suspend` option is available in the `Quit` menu in-game. The temporary save file can only be accessed with the `Continue` option in the main menu, and will be deleted once the game is loaded thusly. Don’t forget to actually save using the game’s mechanics at some point.
This mod is useful if you only have time to play in short sessions, or if you really need to leave after playing for 90 minutes without finding a book of enlightenment.
While this mod respects the spirit of the game not to have an unlimited saving system, this is still a single player game – play in a way that satisfies you.
INSTALLATION
Download the mod from here[drive.google.com]. Unzip the archive in the game’s root directory. You can access this directory by right-clicking the game in your steam library, and selecting `Manage > Browse local files`. Overwrite any file you are prompted about.
If the `Continue` option does not appear in the main menu anymore, it’s possible that another mod or a game update has modified S&R’s entry point.
If so, open the file `<Game Root Directory>/www/index.html` in any text editor. Inside the `<body>…</body>` section, ensure that the following configuration is valid:
<body> ... <script type="text/javascript" src="js/main.js"></script> ... <script type="text/javascript" src="js/mod_suspend_restore.js"></script> ... </body>
The line containing `mod_suspend_restore.js` MUST appear ONCE, BELOW the line with `main.js`. If the `mod_suspend_restore.js` line doesn’t exist, or is misplaced, manually copy and paste it at the end of the section, right above the `</body>` tag.
CHANGE LOG
v2.0
- Mod is now as friendly as technically possible to other mods and game updates.
v1.1
- Fixed performance drop when displaying the list of save files.
Thanks to Twarz#3491 for his excellent guide, all credits belong to his effort. if this guide helps you, please support and rate it via Steam Community. enjoy the game.
Related Posts:
- Fear & Hunger 2 Termina: Bohemia National Museum Map
- Fear & Hunger 2 Termina: How to Enable Screenshots
Hey! I’m pretty sure the link to the google drive is dead 😛
Updated for new v2.0, thanks for you feedback