2023-03-25 23:05:30 +01:00
|
|
|
// Update this script, run this in cmd:
|
2023-09-28 11:56:51 +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\game\csgo\cfg\myconfig.cfg'"
|
2023-03-25 23:05:30 +01:00
|
|
|
|
2024-02-18 13:42:47 +01:00
|
|
|
// Scan code: https://preview.redd.it/new-key-bind-scancodes-visualized-v0-h6tsql8enajc1.png
|
|
|
|
|
2023-03-25 23:05:30 +01:00
|
|
|
// Deplacements
|
2024-02-18 13:37:41 +01:00
|
|
|
unbind "scancode26"
|
|
|
|
unbind "scancode4"
|
|
|
|
unbind "scancode22"
|
|
|
|
unbind "scancode7"
|
|
|
|
bind "scancode26" "+forward"
|
|
|
|
bind "scancode4" "+left"
|
|
|
|
bind "scancode22" "+back"
|
|
|
|
bind "scancode7" "+right"
|
2023-03-25 23:05:30 +01:00
|
|
|
|
|
|
|
// Crouch
|
2024-02-18 13:37:41 +01:00
|
|
|
unbind "scancode6"
|
|
|
|
bind "scancode6" "+duck"
|
2023-03-25 23:05:30 +01:00
|
|
|
|
2023-09-28 12:21:38 +02:00
|
|
|
// Reload
|
2024-02-18 13:37:41 +01:00
|
|
|
unbind "scancode21"
|
|
|
|
bind "scancode21" "+reload"
|
2023-03-26 16:24:01 +02:00
|
|
|
|
2023-03-25 23:05:30 +01:00
|
|
|
// Inspect + Drop
|
2024-02-18 13:37:41 +01:00
|
|
|
unbind "scancode9"
|
|
|
|
unbind "scancode10"
|
|
|
|
bind "scancode9" "drop"
|
|
|
|
bind "scancode10" "+lookatweapon"
|
2023-03-25 23:05:30 +01:00
|
|
|
|
2023-03-25 23:15:49 +01:00
|
|
|
// Console
|
2024-02-18 13:37:41 +01:00
|
|
|
unbind "scancode46"
|
|
|
|
bind "scancode46" "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-09-28 12:08:00 +02:00
|
|
|
snd_voipvolume "0.2"
|
2023-03-25 23:15:49 +01:00
|
|
|
|
|
|
|
// Volume
|
|
|
|
volume "0.46"
|
|
|
|
|
|
|
|
// 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-10-01 19:57:01 +02:00
|
|
|
// Crosshair default
|
2023-10-01 20:03:51 +02:00
|
|
|
cl_crosshairalpha "255"
|
|
|
|
cl_crosshairusealpha "1"
|
|
|
|
cl_crosshairdot "0"
|
|
|
|
cl_crosshairgap_useweaponvalue "0"
|
|
|
|
hud_showtargetid "0"
|
2023-10-01 19:57:01 +02:00
|
|
|
|
|
|
|
// Custom crosshair
|
|
|
|
cl_crosshaircolor "2"
|
|
|
|
cl_crosshairsize "2.7"
|
|
|
|
cl_crosshairgap "-12"
|
|
|
|
cl_crosshair_drawoutline 1
|
|
|
|
alias "arthur" "cl_crosshairgap -3; cl_crosshairsize 500; cl_crosshaircolor "5"; cl_crosshair_drawoutline 0; cl_crosshaircolor_r 0; cl_crosshaircolor_g 0; cl_crosshaircolor_b 0"
|
|
|
|
|
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-09-28 12:21:38 +02:00
|
|
|
// Left and right
|
|
|
|
alias "+ll" "+turnleft"
|
|
|
|
alias "+rr" "+turnright"
|
|
|
|
|
2023-03-25 23:27:11 +01:00
|
|
|
// Debug message
|
|
|
|
echo "========================================================================================================================================================================"
|
|
|
|
echo "====================================================================== LOADED GAME CONFIGURATION! ======================================================================"
|
|
|
|
echo "========================================================================================================================================================================"
|