Created
March 8, 2017 11:21
-
-
Save sebastiandero/73f74b39509ccd6b474a3a8d3799607e to your computer and use it in GitHub Desktop.
GOTV setup config for CS:GO
This file contains 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
echo "started DeVeX's GOTV Configuration" | |
tv_port "27020" //The port GOTV will be reachable | |
tv_enable "1" //enables GOTV | |
tv_deltacache "2" //makes everything smoother | |
tv_delay "0" //change to the seconds of delay you want | |
tv_snapshotrate "16" //change from 16 - 32 - 64 - 128 tick | |
tv_password "peratv" // GOTV password | |
tv_timeout "3" // The time in seconds before server timeout reached | |
tv_title "peRa Sports Competitive GOTV" //GOTV title | |
tv_allow_camera_man "1" //should spectator be allowed to move camera freely | |
tv_maxclients "10" //how many spectators max | |
tv_nochat "0" //set 0 if you want people to be able to chat, 1 if you dont | |
echo "DeVeX's GOTV Configuration has been loaded" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment