add normalegame script
This commit is contained in:
parent
623b8b241b
commit
1482783cb4
2 changed files with 23 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -201,6 +201,7 @@ sync-windows:
|
|||
$(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/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; \
|
||||
fi
|
||||
|
|
22
games/cs2/normalgame.cfg
Normal file
22
games/cs2/normalgame.cfg
Normal 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 "========================================================================================================================================================================"
|
Loading…
Reference in a new issue