![]()
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 |
"GameModes_Server.txt"
{
"gameTypes"
{
"classic"
{
"gameModes"
{
"competitive"
{
"convars"
{
"mp_startmoney" "800"
"mp_maxmoney" "32000"
"mp_friendlyfire" "0"
"sv_reservation_grace" "5"
"mp_warmuptime" "0"
"mp_freezetime" "0"
"sv_allow_votes" "0"
"sv_vote_allow_spectators" "0"
"sv_full_alltalk" "1"
"sv_alltalk" "1"
"sv_deadtalk" "1"
"mp_roundtime" "5"
"motdfile" "motd_server.txt"
"mp_maxrounds" "0"
"mp_playerid" "0"
"mp_halftime" "0"
"mp_halftime_duration" "0"
"mp_warmuptime" "0"
"mp_timelimit" "15"
"spec_allow_roaming" "1"
"sv_spec_hear" "1"
"mp_match_end_restart" "1"
"bot_quota" "0"
}
"mapgroupsMP"
{
"mg_public" ""
"mg_awp" ""
"mg_glass" ""
}
"exec"
{
"exec" "server.cfg"
}
"maxplayers" "20"
}
}
}
}
"mapgroups"
{
"mg_public"
{
"name" "mg_public"
"maps"
{
"cs_italy" ""
"cs_office" ""
"de_aztec" ""
"de_dust2" ""
"de_dust" ""
"de_inferno" ""
"de_nuke" ""
"de_train" ""
}
}
"mg_awp"
{
"name" "mg_awp"
"maps"
{
"awp_9buildings" ""
"awp_abyss" ""
"awp_arabia" ""
"awp_arena" ""
"awp_aztecstyle" ""
"awp_box" ""
"awp_delet_csgo" ""
"awp_dev_by_meska" ""
"awp_dust" ""
"awp_ice_csgo" ""
"awp_india_csgo" ""
"awp_leetgamerz" ""
"awp_lego_2" ""
"awp_legoarena_csgo" ""
"awp_lego_bridge" ""
"awp_lego_fix_v4_csgo" ""
"awp_map_csgo" ""
"awp_metal_csgo" ""
"awp_night_v1_csgo" ""
"awp_sourceforts_go" ""
"awp_vietnam" ""
}
}
"mg_glass"
{
"name" "mg_glass"
"maps"
{
"glass_war" ""
}
}
}
}
|
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 |
"GameModes_Server.txt"
{
"gameTypes"
{
"classic"
{
"gameModes"
{
"casual"
{
"maxplayers" "30"
"exec"
{
"exec" "server_last.cfg"
}
"mapgroupsMP"
{
"minigame" ""
}
}
}
}
}
"mapgroups"
{
"minigame"
{
"name" "minigame"
"maps"
{
"mg_kirbys_course_go" ""
"mg_radiotower_remake_v2" ""
}
}
}
}
|
This post has been edited 1 times, last edit by "fluxX" (Sep 14th 2013, 11:09pm) with the following reason: keine fullquotes..