Guest User

Untitled

a guest
Jun 19th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.60 KB | None | 0 0
  1. // ----------------------------------------------------------------------
  2. // GENERIC SERVER INFO
  3. // ----------------------------------------------------------------------
  4.  
  5. set hostname "#zodiac Match"
  6. set website "None" s
  7. set admin "MyeRs" s
  8. set e-mail "None"
  9. set location "Chicago" s
  10.  
  11. set public 1 // set to 0 if you don't want this on the public server list
  12. set password "zodiac1" // Password required to connect
  13.  
  14. setmaster dplogin.com master0.gamespy.com
  15.  
  16. // ----------------------------------------------------------------------
  17. // MESSAGE OF THE DAY
  18. //Play have fun ----------------------------------------------------------------------
  19.  
  20. set motdfile pball/configs/motd.txt
  21.  
  22. // ----------------------------------------------------------------------
  23. // ROTATION
  24. // ----------------------------------------------------------------------
  25.  
  26. set rot_file pball/configs/rotation.txt
  27.  
  28. // ----------------------------------------------------------------------
  29. // GENERAL SETTINGS
  30. // ----------------------------------------------------------------------
  31.  
  32. set autojoin normal
  33. set ffire 0
  34. set grenadeffire 1
  35. set timelimit 20
  36. set fraglimit 50
  37. set elim 60 // time (in seconds) before players respawn
  38. set gren_explodeonimpact 1
  39. set deadtalk 0 // set to 1 to allow dead players to talk to living
  40. set sv_maxvelocity 4096
  41. set swear_filter 0
  42. set sv_votemapenabled 1
  43. set idle 65 // time (in seconds) before idle players are put on observer
  44.  
  45. // ----------------------------------------------------------------------
  46. // MATCH SETTINGS
  47. // ----------------------------------------------------------------------
  48.  
  49. set allow_match 0 // set to 1 to enable the "match" command for clan matches
  50. set matchmode_cfg "matchmode.cfg"
  51. set publicmode_cfg "publicmode.cfg"
  52.  
  53. // ----------------------------------------------------------------------
  54. // CONSOLE LOGGING
  55. // ----------------------------------------------------------------------
  56. //
  57. // logfile
  58. // -------
  59. // 0 - Disable console logging.
  60. // 1 - Buffered logging. File is wiped each server restart.
  61. // 2 - Continuous logging. File is wiped each server restart.
  62. // 3 - Continous logging. File is appended.
  63.  
  64. set logfile 3
  65.  
  66. // ----------------------------------------------------------------------
  67. // STANDARD LOGGING
  68. // ----------------------------------------------------------------------
  69.  
  70. // sl_logging
  71. // ----------
  72. // bit 1, val | 1 : display STDLogging to console
  73. // bit 2, val | 2 : log STDLogging to sl_logfile
  74. // bit 3, val | 4 : send UDP packets to server defined IPs (DISABLED)
  75.  
  76. // sl_logfile
  77. // ----------
  78. // the file to put the STDlog info in.
  79. // # will be replaced with the PORT number of the server
  80.  
  81. // set sl_logging 2
  82. // set sl_logfile server#.log
  83.  
  84. // ----------------------------------------------------------------------
  85. // DOWNLOAD OPTIONS
  86. // ----------------------------------------------------------------------
  87.  
  88. set allow_download 1
  89. set allow_download_maps 1
  90. set allow_download_models 1
  91. set allow_download_sounds 1
  92. set allow_download_players 1
  93.  
  94. // ----------------------------------------------------------------------
  95. // OPERATOR SETTINGS
  96. // ----------------------------------------------------------------------
  97.  
  98. // Use "login password" at the console to obtain op status of said level
  99. // Commands are restricted by level in commands.cfg
  100. set numpasses 5
  101. set oppass1 "h3110"
  102. set oppass1level 1
  103. set oppass2 "ops"
  104. set oppass2level 50
  105. set oppass3 "kit"
  106. set oppass3level 100
  107. set oppass4 "asshole"
  108. set oppass4level 1339
  109. set oppass5 "yogurt"
  110. set oppass5level 150
  111.  
  112. rcon_password "rocketfish"
Add Comment
Please, Sign In to add comment