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
