Allows you to load any of the preloaded saves or your own in Amok Runner using a GUI.
- Download Zip Here
- Unzip "AmokSaveLoader.zip"
- Run "AmokSaveLoader.exe"
- Click on a save
- in-game "Load The Last Checkpoint"
Make sure it follows the structure:
└─(save folder name)
└─SaveGames
It simply replaces your save folder with the chosen save
- Missing
AmokSaveLoader.exe
On some windows defender versions and/or any antivirus. It will detect a false postive and remove the exe. Simply recover the file in your antivirus. If you have issues doing so, you can run the tool from the source.
- Download/Install python
- Download/Extract this repo
- Open Command Prompt and
cd
to the extacted repo directory - In Command Prompt enter
pip install -r requirements.txt
- Then enter
python Script/AmokSaveLoader.py
. To run the tool
This is the command i use to compile to exe. For those who like to vet this tool.
pyinstaller --noconfirm --onedir --windowed --icon "./static/icon.ico" --add-data "./Saves;Saves/" --add-data "./static;static/" "./Script/AmokSaveLoader.py"