cyberhawk94
Chieftain
- Joined
- May 15, 2020
- Messages
- 9
Basically, Ive been using slightly tweaked versions of Steel and Thunder and Sukritact's Hadrian, and every time there is an update to either I have to go into the files and re-apply my tweaks. Its not hard, just annoying
So, I was trying to write a small mod that would apply after those two mods, and change the values that I needed changed, but I cant get the game to launch. I have really no idea what I am doing, so I probably have made a basic mistake.
Below is the Full modinfo file I wrote (Except for the Properties header). It loads fine if I remove the bolded section, and edits the text for Hadrian and the units correctly, but obviously doesn't apply any actual changes to their abilities since that code is in the other two files. I don't think it is a problem with those files either, because if I leave the UpdateDatabase Block there but empty, the game still won't load. Please Help!
<FrontEndActions>
<UpdateText id="Tweak Text">
<Properties>
<LoadOrder>12003</LoadOrder>
</Properties>
<File>Hadrian_Text.xml</File>
</UpdateText>
</FrontEndActions>
<InGameActions>
<UpdateText id="Tweak Text">
<Properties>
<LoadOrder>12003</LoadOrder>
</Properties>
<File>Hadrian_Text.xml</File>
</UpdateText>
<UpdateDatabase id="NewAction">
<Properties>
<LoadOrder>12004</LoadOrder>
</Properties>
<File>Hadrian_Tweaks.sql</File>
<File>SnT_Tweaks.xml</File>
</UpdateDatabase>
</InGameActions>
<Files>
<File>Hadrian_Tweaks.sql</File>
<File>Hadrian_Text.xml</File>
<File>SnT_Tweaks.xml</File>
</Files>
So, I was trying to write a small mod that would apply after those two mods, and change the values that I needed changed, but I cant get the game to launch. I have really no idea what I am doing, so I probably have made a basic mistake.
Below is the Full modinfo file I wrote (Except for the Properties header). It loads fine if I remove the bolded section, and edits the text for Hadrian and the units correctly, but obviously doesn't apply any actual changes to their abilities since that code is in the other two files. I don't think it is a problem with those files either, because if I leave the UpdateDatabase Block there but empty, the game still won't load. Please Help!
<FrontEndActions>
<UpdateText id="Tweak Text">
<Properties>
<LoadOrder>12003</LoadOrder>
</Properties>
<File>Hadrian_Text.xml</File>
</UpdateText>
</FrontEndActions>
<InGameActions>
<UpdateText id="Tweak Text">
<Properties>
<LoadOrder>12003</LoadOrder>
</Properties>
<File>Hadrian_Text.xml</File>
</UpdateText>
<UpdateDatabase id="NewAction">
<Properties>
<LoadOrder>12004</LoadOrder>
</Properties>
<File>Hadrian_Tweaks.sql</File>
<File>SnT_Tweaks.xml</File>
</UpdateDatabase>
</InGameActions>
<Files>
<File>Hadrian_Tweaks.sql</File>
<File>Hadrian_Text.xml</File>
<File>SnT_Tweaks.xml</File>
</Files>