Prot wrote:"The bot playing it self" and "bot take over your player" - get different bot gameplay.
If bot playing as it self, Its constructors automatically go around the enemy's hot spots, and the army automatically shoot at the debris.
If you "look at bot plays" from his player, the constructors of the bot go straight to death without trying to avoid enemies, army do not shoot at debris, barrels auto pickups e.t.c.
Per wrote:First way, go into debug mode, then write 'autogame on', and the default AI will take over your player.
Per wrote:create the 'scripts' directory in your Warzone player directory, copy your AI script into that directory, go into debug mode, type 'jsload', then select your script. It will take over your player immediately.
Per wrote:Create a test file, see data/mp/tests for examples, and start the game with the --skirmish=<mytestfile.json> --autogame command line options. This will allow you to totally automate AI vs AI matches
Look in mp.wz/multiplay/skirmish.JimmyJack wrote:Now what I need to know is where are the .js files for all the other AIs that the game came with?
You need to open up a terminal and just do something like this: warzone2100.exe --skirmish="highground.json" --autogame. From there you can create new test files (examine the files included in mp/tests) with a text editor of your choice.JimmyJack wrote:I don't get this one at all. The data/mp/tests didn't help. I can't open .json files so I don't know what they are or how to make one. So I need a littleon this on.
Enter chat and type deity while in cheat mode and it will reveal the map. You can also just use Ctrl + O to enter the debug menu for more stuff.JimmyJack wrote:Oh ... And one more Q. Is there a debug command that opens all the map to view in an AI vs AI game?
Berserk Cyborg wrote:Look in mp.wz/multiplay/skirmish.
You need to open up a terminal and just do something like this: warzone2100.exe --skirmish="highground.json" --autogame. From there you can create new test files (examine the files included in mp/tests) with a text editor of your choice
Enter chat and type deity while in cheat mode and it will reveal the map. You can also just use Ctrl + O to enter the debug menu for more stuff
themac wrote:Unfortunately by using the autogame on command the AI playing for you will always be the Nexus AI which is not the most clever one. It would be nice to get an option to choose the AI for yourself the same way you choose all other AI players.