Last active
August 11, 2024 15:29
-
-
Save kus/d4bf1d28dc832d6fb98a047aedb9fb4c to your computer and use it in GitHub Desktop.
Revisions
-
kus revised this gist
Apr 13, 2017 . 1 changed file with 5 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -37,6 +37,11 @@ spec_replay_bot 1 mp_autoteambalance 0 mp_limitteams 10 // Dead players can hear all dead enemy communication (voice, chat) sv_talk_enemy_dead 1 // Living players can hear all living enemy communication (voice, chat) sv_talk_enemy_living 1 // Restart game to activate new settings mp_restartgame 1 -
kus revised this gist
Apr 13, 2017 . No changes.There are no files selected for viewing
-
kus revised this gist
Apr 13, 2017 . 1 changed file with 5 additions and 5 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,13 +1,13 @@ // Kus' CS:GO Private Competitive Game with death cam and GOTV demo config // Source: https://gist.github.com/kus/d4bf1d28dc832d6fb98a047aedb9fb4c // Copy to C:\Program Files (x86)\Steam\steamapps\common\Counter-Strike Global Offensive\csgo\cfg // To record GOTV demo 'tv_record name' and it will be saved to C:\Program Files (x86)\Steam\steamapps\common\Counter-Strike Global Offensive\csgo\name.dem // Which you can watch by opening console anywhere in CS:GO and type 'playdemo name' and hit enter echo "How to host a CS:GO Private Competitive Game:" echo " - Make a private casual lobby and invite everyone echo " - BEFORE you start the game open console and run 'exec comp' to enable GOTV for death cam and recording the game" echo " - When everyone is in the lobby start it" echo " - Wait until everyone has joined the game" echo " - If you want to change level 'changelevel de_dust2'" @@ -17,7 +17,7 @@ echo " - Open console and run 'exec comp' to set the competitive game settings" game_type 0 game_mode 1 // Enable GOTV for death cam and demo tv_enable 1 // Execute competitive config settings @@ -43,4 +43,4 @@ mp_restartgame 1 // Force start warmup (if you are restarting match) mp_warmup_start echo "Kus' Competitive config loaded! Use 'mp_warmup_end' to end warmup. 'tv_record name' to record GOTV demo" -
kus revised this gist
Apr 13, 2017 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -16,6 +16,8 @@ echo " - Open console and run 'exec comp' to set the competitive game settings" // Change game mode to Competitive game_type 0 game_mode 1 // Enable HLTV for death cam and demo tv_enable 1 // Execute competitive config settings -
kus revised this gist
Apr 13, 2017 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,6 @@ // Kus' CS:GO Private Competitive Game with death cam and HLTV demo config // Source: https://gist.github.com/kus/d4bf1d28dc832d6fb98a047aedb9fb4c // Copy to C:\Program Files (x86)\Steam\steamapps\common\Counter-Strike Global Offensive\csgo\cfg // To record HLTV demo 'tv_record name' and it will be saved to C:\Program Files (x86)\Steam\steamapps\common\Counter-Strike Global Offensive\csgo\name.dem // Which you can watch by opening console anywhere in CS:GO and type 'playdemo name' and hit enter -
kus created this gist
Apr 13, 2017 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,42 @@ // Kus' CS:GO Private Competitive Game with death cam and HLTV demo config // Copy to C:\Program Files (x86)\Steam\steamapps\common\Counter-Strike Global Offensive\csgo\cfg // To record HLTV demo 'tv_record name' and it will be saved to C:\Program Files (x86)\Steam\steamapps\common\Counter-Strike Global Offensive\csgo\name.dem // Which you can watch by opening console anywhere in CS:GO and type 'playdemo name' and hit enter echo "How to host a CS:GO Private Competitive Game:" echo " - Make a private casual lobby and invite everyone echo " - BEFORE you start the game open console and run 'exec comp' to enable HLTV for death cam and recording the game" echo " - When everyone is in the lobby start it" echo " - Wait until everyone has joined the game" echo " - If you want to change level 'changelevel de_dust2'" echo " - Open console and run 'exec comp' to set the competitive game settings" // Change game mode to Competitive game_type 0 game_mode 1 tv_enable 1 // Execute competitive config settings exec gamemode_competitive // Kick bots bot_kick // Restrict dead players to team mp_forcecamera 1 // Enable kill cam spec_replay_enable 1 spec_replay_bot 1 // Disable auto team balance mp_autoteambalance 0 mp_limitteams 10 // Restart game to activate new settings mp_restartgame 1 // Force start warmup (if you are restarting match) mp_warmup_start echo "Kus' Competitive config loaded! Use 'mp_warmup_end' to end warmup. 'tv_record name' to record HLTV demo"