update scancode url
This commit is contained in:
parent
fa65552414
commit
1ee9f55e7d
4 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
// Update this script, run this in cmd:
|
||||
// PowerShell -Command "Invoke-WebRequest -Uri https://git.mylloon.fr/Anri/confOS/raw/branch/main/games/csgo/autoexec.cfg -OutFile '%ProgramFiles(x86)%\Steam\steamapps\common\Counter-Strike Global Offensive\game\csgo\cfg\autoexec.cfg'"
|
||||
|
||||
// Scan code: https://www.reddit.com/r/GlobalOffensive/comments/1ato9z8/new_key_bind_scancodes_visualized/#lightbox
|
||||
// Scan code: https://europe1.discourse-cdn.com/arduino/original/4X/1/1/4/114781aa9e26c56002ed8f611a9b3554dc2e0f52.png
|
||||
|
||||
// Load custom config
|
||||
exec myconfig
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Update this script, run this in cmd:
|
||||
// PowerShell -Command "Invoke-WebRequest -Uri https://git.mylloon.fr/Anri/confOS/raw/branch/main/games/csgo/customgame.cfg -OutFile '%ProgramFiles(x86)%\Steam\steamapps\common\Counter-Strike Global Offensive\game\csgo\cfg\customgame.cfg'"
|
||||
|
||||
// Scan code: https://www.reddit.com/r/GlobalOffensive/comments/1ato9z8/new_key_bind_scancodes_visualized/#lightbox
|
||||
// Scan code: https://europe1.discourse-cdn.com/arduino/original/4X/1/1/4/114781aa9e26c56002ed8f611a9b3554dc2e0f52.png
|
||||
|
||||
// Allow cheats
|
||||
sv_cheats "1"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// 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\game\csgo\cfg\myconfig.cfg'"
|
||||
|
||||
// Scan code: https://www.reddit.com/r/GlobalOffensive/comments/1ato9z8/new_key_bind_scancodes_visualized/#lightbox
|
||||
// Scan code: https://europe1.discourse-cdn.com/arduino/original/4X/1/1/4/114781aa9e26c56002ed8f611a9b3554dc2e0f52.png
|
||||
|
||||
// Deplacements
|
||||
unbind "scancode26"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
n// Update this script, run this in cmd:
|
||||
// PowerShell -Command "Invoke-WebRequest -Uri https://git.mylloon.fr/Anri/confOS/raw/branch/main/games/csgo/customgame.cfg -OutFile '%ProgramFiles(x86)%\Steam\steamapps\common\Counter-Strike Global Offensive\game\csgo\cfg\customgame.cfg'"
|
||||
|
||||
// Scan code: https://www.reddit.com/r/GlobalOffensive/comments/1ato9z8/new_key_bind_scancodes_visualized/#lightbox
|
||||
// Scan code: https://europe1.discourse-cdn.com/arduino/original/4X/1/1/4/114781aa9e26c56002ed8f611a9b3554dc2e0f52.png
|
||||
|
||||
// Enable cheats temporary
|
||||
sv_cheats "1"
|
||||
|
|
Loading…
Reference in a new issue