Skip to content

Instantly share code, notes, and snippets.

@boy12hoody
Last active February 17, 2026 05:38
Show Gist options
  • Select an option

  • Save boy12hoody/61a6a7c2efbc71ad0eaba1b168e538bd to your computer and use it in GitHub Desktop.

Select an option

Save boy12hoody/61a6a7c2efbc71ad0eaba1b168e538bd to your computer and use it in GitHub Desktop.
CS LAN
// ==========================================================
// 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.