Mod Buddy - EntryPoint ?

magus424

Chieftain
Joined
Sep 26, 2010
Messages
17
So in the simple clock mod, there's this bit of XML in the .modinfo file

Code:
  <EntryPoints>
    <EntryPoint type="InGameUIAddin" file="Example_SimpleClockAddin.xml">
      <Name>Clock</Name>
      <Description>A simple clock</Description>
    </EntryPoint>
  </EntryPoints>

Is it possible to add this in Mod Buddy? It seems to auto-generate the .modinfo file and I can't see where to add an EntryPoint like this, and my mod hadn't been loading right when I cobbled it together before without this bit.
 
Kael's Modders Guide covers doing this on pages 62-63. The link to the forum thread is: http://forums.civfanatics.com/showthread.php?p=9682679

Basically, right click on the project in ModBuddy and select Properties. Go to the Content tab and click next to the asterisk (*), fill in InGameUIAddin for Type, then Name, Description, and FileName as appropriate for your mod.
 
Awesome, thank you - I had not seen that PDF - guess I'll be doing some reading tomorrow :)
 
Back
Top Bottom