🧩 Mods Guide
The complete Fields of Mistria modding guide: MOMI installer setup, Nexus Mods as the community hub, the v0.16.2 engine-break warning, a curated list of 1.0-compatible QoL / cosmetic / NPC / gameplay mods, risks (especially the cosmetic-uninstall save trap), and NPC Studio's official attitude toward modding.
One-Minute Answers
| Question | Answer |
|---|---|
| Does FoM support mods? | Yes — an active modding community, mainly on Nexus Mods. NPC Studio has not opposed modding and even released the official save tool vaultc. |
| Where is the mod hub? | Nexus Mods (not Steam Workshop). The community lives there. |
| How do I install mods? | Use MOMI (Mods of Mistria Installer) — the de-facto standard. |
| ⚠️ Can I use old mods? | No — the v0.16.2 engine change (2026-07) broke every pre-July 2026 mod. Only use mods updated after July 2026. |
| Are there code mods? | Yes — via the MMAPI framework (GML modding), bundled with MOMI since v0.14.3. |
| Will mods break my save? | Yes, especially cosmetic mods uninstalled mid-save. Always back up your .sav first. |
The Engine Change Broke All Old Mods
On 2026-07-07, NPC Studio migrated Fields of Mistria to a new engine in preparation for 1.0. MOMI's official README states it plainly: "Because of the engine change that happened on July 7th 2026, all mods made before the engine change will be outdated and won't be supported anymore. As a rule of thumb, all mods that have been released before July 2026 will need to be updated." MOMI itself has been updated (v0.14.3 and v0.15.0 Beta), and mod authors are batch-updating — the community is in a post-1.0 rebuilding phase.
- Only download mods whose "Last updated" date on Nexus is after July 2026.
- Re-run MOMI after every game update to reinstall mods.
- If a mod hasn't been updated since early 2026 or before, assume it is broken and skip it.
💡 The "Last updated" date on a Nexus Mods page is your single most important filter — check it before every download.
MOMI — The Standard Installer
MOMI (Mods of Mistria Installer) by Garethp is the de-facto standard mod installer for Fields of Mistria. It handles mod load order, conflict resolution, and re-application after game updates. Since v0.14.3 it also bundles MMAPI — a GML (GameMaker Language) modding framework that lets modders write code mods, not just asset replacements.
| Item | Value |
|---|---|
| Nexus page | mods/78 |
| Popularity | 2,000+ endorsements / 156,000+ total downloads |
| Latest | v0.13.0 (Nexus) / v0.15.0 Beta (GitHub) |
| Platforms | Windows + Steam Deck / Linux |
| Virus scan | Safe to use |
💡 MMAPI is the gateway to code mods — if you want to develop, start from the MMAPI releases on GitHub.
How to Install Mods
The MOMI workflow is consistent across mods. The single most important step is the first one.
- Back up your save (at %LocalAppData%\FieldsOfMistria\saves) — always, no exceptions.
- In the Fields of Mistria game folder (next to FieldsOfMistria.exe / data.win), create a mods folder.
- Download MOMI and your chosen mods from Nexus Mods (confirm each is updated post-July 2026).
- Unzip each mod .zip into the mods folder and delete the .zip.
- Run MOMI → check the mods you want → click Install.
- Launch the game.
- After every game update, re-run MOMI to reinstall mods.
💡 If MOMI can't find the game: place MOMI inside the game folder next to Maybe.toml. If something breaks: MOMI → Uninstall All → Steam Verify Integrity → MOMI reinstall — repeat twice, then ask on the FoM Discord if it still fails.
Where to Find Mods
Nexus Mods requires a free account; Premium is optional and only speeds up downloads.
| Platform | Role |
|---|---|
| Nexus Mods | The main hub — the vast majority of FoM mods live here, compatible with Vortex and MOMI. |
| Steam Workshop | FoM does not meaningfully use Workshop — the community chose Nexus. |
| GitHub | Tools and frameworks live here (MOMI, vaultc, MMAPI). |
| FoM Discord | Mod discussion, troubleshooting, and developer chat. |
Best Mods in 1.0
The categories below are drawn from IGN's 1.0 mods roundup, Nexus trending, and Sarah's Cozy Life. Every entry listed is reported to work post-engine-change; always double-check the "Last updated" date on Nexus before installing.
| Category | Mod | What it does |
|---|---|---|
| QoL | Advanced Time Controls | Time-of-day control — the single most requested feature. |
| QoL | Access Storage Anywhere | F6 opens all chests from anywhere. |
| QoL | Item Spawner | F8 spawns any item — creative-mode-lite. |
| QoL | The Perfect Gift | Gift preference detection + notifications; removes the daily gift cap (309 endorsements). |
| QoL | Map NPC Labels | Shows NPC names on the map (46 endorsements). |
| QoL | Auto Sort Chests | One-click chest organization. |
| QoL | Crop Timers | Countdown to crop maturity. |
| QoL | Immediate Crafting | Removes crafting wait times. |
| QoL | Patato's Minimap | HUD minimap. |
| QoL | Toolbar Scroll Fix | Mouse wheel only cycles the current toolbar row. |
| QoL | Mine Ladder Progress | Shows progress to next staircase. |
| Cosmetic | More Hairstyles / More Colours | Expanded appearance options. |
| Cosmetic | Kemonomimi Player | Animal ears and tail for the player. |
| Cosmetic | F's Decor series | Witchy, Fabulous Fridge, Plentiful Plants, Rugs, Princess Beds. |
| Cosmetic | Pastel Pink / Whimsical Barns | recolored barns and coops. |
| Cosmetic | Compact Resonators | Smaller music boxes. |
| NPC | Sweaty and Buff March Portraits | Alternative March portraits (48 endorsements). |
| NPC | Darcy dialogue expansion | +40 new dialogue lines. |
| NPC | I want THAT dragon | Caldarus in humanoid form. |
| Gameplay | More Crops and Forageables | Expanded crop/forage pool. |
| Gameplay | Bait for Sale | Terithia sells fishing bait. |
| Gameplay | Creative Crafting | All recipes unlocked, free, zero craft time — decoration paradise. |
💡 Start small: install a QoL mod or two, play a few days, then add more. That way you know what broke when something breaks.
Risks — The Cosmetic Trap and Other Pitfalls
| Risk | What happens |
|---|---|
| 🚨 Uninstalling cosmetic mods breaks saves | Mods that add new hairstyles or outfits write references into your save. Uninstall mid-save → the save points to deleted items → corrupted. Make sure your save is not using any cosmetic item before removing the mod. |
| Game updates invalidate mods | Every FoM patch can break mods; re-run MOMI after each update. |
| Engine-change cutoff | All pre-July 2026 mods are dead. See section 1. |
| Mod–mod conflicts | Multiple mods at once can conflict — add one at a time to isolate. |
| Mod–trainer conflicts | WeMod and similar trainers recommend not running alongside mods. |
💡 The iron rule: back up .sav before installing any mod; treat cosmetic mods as "once in, stay in" for that save.
Official Save Editing: vaultc
NPC Studio released vaultc — an official save unpack/repack tool on GitHub. It is the most "legit" way to modify game data (money, items, buff durations, etc.) without a mod. It is covered in depth in our Cheats & Save Editing Guide; mentioned here because it is the official channel that signals NPC Studio's attitude toward save modding.
- unpack a .sav into JSON, edit, repack — no hex editing needed.
- The official note reads "no warranty, use at your own risk" — modified saves are on you.
- For save editing details, see our Cheats & Save Editing Guide.
NPC Studio's Attitude
NPC Studio has not opposed modding — the evidence points the other way:
- They released vaultc (a save unpack/repack tool) specifically to make save editing easier.
- Wikipedia notes the game "supports modding, including changing villager appearances."
- FoM is a single-player game with no anti-cheat; mods affect only your own save.
- They have not published an official modding API or integration — that gap is filled entirely by community tools (MOMI, MMAPI).
💡 Mods live in a grey zone NPC Studio tolerates rather than endorses: no official API, but also no opposition, and an official save tool that makes the whole ecosystem easier.