Merge pull request #1573 from MadHatter05/patch-2

OCD update to description.ext - 11.chernarus
This commit is contained in:
vbawol
2014-10-01 16:43:14 -05:00

View File

@@ -2,10 +2,10 @@ respawn = "BASE";
respawndelay = 5; respawndelay = 5;
onLoadMission= "DayZ Epoch Chernarus"; onLoadMission= "DayZ Epoch Chernarus";
OnLoadIntro = "Welcome to DayZ Epoch Chernarus"; OnLoadIntro = "Welcome to DayZ Epoch Chernarus";
OnLoadIntroTime = False; OnLoadIntroTime = false;
OnLoadMissionTime = False; OnLoadMissionTime = false;
disabledAI = true; disabledAI = true;
disableChannels[]={0,2,6}; disableChannels[]= {0,2,6};
enableItemsDropping = 0; enableItemsDropping = 0;
briefing = 0; briefing = 0;
@@ -18,7 +18,7 @@ class Header
{ {
gameType = COOP; //DM, Team, Coop, ... gameType = COOP; //DM, Team, Coop, ...
minPlayers = 1; //min # of players the mission supports minPlayers = 1; //min # of players the mission supports
maxPlayers = 100; //Max # of players the mission supports maxPlayers = 100; //Max # of players the mission supports
}; };
aiKills = 1; aiKills = 1;