From c75c615e55f2d1f7a62daac401ad8ab4216f7913 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Gl=C3=BCpker?= Date: Mon, 18 Sep 2023 18:36:24 +0200 Subject: Migrate config to cs2 Tried to keep bindings identical. Removed most settings, as I don't know which settings survive the change. --- agl-settings.cfg | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 agl-settings.cfg (limited to 'agl-settings.cfg') diff --git a/agl-settings.cfg b/agl-settings.cfg new file mode 100644 index 0000000..0c4b1c2 --- /dev/null +++ b/agl-settings.cfg @@ -0,0 +1,26 @@ +fps_max 144 +fps_max_ui 60 +fps_max_tools 60 + +sensitivity 0.8 + +volume 1.0 +snd_mute_losefocus false + +snd_gamevoicevolume 1 +snd_gamevolume 1 +snd_musicvolume 1 +snd_voipvolume 1 + +snd_tensecondwarning_volume 0.30 +snd_mvp_volume 0.20 +snd_roundend_volume 0.20 +snd_roundstart_volume 0.05 +snd_deathcamera_volume 0.10 +snd_mapobjective_volume 0.05 +snd_roundaction_volume 0.05 +snd_menumusic_volume 0.04 + +cl_hud_color 9 +engine_no_focus_sleep 0 // could this fix fps while in background? +mm_dedicated_search_maxping 50 -- cgit v1.2.3