Advertisement
Guest User

Untitled

a guest
Aug 24th, 2012
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.01 KB | None | 0 0
  1. // To use this file, rename it to GameModes_Server.txt
  2. //
  3. // Values here override the default gamemodes.txt
  4.  
  5. "GameModes_Server.txt"
  6. {
  7. "gameTypes"
  8. {
  9. "classic"
  10. {
  11. "gameModes"
  12. {
  13. "competitive"
  14. {
  15. "maxplayers" "21"
  16. "convars"
  17. {
  18. "hostname" "Tuned Chaos: Competitive"
  19.  
  20. "sv_allowvotes" "0"
  21. "sv_allow_votes" "0"
  22.  
  23. // bot-related commands
  24. "bot_difficulty" "2"
  25. "bot_chatter" "off"
  26. "bot_join_after_player" "0"
  27. "bot_quota" "10"
  28. "bot_quota_mode" "fill"
  29.  
  30. // Public text chat
  31. "sv_allchat" "1"
  32.  
  33. //Votes
  34. // Can people hold votes to change levels?
  35. "sv_vote_issue_changelevel_allowed" "0"
  36. // Can people hold votes to kick players from the server?
  37. "sv_vote_issue_kick_allowed" "0"
  38. // Allow players to extend the current map?
  39. "sv_vote_issue_nextlevel_allowextend" "0"
  40. // Can people hold votes to restart the game?
  41. "sv_vote_issue_restart_game_allowed" "0"
  42. // Can people hold votes to scramble the teams?
  43. "sv_vote_issue_scramble_teams_allowed" "0"
  44. // Can people hold votes to surrender?
  45. "sv_vote_issue_surrrender_allowed" "0"
  46. // Can people hold votes to swap the teams?
  47. "sv_vote_issue_swap_teams_allowed" "0"
  48. // How long should a kick vote ban someone from the server? (in minutes)
  49. "sv_vote_kick_ban_duration" "5"
  50. }
  51.  
  52. "mapgroupsMP" // List of mapgroups valid for this game mode
  53. {
  54. "mg_fullcycle" ""
  55. }
  56. }
  57.  
  58. "casual"
  59. {
  60. "maxplayers" "21"
  61. "convars"
  62. {
  63. "hostname" "Tuned Chaos: Casual"
  64. "mp_maxmoney" "16000"
  65.  
  66. // Allow free look
  67. "mp_forcecamera" "0"
  68.  
  69. "sv_allowvotes" "0"
  70. "sv_allow_votes" "0"
  71.  
  72. // bot-related commands
  73. "bot_difficulty" "2"
  74. "bot_chatter" "off"
  75. "bot_join_after_player" "0"
  76. "bot_quota" "10"
  77. "bot_quota_mode" "fill"
  78.  
  79. // Public text chat
  80. "sv_allchat" "1"
  81.  
  82. //Votes
  83. // Can people hold votes to change levels?
  84. "sv_vote_issue_changelevel_allowed" "0"
  85. // Can people hold votes to kick players from the server?
  86. "sv_vote_issue_kick_allowed" "0"
  87. // Allow players to extend the current map?
  88. "sv_vote_issue_nextlevel_allowextend" "0"
  89. // Can people hold votes to restart the game?
  90. "sv_vote_issue_restart_game_allowed" "0"
  91. // Can people hold votes to scramble the teams?
  92. "sv_vote_issue_scramble_teams_allowed" "0"
  93. // Can people hold votes to surrender?
  94. "sv_vote_issue_surrrender_allowed" "0"
  95. // Can people hold votes to swap the teams?
  96. "sv_vote_issue_swap_teams_allowed" "0"
  97. // How long should a kick vote ban someone from the server? (in minutes)
  98. "sv_vote_kick_ban_duration" "5"
  99. }
  100.  
  101. "mapgroupsMP" // List of mapgroups valid for this game mode
  102. {
  103. "mg_fullcycle" ""
  104. }
  105. }
  106. }
  107. }
  108.  
  109. "gungame"
  110. {
  111. "gameModes"
  112. {
  113. "gungameprogressive"
  114. {
  115. "maxplayers" "21"
  116. "convars"
  117. {
  118. "hostname" "Tuned Chaos: Arms Race"
  119.  
  120. "sv_allowvotes" "0"
  121. "sv_allow_votes" "0"
  122.  
  123. // Allow free look
  124. "mp_forcecamera" "0"
  125.  
  126. // bot-related commands
  127. "bot_difficulty" "2"
  128. "bot_chatter" "off"
  129. "bot_join_after_player" "0"
  130. "bot_quota" "10"
  131. "bot_quota_mode" "fill"
  132.  
  133. // Public text chat
  134. "sv_allchat" "1"
  135.  
  136. //Votes
  137. // Can people hold votes to change levels?
  138. "sv_vote_issue_changelevel_allowed" "0"
  139. // Can people hold votes to kick players from the server?
  140. "sv_vote_issue_kick_allowed" "0"
  141. // Allow players to extend the current map?
  142. "sv_vote_issue_nextlevel_allowextend" "0"
  143. // Can people hold votes to restart the game?
  144. "sv_vote_issue_restart_game_allowed" "0"
  145. // Can people hold votes to scramble the teams?
  146. "sv_vote_issue_scramble_teams_allowed" "0"
  147. // Can people hold votes to surrender?
  148. "sv_vote_issue_surrrender_allowed" "0"
  149. // Can people hold votes to swap the teams?
  150. "sv_vote_issue_swap_teams_allowed" "0"
  151. // How long should a kick vote ban someone from the server? (in minutes)
  152. "sv_vote_kick_ban_duration" "5"
  153. }
  154. }
  155.  
  156. "gungametrbomb"
  157. {
  158. "maxplayers" "20"
  159. "convars"
  160. {
  161. "hostname" "Tuned Chaos: Demolition"
  162.  
  163. "sv_allowvotes" "0"
  164. "sv_allow_votes" "0"
  165.  
  166. // Allow free look
  167. "mp_forcecamera" "0"
  168.  
  169. // bot-related commands
  170. "bot_difficulty" "2"
  171. "bot_chatter" "off"
  172. "bot_join_after_player" "0"
  173. "bot_quota" "10"
  174. "bot_quota_mode" "fill"
  175.  
  176. // Public text chat
  177. "sv_allchat" "1"
  178.  
  179. //Votes
  180. // Can people hold votes to change levels?
  181. "sv_vote_issue_changelevel_allowed" "0"
  182. // Can people hold votes to kick players from the server?
  183. "sv_vote_issue_kick_allowed" "0"
  184. // Allow players to extend the current map?
  185. "sv_vote_issue_nextlevel_allowextend" "0"
  186. // Can people hold votes to restart the game?
  187. "sv_vote_issue_restart_game_allowed" "0"
  188. // Can people hold votes to scramble the teams?
  189. "sv_vote_issue_scramble_teams_allowed" "0"
  190. // Can people hold votes to surrender?
  191. "sv_vote_issue_surrrender_allowed" "0"
  192. // Can people hold votes to swap the teams?
  193. "sv_vote_issue_swap_teams_allowed" "0"
  194. // How long should a kick vote ban someone from the server? (in minutes)
  195. "sv_vote_kick_ban_duration" "5"
  196.  
  197. // Rounds
  198. "mp_maxrounds" "20"
  199. }
  200. }
  201. }
  202. }
  203. }
  204.  
  205. //////////////////////////////////////////////////////////////////////////////////////////////
  206. // Map groups
  207. //
  208. // To use a mapgroup, it needs to be defined in a keyvalues
  209. // block such as the example below, as well as listed in the
  210. // 'mapgroupsMP' block within the game mode that will run it,
  211. // such as the example above.
  212. //
  213. // Then launch the server with '+mapgroup MAPGROUPNAME'
  214. //
  215. // Example:
  216. //
  217. // srcds -game csgo +game_mode 1 +mapgroup mg_bomb_se +map de_nuke_se
  218. //
  219. //
  220. // Check the developer wiki for updated community info
  221. // https://developer.valvesoftware.com/wiki/Counter-Strike:_Global_Offensive_Dedicated_Servers
  222. //////////////////////////////////////////////////////////////////////////////////////////////
  223.  
  224.  
  225. "mapgroups"
  226. {
  227. "mg_fullcycle" // mapgroup definition
  228. {
  229. "name" "mg_fullcycle"
  230. "maps"
  231. {
  232. "de_nuke" ""
  233. "cs_office" ""
  234. "de_dust" ""
  235. "de_train" ""
  236. "de_inferno" ""
  237. "cs_italy" ""
  238. "de_aztec" ""
  239. "de_dust2" ""
  240. }
  241. }
  242. }
  243. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement