diff options
| author | André Glüpker <git@wgmd.de> | 2026-03-30 22:07:44 +0200 |
|---|---|---|
| committer | André Glüpker <git@wgmd.de> | 2026-03-30 22:07:44 +0200 |
| commit | 829a0d0d704451fca96022a09495016adeeb2118 (patch) | |
| tree | b6473363be870b6a2e76297112ceb84180ad8a90 | |
| parent | 437fbe184913df44e3ddf74ec1ab3da4b68f9353 (diff) | |
| download | config-csgo-829a0d0d704451fca96022a09495016adeeb2118.tar.gz config-csgo-829a0d0d704451fca96022a09495016adeeb2118.tar.bz2 config-csgo-829a0d0d704451fca96022a09495016adeeb2118.zip | |
Try to fix low FPS situations - let's see
| -rw-r--r-- | agl-settings.cfg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/agl-settings.cfg b/agl-settings.cfg index 9209356..f358f51 100644 --- a/agl-settings.cfg +++ b/agl-settings.cfg @@ -2,6 +2,14 @@ fps_max 165 fps_max_ui 60 fps_max_tools 60 +// Try to reduce chance of low fps trigger (https://github.com/ValveSoftware/csgo-osx-linux/issues/4365#issuecomment-4124205005) +ui_render_task_fps 165 +fps_max_ui 165 + +alias +gui_esc "escape; gameui_hide; escape" +alias -gui_esc "escape; gameui_hide; escape" +bind scancode19 "+gui_esc" // "p" + sensitivity 0.8 volume 1.0 |
