Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.61 KB | None | 0 0
  1. <style>
  2. * + h2 {
  3. margin-left: 10px;
  4. }
  5. * + h3 {
  6. margin-left: 20px;
  7. }
  8. * + h4 {
  9. margin-left: 30px;
  10. }
  11. * + h5 {
  12. margin-left: 40px;
  13. }
  14. * + h6 {
  15. margin-left: 50px;
  16. }
  17.  
  18. h1 + div {
  19. margin-left: 10px;
  20. }
  21. h2 + div {
  22. margin-left: 20px;
  23. }
  24. h3 + div {
  25. margin-left: 30px;
  26. }
  27. h4 + div {
  28. margin-left: 40px;
  29. }
  30. h5 + div {
  31. margin-left: 50px;
  32. }
  33. h6 + div {
  34. margin-left: 60px;
  35. }
  36. </style>
  37.  
  38.  
  39. <h1>Booking and Setup Server Guide</h1>
  40. <div>
  41. <p>
  42. This will outline the process of booking a server for your games. Please be aware we are only supporting configs for <a href="https://pan.tf/">Ready Steady Pan</a>, <a href="https://warzone.ozfortress.com/">ozfortress</a> and our own league configs for Highlander. Furthermore, including config support we will also be supporting the respective maps they use in each of their seasons.
  43. </p>
  44. </div>
  45.  
  46. <h2>Booking</h2>
  47. <div>
  48. <ol>
  49. <li>Click <a href="https://discord.gg/Mkm6JDq">here</a> to join the Discord server</li>
  50. <li>Click on the <code>#booking</code> channel</li>
  51. <li>Type <code>book</code> or <code>/book</code> in the text channel to initiate the booking process</li>
  52. <li>You are done, the bot will send you a private message on Discord with all the details required to use your server. Remember to ensure at least two players are present on the server, otherwise it will unbook in 15 minutes.</li>
  53. </ol>
  54.  
  55. <p>
  56. Type help in the #booking channel if you need assistance on booking commands
  57. </p>
  58.  
  59. <pre><code>book - Book a new server
  60. unbook - Unbook your current server
  61. send password - Send the updated server details
  62. demos - Send the link to the uploaded demos
  63. help - Display the help message
  64.  
  65. For help, contact staff or post in the #support channel
  66. Note: ozfortress booking commands also are accepted by this bot</code></pre>
  67. </div>
  68.  
  69. <h2>Retrieving STV</h2>
  70. <div>
  71. <p>
  72. Once the server you have booked has either expired or been manually unbooked the STV demo will be messaged in the "Booking" channel, being targetted at the person who originally booked the server. The STV should upload nearly instantaneously, if the link is not sent after 1 hour of the server being unbooked, contact an admin.
  73. </p>
  74. </div>
  75.  
  76. <h2>Setup</h2>
  77. <div>
  78. <p>
  79. The following will show what configs, exec aliases and maps we support. It will also go into setting up a server for the various formats.
  80. </p>
  81. <p>
  82. Before going forward please make sure that you have the rcon password and enter the following into your console, <code>rcon_password (password here)</code>.
  83. </p>
  84. </div>
  85.  
  86. <h2>Maps</h2>
  87. <div>
  88. <p>
  89. Maps that are present on the bookable servers and fastdownload will only contain such maps that the leagues we support are and our own format. These will include such map types as cp, koth and payload.
  90. </p>
  91. <p>
  92. When changing the level of a server, use the following command <code>rcon changelevel (map here)</code>.
  93. </p>
  94. </div>
  95.  
  96. <h4>Aliases</h4>
  97. <div>
  98. <p>
  99. Map aliases are a shortened way to change your maps on the server. Instead of typing <code>rcon changelevel koth_product_rc8</code> you can now type <code>rcon product</code>. Some important information to note is map aliases are primarily set for specific maps that are used within our supported league configs. Newer versions of maps must be executed manually until those maps are eventually introduced for play.
  100. </p>
  101. </div>
  102.  
  103. <h5>CP</h5>
  104. <div>
  105. <pre><code>rcon badlands
  106. rcon prolands
  107. rcon process
  108. rcon sunshine
  109. rcon snakewater
  110. rcon granary
  111. rcon gullywash
  112. rcon reckoner
  113. rcon steel
  114. rcon alloy
  115. rcon croissant
  116. rcon follower
  117. rcon glass
  118. rcon glassworks
  119. rcon sulfur
  120. rcon warmfrost</code></pre>
  121. </div>
  122.  
  123. <h5>KOTH</h5>
  124. <div>
  125. <pre><code>rcon bagel
  126. rcon product
  127. rcon viaduct
  128. rcon lakeside
  129. rcon ash
  130. rcon ashville
  131. rcon ramjam
  132. rcon airfield
  133. rcon cascade
  134. rcon nerve
  135. rcon quarry
  136. rcon sky
  137. rcon skyward
  138. rcon stallone
  139. rcon warmtic</code></pre>
  140. </div>
  141.  
  142. <h5>Payload</h5>
  143. <div>
  144. <pre><code>rcon upward
  145. rcon swift
  146. rcon swiftwater
  147. rcon badwater
  148. rcon ramjam
  149. rcon borneo</code></pre>
  150. </div>
  151.  
  152. <h3>Configs</h3>
  153. <div>
  154. <p>
  155. Configs are files that have commands that are run which edit numerous variables on how the game is played on the server.
  156. </p>
  157. <p>
  158. When executing a config for setup on a server, use the following command <code>rcon exec (config here)</code>. For supported configs, see the reference below.
  159. </p>
  160. <b>Qixalite Configs</b>
  161. <pre><code>
  162. hl_koth
  163. hl_standard
  164. hl_golden
  165. hl_stopwatch</code></pre>
  166.  
  167. <b>Supported ozfortress Configs</b>
  168. <pre><code>ozfortress_6v6_5cp
  169. ozfortress_6v6_scrim
  170. ozfortress_6v6_koth
  171. ozfortress_golden_cap
  172. ultiduo</code></pre>
  173.  
  174. <b>Supported Ready Steady Pan Configs</b>
  175. <pre><code>rsp_standard
  176. rsp_koth
  177. rsp_stopwatch</code></pre>
  178. </div>
  179.  
  180. <h4>Aliases</h4>
  181. <div>
  182. <p>
  183. Just like the former map aliases, config aliases function the same way. So instead of typing <code>rcon exec hl_standard</code> you type <code>rcon hl-standard</code>.
  184. </p>
  185. </div>
  186.  
  187. <h5>Qixalite</h5>
  188. <div>
  189. <pre><code>rcon hl-koth
  190. rcon hl-standard
  191. rcon hl-golden
  192. rcon hl-stopwatch</code></pre>
  193. </div>
  194.  
  195. <h5>ozfortress</h5>
  196. <div>
  197. <pre><code>rcon pug
  198. rcon push
  199. rcon scrim
  200. rcon koth
  201. rcon golden
  202. rcon ozf
  203. rcon ozfkoth
  204. rcon ultiduo</code></pre>
  205. </div>
  206.  
  207. <h5>Ready Steady Pan</h5>
  208. <div>
  209. <pre><code>rcon rsp-standard
  210. rcon rsp-koth
  211. rcon rsp-stopwatch</code></pre>
  212. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement