0 of 0

File information

Last updated

Original upload

Created by

Didas72

Uploaded by

Didas72

Virus scan

Safe to use

About this mod

As the name suggests, a save manager for COTW!
Make backups and play on multiple saves without losing progress!

Permissions and credits
Mirrors
Changelogs
READ BELOW: "Some suspicious files" in the Download section

COTW Save Manager is a simple tool to allow you to keep multiple game saves without having to move the files yourself.

theHunter COTW only allows the player to keep one save, and to start fresh you need to delete all your progress. We can avoid this by keeping copies of different saves on a separate location and only showing the game the save we want to play on.

This tool crates a zip file with all the saves (except the one in use) to save space. These files are kept under %appdata%/COTWSaveManager.

DOWNLOAD
After every version release the "Some suspicious files" label shows up on Nexus Mods (more info below), so between release and fixing you can:
1) Download the latest version which is deemed safe
2) Download any verion of your choosing from Github via the Releases page.

Dependencies:
This tool was written in C# with WinForms (.NET Framework 4.7.2) so as long as you are running Windows 10 or newer, all dependencies are already installed! All done!

If you would like to check the source code or contribute, check out the GitHub repository: Repository

The provided file contains the following files:
- COTWSaveManager.exe (Tool itself)
- COTWSaveManager.exe.config (Configuration file, used internally by the program)
- README_Install.txt (Simple install instructions)

Nexus Mods flagged my tool as "suspicious" by their automated security checker. I'm glad it exists. Don't trust executables from the internet, they can be extremely dangerous. If possible always check the source code and compile programs youself. You can do this at my github repository (linked above) to be sure no funny buiseness is happening.

Update log:
v1.6.1:
- Fixed crash with exception when trying to import a save
v1.6.0:
- Added ability to export saves and import backups
v1.5.2:
- Patched assembly version not updated.
v1.5.1:
- Fixed tooltip for preserving of animal population
v1.5:
- Added ability to copy (duplicate) active save
- Added report bug button
- Add check for updates button
v1.4:
- Added ability to preserve animal population
v1.3:
- Added backups
- Added adjustable store location
v1.2:
- Added preserving of progress (optional)
v1.1:
- Updated create save info message to clarify that the save is created and the game can be run
v1.0:
- Release