Pm, does this email no longer work for you?
pm@racc-ai.com
I put in a menu SF wanted and tried to send you the modifield files but the email bounced. Send me your latest email please.
I added a new menu for SF to set the autopathMaxDistance.
I add two commands.
wpmenu autopathmaxdistance
wpmenu apmd
They both will bring up the same menu that lets you set the auto path max distance.
You can get the source code changes here:
http://austinbots.com/misc/pod2.6Changes.zip
To make it easy for you to put these changes into your code I commented the changes with:
// ??? ABS
Here are the places that were changed:
----------------------------------------
C:\CS\DEV\BOTS\PM POD2.6\PODBOT\SRC\bot.h(280): // ??? ABS menu to ----------------------------------------
C:\CS\DEV\BOTS\PM POD2.6\PODBOT\SRC\bot_globals.cpp(629): // ??? ABS ----------------------------------------
C:\CS\DEV\BOTS\PM POD2.6\PODBOT\SRC\bot_globals.h(209): // ??? ABS
----------------------------------------
Find '// ??' in 'C:\CS\DEV\BOTS\PM POD2.6\PODBOT\SRC\dll.cpp' :
C:\CS\DEV\BOTS\PM POD2.6\PODBOT\SRC\dll.cpp(994): // ??? ABS
C:\CS\DEV\BOTS\PM POD2.6\PODBOT\SRC\dll.cpp(1066): // ??? ABS comamnd C:\CS\DEV\BOTS\PM POD2.6\PODBOT\SRC\dll.cpp(189
: // ??? ABS
Please put these changes in and remove the // ??? ABS comments, thanks!
Also:
Can you include your custom "makeres" build command?
=> 'makeres' is not recognized as an internal or external command,
Another weirdness is I get these message at LINK time.
I have an include path pointing to these and other mm utils I build don't have this problem.
Linking...
Creating library .\Release/podbot_mm.lib and object .\Release/podbot_mm.exp
C:\CS\Dev\SDK\MM\metamod\metamod\osdep.h(103): Could not find the file dlfcn.h.
C:\CS\Dev\SDK\MM\metamod\metamod\osdep.h(172): Could not find the file unistd.h.
C:\CS\Dev\SDK\MM\metamod\metamod\osdep.h(182): Could not find the file unistd.h.
C:\CS\Dev\SDK\MM\metamod\metamod\osdep.h(226): Could not find the file pthread.h.
C:\CS\Dev\SDK\MM\metamod\metamod\osdep.h(103): Could not find the file dlfcn.h.
...
Got any idea why I should get this building pod2.6?
(the path IS fine and works with other mm builds.)
It is WEIRD that it builds fine but gives me these header errors at L-I-N-K time! WEIRD?
Finally.
Please give me a link to the HL SDK you are using, and the metamod SDK you are using, or that I should be using now.
Thanks a lot!