Installing a Mod

From King Arthur's Gold Wiki
Revision as of 23:35, 23 January 2013 by Splittingred (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

To install mods, simply place the mod's directory in the Mods/ folder, open the file Base/Scripts/Default/DefaultMods.as, and add this inside the method "LoadDefaultMods":

AddMod("nameofmymod");

This would load your mod whenever KAG loads. Note that the mod's name is case-sensitive, so make sure you get that right.

The order of the mods is important - mods that may have conflicting files might cause issues, and mods loaded last will take preference.