View Single Post
Re: Guys! Please rank my bot!
Old
  (#8)
Whistler
Summoner
 
Whistler's Avatar
 
Status: Offline
Posts: 1,499
Join Date: Feb 2004
Location: Mist Village
Default Re: Guys! Please rank my bot! - 15-10-2005

well this bot is actually cleaner than the YaPB. Looks like he's doing a better job

here's some comments:
I don't think by only changing the waypointheader and make waypoints incompatiable is a good idea:
PHP Code:
typedef struct path_s
{
   
int32    iPathNumber;
   
int32    iFlags;    
   
Vector   vOrigin
   
float    fRadius;   
   
float    fCampstartX;
   
float    fCampstartY;
   
float    fCampendX;
   
float    fCampendY;
   
int16    iIndex[MAX_PATH_INDEX];  
   
uint16   uConnectFlag[MAX_PATH_INDEX];
   
Vector   vConnectVel[MAX_PATH_INDEX];
   
int32    iDistance[MAX_PATH_INDEX];
   
   
struct sVis
   
{
      
uint16 uStand;
      
uint16 uCrouch;
   } 
kVis;
path_t
this is not very different from the YaPB
  
Reply With Quote