mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-25 19:26:08 +03:00
Update mission
It should no longer be necessary to load dayz_vehicles in the mission.sqm addons. It was taken out of mission.sqm in vanilla around 1.8. The dayz_logo_ca.paa file was identical to loadingscreen.paa
This commit is contained in:
@@ -4,23 +4,22 @@ class Mission
|
||||
addOns[]=
|
||||
{
|
||||
"mountains_acr",
|
||||
"map_eu",
|
||||
"ca_modules_animals",
|
||||
"dayz_anim",
|
||||
"dayz_code",
|
||||
"dayz_communityassets",
|
||||
"dayz_weapons",
|
||||
"dayz_equip",
|
||||
"dayz_epoch",
|
||||
"dayz_vehicles",
|
||||
"cacharacters_pmc",
|
||||
"ca_modules_functions",
|
||||
"dayz_epoch",
|
||||
"warfarebuildings",
|
||||
"ind_tank",
|
||||
"camisc_e",
|
||||
"glt_m300t",
|
||||
"pook_h13",
|
||||
"csj_gyroac",
|
||||
"map_eu",
|
||||
"redryder"
|
||||
};
|
||||
addOnsAuto[]=
|
||||
@@ -173,7 +172,7 @@ class Mission
|
||||
items=1;
|
||||
class Item0
|
||||
{
|
||||
position[]={-144,0.5,2320};
|
||||
position[]={-144,0,2320};
|
||||
id=50;
|
||||
side="LOGIC";
|
||||
vehicle="FunctionsManager";
|
||||
@@ -189,79 +188,79 @@ class Mission
|
||||
items=13;
|
||||
class Item0
|
||||
{
|
||||
position[]={3638.5916,425.61487,3632.1819};
|
||||
position[]={3638,425,3632};
|
||||
name="center";
|
||||
type="Empty";
|
||||
};
|
||||
class Item1
|
||||
{
|
||||
position[]={3406.9253,361.22311,-3828.3379};
|
||||
position[]={3406,361,-3828};
|
||||
name="respawn_west";
|
||||
type="Empty";
|
||||
};
|
||||
class Item2
|
||||
{
|
||||
position[]={2065.3154,417.48615,3914.4285};
|
||||
position[]={2065,417,3914};
|
||||
name="spawn0";
|
||||
type="Empty";
|
||||
};
|
||||
class Item3
|
||||
{
|
||||
position[]={3608.325,473.07101,2230.2351};
|
||||
position[]={3608,473,2230};
|
||||
name="spawn1";
|
||||
type="Empty";
|
||||
};
|
||||
class Item4
|
||||
{
|
||||
position[]={3109.2576,182.77739,5538.8481};
|
||||
position[]={3109,182,5538};
|
||||
name="spawn2";
|
||||
type="Empty";
|
||||
};
|
||||
class Item5
|
||||
{
|
||||
position[]={4036.866,356.7345,4935.6245};
|
||||
position[]={4036,356,4935};
|
||||
name="spawn3";
|
||||
type="Empty";
|
||||
};
|
||||
class Item6
|
||||
{
|
||||
position[]={1906.114,194.76468,5086.7383};
|
||||
position[]={1906,194,5086};
|
||||
name="spawn4";
|
||||
type="Empty";
|
||||
};
|
||||
class Item7
|
||||
{
|
||||
position[]={4900.9341,374.13071,4176.8203};
|
||||
position[]={4900,374,4176};
|
||||
name="spawn5";
|
||||
type="Empty";
|
||||
};
|
||||
class Item8
|
||||
{
|
||||
position[]={3035.5474,272.84534,4430.8208};
|
||||
position[]={3035,272,4430};
|
||||
name="spawn6";
|
||||
type="Empty";
|
||||
};
|
||||
class Item9
|
||||
{
|
||||
position[]={4847.8706,627.17188,2848.7769};
|
||||
position[]={4847,627,2848};
|
||||
name="spawn7";
|
||||
type="Empty";
|
||||
};
|
||||
class Item10
|
||||
{
|
||||
position[]={2678.7632,402.0939,1458.0262};
|
||||
position[]={2678,402,1458};
|
||||
name="spawn8";
|
||||
type="Empty";
|
||||
};
|
||||
class Item11
|
||||
{
|
||||
position[]={2084.9006,423.19876,2482.9202};
|
||||
position[]={2084,423,2482};
|
||||
name="spawn9";
|
||||
type="Empty";
|
||||
};
|
||||
class Item12
|
||||
{
|
||||
position[]={4748.5596,407.30841,1648.068};
|
||||
position[]={4748,407,1648};
|
||||
name="spawn10";
|
||||
type="Empty";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user