View Single Post
Re: How to integrate bot in to the game dll ?
Old
  (#5)
Whistler
Summoner
 
Whistler's Avatar
 
Status: Offline
Posts: 1,499
Join Date: Feb 2004
Location: Mist Village
Default 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..
  
Reply With Quote