mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-20 10:26:28 +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:
@@ -16,7 +16,7 @@ valuesParam1[] = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 15, 20, 25, 30, 31};
|
||||
defValueParam1 = 10; //auto login time limit in seconds, set value to 31 to disable auto login
|
||||
textsParam1[] = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 15, 20, 25, 30, "Disabled"};
|
||||
|
||||
loadScreen = "\z\addons\dayz_code\gui\dayz_logo_ca.paa";
|
||||
loadScreen = "\z\addons\dayz_code\gui\loadingscreen.paa";
|
||||
|
||||
class Header
|
||||
{
|
||||
|
||||
@@ -4,21 +4,20 @@ class Mission
|
||||
addOns[]=
|
||||
{
|
||||
"bootcamp_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",
|
||||
"glt_m300t",
|
||||
"pook_h13",
|
||||
"csj_gyroac",
|
||||
"map_eu",
|
||||
"redryder"
|
||||
};
|
||||
addOnsAuto[]=
|
||||
@@ -171,7 +170,7 @@ class Mission
|
||||
items=1;
|
||||
class Item0
|
||||
{
|
||||
position[]={-144,0.5,2320};
|
||||
position[]={-144,0,2320};
|
||||
id=50;
|
||||
side="LOGIC";
|
||||
vehicle="FunctionsManager";
|
||||
@@ -187,79 +186,79 @@ class Mission
|
||||
items=13;
|
||||
class Item0
|
||||
{
|
||||
position[]={2129.9961,319.56833,1811.0236};
|
||||
position[]={2129,319,1811};
|
||||
name="center";
|
||||
type="Empty";
|
||||
};
|
||||
class Item1
|
||||
{
|
||||
position[]={2129.7219,335.37024,-2284.0747};
|
||||
position[]={2129,335,-2284};
|
||||
name="respawn_west";
|
||||
type="Empty";
|
||||
};
|
||||
class Item2
|
||||
{
|
||||
position[]={2835.8962,290.50281,1258.6105};
|
||||
position[]={2835,290,1258};
|
||||
name="spawn0";
|
||||
type="Empty";
|
||||
};
|
||||
class Item3
|
||||
{
|
||||
position[]={2000.608,250.77831,3044.3127};
|
||||
position[]={2000,250,3044};
|
||||
name="spawn1";
|
||||
type="Empty";
|
||||
};
|
||||
class Item4
|
||||
{
|
||||
position[]={876.22412,349.02643,2985.8667};
|
||||
position[]={876,349,2985};
|
||||
name="spawn2";
|
||||
type="Empty";
|
||||
};
|
||||
class Item5
|
||||
{
|
||||
position[]={677.16632,359.31873,1799.6952};
|
||||
position[]={677,359,1799};
|
||||
name="spawn3";
|
||||
type="Empty";
|
||||
};
|
||||
class Item6
|
||||
{
|
||||
position[]={1162.821,334.88571,841.05725};
|
||||
position[]={1162,334,841};
|
||||
name="spawn4";
|
||||
type="Empty";
|
||||
};
|
||||
class Item7
|
||||
{
|
||||
position[]={2233.1914,344.16119,713.85956};
|
||||
position[]={2233,344,713};
|
||||
name="spawn5";
|
||||
type="Empty";
|
||||
};
|
||||
class Item8
|
||||
{
|
||||
position[]={887.80145,367.52255,1321.2263};
|
||||
position[]={887,367,1321};
|
||||
name="spawn6";
|
||||
type="Empty";
|
||||
};
|
||||
class Item9
|
||||
{
|
||||
position[]={3001.2258,266.98999,1900.7573};
|
||||
position[]={3001,266,1900};
|
||||
name="spawn7";
|
||||
type="Empty";
|
||||
};
|
||||
class Item10
|
||||
{
|
||||
position[]={2894.7173,210.62479,3138.4292};
|
||||
position[]={2894,210,3138};
|
||||
name="spawn8";
|
||||
type="Empty";
|
||||
};
|
||||
class Item11
|
||||
{
|
||||
position[]={3023.0518,256.00116,2566.4619};
|
||||
position[]={3023,256,2566};
|
||||
name="spawn9";
|
||||
type="Empty";
|
||||
};
|
||||
class Item12
|
||||
{
|
||||
position[]={2469.9402,299.80057,2392.0288};
|
||||
position[]={2469,299,2392};
|
||||
name="spawn10";
|
||||
type="Empty";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user