From 63a7d5fafc7ef45c5a1fd012ce13dfbf053504c7 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sat, 25 Mar 2023 23:15:49 +0100 Subject: [PATCH] Config --- games/csgo/config.cfg | 36 +++++++++++++++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) diff --git a/games/csgo/config.cfg b/games/csgo/config.cfg index 5458c1b..e93503e 100644 --- a/games/csgo/config.cfg +++ b/games/csgo/config.cfg @@ -19,11 +19,45 @@ unbind "c" bind "c" "+duck" // Inspect + Drop -unbind "f" unbind "g" +unbind "f" bind "f" "drop" bind "g" "+lookatweapon" // Reload and clear residuals unbind "r" bind "r" "+reload; r_cleardecals" + +// Console +unbind "`" +unbind "'" +bind "'" "toggleconsole" + +// Random weapons in DM +cl_dm_buyrandomweapons "0" + +// Voice chat +unbind "k" +unbind "MOUSE5" +bind "MOUSE5" "+voicerecord" +voice_scale "0.25" + +// Volume +volume "0.46" + +// Text Chat filter +cl_chatfilter_version "1" + +// MS match for MM +mm_dedicated_search_maxping "60" + +// Sensitivity +sensitivity "1.742450" + +// Spectator view +spec_replay_autostart "0" + +// Sounds +snd_mvp_volume "0.09" +snd_tensecondwarning_volume "0.3" +volume "0.5"