https://github.com/wtdcode/savingoverit
A Save/Load tool for GettingOverIt.
https://github.com/wtdcode/savingoverit
game getting-over-it
Last synced: 2 months ago
JSON representation
A Save/Load tool for GettingOverIt.
- Host: GitHub
- URL: https://github.com/wtdcode/savingoverit
- Owner: wtdcode
- License: gpl-3.0
- Created: 2017-12-11T07:14:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-13T15:28:07.000Z (over 7 years ago)
- Last Synced: 2025-03-25T08:22:52.783Z (3 months ago)
- Topics: game, getting-over-it
- Language: C++
- Homepage:
- Size: 26.4 KB
- Stars: 6
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SavingOverIt
## Introduction
A Save/Load tool for "Getting Over It With Bennet Foddy".
Binary release can be found [here](https://github.com/wtdcode/SavingOverIt/releases).
Getting over it with saving and loading.
Just be happy :).
## Usage
I register two hotkeys, F7 for saving and F8 for loading.
### Save
Saving can be anytime when you play the game by pressing F7, all saved data will be stored in current directory;
### Load
You can load the latest data by pressing F8 **ONLY IF** you have quitted the game to the main menu.
If you want to load previous data, please modify the index in config.json. For example, if you want to load save1.json, just set index to 1 and restart the program to load it.
## Known Bugs
- The narration wont be saved.
## Build
If you'd like to build it yourself, don't forget to add [jsoncpp](https://github.com/open-source-parsers/jsoncpp).
## TODO
- Add exception handle.
- Maybe GUI?