NOTE: Tasukeru has now been deprecated, please use the normal HoloCure save file transfer now in version 0.5
This is a small tool to import HoloCure save files from one PC to another.
Grab a release from Releases and save it anywhere on your PC. Pick the executable matching your architecture (note: HoloCure currently only runs on Windows).
- Get the save file from the source PC at
Users\[your username]\AppData\Local\HoloCure\save.dat
and move it to the target PC - Play HoloCure at least once one the target PC
- Launch
Tasukeru.exe
- Open the save file you want to import
- Press
Import
- The save should now be imported
There are 2 build options: as a GUI app, and as a CLI:
Install fyne-cross. Then run
make compile-windows
make compile-cli
This will produce binaries for each platform in the bin
directory.
You can manually call the executable and pass arguments directly.
If you pass a single argument, then saveA.dat
will be merged into the save.dat
found in the system's HoloCure cache directory (e.g. Local\HoloCure\save.dat
).
This is equivalent to drag n dropping the saveA.dat
on top of the executable.
E.g. tasukeru-windows-amd64.exe saveA.dat
If you pass 2 arguments, then saveA.dat
will be merged into save.dat
or whatever path is given and replace it.
E.g. tasukeru-windows-amd64.exe saveA.dat save.dat
will produce the patched save.dat
in the current directory.
On Unix systems you can quickly inspect a save file with
base64 --decode -i save.dat