Advertisement
DarkCrowd

Untitled

Aug 26th, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. // This file gets the extra commands that you may need that are not in server.cfg
  2.  
  3. tv_allow_camera_man 0 // Auto director allows spectators to become camera man
  4. tv_allow_static_shots 1 // Auto director uses fixed level cameras for shots
  5. tv_autorecord 1 // Automatically records all games as GOTV demos.
  6. tv_chatgroupsize 0 // Set the default chat group size
  7. tv_chattimelimit 8 // Limits spectators to chat only every n seconds
  8. tv_debug 0 // GOTV debug info.
  9. tv_delay 90 // GOTV broadcast delay in seconds
  10. tv_delaymapchange 1 // Delays map change until broadcast is complete
  11. tv_deltacache 2 // Enable delta entity bit stream cache
  12. tv_dispatchmode 1 // Dispatch clients to relay proxies: 0=never, 1=if appropriate, 2=always
  13. tv_enable 1 // Activates GOTV on server.
  14. tv_maxclients 10 // Maximum client number on GOTV server.
  15. tv_maxrate 20000 // Max GOTV spectator bandwidth rate allowed, 0 == unlimited
  16. tv_overridemaster 0 // Overrides the GOTV master root address.
  17. tv_relayvoice 0 // Relay voice data: 0=off, 1=on
  18. tv_relaypassword schmetterling // GOTV password for relay proxies
  19. tv_snapshotrate 24 // Snapshots broadcasted per second
  20. tv_timeout 60 // GOTV connection timeout in seconds.
  21. tv_transmitall 1 // Transmit all entities (not only director view)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement