ew-progs/docs/getting started.txt

5 lines
909 B
Plaintext
Raw Permalink Normal View History

2011-09-06 00:00:00 +00:00
Here are a few pointers to help you track down where to start when it comes to AI in Eternal War. The main file I would concentrate my efforts on is ewai.qc which is located in the ew\monsters\ folder. This file is the primary driver for artificial intelligence with the monsters in Eternal War. There is also a file called ai.qc in the root directory that is primarily remnants of old quake ai code but there is still some stuff with EW's monsters going on in there too. Finally if you want to alter the artificial intelligence of the Xsniper Bots then look in the xsniperbot folder and open up xi.qc. Happy coding!
-Xsniper-
One last thing, use the compile.bat file in the root directory to compile your code. To test it copy the new progs.dat file that will be created in the root directory to your Eternal War\ew\ directory. Then run eternal war and it will run off of the new progs.dat code.