confOS/games/csgo/myconfig.cfg

77 lines
1.9 KiB
INI

// Update this script, run this in cmd:
// PowerShell -Command "Invoke-WebRequest -Uri https://git.mylloon.fr/Anri/confOS/raw/branch/main/games/csgo/myconfig.cfg -OutFile '%ProgramFiles(x86)%\Steam\steamapps\common\Counter-Strike Global Offensive\csgo\cfg\myconfig.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"
// Reload and clear residuals
unbind "r"
bind "r" "+reload; r_cleardecals"
// Inspect + Drop
unbind "f"
unbind "g"
bind "f" "drop"
bind "g" "+lookatweapon"
// Console
unbind "'"
bind "'" "toggleconsole"
con_enable "1"
// Random weapons in DM
cl_dm_buyrandomweapons "0"
// Voice chat
unbind "MOUSE5"
bind "MOUSE5" "+voicerecord"
voice_scale "0.2"
// Volume
volume "0.46"
// Text Chat filter
cl_chatfilter_version "1"
// MS match for MM
mm_dedicated_search_maxping "60"
// Sensitivity
sensitivity "1.74"
// Sounds
snd_mvp_volume "0.09"
snd_menumusic_volume "0"
snd_deathcamera_volume "0"
snd_tensecondwarning_volume "0.3"
volume "0.5"
// Spectator view
cl_show_observer_crosshair "2"
spec_replay_autostart "0"
// Tutorial
gameinstructor_enable "0"
// Crosshair
apply_crosshair_code CSGO-OhOmu-zhLs6-x6FTf-Md4SW-4cvvE
alias "arthur" "apply_crosshair_code CSGO-GU2Ox-a2vCW-Md7sk-5Mo9e-LwAkE"
// Use to open shop disabled
cl_use_opens_buy_menu "0"
// Debug message
echo "========================================================================================================================================================================"
echo "====================================================================== LOADED GAME CONFIGURATION! ======================================================================"
echo "========================================================================================================================================================================"