View Single Post
Re: *BUGBUGBUG* affects all HL bots!!!
Old
  (#14)
botmeister
Ex-Council Member
 
botmeister's Avatar
 
Status: Offline
Posts: 1,090
Join Date: Nov 2003
Location: Canada
Default Re: *BUGBUGBUG* affects all HL bots!!! - 19-01-2004

As a quick and dirty fix, why not just set the bots maximum speed to a lower value just before each strafe operation?

// before strafe
pst_ptrEdict->v.maxspeed = <slower than normal>
// after strafe
pst_ptrEdict->v.maxspeed = <normal speed>


Maker of the (mEAn) Bot.Admin Manager

"In theory, there is no difference between theory and practice. But, in practice, there is." - Jan L.A. van de Snepscheut
  
Reply With Quote