hmm, you'd better call this your own template, and not the "HPB template" anymore. This because botman did not want his bot to support Counter-Strike, and the msec problem you're talking about affects Counter-Strike (and thus round-based games) only.
Quote:
Originally Posted by Rifleman
And this is an old bug of HPB_template
in bot_navigate.cpp the function BotChangePitch
pEdict->v.v_angle.x = current;
We have to add this line below the above line else the pitch angle we set wont have any use
pEdict->v.angles.x = pEdict->v.v_angle.x / 3;
|
No, this is not needed because the bot's body angles are set already at the end of each BotThink, before the RunPlayerMove call. Doing it again here is redundant.
It's nice that you care about CS players, though, but I think you should fork from the official HPB template and call this another name instead.