Save file editor for Super Mario Maker 2.
It will automatically detect your Yuzu and Ryujinx save folder, but you can also manually select any SMM2 save file on your system.
This software lets you download courses from SMMDB. For planned features, please visit the Github issue page
You can download Windows, Linux and MacOS binaries in the Github release section
You can install SMMDB Client via Cargo:
It is recommended to install Cargo via Rustup
Before installing the client, run the following commands:
sudo apt-get install cmake libfreetype6-dev libfontconfig1-dev xclip sudo libgtk-3-dev
After that, run these commands to fix rustup with nightly:
rustup install nightly
Set nightly as your default for now:
rustup default nightly
Now you can install the smmdb client:
cargo install --git https://github.com/Tarnadas/smmdb-client.git
Once you have installed smmdb, you can switch back to stable Rust:
rustup default stable
To open the smmdb client type smmbd
in your terminal
choco install smmdb-client
Chocolatey install instructions/docs Chocolatey.org