Difference between revisions of "Installing a Mod"

From King Arthur's Gold Wiki
Jump to: navigation, search
(Created page with "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": <synt...")
(No difference)

Revision as of 23:35, 23 January 2013

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.