mirror of
https://github.com/fortressforever/fortressforever-scripts.git
synced 2024-11-10 23:32:13 +00:00
79 lines
3.7 KiB
INI
79 lines
3.7 KiB
INI
//This config is used for keybindings when waypointing
|
|
//It is best used with conjuction with the default.cfg
|
|
//which will reset your keybindings back to your standard binds
|
|
|
|
//Author: GoaT_RopeR
|
|
//Version: 0.1
|
|
//Date: 20070916
|
|
|
|
|
|
//Enable Waypoint and Developer Modes
|
|
sv_cheats 1
|
|
developer 1
|
|
mp_timelimit 999
|
|
bot waypoint_view 1
|
|
bot waypoint_viewfacing 1
|
|
|
|
|
|
//Waypoint Color Options
|
|
bot waypoint_color team1 0 0 255 //Set team1 waypoints Blue
|
|
bot waypoint_color team2 255 0 0 //Set team2 waypoints Red
|
|
bot waypoin`t_color waypoint_selected 226 132 20 //Set selected waypoints Orange
|
|
bot waypoint_color link_2way 0 0 0 //Set 2way connections Black
|
|
bot waypoint_color link_1way 255 255 0 //Set 1way connections Yellow
|
|
bot waypoint_color radius 0 255 25 //Set radii Green
|
|
|
|
|
|
//File Load Binds
|
|
bind "F1" "exec addbot_team1.cfg"
|
|
bind "F2" "exec addbot_team2.cfg"
|
|
bind "F3" "exec addbot_engi.cfg"
|
|
bind "F4" "exec addbot_scout1.cfg"
|
|
bind "F5" "exec addbot_scout2.cfg"
|
|
bind "F6" "exec addbot_sniper.cfg"
|
|
bind "F12" "exec default.cfg"
|
|
|
|
|
|
//Keyboard Binds
|
|
bind "=" "bot waypoint_changeradius +10"
|
|
bind "-" "bot waypoint_changeradius -10"
|
|
bind "kp_plus" "bot waypoint_changeradius +10"
|
|
bind "kp_minus" "bot waypoint_changeradius -10"
|
|
bind "del" "bot kickall"
|
|
bind "c" "bot waypoint_addflag cappoint"
|
|
bind "j" "bot waypoint_addflag jump"
|
|
bind "r" "bot waypoint_addflag rocketjump"
|
|
bind "t" "bot waypoint_addflag teleport"
|
|
bind "p" "bot waypoint_addflag pipetrap"
|
|
bind "l" "bot waypoint_load"
|
|
bind "v" "bot waypoint_save"
|
|
bind "shift" "bot waypoint_move"
|
|
bind "f" "bot waypoint_setfacing"
|
|
|
|
|
|
//Mouse Binds
|
|
bind "mouse1" "bot waypoint_add"
|
|
bind "mouse2" "bot waypoint_connect"
|
|
bind "mouse3" "middleclick"
|
|
bind "mouse4" "bot waypoint_del"
|
|
bind "mouse5" "bot waypoint_clearcon"
|
|
|
|
bind "mwheelup" "mup"
|
|
bind "mwheeldown" "mdown"
|
|
|
|
alias "middleclick" ""
|
|
alias "mup" "echo Mouse 3: Set Waypoint Red Team;alias middleclick bot waypoint_addflag team2;alias mup snipe;alias mdown blue"
|
|
alias "mdown" "echo Mouse 3: Set Waypoint Blue Team;alias middleclick bot waypoint_addflag team1;alias mup red;alias mdown ammo"
|
|
|
|
alias "red" "echo Mouse 3: Set Waypoint Red Team;alias middleclick bot waypoint_addflag team2;alias mup snipe;alias mdown blue"
|
|
alias "blue" "echo Mouse 3: Set Waypoint Blue Team;alias middleclick bot waypoint_addflag team1;alias mup red;alias mdown ammo"
|
|
alias "ammo" "echo Mouse 3: Set Waypoint Ammo;alias middleclick bot waypoint_addflag ammo;alias mup blue;alias mdown armor"
|
|
alias "armor" "echo Mouse 3: Set Waypoint Armor;alias middleclick bot waypoint_addflag armor;alias mup ammo;alias mdown climb"
|
|
alias "climb" "echo Mouse 3: Set Waypoint Climb, Note:Set both begining and ending CLIMB tags!;alias middleclick bot waypoint_addflag climb;alias mup armor;alias mdown crouch"
|
|
alias "crouch" "echo Mouse 3: Set Waypoint Crouch;alias middleclick bot waypoint_addflag crouch;alias mup climb;alias mdown detpack"
|
|
alias "detpack" "echo Mouse 3: Set Waypoint Detpack;alias middleclick bot waypoint_addflag detpack;alias mup crouch;alias mdown dispenser"
|
|
alias "dispenser" "echo Mouse 3: Set Waypoint Dispenser;alias middleclick bot waypoint_addflag dispenser;alias mup detpack;alias mdown grenades"
|
|
alias "grenades" "echo Mouse 3: Set Waypoint Grenades;alias middleclick bot waypoint_addflag grenades;alias mup crouch;alias mdown health"
|
|
alias "health" "echo Mouse 3: Set Waypoint Health;alias middleclick bot waypoint_addflag health;alias mup grenades;alias mdown sentry"
|
|
alias "sentry" "echo Mouse 3: Set Waypoint Sentry, Note:Set facing also!;alias middleclick bot waypoint_addflag sentry;alias mup health;alias mdown snipe"
|
|
alias "snipe" "echo Mouse 3: Set Waypoint Snipe, Note:Set facing also!;alias middleclick bot waypoint_addflag snipe;alias mup sentry;alias mdown red"
|