Config
This commit is contained in:
parent
318fb36c93
commit
63a7d5fafc
1 changed files with 35 additions and 1 deletions
|
@ -19,11 +19,45 @@ unbind "c"
|
|||
bind "c" "+duck"
|
||||
|
||||
// Inspect + Drop
|
||||
unbind "f"
|
||||
unbind "g"
|
||||
unbind "f"
|
||||
bind "f" "drop"
|
||||
bind "g" "+lookatweapon"
|
||||
|
||||
// Reload and clear residuals
|
||||
unbind "r"
|
||||
bind "r" "+reload; r_cleardecals"
|
||||
|
||||
// Console
|
||||
unbind "`"
|
||||
unbind "'"
|
||||
bind "'" "toggleconsole"
|
||||
|
||||
// Random weapons in DM
|
||||
cl_dm_buyrandomweapons "0"
|
||||
|
||||
// Voice chat
|
||||
unbind "k"
|
||||
unbind "MOUSE5"
|
||||
bind "MOUSE5" "+voicerecord"
|
||||
voice_scale "0.25"
|
||||
|
||||
// Volume
|
||||
volume "0.46"
|
||||
|
||||
// Text Chat filter
|
||||
cl_chatfilter_version "1"
|
||||
|
||||
// MS match for MM
|
||||
mm_dedicated_search_maxping "60"
|
||||
|
||||
// Sensitivity
|
||||
sensitivity "1.742450"
|
||||
|
||||
// Spectator view
|
||||
spec_replay_autostart "0"
|
||||
|
||||
// Sounds
|
||||
snd_mvp_volume "0.09"
|
||||
snd_tensecondwarning_volume "0.3"
|
||||
volume "0.5"
|
||||
|
|
Loading…
Reference in a new issue