Advertisement
Guest User

NUCLEAR DAWN SERVER.CFG

a guest
Sep 25th, 2013
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.99 KB | None | 0 0
  1. // Nuclear Dawn Configuration File, To be used with ND only!
  2.  
  3. // Noizy Server
  4. hostname "Nuclear Dawn Server"
  5. sv_tags "nucleardawn"
  6.  
  7. // Rcon Cvars
  8. rcon_password "" // Set remote control password
  9. sv_rcon_banpenalty 15 // Number of minutes to ban users who fail rcon authentication
  10. sv_rcon_log 1 // Enable/disable rcon logging
  11. sv_rcon_maxfailures 3 // Max number of times a user can fail rcon authentication before being banned
  12. sv_rcon_minfailures 5 // Number of times a user can fail rcon authentication in sv_rcon_minfailuretime before being banned
  13. sv_rcon_minfailuretime 10 // Number of seconds to track failed rcon authentications
  14.  
  15. sv_password "" // Password protects server
  16.  
  17. mp_roundtime 35 // Minutes in a round
  18. mp_maxrounds 2 // Number of rounds
  19. mp_timelimit 70 // Minutes for a map to last
  20.  
  21. // Team balance
  22. mp_limitteams 1 // Sets how many players can a team have over the opposite team.
  23. mp_autoteambalance 2 // 0 = No balancing, 1 = Only balance on end of round (default), 2 = Only balance during the game, 3 = Balance throughout the round and at the end of the round.
  24. mp_unbalance_limit 2
  25. mp_autoteambalance_delay 60 // Specify the amount of seconds into a round that balancing will occur
  26.  
  27. // Communications
  28.  
  29. // enable voice communications
  30. sv_voiceenable 1
  31.  
  32. // Players can hear all other players, no team restrictions 0=off 1=on
  33. sv_alltalk 0
  34.  
  35. // Allow or disallow clients from using voice_inputfromfile on this server. 0=disallow 0=allow
  36. sv_allow_voice_from_file 1
  37.  
  38. // toggles whether the server allows spectator mode or not
  39. mp_allowspectators 1
  40.  
  41. // Contact & Region
  42.  
  43. // Contact email for server sysop
  44. sv_contact emailaddy@example.com
  45.  
  46. // The region of the world to report this server in.
  47. // -1 is the world, 0 is USA east coast, 1 is USA west coast
  48. // 2 south america, 3 europe, 4 asia, 5 australia, 6 middle east, 7 africa
  49. sv_region -1
  50.  
  51. // Type of server 0=internet 1=lan
  52. sv_lan 0
  53.  
  54. // Round-end Teamswap
  55. mp_roundend_teamswap 1 // Auto swap teams at round-end? (0=no/1=yes)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement