https://github.com/timschneeb/mdsavetransfer
Convert Muse Dash Nintendo Switch saves to PC saves. Collections of tools for Muse Dash save files
https://github.com/timschneeb/mdsavetransfer
converter muse-dash musedash nintendo-switch pc save save-converter save-files save-game switch
Last synced: 11 months ago
JSON representation
Convert Muse Dash Nintendo Switch saves to PC saves. Collections of tools for Muse Dash save files
- Host: GitHub
- URL: https://github.com/timschneeb/mdsavetransfer
- Owner: timschneeb
- License: gpl-3.0
- Created: 2023-10-12T16:52:38.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-12T16:54:21.000Z (over 2 years ago)
- Last Synced: 2025-04-09T20:44:46.102Z (about 1 year ago)
- Topics: converter, muse-dash, musedash, nintendo-switch, pc, save, save-converter, save-files, save-game, switch
- Language: C#
- Homepage: https://md.timschneeberger.me
- Size: 784 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Muse Dash save data tools
## Features
The main feature of this app is save file conversion:
* Convert a Nintendo Switch save file to a PC save file
* The Switch version does not support the official account sync and also uses a completely different save data format.
This app also contains tools that allow inspection and modification of Muse Dash's binary save file format of the PC version:
* Convert a PC save file into a human-readable JSON file, while preserving the exact file structure.
* Convert a JSON file (generated using this app) back to a PC save file
* This allows you to manually edit save files.
* Note: The generated JSON file is very verbose and contains a lot of C# type references. These are required to safely convert the JSON back to Muse Dash's binary save file format.
## Usage
The WebAssembly application is available here: https://md.timschneeberger.me
All the processing happens locally in your browser. No save files are uploaded.
## Roadmap
* Planned: ability to combine save data from the Nintendo Switch and PC version.
* Automatically pick the best scores for each stage and combine collected items, unlocked stages, and more from the two saves into one.