This page lists every mod included in this build. Toggle mods on or off from the in-game mod manager menu. Click a mod's name for full documentation where available.
| Mod | Description |
|---|---|
Mod Loader mattieFMModLoader.js |
The core infrastructure. Loads all other mods from JSON definitions, handles script injection, and runs the event precompiler. Cannot be disabled. |
| Mod | Description |
|---|---|
Multiplayer multiplayer.js |
The flagship feature. Turns Fear & Hunger into a co-op (or PvP) experience for 2+ players. Includes real-time enemy sync, shared world events, inventory sync, difficulty scaling, spectate mode, and more. |
Battle Auto-Backup autoBackup.js |
Automatically snapshots your save file before and after every battle encounter. Keeps the last 50 snapshots per save slot. Recover from crashes or desyncs via the Multiplayer menu. |
| Mod | Description |
|---|---|
Better Saves betterSaves.js |
Expands the save slot limit (default 99 slots). Adds a "Save and Quit" / "Suspended Run" feature. Improves the save/load UI. |
Quick Save quickSave.js |
Binds keyboard hotkeys for instant save and load without opening any menus. Default: + to save, - to load. |
| Mod | Description |
|---|---|
Only Bosses OnlyBosses.js |
Replaces every random encounter with a boss-tier enemy (Grogoroth, Sylvian, Griffith, Gohaf, etc.). Extremely high difficulty. |
Boss Rush bossRushOfTheEndless.js |
Spawns an endless gauntlet of boss battles in sequence with a win counter. Fight progressively harder boss combinations until you fall. |
| Mod | Description |
|---|---|
Randomiser randomiser.js |
Procedurally shuffles troops, items, armors, weapons, and maps for a chaotic rogue-like run. Supports seeding for repeatable randomised playthroughs. |
Enemy Randomiser (Standalone) rpgmakermvstandalonEnemyRandomzier.js |
A lighter version of the randomiser focused purely on randomising enemy/troop encounters without changing items or maps. |
Overworld Hurting overworldHurting.js |
Enables the Hurting skill to damage enemies on the overworld map before entering battle, injuring one troop member pre-combat. |
Unlocked Blood Portal unlockedBloodPortal.js |
Binds the Blood Portal teleportation skill to the B key, making it usable anywhere in the game at any time. |
Better Crow Mauler betterCrowMauler.js |
Improves the Crow Mauler enemy behaviour and control. Auto-loaded as part of the multiplayer mod. |
| Mod | Description |
|---|---|
BB Girl Mod bbgirlMod.js |
Provides APIs for character sprite manipulation and dynamic costume changes based on equipment state. |
Bear Girl Images bearGirlImgs.js |
Asset loader for custom bear-girl character artwork and sprites. |
Easy Empty Scroll easyEmptyScroll.js |
Repurposes the Empty Scroll item as a menu shortcut or custom scene launcher. |
| Mod | Description |
|---|---|
Dev Tools devTools.js |
A developer cheat/debug menu (toggle with P). Includes game speed control, item spawning, teleportation, and various test shortcuts. |
Dev FPS Metrics devFPSMetrics.js |
In-game overlay showing network packet rate, ping, packet loss, and live enemy HP during combat. Primarily for debugging multiplayer performance. |
Tutorial Mod tutorial.js |
Example/educational mod demonstrating how to use the MATTIE API. Good starting point for writing your own mods. |