A small tool for viewing and editing your file saves from SPD.
Inspired by spud.
- Node.js
- npm
- Open up a terminal and run
npm install
npm run dev
- Go to your browser and open
http://localhost:5173
or whatever URL is shown in the terminal - Click "Upload save file", browse to you save file (game.dat). In linux, it's located in
~/.local/share/.shatteredpixel/shattered-pixel-dungeon/game1/game.dat
- This will load the save file and you can now modify it to whatever you want.
NB: Make a backup of your save files in case it gets corrupted.
- Click "Download" button on top to get the modified save file and overwrite your existing
game.dat
file - Open the game and enjoy!
Svelte + Vite + TS
This is still a work in progress. Use at your own risk!