View Single Post
  #2  
Old August 25th, 2007, 03:24 PM
Fyron's Avatar

Fyron Fyron is offline
Shrapnel Fanatic
 
Join Date: Jul 2001
Location: Southern CA, USA
Posts: 18,394
Thanks: 0
Thanked 12 Times in 10 Posts
Fyron is an unknown quantity at this point
Default Re: [AI coding] - some basic questions

There is a bit of info on the Wiki, but it isn't too in-depth at this point. Adding more things as you figure them out would be very helpful, though.

In the Docs folder, there is a function reference file that lists all of the functions and language parameters. Its not a tutorial of any sort, but useful nonetheless.

To debug, I think you can use the DebugSettings.txt file to spit out some script debug logs:

Generate Game Debug Log := FALSE
Generate Engine Debug Log := FALSE
...
Debug Section Script Evaluation Detailed := FALSE
Debug Section Script Evaluation Simple := FALSE
Debug Section Script Evaluation Debug Print Only := FALSE
__________________
It's not whether you win or lose that counts: it's how much pain you inflict along the way.
--- SpaceEmpires.net --- RSS --- SEnet ModWorks --- SEIV Modding 101 Tutorial
--- Join us in the #SpaceEmpires IRC channel on the Freenode IRC network.
--- Due to restrictively low sig limits, you must visit this link to view the rest of my signature.
Reply With Quote