An utility modifying a Cemu save file of the game "The Legend of Zelda: Breath of the Wild" by changing the player position to a user defined one.
This script uses the logic of savegame-editors project to load and edit the game save.
It can be used as a workaround if your game is stuck on the loading screen at a certain location.
Changing the player location of the game save will let the game load. Once loaded you can go back to your previous location.
If you are not familiar with "dev things" you can download the (heavy) executable in the release section.
Once downloaded you can either double click on it if you don't want to use any options or launch it from a terminal.
This utility is a CLI Node.js script, you can launch it using the following commands :
git clone https://github.com/bmarsaud/cemu-botw-save-teleport
cd cemu-botw-save-teleport
npm install
npm link
./cemu-botw-save-teleport
cemu-botw-save-teleport is available with the following options :
Option | Description |
---|---|
--posX |
Player X position |
--posY |
Player Y position |
--posZ |
Player Z position |
--savePath |
To edit a particular save file. The path to the save file. |
--saveDir |
To edit the most recent save. The path to the directory containing the 0, 1, 2, 3, 4, 5 save folders |
--promptSaves |
When used with --saveDir , ask the user which save to edit among the save list |
If needed options are missing, it will be asked in the command line.
You can find a list of useful coordinates in this reddit topic.