-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathuserconfig.cfg
35 lines (29 loc) · 882 Bytes
/
userconfig.cfg
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
// This file contains a few settings related to tickrate, HUD, mouse sensitivity
// and others. If you use this, you'll probably want to tweak quite a bit in
// here - especially the mouse sensitivity.
// FPS lock (I believe 300 is the default anyway)
fps_max "300"
// Rates for 128 tick servers
rate "128000"
cl_cmdrate "128"
cl_updaterate "128"
// Do not download sounds from servers
cl_downloadfilter "nosounds"
// Mouse sensitivity (I'm using a Logitech G402 at 800 DPI)
sensitivity "1.25"
m_rawinput "1"
m_customaccel "0"
zoom_sensitivity_ratio_mouse "1.0"
// Misc settings
closeonbuy "1"
cl_autowepswitch "0"
cl_righthand "1"
cl_show_clan_in_death_notice "0"
con_enable "1"
gameinstructor_enable "0"
// HUD
hud_scaling "0.85"
cl_showloadout "1" // Always show inventory
// I'm using a 2560x1440 32", so I like to bring in the HUD a bit
safezonex "0.85"
safezoney "0.85"