Skip to content

Modding

Pk11 edited this page Apr 21, 2022 · 13 revisions

⚠️ This page is a WIP, expect more detail soon

Mod folder

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.

Words

  • 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

  • music.msl, same as before, if you had custom music you now need to move it here

Graphics

  • 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

  • Fonts are the same names as in the repo

Other info

  • 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
Clone this wiki locally