diff options
| author | seth <[email protected]> | 2022-06-22 10:39:37 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2022-06-22 10:40:54 -0400 |
| commit | d0e8026e5f1e4082dd80e90caed7b2195bbd2ab0 (patch) | |
| tree | 931ed041ac911d0ca628bc0d3a833d25c6199a70 /cfg/overrides/post_comfig.cfg | |
| parent | 310c89529664d8ca99fad0c6f21905bf1e6e9612 (diff) | |
massive overhaul :)
Diffstat (limited to 'cfg/overrides/post_comfig.cfg')
| -rw-r--r-- | cfg/overrides/post_comfig.cfg | 86 |
1 files changed, 84 insertions, 2 deletions
diff --git a/cfg/overrides/post_comfig.cfg b/cfg/overrides/post_comfig.cfg index e7212c2..c1959e8 100644 --- a/cfg/overrides/post_comfig.cfg +++ b/cfg/overrides/post_comfig.cfg @@ -1,2 +1,84 @@ -exec loadouts/load.cfg // junior's loadouts script -exec overrides/binds.cfg +unbindall + +// *** weapon slots *** +bind "0" "slot10" +bind "1" "slot1" +bind "2" "slot2" +bind "3" "slot3" +bind "4" "slot4" +bind "5" "slot5" +bind "6" "slot6" +bind "7" "slot7" +bind "8" "slot8" +bind "9" "slot9" + +// *** movement *** +bind "a" "+ml" +bind "d" "+mr" +bind "s" "+mb" +bind "w" "+mf" +bind "SPACE" "+jump" +bind "CTRL" "+duck" + +// *** gameplay *** +bind "b" "lastdisguise" +bind "f" "+inspect" +bind "g" "+taunt" +bind "h" "+use_action_slot_item" +bind "i" "showmapinfo" +bind "j" "cl_trigger_first_notification" +bind "k" "cl_decline_first_notification" +bind "l" "dropitem" +bind "m" "open_charinfo_direct" +bind "n" "open_charinfo_backpack" +bind "q" "lastinv" +bind "r" "+reload" +bind "t" "impulse 201" +bind "," "changeclass" +bind "." "changeteam" +bind "-" "disguiseteam" +bind "MOUSE1" "+attack" +bind "MOUSE2" "+attack2" +bind "MOUSE3" "+attack3" +bind "MWHEELUP" "invprev" +bind "MWHEELDOWN" "invnext" + +// *** chat *** +bind "c" "voice_menu_3" +bind "e" "voicemenu 0 0" +bind "p" "say_party" +bind "u" "say_team" +bind "v" "+voicerecord" +bind "x" "voice_menu_2" +bind "y" "say" +bind "z" "voice_menu_1" + +// *** menus *** +bind "`" "toggleconsole" +bind "TAB" "+showscores" +bind "ESCAPE" "cancelselect" +bind "F4" "player_ready_toggle" +bind "F5" "jpeg_quality 100; jpeg" +bind "F6" "save_replay" +bind "F7" "abuse_report_queue" +bind "F9" "quit_prompt" + +bind "\" "toggle r_drawviewmodel 0 1" // toggle viewmodel + +// *** loadout binds *** +bind "F1" "load_1" +bind "F2" "load_2" +bind "F3" "load_3" +bind "F4" "load_4" +bind "ALT" "resupply" + +alias load_1 "load_itempreset 0; alias resupply load_1" +alias load_2 "load_itempreset 1; alias resupply load_2" +alias load_3 "load_itempreset 2; alias resupply load_3" +alias load_4 "load_itempreset 3; alias resupply load_4" +load_1 + +// *** funny haha binds *** +bind "]" "explode" +bind "[" "cmd say med down" + |
