add normalegame script

This commit is contained in:
Mylloon 2024-08-06 19:45:29 +02:00
parent 623b8b241b
commit 1482783cb4
Signed by: Anri
GPG key ID: A82D63DFF8D1317F
2 changed files with 23 additions and 0 deletions

View file

@ -201,6 +201,7 @@ sync-windows:
$(WGET) $(REPO_SRC)/games/cs2/autoexec.cfg -O $(CS2_CFG)/autoexec.cfg; \ $(WGET) $(REPO_SRC)/games/cs2/autoexec.cfg -O $(CS2_CFG)/autoexec.cfg; \
$(WGET) $(REPO_SRC)/games/cs2/myconfig.cfg -O $(CS2_CFG)/myconfig.cfg; \ $(WGET) $(REPO_SRC)/games/cs2/myconfig.cfg -O $(CS2_CFG)/myconfig.cfg; \
$(WGET) $(REPO_SRC)/games/cs2/customgame.cfg -O $(CS2_CFG)/customgame.cfg; \ $(WGET) $(REPO_SRC)/games/cs2/customgame.cfg -O $(CS2_CFG)/customgame.cfg; \
$(WGET) $(REPO_SRC)/games/cs2/normalgame.cfg -O $(CS2_CFG)/normalgame.cfg; \
echo "$(WIN) CS2 scripts synced!"; \ echo "$(WIN) CS2 scripts synced!"; \
echo; \ echo; \
fi fi

22
games/cs2/normalgame.cfg Normal file
View file

@ -0,0 +1,22 @@
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
// Kick bot and end the warmup
bot_kick
mp_warmup_end
// Disable kick on friendly fire
mp_autokick "0"
// Remove team size limitation
mp_limitteams "0"
// Apply all the settings
mp_restartgame "1"
// Debug message
echo "========================================================================================================================================================================"
echo "================================================================== LOADED NORMAL GAME CONFIGURATION ! =================================================================="
echo "========================================================================================================================================================================"