An EdiZon config generator for "Mario + Rabbids: Kingdom Battle" on Nintendo Switch. The aim of this project is to provide a structure to a fairly large config file and make maintenance of the cheat config file easy.
It will remain as the source code ONLY for the final generated config file.
- Currencies
- Coins
- Orbs
- All museum items
- Weapons
- Mario
- Rabbids Peach
- Rabbids Luigi
- Luigi
- Rabbids Mario (Coming soon)
- ...
To request new options, please file a github issue with a detailed description and I will look into adding support.
Requirements
- Node v8+
Building
git clone https://github.com/mschinis/edizon-mario-rabbids-config
npm run build
- Copy the generated config (
010067300059A000.json
) in your switch's/EdiZon/editor
folder. - 🎉
Deploying
- Setup (Only needed once)
npm install
- Copy
.env.example
to.env
- Update
.env
environment variables
npm run deploy
- 🎉
Building and deploying
npm run build:deploy
- 🎉