blob: f358f516a3e79cad3f463e1cd884d92b09028b4e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
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
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
cl_hide_avatar_images false
// Alias: muteall / unmuteall
snd_gamevoicevolume 1
snd_gamevolume 1
snd_musicvolume 1
snd_voipvolume 1
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.00
snd_toolvolume 0.50
cl_hud_color 12 // 12 = player color, 0 = team color
engine_no_focus_sleep 0 // could this fix fps while in background?
mm_dedicated_search_maxping 50
|