So in the simple clock mod, there's this bit of XML in the .modinfo file
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.
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.