/*
* Create a patch to store data about the load order is NOT exported
* to an actual patch.
*/
Mod merger = new Mod("Customized AI Merger", false);
//Store the global database in our temporary merger patch
merger.addAsOverrides(SPGlobal.getDB());
//Creates a mod to store the data that is to be in the official patch
Mod officialPatch = SPGlobal.getGlobalPatch();
// Creates and initializes an INI object to store the INI data
INI ini = new INI("customizedAI.ini");
Collection<IniSectionHead> sections = getSectionList();