server.cfg
Code
class Missions
{
class DM_Deathmatch
{
template = "MP_Deathmatch.Chernarus"; // omit the .pbo suffix
difficulty = "recruit"; // difficulty: recruit, regular, veteran or mercenary (see CfgDifficulties in the main game config)
};
class DM_Detector
{
template = "MP_Detector.Chernarus";
difficulty = "regular";
};
class Team_TeamDeathmatch
{
template = "MP_TeamDeathmatch.Chernarus";
difficulty = "veteran";
};
class COOP_Paradrop
{
template = "MP_Paradrop.Chernarus";
difficulty = "mercenary";
};
class CTI_CivilWar
{
template = "MP_CivilWar.Chernarus";
difficulty = "regular";
};
class CTI_SuperPowers
{
template = "MP_Superpowers.Chernarus";
difficulty = "regular";
};
class CTI_WarWelcome
{
template = "MP_WarWelcome.utes";
difficulty = "regular";
};
class CTI_WhenDiplomacyFails
{
template = "MP_WhenDiplomacyFails.Chernarus";
difficulty = "regular";
};
};
Alles anzeigen