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 "s"
|
|
|
|
unbind "d"
|
|
|
|
bind "z" "+forward"
|
|
|
|
bind "q" "+moveleft"
|
|
|
|
bind "s" "+back"
|
|
|
|
bind "d" "+moveright"
|
|
|
|
|
|
|
|
// Crouch
|
|
|
|
unbind "c"
|
|
|
|
bind "c" "+duck"
|
|
|
|
|
|
|
|
// Inspect + Drop
|
2023-03-25 23:15:49 +01:00
|
|
|
unbind "f"
|
2023-03-25 23:26:38 +01:00
|
|
|
unbind "g"
|
2023-03-25 23:05:30 +01:00
|
|
|
bind "f" "drop"
|
|
|
|
bind "g" "+lookatweapon"
|
|
|
|
|
2023-03-25 23:15:49 +01:00
|
|
|
// Console
|
|
|
|
unbind "'"
|
|
|
|
bind "'" "toggleconsole"
|
|
|
|
|
|
|
|
// Random weapons in DM
|
|
|
|
cl_dm_buyrandomweapons "0"
|
|
|
|
|
|
|
|
// Voice chat
|
|
|
|
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
|
2023-03-25 23:26:38 +01:00
|
|
|
sensitivity "1.74"
|
2023-03-25 23:15:49 +01:00
|
|
|
|
|
|
|
// Spectator view
|
|
|
|
spec_replay_autostart "0"
|
|
|
|
|
|
|
|
// Sounds
|
|
|
|
snd_mvp_volume "0.09"
|
|
|
|
snd_tensecondwarning_volume "0.3"
|
|
|
|
volume "0.5"
|