View Single Post
Re: For Austin... and all others, of course!
Old
  (#21)
Austin
Moderator
 
Austin's Avatar
 
Status: Offline
Posts: 403
Join Date: Nov 2003
Default Re: For Austin... and all others, of course! - 23-03-2004

Quote:
Originally Posted by SoUlFaThEr
ONE NOTE TO AUSTIN/PM ON THIS:
I once mentioned extending the autoconnection limit...lets make that happen if its possible
Yes, and I usally don't forgot things, even months later...
I changed this from 256 units to 400 and it is in the code I sent PM.
I forgot to mention this in the doc file.

Actually I was going to put in a new command to allow the setting of this distance. (I didn't see any reason not to allow large distances between connections, if you knew what you were doing.)

Check out
bool WaypointNodeReachable(Vector v_src, Vector v_dest, edict_t *pEntity)
{
.
.
.
// is the destination close enough?
if (distance < 400) //ABS was 256

I would vote for a new comamnd awpDistance
(autowaypoint distance)
where you can set ths distance.

This was so simple to change it took 5 minutes and I never had seen the code before. We need more feedback from the WP communitity telling us what are the biggest headaches and what are the most wanted features!

Some can be just a few minutes for us developers to implement.
  
Reply With Quote