View Single Post
Re: how to make bots fully aggresive?
Old
  (#2)
tschumann
Moderator
 
tschumann's Avatar
 
Status: Offline
Posts: 279
Join Date: Apr 2011
Location: Australia
Default Re: how to make bots fully aggresive? - 06-04-2011

To make the bots always run, make sure the bot's v.button bit 12 (IN_RUN) is set before g_engfuncs.pfnRunPlayerMove is called. Do the bots not run if always run is set?
I'm not sure about the other two, but for attacking regardless of health maybe check any comparisons of v.health and see if there's something that tells the bot not to attack.
  
Reply With Quote