Last active
July 10, 2026 12:43
-
-
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 TALK ONLY" | |
| tv_enable 1; | |
| tv_delay 0; | |
| tv_snapshotrate 64; | |
| tv_transmitall 1; | |
| // [2] MATCH SETTINGS | |
| mp_autoteambalance 0; | |
| mp_limitteams 0; | |
| mp_freezetime 15; | |
| mp_autokick 0; | |
| mp_tkpunish 0; | |
| mp_spawnprotectiontime 0; | |
| cash_team_bonus_shorthanded 0; | |
| mp_overtime_enable 1; | |
| mp_overtime_limit 1; | |
| mp_team_timeout_max 5; | |
| mp_team_timeout_time 90; | |
| mp_team_timeout_ot_max 1; | |
| mp_warmuptime 9999; | |
| mp_warmuptime_all_players_connected 9999; | |
| mp_warmup_items_drop_policy 0; | |
| mp_warmup_items_nocost 1; | |
| // [3] RECORDING START | |
| tv_record Open1; | |
| tv_status | |
| // [4] THE MATCH START | |
| mp_restartgame 1 | |
| // [5] POST-MATCH / MAP CHANGE | |
| tv_stoprecord; | |
| tv_status |
Comments are disabled for this gist.