How to convert Teslagrad Wii U save to Linux:


*You will need a modded Wii U with saveline functional.

1. Migrate the Wii U save to your PC (needs windows) with saveline.

2. Your Wii U progress save will be located within the saveline dump folder: 00050000-1018A100/80000001/TeslagradSavesSave1.bin
   *This bin file is actually a text file, you can open it with a text editor.
3. The Teslagrad Linux save is located here: ~/.config/unity3d/Rain/Teslagrad/1/SavedGame.asset
   *This asset file is also a text file.

4. Even though both are simpler, they are not the same so you will need to copy & overwrite certain parts from the TeslagradSavesSave1.bin (Wii U file) to the SavedGame.asset (Linux file) to work.
   *Each parts will have the same name, its just the syntax is different.
   *The Wii U bin file has @ symbols at the end, the Linux asset file does not.
   *The Wii U bin file is boolean answers (true or false), the Linux asset file has binary (1 or 0) instead for though parts.
   *The Wii U bin file has {} symbols between sections, the Linux asset file does not.
   *ect.

Date: April 28th 2022

Back