Making sure the AI is using your mod

What is the best way to validate that the AI is using my starbase module mods? Is it to turn on the console god mode so I can see what their starbases contain? Something else? I don't want my mod to be OP for the user. Thanks!

4,663 views 2 replies
Reply #1 Top

I would make a medium o so map, with 1 AI at godlike and let the game run for 50-100 turns without doing anything with your civ and then use god.

If you haven't done so yet, you will have to modify the AIStarbaseGovernorDefs.xml. This determines how the AI upgrades starbases.

Reply #2 Top

Thanks! I have modified the AIStarbaseGovernorDefs.xml, hence the question  :grin: . Do you know what the DontRequestConstructor tag in the file does?

 

<StarbaseModule>
  <ModuleName>InterceptorModule</ModuleName>
  <DontRequestConstructor>true</DontRequestConstructor>
</StarbaseModule>

My guess would be to not build it, but if you don't want the AI to build it, why list it?

Thanks!