Modding Question |
Hello,
I am hoping to create a simple mod for myself removing fighters and carriers and maybe a few other techs I don't want in my game. My question is, since I only play the AI, will this mess up the AI ruining the game? I didn't want to get to indepth in my modding, just something quick to improve my enjoyment of the game.
Thanks,
RedArgo
Re: Modding Question
If there is no fighter tech, the AI script function that looks for it will return 0, and the AI will move on down the if/else structure to the next area.
Re: Modding Question
Best to take it out of the AI, particularly the parts dealing in percentages, so the areas they are in add up to 100 again. 
Re: Modding Question
No need for that... The AI just moves to the next tech area in its research list and adds as much spending as it can. Techs that are unavailable for research are simply skipped, and everything proceeds normally.




Re: Modding Question
Hey RedArgo,
Possibly, but not necessarily. If you simply remove the fighter tech, the AI should never research it, and hence never build it. Everything else should continue on as normal. Depending on the other things you want to remove may or may not cause problems. Not 100% sure, so if someone could confirm, it would be appreciated.
-Unnamed
Unnamed Mod