Advertisement
Guest User

server.cfg

a guest
Apr 19th, 2018
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.63 KB | None | 0 0
  1. ///////////////////////////////////////////////////
  2. /// PlutoT6 MP Server Configuration file //
  3. ///////////////////////////////////////////////////
  4. // This config best view with Notepad++ OR //
  5. // Other *nix compatible editors of your choice. //
  6. ///////////////////////////////////////////////////
  7.  
  8. //////////////////////////////////////////////////
  9. // SERVER NAME & COLORS TIPS //
  10. //////////////////////////////////////////////////
  11. // //
  12. // ^1 Red //
  13. // ^2 Green //
  14. // ^3 Yellow //
  15. // ^4 Blue //
  16. // ^5 Cyan //
  17. // ^6 Pink //
  18. // ^7 White //
  19. // //
  20. //////////////////////////////////////////////////
  21.  
  22. sv_hostname "^5LaZone ^1iSnipe ^5No Hitmarkers" // Give your server a name.
  23.  
  24. //////////////////////////////////////////////////
  25. // GAME TYPE CONFIGURATION //
  26. //////////////////////////////////////////////////
  27. // //
  28. // conf - Kill Confirmed //
  29. // ctf - Capture the Flag //
  30. // dem - Demolition //
  31. // dm - Free-for-all //
  32. // dom - Domination //
  33. // gun - Gun Game //
  34. // hq -Headquaters //
  35. // koth - Hardpoint //
  36. // oic - One in the chamber //
  37. // oneflag - One-Flag CTF //
  38. // sas - Sticks & Stones //
  39. // sd - Search and Destroy //
  40. // shrp - Sharpshooter //
  41. // tdm - Team Deathmatch //
  42. // //
  43. //////////////////////////////////////////////////
  44. // Please make sure the game types are synced //
  45. // or you might end up with a FFA that needs //
  46. // 7500 kills to be won. YOU HAVE BEEN WARNED! //
  47. //////////////////////////////////////////////////
  48. set_gametype sd
  49.  
  50. //////////////////////////////////////////////////
  51. // GENERAL CONFIGURATION //
  52. //////////////////////////////////////////////////
  53. // //
  54. g_password "" // Password Protected Game Server
  55. party_maxplayers "18" // How many players can join your server.
  56. gts allowInGameTeamChange 1
  57. scr_showperksonspawn 0
  58. gts forceradar "1" // Enable UAV all the time.
  59. gts loadoutKillStreaksEnabled "1"
  60. scr_scorestreaks "0"
  61. //gts playerRespawnDelay "0" // Respawn timer.
  62. //scr_deleteexplosivesonspawn "1" // Delete Explosive while getting killed.
  63. //sv_maxPing "500" // Maximum ping allowed, any higher and players won't be able to join.
  64. //scr_disable_cac "1" // Disable Custom Classes?
  65. //party_gamestarttimerlength "5" //
  66. //party_pregameStartTimerLength "3" //
  67. //scr_min_prestige 0 // Block every player with a prestige below this value. Don't set this to high.
  68. //sv_offline 1 // Enables the offline mode. 1 = offline, 0 = online useful for LANs or in the case we get shut down. ("-offline" on the client)
  69. //////////////////////////////////////////////////
  70.  
  71. //////////////////////////////////////////////////
  72. // B3, GAME LOG & RCON SETTINGS //
  73. //////////////////////////////////////////////////
  74. // //
  75. rcon_password "zenith" // Access to your server to change stuff remotely or ingame. Also Required for b3.
  76. g_logSync 2 // 0 only flush on game end, 1 flush when buffer full, 2 always flush games_mp.log, 3 append to old logs
  77. g_log "logs\games_mp.log" // Gamelog filename. IMPORANT: Rename this on each server config file if you plan on running more then just one server.
  78. //////////////////////////////////////////////////
  79. // MAP ROTATION LIST //
  80. //////////////////////////////////////////////////
  81. // //
  82. //Example: sv_maprotation "map mp_raid map mp_" //
  83. // //
  84. // mp_la - Aftermath //
  85. // mp_dockside - Cargo //
  86. // mp_carrier - Carrier //
  87. // mp_drone - Drone //
  88. // mp_express - Express //
  89. // mp_hijacked - Hijacked //
  90. // mp_meltdown - Meltdown //
  91. // mp_overflow - Overflow //
  92. // mp_nightclub - Plaza //
  93. // mp_raid - Raid //
  94. // mp_slums - Slums //
  95. // mp_village - Standoff //
  96. // mp_turbine - Turbine //
  97. // mp_socotra - Yemen //
  98. // //
  99. // Bonus Map: //
  100. // mp_nuketown_2020 - Nuketown 2025 //
  101. // //
  102. //////////////////////////////////////////////////
  103. // REVOLUTION MAP PACK 1 //
  104. //////////////////////////////////////////////////
  105. // //
  106. // mp_downhill - Downhill //
  107. // mp_mirage - Mirage //
  108. // mp_hydro - Hydro //
  109. // mp_skate - Grind //
  110. // //
  111. //////////////////////////////////////////////////
  112. // UPRISING MAP PACK 2 //
  113. //////////////////////////////////////////////////
  114. // //
  115. // mp_concert - Encore //
  116. // mp_magma - Magma //
  117. // mp_vertigo - Vertigo //
  118. // mp_studio - Studio //
  119. // //
  120. //////////////////////////////////////////////////
  121. // VENGEANCE MAP PACK 3 //
  122. //////////////////////////////////////////////////
  123. // //
  124. // mp_uplink - Uplink //
  125. // mp_bridge - Detour //
  126. // mp_castaway - Cove //
  127. // mp_paintball - Rush //
  128. // //
  129. //////////////////////////////////////////////////
  130. // APOCALYPSE MAP PACK 4 //
  131. //////////////////////////////////////////////////
  132. // //
  133. // mp_dig - Dig //
  134. // mp_frostbite - Frost //
  135. // mp_pod - Pod //
  136. // mp_takeoff - Takeoff //
  137. // //
  138. //////////////////////////////////////////////////
  139.  
  140. sv_maprotation "exec dm.cfg map mp_nuketown_2020"
  141.  
  142. //Congratulations. You reached the end of this file. Leave map_rotate down below or else the server will not start correctly...
  143. map_rotate
  144. g_TeamName_Allies "^5LaZone"
  145. g_TeamName_Axis "^1Others"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement