-
Notifications
You must be signed in to change notification settings - Fork 12
Modding
Pk11 edited this page Apr 21, 2022
·
13 revisions
⚠️ This page is a WIP, expect more detail soon
A mod folder is any folder inside of sd:/_nds/WordleDS
. These can have any name, but using ASCII characters only is recommended so that it displays correctly with the default font.
-
mod.json
controls the word lists, emoji to write, win messages, keyboard layout, etc (anything left out of this file will use the default, anything invalid should throw an assert explaining what's wrong on load) (examples)
-
music.msl
, same as before, if you had custom music you now need to move it here
- All images can be replaced using GRF files with the same names and conversion settings as they are in the repo, I might try throw together some web app for easier GRF conversion
- Fonts are the same names as in the repo
- Then (for now) open
sd:/_nds/WordleDS/settings.json
(run the new version once to make this) in a text editor and change the"mod"
to the name of your mod folder, I'll add a way to change in settings tomorrow - Stats are stored individually for each mod at
sd:/_nds/WordleDS/mod/stats.json
If you need help, please create a discussion here on GitHub