![]()
Benutzerinformationen überspringen
Wohnort: Hasselroth - Niedermittlau
Beruf: Müllwerker / Städtische Müllabfuhr Offenbach
Rootserver vorhanden: Ja
|
|
Quellcode |
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 |
// To use this file, rename it to GameModes_Server.txt
//
// Values here override the default gamemodes.txt
\\\\\\"GameModes_Server.txt\\\\\\"
{
\\\\\\"gameTypes\\\\\\"
{
\\\\\\"classic\\\\\\"
{
\\\\\\"gameModes\\\\\\"
{
\\\\\\"competitive\\\\\\"
{
\\\\\\"maxplayers\\\\\\" \\\\\\"11\\\\\\" // Note that maxplayers doesn\\\\\\\'t go in the convar block.
// Another way to set maxplayers is to add -maxplayers_override XX to the cmd line.
\\\\\\"exec\\\\\\"
{
\\\\\\"exec\\\\\\" \\\\\\"my_server_override_competitive.cfg\\\\\\"
}
\\\\\\"mapgroupsMP\\\\\\" // List of mapgroups valid for this game mode ( competitive )
{
\\\\\\"mg_bomb_se\\\\\\" \\\\\\"\\\\\\"
}
}
\\\\\\"casual\\\\\\"
{
\\\\\\"maxplayers\\\\\\" \\\\\\"25\\\\\\"
\\\\\\"exec\\\\\\"
{
\\\\\\"exec\\\\\\" \\\\\\"my_server_override_casual.cfg\\\\\\"
}
\\\\\\"mapgroupsMP\\\\\\" // List of mapgroups valid for this game mode ( casual )
{
\\\\\\"mg_bomb_se\\\\\\" \\\\\\"\\\\\\"
}
}
}
}
}
//////////////////////////////////////////////////////////////////////////////////////////////
// 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.
2//
// 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_bomb\\\\\\" // mapgroup definition
{
\\\\\\"name\\\\\\" \\\\\\"mg_bomb\\\\\\"
\\\\\\"maps\\\\\\"
{
\\\\\\"de_dust_se\\\\\\" \\\\\\"\\\\\\"
\\\\\\"de_mirage_csgo\\\\\\" \\\\\\"\\\\\\"
\\\\\\"de_dust2_se\\\\\\" \\\\\\"\\\\\\"
\\\\\\"de_nuke_se\\\\\\" \\\\\\"\\\\\\"
\\\\\\"de_train_se\\\\\\" \\\\\\"\\\\\\"
\\\\\\"de_inferno_se\\\\\\" \\\\\\"\\\\\\"
\\\\\\"de_aztec_se\\\\\\" \\\\\\"\\\\\\"
}
}
}
}
|
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »General_V« (13. September 2012, 17:15)
Benutzerinformationen überspringen
Wohnort: Hasselroth - Niedermittlau
Beruf: Müllwerker / Städtische Müllabfuhr Offenbach
Rootserver vorhanden: Ja