Skip to content

Tarnadas/smmdb-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SMMDB Client

Continuous integration GitHub All Releases GitHub Releases Discord Twitter

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

Install

You can download Windows, Linux and MacOS binaries in the Github release section

via Cargo

You can install SMMDB Client via Cargo:

It is recommended to install Cargo via Rustup

Prerequisites (debian/ubuntu)

Before installing the client, run the following commands:

sudo apt-get install cmake libfreetype6-dev libfontconfig1-dev xclip sudo libgtk-3-dev

nightly install (all OSs)

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

via Chocolatey (Windows Only)

choco install smmdb-client

Chocolatey install instructions/docs Chocolatey.org