diff options
author | André Glüpker <git@wgmd.de> | 2024-02-14 08:28:14 +0100 |
---|---|---|
committer | André Glüpker <git@wgmd.de> | 2024-02-14 08:28:14 +0100 |
commit | f72faa85ab2f3dfe2c69e2b9d4550809d7e91524 (patch) | |
tree | 45607835bc4dea12414006e33a7c5627bb9cac5d /agl-settings.cfg | |
parent | 376cdce9757cb6443d2863ae945bc1d7b3c99634 (diff) | |
download | config-csgo-f72faa85ab2f3dfe2c69e2b9d4550809d7e91524.tar.gz config-csgo-f72faa85ab2f3dfe2c69e2b9d4550809d7e91524.tar.bz2 config-csgo-f72faa85ab2f3dfe2c69e2b9d4550809d7e91524.zip |
Some setting adjustments
Diffstat (limited to 'agl-settings.cfg')
-rw-r--r-- | agl-settings.cfg | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/agl-settings.cfg b/agl-settings.cfg index 02f5f79..6bd6bc3 100644 --- a/agl-settings.cfg +++ b/agl-settings.cfg @@ -1,11 +1,13 @@ -fps_max 144 +fps_max 165 fps_max_ui 60 fps_max_tools 60 sensitivity 0.8 -volume 1.0 -snd_mute_losefocus false +volume 1.0 +snd_mute_losefocus false +cl_teamcounter_playercount_instead_of_avatars true + cl_mute_enemy_team false cl_mute_all_but_friends_and_party false cl_sanitize_player_names false @@ -17,14 +19,15 @@ snd_gamevolume 1 snd_musicvolume 1 snd_voipvolume 1 -snd_tensecondwarning_volume 0.05 -snd_mvp_volume 0.10 +snd_tensecondwarning_volume 0.00 +snd_mvp_volume 0.05 snd_roundend_volume 0.00 snd_roundstart_volume 0.00 snd_deathcamera_volume 0.00 snd_mapobjective_volume 0.00 snd_roundaction_volume 0.00 -snd_menumusic_volume 0.04 +snd_menumusic_volume 0.00 +snd_toolvolume 0.20 cl_hud_color 12 // 12 = player color, 0 = team color engine_no_focus_sleep 0 // could this fix fps while in background? |