Giter VIP home page Giter VIP logo

tasukeru's Introduction

HoloCure Save File Transfer Tool

NOTE: Tasukeru has now been deprecated, please use the normal HoloCure save file transfer now in version 0.5

Tasukeru GUI demo

This is a small tool to import HoloCure save files from one PC to another.

Download

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).

Usage

  1. Get the save file from the source PC at Users\[your username]\AppData\Local\HoloCure\save.dat and move it to the target PC
  2. Play HoloCure at least once one the target PC
  3. Launch Tasukeru.exe
  4. Open the save file you want to import
  5. Press Import
  6. The save should now be imported

Build

There are 2 build options: as a GUI app, and as a CLI:

GUI

Install fyne-cross. Then run

make compile-windows

CLI

make compile-cli

This will produce binaries for each platform in the bin directory.

Advanced

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

tasukeru's People

Contributors

danirukun avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

tasukeru's Issues

Web/Native UI

It would be great for people that are not too technical and don't want to do the drag n drop thing to provide a small web UI.

This would also allow to present information about detected save file locations, save signatures etc.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.