Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.60 KB | None | 0 0
  1. // ESL - www.eslgaming.com
  2. // GOTV Config
  3. // 14.01.2016
  4.  
  5.  
  6. sv_hibernate_postgame_delay 180
  7.  
  8. tv_allow_camera_man 1 // Auto director allows spectators to become camera man
  9. tv_allow_static_shots 1 // Auto director uses fixed level cameras for shots
  10. tv_autorecord 1 // Automatically records all games as GOTV demos.
  11. tv_chatgroupsize 0 // Set the default chat group size
  12. tv_chattimelimit 8 // Limits spectators to chat only every n seconds
  13. tv_debug 0 // GOTV debug info.
  14. tv_delay 0 // GOTV broadcast delay in seconds
  15. tv_delaymapchange 1 // Delays map change until broadcast is complete
  16. tv_deltacache 2 // Enable delta entity bit stream cache
  17. tv_dispatchmode 1 // Dispatch clients to relay proxies: 0=never, 1=if appropriate, 2=always
  18. tv_enable 1 // Activates GOTV on server.
  19. tv_maxclients 10 // Maximum client number on GOTV server.
  20. tv_maxrate 20000 // Max GOTV spectator bandwidth rate allowed, 0 == unlimited
  21. tv_name "UNIZA - GOTV #1" // GOTV host name
  22. tv_overridemaster 0 // Overrides the GOTV master root address.
  23. tv_relaypassword schmetterling // GOTV password for relay proxies
  24. tv_relayvoice 0 // Relay voice data: 0=off, 1=on
  25. tv_snapshotrate 24 // Snapshots broadcasted per second
  26. tv_timeout 60 // GOTV connection timeout in seconds.
  27. tv_title "UNIZA - GOTV #1" // Set title for GOTV spectator UI
  28. tv_transmitall 1 // Transmit all entities (not only director view)
  29.  
  30. say ">UNIZA GOTV Config loaded <"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement