fix for cs2

This commit is contained in:
Mylloon 2023-09-28 12:08:00 +02:00
parent d87e2acfce
commit aabe437ccb
Signed by: Anri
GPG key ID: A82D63DFF8D1317F
2 changed files with 3 additions and 9 deletions

View file

@ -19,11 +19,8 @@ unbind "x"
bind "x" "+jumpthrow"
// FPS in tab
net_graphpos "2"
net_graphheight "250"
net_graphproportionalfont "0"
alias "+scorenet" "+showscores; net_graph 1"
alias "-scorenet" "-showscores; net_graph 0"
alias "+scorenet" "+showscores; cl_showfps 1 1"
alias "-scorenet" "-showscores; cl_showfps 1 0"
unbind "TAB"
bind "TAB" "+scorenet"

View file

@ -36,14 +36,11 @@ cl_dm_buyrandomweapons "0"
// Voice chat
unbind "MOUSE5"
bind "MOUSE5" "+voicerecord"
voice_scale "0.2"
snd_voipvolume "0.2"
// Volume
volume "0.46"
// Text Chat filter
cl_chatfilter_version "1"
// MS match for MM
mm_dedicated_search_maxping "60"