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.
|