Advertisement
DanielG453

Untitled

Nov 24th, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.91 KB | None | 0 0
  1. ###- Server & Steam Ports (All 3 ports must be unique per server instance).
  2.  
  3. server_port 7122
  4. steam_communications_port 7123
  5. steam_query_port 7123
  6.  
  7.  
  8.  
  9. ###- Server Settings
  10.  
  11. server_name 95th Saturday Linebattle
  12. server_welcome_message Join the Fighting 95th Today!
  13. server_region europe
  14. server_admin_password Britannia
  15. server_password Monarchy
  16.  
  17.  
  18.  
  19. ###- Map Rotations
  20.  
  21. #Rotation 1 = Arendan River [Army Assault] - Dynamic Weather | Morning
  22. !map_rotation start
  23. map_name ArendanRiver
  24. game_mode ArmyAssault
  25. friendly_fire true
  26. round_time_minutes 40
  27. round_spawn_close_timer_seconds 900
  28. faction_balancing false
  29. allow_faction_switching true
  30. allow_spectating true
  31. minimum_players -1
  32. maximum_players 150
  33. time_hour 8
  34. time_dynamic false
  35. weather_preset calm
  36. weather_dynamic true
  37. !map_rotation end
  38.  
  39.  
  40. #Rotation 2 = Tahir Desert [Army Assault] - Calm Weather | Dynamic
  41. !map_rotation start
  42. map_name Egypt
  43. game_mode ArmyAssault
  44. friendly_fire true
  45. round_time_minutes 40
  46. round_spawn_close_timer_seconds 900
  47. faction_balancing false
  48. allow_faction_switching true
  49. allow_spectating true
  50. minimum_players -1
  51. maximum_players 150
  52. time_hour 21
  53. time_dynamic false
  54. weather_preset calm
  55. weather_dynamic false
  56. !map_rotation end
  57.  
  58.  
  59. #Rotation 3 = Grassy Plains [Army Assault] - Calm Weather | Dynamic
  60. !map_rotation start
  61. map_name grassyplains
  62. game_mode ArmyAssault
  63. friendly_fire true
  64. round_time_minutes 40
  65. round_spawn_close_timer_seconds 900
  66. faction_balancing false
  67. allow_faction_switching true
  68. allow_spectating true
  69. minimum_players -1
  70. maximum_players 150
  71. time_hour 8
  72. time_dynamic false
  73. weather_preset calm
  74. weather_dynamic true
  75. !map_rotation end
  76.  
  77.  
  78. #Rotation 4 = Grassy Plains [Army Assault] - Calm Weather | Evening
  79. !map_rotation start
  80. map_name grassyplains
  81. game_mode ArmyAssault
  82. friendly_fire true
  83. round_time_minutes 40
  84. round_spawn_close_timer_seconds 900
  85. faction_balancing false
  86. allow_faction_switching true
  87. allow_spectating true
  88. minimum_players -1
  89. maximum_players 150
  90. time_hour 8
  91. time_dynamic false
  92. weather_preset calm
  93. weather_dynamic true
  94. !map_rotation end
  95.  
  96.  
  97. #Rotation 5 = Desert Ruins [Army Assault] - Calm Weather | Evening
  98. !map_rotation start
  99. map_name DesertRuins
  100. game_mode ArmyAssault
  101. friendly_fire true
  102. round_time_minutes 40
  103. round_spawn_close_timer_seconds 900
  104. faction_balancing false
  105. allow_faction_switching true
  106. allow_spectating true
  107. minimum_players -1
  108. maximum_players 150
  109. time_hour 20
  110. time_dynamic false
  111. weather_preset calm
  112. weather_dynamic false
  113. !map_rotation end
  114.  
  115.  
  116. #Rotation 6 = Spanish Farm [Army Assault] - Calm Weather | Day
  117. !map_rotation start
  118. map_name SpanishFarm
  119. game_mode ArmyAssault
  120. friendly_fire true
  121. round_time_minutes 30
  122. round_spawn_close_timer_seconds 900
  123. faction_balancing false
  124. allow_faction_switching true
  125. allow_spectating true
  126. minimum_players -1
  127. maximum_players 150
  128. time_hour 18
  129. time_dynamic false
  130. weather_preset calm
  131. weather_dynamic false
  132. !map_rotation end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement