Re: How to integrate bot in to the game dll ? -
08-07-2005
these are delay times of firing weapons in the HL for different level of bots.
the weapon handling in bot number 10 is hardcoded in bot_combat.cpp, just read the source code at there
also if you want to make a good bot, I'd advise _not_ to use botman's bot number 10, just use TheFatal's minimal framework and do most of the work yourself. However if you simply want a work bot (even if it's "stupid"), bot10 is a good way with only a few changes for the mod's game rules.
Last edited by Whistler; 08-07-2005 at 09:55..
|