summaryrefslogtreecommitdiff
path: root/cfg/overrides/post_comfig.cfg
diff options
context:
space:
mode:
authorseth <[email protected]>2022-06-29 03:45:49 -0400
committerseth <[email protected]>2022-06-29 03:45:49 -0400
commitac79cb3ff044ca8f0048035c9adcf50086c222e1 (patch)
treec8f4b945f0674179e0136a3a906ccb175e98a84d /cfg/overrides/post_comfig.cfg
parentd0e8026e5f1e4082dd80e90caed7b2195bbd2ab0 (diff)
start using loadouts script again
Diffstat (limited to 'cfg/overrides/post_comfig.cfg')
-rw-r--r--cfg/overrides/post_comfig.cfg22
1 files changed, 8 insertions, 14 deletions
diff --git a/cfg/overrides/post_comfig.cfg b/cfg/overrides/post_comfig.cfg
index c1959e8..7cb3717 100644
--- a/cfg/overrides/post_comfig.cfg
+++ b/cfg/overrides/post_comfig.cfg
@@ -53,7 +53,7 @@ bind "x" "voice_menu_2"
bind "y" "say"
bind "z" "voice_menu_1"
-// *** menus ***
+// *** menus/hud ***
bind "`" "toggleconsole"
bind "TAB" "+showscores"
bind "ESCAPE" "cancelselect"
@@ -62,23 +62,17 @@ 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"
+// *** loadout script ***
+exec "loadouts/load.cfg"
-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
+bind F1 loadouts.A
+bind F2 loadouts.B
+bind F3 loadouts.C
+bind F4 loadouts.D
+bind ALT loadouts.resup
// *** funny haha binds ***
bind "]" "explode"
bind "[" "cmd say med down"
-