AI Development and Testing Questions |

I've developed some new Balance Mod AI, and want to test it, but was wondering what is the best way to test AI?
I made some changes in the Script_AI scripts that I want to test, and I think I compiled the Abbidon correctly. I use the ScriptParser to open the Abbidon_Main script and just compile it right, and thus it also compiles the changes I made to the Script_AI files too (since they are included)?
How do I setup the game, and check on the AI's progress to see if it is executing the code correctly?
How do I turn on debugging?
Are there any command line functions I could process to speed up the turns so I can see how well the AI does in later stages of the game?




Re: AI Development and Testing Questions
It's easiest if you compiled one of the default AIs, since they can be picked by the player during race setup. This will allow you to turn all ministers on to see how the AI is handling the changes.
Use the cheat 'runturns x', where x is an integer, will run x turns with all players as AIs.
Space Empires Depot | SE:V Balance Mod