Installing a Mod
From King Arthur's Gold Wiki
Revision as of 22:35, 23 January 2013 by Splittingred (Talk | contribs)
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.