confOS/games/csgo/config.cfg

64 lines
1.1 KiB
INI
Raw Normal View History

2023-03-25 23:05:30 +01:00
// Update this script, run this in cmd:
// PowerShell -Command "Invoke-WebRequest -Uri https://git.mylloon.fr/Anri/confOS/raw/branch/main/games/csgo/config.cfg -OutFile '%ProgramFiles(x86)%\Steam\steamapps\common\Counter-Strike Global Offensive\csgo\cfg\config.cfg'"
// Deplacements
unbind "z"
unbind "q"
unbind "w"
unbind "a"
unbind "s"
unbind "d"
bind "z" "+forward"
bind "q" "+moveleft"
bind "s" "+back"
bind "d" "+moveright"
// Crouch
unbind "CTRL"
unbind "c"
bind "c" "+duck"
// Inspect + Drop
unbind "g"
2023-03-25 23:15:49 +01:00
unbind "f"
2023-03-25 23:05:30 +01:00
bind "f" "drop"
bind "g" "+lookatweapon"
// Reload and clear residuals
unbind "r"
bind "r" "+reload; r_cleardecals"
2023-03-25 23:15:49 +01:00
// 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"