Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mschinis/edizon-mario-rabbids-config
A "Mario + Rabbids: Kingdom Battle" configuration for EdiZon.
https://github.com/mschinis/edizon-mario-rabbids-config
cheats edizon homebrew mario nintendo rabbids switch
Last synced: 27 days ago
JSON representation
A "Mario + Rabbids: Kingdom Battle" configuration for EdiZon.
- Host: GitHub
- URL: https://github.com/mschinis/edizon-mario-rabbids-config
- Owner: mschinis
- Created: 2018-12-31T11:01:50.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-02T01:29:09.000Z (about 6 years ago)
- Last Synced: 2024-11-10T08:39:21.145Z (3 months ago)
- Topics: cheats, edizon, homebrew, mario, nintendo, rabbids, switch
- Language: JavaScript
- Size: 31.3 KB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EdiZon Mario + Rabbids config
An [EdiZon](https://github.com/WerWolv98/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.**
## Supported options
- Currencies
- Coins
- Orbs
- All museum items
- Weapons
- Mario
- Rabbids Peach
- Rabbids Luigi
- Luigi
- Rabbids Mario (Coming soon)
- ...## Requesting new options
To request new options, please file a github issue with a detailed description and I will look into adding support.
## Getting started
**Requirements**
1. Node v8+**Building**
1. `git clone https://github.com/mschinis/edizon-mario-rabbids-config`
1. `npm run build`
2. Copy the generated config (`010067300059A000.json`) in your switch's `/EdiZon/editor` folder.
3. 🎉**Deploying**
1. Setup _(Only needed once)_
- `npm install`
- Copy `.env.example` to `.env`
- Update `.env` environment variables
1. `npm run deploy`
2. 🎉**Building and deploying**
1. `npm run build:deploy`
2. 🎉