From e3c363ed284ea61e58a45974fc9db0ded11f52ec Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sun, 26 Mar 2023 16:41:49 +0200 Subject: [PATCH] Some other configuration --- games/csgo/myconfig.cfg | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/games/csgo/myconfig.cfg b/games/csgo/myconfig.cfg index 4a2c7b5..336ee2e 100644 --- a/games/csgo/myconfig.cfg +++ b/games/csgo/myconfig.cfg @@ -28,6 +28,7 @@ bind "g" "+lookatweapon" // Console unbind "'" bind "'" "toggleconsole" +con_enable "1" // Random weapons in DM cl_dm_buyrandomweapons "0" @@ -49,14 +50,19 @@ mm_dedicated_search_maxping "60" // Sensitivity sensitivity "1.74" -// Spectator view -spec_replay_autostart "0" - // Sounds snd_mvp_volume "0.09" +snd_menumusic_volume "0" snd_tensecondwarning_volume "0.3" volume "0.5" +// Spectator view +cl_show_observer_crosshair "2" +spec_replay_autostart "0" + +// Tutorial +gameinstructor_enable "0" + // Debug message echo "========================================================================================================================================================================" echo "====================================================================== LOADED GAME CONFIGURATION! ======================================================================"