Skip to content

Running Mods

All mods should be compatible with REX & M2EX.

There may be minor glitches with certain mods, so check the mod patches channel on the Discord Server for any recommended fixes.

You can install mods as per the mod’s instructions, either by dropping the files into the folder or using an installer (for mods which provide one).

Check the mod is located like below:

  • DirectoryMedieval II Total War Your Medieval 2 folder that contains M2EX.exe
    • Directorymods
      • Directorymodfoldername For example “Tsardoms-3.0”. Make sure this doesn’t contain any spaces!
  1. Download the pre-made .bat files.
  2. Extract M2EX mod launcher.bat to your M2EX installation directory (You can rename this .bat file if you like).
  3. Open the file with a text editor (e.g. Notepad). You should see:
start M2EX.exe @mods\MODFOLDER\MOD.cfg
  1. Replace MODFOLDER with the exact name of your mod folder.
  2. Inside the mod folder, locate the mod config file, for example Tsardoms-3.0.cfg. In the .bat file, you need to replace MOD.cfg with the name of the mod config file.
  3. Save the .bat file
  1. Make a shortcut to M2EX.exe
    • On Windows 11, right-click M2EX.exe, then select Show more options and Create shortcut. You can place the shortcut wherever you want.
  2. Go to Properties on the shortcut, and set Target to: "C:\Program Files (x86)\Steam\steamapps\common\Medieval II Total War\M2EX.exe" --features.mod=mods/modfoldername
    • Ensure the first part of the above path reflects where you have M2EX installed.
    • Set modfoldername to the name of the mod folder
    • Remember - if the mod folder of the mod you want to play has a path like here (main Mods folder->your mod folder->your mod folder) ⁠newcomers-help⁠ then you need to target the last one
  • You may also use Launch Options in Steam to run mods (e.g. --features.mod=mods/modfoldername). You can add M2EX as a non-Steam game as many times you want and rename it, adding different launch arguments for different mods.

    You can also launch mods in the terminal with ./M2EX.exe --features.mod=mods/modfoldername