Guest User

Untitled

a guest
Jul 18th, 2015
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.04 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. /////////////////////////////////////////
  8. // CASUAL
  9. /////////////////////////////////////////
  10.  
  11. "casual"{
  12.  
  13.  
  14.  
  15. "maxplayers" "10"
  16.  
  17. "exec"
  18. {
  19. "exec" ""
  20. }
  21.  
  22. "mapgroupsMP" // List of mapgroups valid for this game mode ( casual
  23.  
  24. )
  25. {
  26. "mg_surf" ""
  27. }
  28. }
  29.  
  30. //////////////////////////////////////////////////////////////////////////////////////////////
  31. // Map groups
  32. //
  33. // To use a mapgroup, it needs to be defined in a keyvalues
  34. // block such as the example below, as well as listed in the
  35. // 'mapgroupsMP' block within the game mode that will run it,
  36. // such as the example above.
  37. //
  38. // Then launch the server with '+mapgroup MAPGROUPNAME'
  39. //
  40. // Example:
  41. //
  42. // srcds -game csgo +game_mode 1 +mapgroup mg_bomb_se +map de_nuke_se
  43. //
  44. //
  45. // Check the developer wiki for updated community info
  46. // https://developer.valvesoftware.com/wiki/Counter-Strike:_Global_Offensive_Dedicated_Servers
  47. //////////////////////////////////////////////////////////////////////////////////////////////
  48.  
  49.  
  50. "mapgroups" {
  51.  
  52. "mg_surf" // mapgroup definition
  53.  
  54. "name" "mg_surf"
  55. "maps"
  56. {
  57. "surf_3" ""
  58. "surf_ace_fix" ""
  59. "surf_adventure_easy" ""
  60. "surf_aether" ""
  61. "surf_aircontrol_ksf" ""
  62. "surf_amplitude_light" ""
  63. "surf_and_destroy" ""
  64. "surf_annoyance_njv" ""
  65. "surf_atlas_1" ""
  66. "surf_aweles" ""
  67. "surf_beginner" ""
  68. "surf_boring" ""
  69. "surf_calamity_njv_" ""
  70. "surf_christmas" ""
  71. "surf_classics" ""
  72. "surf_classics2" ""
  73. "surf_colors_beta1" ""
  74. "surf_crzyfrog_reloaded" ""
  75. "surf_delusional_" ""
  76. "surf_derpis_ksf" ""
  77. "surf_doodles_njv" ""
  78. "surf_ember" ""
  79. "surf_exocube" ""
  80. "surf_forbidden_tomb4_njv" ""
  81. "surf_forbidden_ways_ksf" ""
  82. "surf_fruits" ""
  83. "surf_glass9" ""
  84. "surf_graphia" ""
  85. "surf_grassland" ""
  86. "surf_happyhands4" ""
  87. "surf_heaven_njv" ""
  88. "surf_how2surf" ""
  89. "surf_ing_njv" ""
  90. "surf_kitsune_v2" ""
  91. "surf_lament_n2p" ""
  92. "surf_lessons" ""
  93. "surf_lies_ksf" ""
  94. "surf_lore" ""
  95. "surf_love" ""
  96. "surf_lt_omnific_fix" ""
  97. "surf_lullaby_ksf" ""
  98. "surf_lux" ""
  99. "surf_mellow" ""
  100. "surf_mesa" ""
  101. "surf_mesa_mine" ""
  102. "surf_neo_njv" ""
  103. "surf_ninja_go_b5" ""
  104. "surf_not_so_sinister" ""
  105. "surf_olympics_sns" ""
  106. "surf_overgrowth" ""
  107. "surf_pinkbash" ""
  108. "surf_porn_fix" ""
  109. "surf_pox" ""
  110. "surf_prelude_ksf" ""
  111. "surf_rebel_resistance_njv" ""
  112. "surf_rebel_scaz_njv" ""
  113. "surf_refraxis" ""
  114. "surf_rookie_fix" ""
  115. "surf_sexellence2_" ""
  116. "surf_simpsons_go_rc2" ""
  117. "surf_sundown_njv" ""
  118. "surf_sunnyhappylove" ""
  119. "surf_syria_" ""
  120. "surf_tensile_njv" ""
  121. "surf_the_gloaming" ""
  122. "surf_tomb_redone" ""
  123. "surf_training" ""
  124. "surf_tron_njv" ""
  125. "surf_utopia_njv" ""
  126. "surf_water-run_banjo_skill" ""
  127. "surf_waterworks" ""
  128. "surf_wood" ""
  129. "surf_zbig_rc2" ""
  130. }
  131. }
Advertisement
Add Comment
Please, Sign In to add comment