2023-03-25 23:05:30 +01:00
|
|
|
// Update this script, run this in cmd:
|
2023-03-26 16:25:30 +02:00
|
|
|
// 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'"
|
2023-03-25 23:05:30 +01:00
|
|
|
|
|
|
|
// 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"
|
|
|
|
|
2023-03-26 16:24:01 +02:00
|
|
|
// Reload and clear residuals
|
|
|
|
unbind "r"
|
|
|
|
bind "r" "+reload; r_cleardecals"
|
|
|
|
|
2023-03-25 23:05:30 +01:00
|
|
|
// 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"
|
2023-03-26 16:41:49 +02:00
|
|
|
con_enable "1"
|
2023-03-25 23:15:49 +01:00
|
|
|
|
|
|
|
// Random weapons in DM
|
|
|
|
cl_dm_buyrandomweapons "0"
|
|
|
|
|
|
|
|
// Voice chat
|
|
|
|
unbind "MOUSE5"
|
|
|
|
bind "MOUSE5" "+voicerecord"
|
2023-03-27 21:35:50 +02:00
|
|
|
voice_scale "0.2"
|
2023-03-25 23:15:49 +01:00
|
|
|
|
|
|
|
// 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
|
|
|
|
|
|
|
// Sounds
|
|
|
|
snd_mvp_volume "0.09"
|
2023-03-26 16:41:49 +02:00
|
|
|
snd_menumusic_volume "0"
|
2023-03-27 21:25:11 +02:00
|
|
|
snd_deathcamera_volume "0"
|
2023-03-25 23:15:49 +01:00
|
|
|
snd_tensecondwarning_volume "0.3"
|
|
|
|
volume "0.5"
|
2023-03-25 23:27:11 +01:00
|
|
|
|
2023-03-26 16:41:49 +02:00
|
|
|
// Spectator view
|
|
|
|
cl_show_observer_crosshair "2"
|
|
|
|
spec_replay_autostart "0"
|
|
|
|
|
|
|
|
// Tutorial
|
|
|
|
gameinstructor_enable "0"
|
|
|
|
|
2023-03-27 22:17:15 +02:00
|
|
|
// Crosshair
|
2023-03-27 23:34:22 +02:00
|
|
|
apply_crosshair_code CSGO-OhOmu-zhLs6-x6FTf-Md4SW-4cvvE
|
2023-03-27 23:38:01 +02:00
|
|
|
alias "arthur" "apply_crosshair_code CSGO-GU2Ox-a2vCW-Md7sk-5Mo9e-LwAkE"
|
2023-03-27 22:17:15 +02:00
|
|
|
|
2023-03-31 23:23:13 +02:00
|
|
|
// Use to open shop disabled
|
|
|
|
cl_use_opens_buy_menu "0"
|
|
|
|
|
2023-03-25 23:27:11 +01:00
|
|
|
// Debug message
|
|
|
|
echo "========================================================================================================================================================================"
|
|
|
|
echo "====================================================================== LOADED GAME CONFIGURATION! ======================================================================"
|
|
|
|
echo "========================================================================================================================================================================"
|