mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Merge pull request #1573 from MadHatter05/patch-2
OCD update to description.ext - 11.chernarus
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user