fields of mistria mods come from an unofficial, third-party ecosystem, and this guide uses the tagged MOMI v0.15.2 documentation as its installation route. NPC Studio has acknowledged mod creators and warned that mods can affect saves, but it does not identify MOMI, MMAPI, Nexus Mods, or any individual file as an official product. Back up the save directory first, then match the game, MOMI, and each mod version before changing game files.

Official status and the documented toolchain

NPC Studio's new-engine notice gives modding a clear public place in the game's future. The studio invited mod creators to learn the new file structure, said every old-engine mod would need an update, and warned that modded saves could behave unexpectedly during the migration. It also told mod users to uninstall or update their mods before launching the new engine.

MOMI and the MMAPI hook framework it installs are community projects in Garethp's public GitHub repository, while Nexus Mods is a third-party host with a Fields of Mistria category. Treat all three as unofficial even when a developer discusses modding in general. Use NPC Studio's own pages only for the studio's engine and save-safety guidance.

Pass the compatibility gate first

The July 2026 engine migration changed the file structure and made old packages unusable, and MOMI's tagged documentation says mods released before that migration need an update while new-engine packages use manifest.toml. Old tutorials built around data.win, YYToolkit, Aurie, registry injection, or pre-migration packages are excluded from this guide.

This guide uses the tagged MOMI v0.15.2 documentation. Its release history contains game-specific framework updates without promising that every mod supports every later patch. Check the repository and each mod page for the versions you are about to install.

Download checklist

  1. The mod page was updated for the July 2026 new engine and names the game version it supports.
  2. Its Requirements section names MOMI, MMAPI, another framework, or companion mod versions when needed.
  3. Its files and changelog are from the same author page, not a mirror or a repost.
  4. Its removal notes explain whether an existing save keeps custom items, data, or other dependencies.
  5. Skip the package when its page does not explain compatibility or removal.

Back up saves before changing files

Close the game before making a backup. NPC Studio's Windows support instructions identify %LOCALAPPDATA%\FieldsOfMistria as the folder containing saves and settings, so copy that whole folder to a separate dated location and leave the copy untouched. Also record the game version, MOMI version, enabled mod list, and the exact version of each package.

This save copy has a different job from Steam file verification. A backup can return player data to an earlier state, while verification checks the installed game files and reacquires files that are missing or changed. Verification does not roll back a save, remove data written inside a save, or recreate content supplied by a removed mod.

For Steam Deck or Linux, use the current game support page and the Steam storage view to locate the save instead of copying a path from an old tutorial. Keep the backup outside the game installation on every platform. Confirm that the copied folder contains the save you intend to test before changing files.

Install from a bounded source

Use the author's Nexus page or canonical GitHub repository, and read the Files, Requirements, and Changelog sections together. A verified signature on a release commit does not authenticate a separately downloaded mirror. Stop when the file source does not match the author page.

Current MOMI installation sequence

  1. Download MOMI from the Garethp GitHub releases page and select the stable release documented by the mod author.
  2. On Windows, create mods inside the Fields of Mistria game folder beside FieldsOfMistria.exe.
  3. On Steam Deck or another Linux system, use mods inside the game folder or mistria-mods in the home directory, as the tagged MOMI documentation allows.
  4. Extract each supported package so its folder sits directly inside that mod directory and contains manifest.toml at its root.
  5. Open MOMI, confirm the displayed game and mods locations, select only the packages you checked, and use its Install control.
  6. Launch with one new mod at a time and test with a disposable save before opening the save you care about.

Do not run installers from URL shorteners, file lockers, chat attachments, or random mirrors. Do not disable antivirus, firewall, browser protection, or operating-system security to force an executable to run. Stop at a warning, recheck the canonical release and author page, and never share a Steam password, session cookie, two-factor code, or purchased game files for mod support.

Update, remove, and recover safely

Game updates can invalidate a working setup even when MOMI itself still opens. NPC Studio recommends uninstalling or updating mods before a new-engine launch, and MOMI's tagged instructions say to run the installer again after a game update. Wait until each mod page names the new game or loader version before reinstalling it.

Rollback sequence

  1. Exit the game and make another dated copy of the save folder before troubleshooting.
  2. Use the current MOMI Uninstall control so the installer can reverse the layer it manages.
  3. In Steam, open Properties, then Installed Files, and run Verify integrity of game files.
  4. Start the verified game without mods and confirm that a disposable or copied save reaches gameplay.
  5. Reinstall only version-matched mods, one at a time, checking the game after each addition.

Removing one mod from a continuing save has no universal safe rule. Custom items, scripts, or per-save data may remain after its files are gone, so use that mod author's removal sequence and preserve the untouched backup until the save has been tested. If the vanilla game starts but the modded save does not, stop adding files and report the game, MOMI, and mod versions to the relevant author rather than deleting the only save.

Sources