Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // To use this file, rename it to GameModes_Server.txt
- //
- // Values here override the default gamemodes.txt
- "GameModes_Server.txt"
- /////////////////////////////////////////
- // CASUAL
- /////////////////////////////////////////
- "casual"{
- "maxplayers" "10"
- "exec"
- {
- "exec" ""
- }
- "mapgroupsMP" // List of mapgroups valid for this game mode ( casual
- )
- {
- "mg_surf" ""
- }
- }
- //////////////////////////////////////////////////////////////////////////////////////////////
- // Map groups
- //
- // To use a mapgroup, it needs to be defined in a keyvalues
- // block such as the example below, as well as listed in the
- // 'mapgroupsMP' block within the game mode that will run it,
- // such as the example above.
- //
- // Then launch the server with '+mapgroup MAPGROUPNAME'
- //
- // Example:
- //
- // srcds -game csgo +game_mode 1 +mapgroup mg_bomb_se +map de_nuke_se
- //
- //
- // Check the developer wiki for updated community info
- // https://developer.valvesoftware.com/wiki/Counter-Strike:_Global_Offensive_Dedicated_Servers
- //////////////////////////////////////////////////////////////////////////////////////////////
- "mapgroups" {
- "mg_surf" // mapgroup definition
- "name" "mg_surf"
- "maps"
- {
- "surf_3" ""
- "surf_ace_fix" ""
- "surf_adventure_easy" ""
- "surf_aether" ""
- "surf_aircontrol_ksf" ""
- "surf_amplitude_light" ""
- "surf_and_destroy" ""
- "surf_annoyance_njv" ""
- "surf_atlas_1" ""
- "surf_aweles" ""
- "surf_beginner" ""
- "surf_boring" ""
- "surf_calamity_njv_" ""
- "surf_christmas" ""
- "surf_classics" ""
- "surf_classics2" ""
- "surf_colors_beta1" ""
- "surf_crzyfrog_reloaded" ""
- "surf_delusional_" ""
- "surf_derpis_ksf" ""
- "surf_doodles_njv" ""
- "surf_ember" ""
- "surf_exocube" ""
- "surf_forbidden_tomb4_njv" ""
- "surf_forbidden_ways_ksf" ""
- "surf_fruits" ""
- "surf_glass9" ""
- "surf_graphia" ""
- "surf_grassland" ""
- "surf_happyhands4" ""
- "surf_heaven_njv" ""
- "surf_how2surf" ""
- "surf_ing_njv" ""
- "surf_kitsune_v2" ""
- "surf_lament_n2p" ""
- "surf_lessons" ""
- "surf_lies_ksf" ""
- "surf_lore" ""
- "surf_love" ""
- "surf_lt_omnific_fix" ""
- "surf_lullaby_ksf" ""
- "surf_lux" ""
- "surf_mellow" ""
- "surf_mesa" ""
- "surf_mesa_mine" ""
- "surf_neo_njv" ""
- "surf_ninja_go_b5" ""
- "surf_not_so_sinister" ""
- "surf_olympics_sns" ""
- "surf_overgrowth" ""
- "surf_pinkbash" ""
- "surf_porn_fix" ""
- "surf_pox" ""
- "surf_prelude_ksf" ""
- "surf_rebel_resistance_njv" ""
- "surf_rebel_scaz_njv" ""
- "surf_refraxis" ""
- "surf_rookie_fix" ""
- "surf_sexellence2_" ""
- "surf_simpsons_go_rc2" ""
- "surf_sundown_njv" ""
- "surf_sunnyhappylove" ""
- "surf_syria_" ""
- "surf_tensile_njv" ""
- "surf_the_gloaming" ""
- "surf_tomb_redone" ""
- "surf_training" ""
- "surf_tron_njv" ""
- "surf_utopia_njv" ""
- "surf_water-run_banjo_skill" ""
- "surf_waterworks" ""
- "surf_wood" ""
- "surf_zbig_rc2" ""
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment