Tweaks
This commit is contained in:
@ -7,6 +7,10 @@ unbindall
|
||||
alias +tabgraph "+showscores; net_graph 1"
|
||||
alias -tabgraph "-showscores; net_graph 0"
|
||||
|
||||
// bind for showing some info
|
||||
alias +showinfo "cl_showfps 1; net_graph 1; cl_showpos 1"
|
||||
alias -showinfo "cl_showfps 0; net_graph 0; cl_showpos 0"
|
||||
|
||||
// 1 tick ctap script
|
||||
//alias "+ctap" "+duck 1; -duck 1; +jump 1"
|
||||
//alias "-ctap" "-jump 1"
|
||||
@ -15,16 +19,18 @@ alias -tabgraph "-showscores; net_graph 0"
|
||||
// +attack only calls spec_next when directly bound to a key
|
||||
alias +ctap_attack "+attack; spec_next"
|
||||
alias -ctap_attack -attack
|
||||
|
||||
alias +ctap_rj "-duck; +jump; +ctap_attack"
|
||||
alias -ctap_rj "-jump; -ctap_attack; bind mouse1 +ctap_attack"
|
||||
|
||||
alias +ctap "+duck; bind mouse1 +ctap_rj; spec_prev"
|
||||
alias -ctap -duck
|
||||
|
||||
//medic radar
|
||||
alias "+radar" "hud_medicautocallersthreshold 500"
|
||||
alias "-radar" "hud_medicautocallersthreshold 59"
|
||||
alias +radar "hud_medicautocallersthreshold 500"
|
||||
alias -radar "hud_medicautocallersthreshold 59"
|
||||
|
||||
// zoom
|
||||
alias +zoom "fov_desired 75; r_drawviewmodel 0"
|
||||
alias -zoom "fov_desired 90; r_drawviewmodel 1"
|
||||
|
||||
// crouch jump script
|
||||
alias +rj "spec_mode;-duck;+cr;alias checkrj +cr"
|
||||
@ -40,12 +46,7 @@ alias none ""
|
||||
// quick build/destroy sentry
|
||||
alias sentry "destroy 2; build 2"
|
||||
|
||||
// bind for showing some info
|
||||
alias +showinfo "cl_showfps 1; net_graph 1; cl_showpos 1"
|
||||
alias -showinfo "cl_showfps 0; net_graph 0; cl_showpos 0"
|
||||
|
||||
|
||||
// default binds
|
||||
// binds
|
||||
// slots
|
||||
bind 1 "slot1"
|
||||
bind 2 "slot2"
|
||||
@ -63,10 +64,9 @@ bind j "cl_trigger_first_notification"
|
||||
bind k "cl_decline_first_notification"
|
||||
|
||||
// voice menu
|
||||
bind z "voice_menu_1"
|
||||
bind x "voice_menu_2"
|
||||
bind c "voice_menu_3"
|
||||
|
||||
bind f1 "voice_menu_1"
|
||||
bind f2 "voice_menu_2"
|
||||
bind f3 "voice_menu_3"
|
||||
|
||||
// class/team binds
|
||||
bind n "+quickswitch"
|
||||
@ -80,19 +80,21 @@ bind b "lastdisguise"
|
||||
bind g "+taunt"
|
||||
bind h "+context_action"
|
||||
bind \ "dropitem"
|
||||
bind ralt "+showinfo"
|
||||
bind alt "+radar"
|
||||
bind b "sentry"
|
||||
bind ctrl "+zoom"
|
||||
bind ` "toggleconsole"
|
||||
bind enter "show_quest_log"
|
||||
bind escape "cancelselect"
|
||||
bind pause "pause"
|
||||
//call medic
|
||||
bind e "voicemenu 0 0"
|
||||
bind tab "+tabgraph"
|
||||
bind tab "+showscores"
|
||||
//cancel taunt
|
||||
bind q "lastinv"
|
||||
bind x "lastinv"
|
||||
bind f "+inspect"
|
||||
//call spy
|
||||
bind h "voicemenu 1 1"
|
||||
bind z "voicemenu 1 1"
|
||||
bind mouse5 "+use_action_slot_item"
|
||||
bind mouse3 "+attack3"
|
||||
|
||||
@ -101,12 +103,12 @@ bind mwheelup "invprev"
|
||||
bind mwheeldown "invnext"
|
||||
|
||||
// chat binds
|
||||
bind t "say"
|
||||
bind y "say_team"
|
||||
bind u "say_party"
|
||||
bind y "say"
|
||||
bind u "say_team"
|
||||
bind i "say_party"
|
||||
bind v +voicerecord
|
||||
//spray
|
||||
bind p "impulse 201"
|
||||
bind t "impulse 201"
|
||||
//show logs.tf logs
|
||||
bind l "cl_disablehtmlmotd 0; say !log"
|
||||
|
||||
@ -115,16 +117,16 @@ bind - "kill"
|
||||
bind = "explode"
|
||||
|
||||
//bind for map vote when it breaks
|
||||
bind f1 "next_map_vote 0"
|
||||
bind f2 "next_map_vote 1"
|
||||
bind f3 "next_map_vote 2"
|
||||
bind f9 "next_map_vote 0"
|
||||
bind f10 "next_map_vote 1"
|
||||
bind f11 "next_map_vote 2"
|
||||
|
||||
// loadouts
|
||||
bind f5 "loadouts.A"
|
||||
bind f6 "loadouts.B"
|
||||
bind f7 "loadouts.C"
|
||||
bind f8 "loadouts.D"
|
||||
bind alt "loadouts.resup"
|
||||
bind q "loadouts.resup"
|
||||
|
||||
// ready toggle
|
||||
bind f4 "player_ready_toggle"
|
||||
@ -138,13 +140,13 @@ bind d "+mr"
|
||||
// movement
|
||||
bind space "+jump"
|
||||
bind shift "+duck"
|
||||
bind ctrl "+rj"
|
||||
bind c "+rj"
|
||||
|
||||
//use hud buttons instead
|
||||
//bind <key> "snd_restart;hud_reloadscheme"
|
||||
// other
|
||||
bind p "snd_restart;hud_reloadscheme"
|
||||
//bind <key> "incrementvar r_drawviewmodel 0 1 1"
|
||||
//bind <key> "incrementvar cl_first_person_uses_world_model 0 1 1"
|
||||
//bind <key> "incrementvartf_use_min_viewmodel 0 1 1"
|
||||
//bind <key> "incrementvar tf_use_min_viewmodel 0 1 1"
|
||||
|
||||
//disabled as banned in rgl now for some reason
|
||||
//bind ctrl "+ctap"
|
Reference in New Issue
Block a user