Master of Magic

Master of Magic

Not enough ratings
No SkyNET Pls
By Narf the Mouse
The AI in the MoM Remake is more hostile to human players (or, more accurately, less hostile to each other). This guide shows you how to change that.
   
Award
Favorite
Favorited
Unfavorite
Edit one Script
  1. Go to the folder Master of Magic is installed in.
  2. Open the ExternalAssets folder.
  3. Open the Scripts folder in the ExternalAssets folder.
  4. Make a backup of "DiplomaticScripts.cs".
  5. Open "DiplomaticScripts.cs" in your favourite code or text editor. We'll start with the last line to be edited. That way, all the line numbers we're editing stay the same.
    1. Replace the code on lines 185-192 with:
      maxDanger += danger;
      This code counts all nearby human armies when determining threat, but only one army per other AI. The AI will feel appropriately threatened if anyone has large armies nearby.
    2. Delete the code on lines 119-124. This code reduces the likelihood of the AI going to war with each other.

You're done.
Where's the Master of Magic remake folder?
The Master of Magic remake folder is probably in either:

(your Steam folder)/steamapps/common/Master-Of-Magic

Or:

(your GoG Galaxy folder)/Games/Master-Of-Magic

4 Comments
Narf the Mouse  [author] 13 Feb @ 6:34pm 
This guide could use an update; the process had gotten a bit more involved. The mods (No PK AI and Non-unified AI) have received the relevant updates, though.
midnightShade29 11 Feb @ 3:27pm 
thank you
UberMega 13 Jan, 2024 @ 11:39pm 
Great, thank you!