From ac79cb3ff044ca8f0048035c9adcf50086c222e1 Mon Sep 17 00:00:00 2001 From: seth Date: Wed, 29 Jun 2022 03:45:49 -0400 Subject: start using loadouts script again --- cfg/overrides/post_comfig.cfg | 22 ++++++++-------------- 1 file changed, 8 insertions(+), 14 deletions(-) (limited to 'cfg/overrides/post_comfig.cfg') 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" - -- cgit v1.2.3