Thread: Bot AAs
View Single Post
  #7  
Old 08-30-2011, 11:28 AM
bad_captain
Developer
 
Join Date: Feb 2009
Location: Cincinnati, OH
Posts: 512
Default

This is one example of why I rewrote the AAs. Instead of the aa code scattered throughout, how AAs are given to bots is now within 2 functions: GenerateAABonuses and GetAA() within bot.cpp. Change them to enable or disable any aa you want. Just make sure getaa returns 0 for all aas if you dont want any, and disable the code for aabonuses.
Reply With Quote