// Waypoint Key Binder For FoXBot .. -=Last Modified 8-02-2006=-
// These are the keys that will be bound ..
bind "=" "waypoint on"
bind "-" "waypoint off"
bind "INS" "waypoint add"
bind "DEL" "waypoint delete"
bind "s" "waypoint save"
bind "m" "waypoint menu"
bind "i" "waypoint info"
bind "l" "waypoint load"
bind "[" "autowaypoint on"
bind "]" "autowaypoint off"
bind "PGUP" "pathwaypoint on"
bind "PGDN" "pathwaypoint off"
bind "/" "pathwaypoint create1"
bind "\" "pathwaypoint create2"
bind "HOME" "pathwaypoint remove1"
bind "END" "pathwaypoint remove2"
bind "F11" "bot_debug on"
bind "F12" "bot_debug off"
bind "F3" "pathwaypoint_connect on"
bind "F4" "pathwaypoint_connect off"
bind "F5" "locate_waypoint on"
bind "F6" "locate_waypoint off"
bind "F7" "Pathrun_oneway"
bind "F8" "Pathrun_twoway"
bind "F9" "Waypoint_author YOURNAMEHERE"
bind "F10" "exec config1.cfg"
// This section prints the info out into the console ..
// So that you can PGUP & PGDN to see each keys function ..
clear
echo "=-....-=Waypoint Keyz Loaded For FoXBot=-....-="
echo ""
echo "= waypoint on --> Turns On Waypoints."
echo "- waypoint off --> Turns Off Waypoints."
echo "INS waypoint add --> Adds a waypoint at the current player location."
echo "DEL waypoint delete --> Deletes the waypoint nearest to the player."
echo "s waypoint save --> Saves the current waypoint list to a file."
echo "m waypoint menu --> Displays a menu for setting tags on a waypoint."
echo "i waypoint info --> Shows information about the current waypoint."
echo "l waypoint load --> Loads the waypoint list from a waypoint file."
echo "[ autowaypoint on --> Turns on autowaypoint setting."
echo "] autowaypoint off --> Turns off autowaypoint setting."
echo "PGUP pathwaypoint on --> Turns on the pathwaypoint setting."
echo "PGDN pathwaypoint off --> Turns off the pathwaypoint setting."
echo "/ pathwaypoint create1 --> Sets the first waypoint in a manual path."
echo "\ pathwaypoint create2 --> Sets the second waypoint in a manual path."
echo "HOME pathwaypoint remove1 --> Sets the first waypoint in removing a path."
echo "END pathwaypoint remove2 --> Sets the second waypoint in removing a path."
echo "F11 bot_debug on --> Bot tells you current location of it's problem."
echo "F12 bot_debug off --> Turns Debug Off."
echo "F3 pathwaypoint_connect on --> Turns on automatic path connection to a waypoint."
echo "F4 pathwaypoint_connect off --> Turns off automatic path connection to a waypoint."
echo "F5 locate_waypoint on --> Turns waypoint location on."
echo "F6 locate_waypoint off --> Turns waypoint location off."
echo "N/A locate_waypoint <number> --> Best use spectator mode for this."
echo "F7 Path run 1 way ==> Connects waypoints in direction you run 1 way"
echo "F8 Path run both ways ==> Connets both ways when running"
echo "F9 Waypoint Author ==> Add's your name to waypoint file"
echo "F10 Restore config ==> Done waypointing, restore original config.cfg"
--------------------------------------------------------------------------------
Just create a file called fwp.cfg (or any name) must have .cfg extension though! And ingame push ~ key to open console & type exec fwp.cfg..... That will bind the keys to your config.cfg...
That is all the Current waypoint commands!
Change keys to fit your preference.
The bottom section only tells you ingame console what the keys that are bound do, if you should forget. The top part are the binds!
BACKUP YOUR CURRENT CONFIG.CFG FIRST
If you plan on using my config above, then create a backup of your current config.cfg. What i did as you can see above, was to copy my config.cfg to another folder & rename it to config1.cfg.. Then when i press F10, i have ALL my normal keys back..
NEVER WAYPOINT WITH BOTS INGAME
If you ever add a bot to see how your waypoints are doing before you finish.... Then YOU MUST reload the map & then continue waypointing so it starts fresh!! Otherwise your waypoints will probably be fubar! Open console, type changelevel 2fort OR whatever the maps name is that your working on.
THE MAP WILL RELOAD
Whenever you go to turn on waypoints, the map will reload first. Then you will be able to waypoint. I personally don't like that, but it was set to do that because of bugs with warpath & i think another map?
NO YOU CANNOT WAYPOINT FROM ANOTHER MACHINE
I remeber a person that asked if they could waypoint on their Dedicated server from their Client machine. No!!!
|