https://github.com/bingus-dev/mmdictionary
Send PRs to add mods, update file definitions, etc.
https://github.com/bingus-dev/mmdictionary
Last synced: about 1 year ago
JSON representation
Send PRs to add mods, update file definitions, etc.
- Host: GitHub
- URL: https://github.com/bingus-dev/mmdictionary
- Owner: bingus-dev
- Created: 2024-12-29T23:49:18.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-05T15:01:18.000Z (over 1 year ago)
- Last Synced: 2025-03-17T15:26:07.028Z (about 1 year ago)
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WHAT IS THIS?
This is an online archive of definitions and mods for **MechanicMonke**, an experimental successor to MonkeModManager. MechanicMonke gets it's definitions online, just like MonkeModManager, but it needs a place to get them from.
# ADD MY MOD!
Send us a PR with the correct syntax. Here is a rundown:
NOTE: anything with 3 astericks (```*```) before it is not real syntax, remove it when you send a PR.
```
{
"name": "Mod Name",
"author": "You",
"filenames": [
"modname-1.0.dll",
"modname-1.1.dll",
"modname-1.2.dll",
*** PLACE YOUR KNOWN FILENAMES HERE! THIS IS FOR MOD AUTO-DETECTION !!! REMOVE THIS LINE BEFORE SENDING A PR LMAO ***
],
"keyword": "modname", *** Place whatever the most used part of a filename is here, so if you have "modname" in all your release names, put it here
"type": "Mod", *** "Mod" or "Library"
"repo": "KyleTheScientist/Bark", *** Git repository
"download": "https://link.com/link/link/link", ** Download link to your latest release (.dll or .zip)
},
```
## Add your custom lists

Press "Add" on the Catalogs menu and paste in the link to any valid *.json list. It will be validated on first run to ensure it works without issues.
If a list causes MM to crash, you can remove it manually with the ``lists.txt`` file in your Documents folder. lists.txt ignores comments ``#``.
## Dictionaries
Dictionaries are just like regular mod lists, only difference is they only provide recognition for mods incase you want to know what the name of a specific mod is. You can add them just like regular mod lists using the same syntax.