diff options
author | André Glüpker <git@wgmd.de> | 2023-09-18 18:36:24 +0200 |
---|---|---|
committer | André Glüpker <git@wgmd.de> | 2023-09-18 18:36:24 +0200 |
commit | c75c615e55f2d1f7a62daac401ad8ab4216f7913 (patch) | |
tree | 4de1d0003d20d430ff76784ecf1b472f5cf5d073 /agl-settings.cfg | |
parent | 20a9ef3ff469d148508abcd501012d1286a87bba (diff) | |
download | config-csgo-c75c615e55f2d1f7a62daac401ad8ab4216f7913.tar.gz config-csgo-c75c615e55f2d1f7a62daac401ad8ab4216f7913.tar.bz2 config-csgo-c75c615e55f2d1f7a62daac401ad8ab4216f7913.zip |
Migrate config to cs2
Tried to keep bindings identical.
Removed most settings, as I don't know which settings survive the
change.
Diffstat (limited to 'agl-settings.cfg')
-rw-r--r-- | agl-settings.cfg | 26 |
1 files changed, 26 insertions, 0 deletions
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 |