Last active
February 17, 2026 05:38
-
-
Save boy12hoody/61a6a7c2efbc71ad0eaba1b168e538bd to your computer and use it in GitHub Desktop.
CS LAN
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ========================================================== | |
| // CS2 LAN "CASUAL-COMPETITIVE" MASTER CONFIG (2026) | |
| // ========================================================== | |
| // [1] LOBBY & SERVER INITIALIZATION | |
| bind "=" "sv_full_alltalk 1; say Voice: ALL TALK ON" | |
| bind "-" "sv_full_alltalk 0; say Voice: TEAM ONLY" | |
| tv_enable 1; | |
| tv_delay 0; | |
| tv_snapshotrate 64; | |
| tv_transmitall 1; | |
| // [2] MATCH SETTINGS | |
| mp_autoteambalance 0; | |
| mp_limitteams 0; | |
| mp_freezetime 10; | |
| mp_autokick 0; | |
| mp_tkpunish 0; | |
| mp_spawnprotectiontime 0; | |
| cash_team_bonus_shorthanded 0; | |
| // [3] RECORDING START | |
| tv_record Open1; | |
| tv_status | |
| // [4] THE MATCH START | |
| mp_restartgame 1 | |
| // [5] POST-MATCH / MAP CHANGE | |
| tv_stoprecord; | |
| tv_status | |
| // changelevel de_mirage |
Comments are disabled for this gist.