diff --git a/SQF/dayz_code/Configs/rscTitles.hpp b/SQF/dayz_code/Configs/rscTitles.hpp index e153b4bbf..f1c4b8ea5 100644 --- a/SQF/dayz_code/Configs/rscTitles.hpp +++ b/SQF/dayz_code/Configs/rscTitles.hpp @@ -173,7 +173,7 @@ class RscDisplayMain : RscStandardDisplay { text = "\ca\ui\data\ui_mainmenu_background_ca.paa"; }; class CA_ARMA2 : RscPicture { - text = "z\addons\dayz_code\gui\dayz_logo_ca.paa"; + text = "z\addons\dayz_code\gui\loadingscreen.paa"; }; }; diff --git a/SQF/dayz_code/config.cpp b/SQF/dayz_code/config.cpp index a73835ae1..9ccb426d6 100644 --- a/SQF/dayz_code/config.cpp +++ b/SQF/dayz_code/config.cpp @@ -47,7 +47,7 @@ class CfgMods { dir = "@DayZ_Epoch"; name = "DayZ Epoch"; - picture = "z\addons\dayz_code\gui\dayz_logo_ca.paa"; + picture = "z\addons\dayz_code\gui\loadingscreen.paa"; hidePicture = 0; hideName = 0; action = "http://www.dayzepoch.com"; diff --git a/SQF/dayz_code/gui/dayz_logo_ca.paa b/SQF/dayz_code/gui/dayz_logo_ca.paa deleted file mode 100644 index 51a5b21f7..000000000 Binary files a/SQF/dayz_code/gui/dayz_logo_ca.paa and /dev/null differ diff --git a/SQF/dayz_server/compile/server_spawnInfectedCamps.sqf b/SQF/dayz_server/compile/server_spawnInfectedCamps.sqf index ade99a515..ecb31ee5e 100644 --- a/SQF/dayz_server/compile/server_spawnInfectedCamps.sqf +++ b/SQF/dayz_server/compile/server_spawnInfectedCamps.sqf @@ -30,7 +30,7 @@ Author: #define OBJECT_RADIUS_MAX 13 #define SEARCH_CENTER dayz_centerMarker -#define SEARCH_RADIUS 7500 +#define SEARCH_RADIUS HeliCrashArea #define SEARCH_EXPRESSION "(5 * forest) + (4 * trees) + (3 * meadow) - (20 * houses) - (30 * sea)" //+ (3 * meadow) - (20 * houses) - (30 * sea) #define SEARCH_PRECISION 30 #define SEARCH_ATTEMPTS 10 diff --git a/Server Files/MPMissions/DayZ_Epoch_1.Takistan/description.ext b/Server Files/MPMissions/DayZ_Epoch_1.Takistan/description.ext index c926e1921..e982a4dff 100644 --- a/Server Files/MPMissions/DayZ_Epoch_1.Takistan/description.ext +++ b/Server Files/MPMissions/DayZ_Epoch_1.Takistan/description.ext @@ -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 { diff --git a/Server Files/MPMissions/DayZ_Epoch_1.Takistan/mission.sqm b/Server Files/MPMissions/DayZ_Epoch_1.Takistan/mission.sqm index 36d682ace..cfdbe978d 100644 --- a/Server Files/MPMissions/DayZ_Epoch_1.Takistan/mission.sqm +++ b/Server Files/MPMissions/DayZ_Epoch_1.Takistan/mission.sqm @@ -4,20 +4,19 @@ class Mission addOns[]= { "takistan", + "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", "pook_h13", "glt_m300t", "csj_gyroac", - "map_eu", "jetskiyanahuiaddon", "warfarebuildings", "redryder" @@ -172,7 +171,7 @@ class Mission items=1; class Item0 { - position[]={-144,0.5,2320}; + position[]={-144,0,2320}; id=50; side="LOGIC"; vehicle="FunctionsManager"; @@ -188,85 +187,85 @@ class Mission items=21; class Item0 { - position[]={6622.5166,301.31479,6751.1309}; + position[]={6622,301,6751}; name="center"; type="Empty"; }; class Item1 { - position[]={6464.1104,414.77631,-1989.0348}; + position[]={6464,414,-1989}; name="respawn_west"; type="Empty"; }; class Item2 { - position[]={8603.9141,292.76035,7735.3867}; + position[]={8603,292,7735}; name="spawn0"; type="Empty"; }; class Item3 { - position[]={3899.7437,372.565,7278.7085}; + position[]={3899,372,7278}; name="spawn1"; type="Empty"; }; class Item4 { - position[]={8615.4102,325.48184,5291.0664}; + position[]={8615,325,5291}; name="spawn2"; type="Empty"; }; class Item5 { - position[]={5649.7935,426.08795,4253.7886}; + position[]={5649,426,4253}; name="spawn3"; type="Empty"; }; class Item6 { - position[]={6211.9707,129.37137,8806.0615}; + position[]={6211,129,8806}; name="spawn4"; type="Empty"; }; class Item7 { - position[]={4486.1792,310.78815,4621.6045}; + position[]={4486,310,4621}; name="spawn5"; type="Empty"; }; class Item8 { - position[]={4802.3354,230.25961,8407.5059}; + position[]={4802,230,8407}; name="spawn6"; type="Empty"; }; class Item9 { - position[]={7621.5938,223.7644,8554.4775}; + position[]={7621,223,8554}; name="spawn7"; type="Empty"; }; class Item10 { - position[]={7423.8193,385.30939,4388.8999}; + position[]={7423,385,4388}; name="spawn8"; type="Empty"; }; class Item11 { - position[]={8740.1338,330.44122,6432.0054}; + position[]={8740,330,6432}; name="spawn9"; type="Empty"; }; class Item12 { - position[]={3730.855,229.78453,5860.3472}; + position[]={3730,229,5860}; name="spawn10"; type="Empty"; }; class Item13 { - position[]={431.62454,303.29282,5554.8208}; + position[]={431,303,5554}; name="tradercitykush"; text="Trader City Khush"; type="mil_circle"; @@ -274,7 +273,7 @@ class Mission }; class Item14 { - position[]={1958.948,51.60416,12555.685}; + position[]={1958,51,12555}; name="Trader_City_Nur"; text="Trader City Nur"; type="mil_circle"; @@ -282,7 +281,7 @@ class Mission }; class Item15 { - position[]={10870.342,283.72119,6306.75}; + position[]={10870,283,6306}; name="Trader_City_Garm"; text="Trader City Garm"; type="mil_circle"; @@ -290,7 +289,7 @@ class Mission }; class Item16 { - position[]={7416.8306,271.48111,155.77698}; + position[]={7416,271,155}; name="Wholesaler"; text="Wholesaler"; type="mil_dot"; @@ -298,7 +297,7 @@ class Mission }; class Item17 { - position[]={11270.841,115.92039,12660.39}; + position[]={11270,115,12660}; name="Wholesaler_1"; text="Wholesaler"; type="mil_dot"; @@ -306,7 +305,7 @@ class Mission }; class Item18 { - position[]={5261.8662,83.96122,11163.853}; + position[]={5261,83,11163}; name="Airplane Dealer"; text="Airplane Dealer"; type="mil_dot"; @@ -314,7 +313,7 @@ class Mission }; class Item19 { - position[]={751.90857,557.38123,10491.069}; + position[]={751,557,10491}; name="BanditTrader"; text="Bandit Trader"; type="mil_dot"; @@ -322,7 +321,7 @@ class Mission }; class Item20 { - position[]={8039.3813,300.80963,2009.7328}; + position[]={8039,300,2009}; name="BlackMarketVendor"; text="Black Market Trader"; type="mil_dot"; @@ -332,59 +331,33 @@ class Mission class Sensors { items=3; +#define TRGDEF a=100;b=100;activationBy="WEST";repeating=1;interruptable=1;age="UNKNOWN";class Effects{soundDet="arabian_market_1";}; class Item0 { - position[]={436.03763,303.48236,5550.8608}; - a=100; - b=100; - activationBy="WEST"; - repeating=1; - interruptable=1; - age="UNKNOWN"; + position[]={436,303,5550}; + TRGDEF name="zone1"; expCond="(player distance zone1) < 100;"; - expActiv="[""trader city Khush"",true,""enter""] spawn player_traderCity;"; - expDesactiv="[""trader city Khush"",true,""leave""] spawn player_traderCity;"; - class Effects - { - soundDet="arabian_market_1"; - }; + expActiv="[""trader city Khush"",true,""enter""] call player_traderCity;"; + expDesactiv="[""trader city Khush"",true,""leave""] call player_traderCity;"; }; class Item1 { - position[]={1958.594,51.581875,12554.858}; - a=100; - b=100; - activationBy="WEST"; - repeating=1; - interruptable=1; - age="UNKNOWN"; + position[]={1958,51,12554}; + TRGDEF name="zone2"; expCond="(player distance zone2) < 100;"; - expActiv="[""trader city Nur"",true,""enter""] spawn player_traderCity;"; - expDesactiv="[""trader city Nur"",true,""leave""] spawn player_traderCity;"; - class Effects - { - soundDet="arabian_market_1"; - }; + expActiv="[""trader city Nur"",true,""enter""] call player_traderCity;"; + expDesactiv="[""trader city Nur"",true,""leave""] call player_traderCity;"; }; class Item2 { - position[]={10870.369,283.7251,6306.5469}; - a=100; - b=100; - activationBy="WEST"; - repeating=1; - interruptable=1; - age="UNKNOWN"; + position[]={10870,283,6306}; + TRGDEF name="zone3"; expCond="(player distance zone3) < 100;"; - expActiv="[""trader city Garm"",true,""enter""] spawn player_traderCity;"; - expDesactiv="[""trader city Garm"",true,""leave""] spawn player_traderCity;"; - class Effects - { - soundDet="arabian_market_1"; - }; + expActiv="[""trader city Garm"",true,""enter""] call player_traderCity;"; + expDesactiv="[""trader city Garm"",true,""leave""] call player_traderCity;"; }; }; }; diff --git a/Server Files/MPMissions/DayZ_Epoch_10.Mountains_ACR/description.ext b/Server Files/MPMissions/DayZ_Epoch_10.Mountains_ACR/description.ext index 5ca2f155b..158447b90 100644 --- a/Server Files/MPMissions/DayZ_Epoch_10.Mountains_ACR/description.ext +++ b/Server Files/MPMissions/DayZ_Epoch_10.Mountains_ACR/description.ext @@ -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 { diff --git a/Server Files/MPMissions/DayZ_Epoch_10.Mountains_ACR/mission.sqm b/Server Files/MPMissions/DayZ_Epoch_10.Mountains_ACR/mission.sqm index 539bf1e08..fdc07a305 100644 --- a/Server Files/MPMissions/DayZ_Epoch_10.Mountains_ACR/mission.sqm +++ b/Server Files/MPMissions/DayZ_Epoch_10.Mountains_ACR/mission.sqm @@ -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"; }; diff --git a/Server Files/MPMissions/DayZ_Epoch_11.Chernarus/description.ext b/Server Files/MPMissions/DayZ_Epoch_11.Chernarus/description.ext index a70d8b348..6f5a43291 100644 --- a/Server Files/MPMissions/DayZ_Epoch_11.Chernarus/description.ext +++ b/Server Files/MPMissions/DayZ_Epoch_11.Chernarus/description.ext @@ -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 { diff --git a/Server Files/MPMissions/DayZ_Epoch_11.Chernarus/mission.sqm b/Server Files/MPMissions/DayZ_Epoch_11.Chernarus/mission.sqm index 15851f1fd..366aea436 100644 --- a/Server Files/MPMissions/DayZ_Epoch_11.Chernarus/mission.sqm +++ b/Server Files/MPMissions/DayZ_Epoch_11.Chernarus/mission.sqm @@ -4,20 +4,19 @@ class Mission addOns[]= { "chernarus", + "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", "glt_m300t", "pook_h13", "csj_gyroac", - "map_eu", "jetskiyanahuiaddon", "redryder" }; @@ -48,11 +47,11 @@ class Mission class Vehicles { items=100; -#define PLRDEF position[]={-7240,0,19530};azimut=0;side="WEST";vehicle="Survivor1_DZ";skill=0.6;init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";player="PLAY CDG"; +#define PLRDEF position[]={-18700,0,25800};azimut=0;side="WEST";vehicle="Survivor1_DZ";skill=0.6;init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";player="PLAY CDG"; class Item0{id=0;PLRDEF}; class Item1 { - position[]={-7240,0,19530}; + position[]={-18700,0,25800}; azimut=0; id=0; side="WEST"; @@ -171,7 +170,7 @@ class Mission items=1; class Item0 { - position[]={-144,0.5,2320}; + position[]={708,35,3533}; id=50; side="LOGIC"; vehicle="FunctionsManager"; @@ -187,121 +186,127 @@ class Mission items=17; class Item0 { - position[]={7839.6055,381.33774,8414.7324}; + position[]={7839,0,8414}; name="center"; type="Empty"; }; class Item1 { - position[]={-7245.377,365.98782,19535.367}; + position[]={-18700,0,25800}; name="respawn_west"; type="Empty"; }; class Item2 { - position[]={4932.3345,0.39950246,1989.1094}; - name="spawn0"; + position[]={4932,0,1989}; + name="spawn0"; //spawn_balota type="Empty"; }; class Item3 { - position[]={2236.0391,0.63119155,1923.3735}; - name="spawn1"; + position[]={2236,0,1923}; + name="spawn1"; //spawn_kamenka type="Empty"; }; class Item4 { - position[]={8738.1328,0.45720705,2122.1082}; - name="spawn2"; + position[]={6901,0,2509}; //8738,0,2122 + name="spawn2"; //spawn_cherno type="Empty"; }; class Item5 { - position[]={10909.267,0.57597214,2422.3096}; - name="spawn3"; + position[]={10294,0,2191}; // OLD 10909,0,2422 + name="spawn3"; //spawn_elektro type="Empty"; }; class Item6 { - position[]={13510.764,0.44504455,5249.3027}; - name="spawn4"; + position[]={13510,0,5249}; + name="spawn4"; //spawn_sol type="Empty"; }; class Item7 { - position[]={6326.4805,304.99265,7809.4888}; + position[]={12048,0,8352}; + name="spawn5"; //spawn_berezino + type="Empty"; + }; + class Item8 + { + position[]={6326,304,7809}; name="Tradercitystary"; text="Trader City Stary"; type="mil_circle"; colorName="ColorBlack"; }; - class Item8 - { - position[]={4361.4937,3,2259.9526}; - name="wholesaleSouth"; - text="Wholesaler"; - type="mil_dot"; - colorName="ColorBlack"; - }; class Item9 { - position[]={13532.614,3.0083523,6355.9497}; - name="boatTraderEast"; + position[]={4361,3,2259}; + name="wholesaleSouth"; text="Wholesaler"; type="mil_dot"; colorName="ColorBlack"; }; class Item10 { - position[]={7989.3354,0.30462033,2900.9946}; - name="BoatDealerSouth"; - text="Boat Dealer"; + position[]={13532,3,6355}; + name="boatTraderEast"; + text="Wholesaler"; type="mil_dot"; colorName="ColorBlack"; }; class Item11 { - position[]={12060.471,158.85699,12638.533}; + position[]={7989,0,2900}; + name="BoatDealerSouth"; + text="Boat Dealer"; + type="mil_dot"; + colorName="ColorBlack"; + }; + class Item12 + { + position[]={12060,158,12638}; name="AirVehicles"; text="Aircraft Dealer"; type="mil_dot"; colorName="ColorGreen"; }; - class Item12 + class Item13 { - position[]={1606.6443,289.70795,7803.5156}; + position[]={1606,289,7803}; name="BanditDen"; text="Bandit Camp"; type="mil_dot"; colorName="ColorRed"; }; - class Item13 + class Item14 { - position[]={11447.91,317.27109,11364.536}; + position[]={11447,317,11364}; name="Klen"; text="Trader City Klen"; type="mil_circle"; colorName="ColorGreen"; }; - class Item14 + class Item15 { - position[]={13441.16,1.1406164,5429.3013}; + position[]={13441,1,5429}; name="BoatDealerEast"; text="Boat Dealer"; type="mil_dot"; colorName="ColorBlack"; }; - class Item15 + class Item16 { - position[]={4064.2258,365.13501,11665.938}; + position[]={4064,365,11665}; name="TradercityBash"; text="Trader City Bash"; type="mil_circle"; colorName="ColorBlack"; }; - class Item16 + class Item17 { - position[]={12944.227,210.19823,12766.889}; + position[]={12944,210,12766}; name="HeroTrader"; text="Hero Camp"; type="mil_dot"; @@ -311,90 +316,60 @@ class Mission class Sensors { items=5; +#define TRGDEF a=100;b=100;activationBy="WEST";repeating=1;interruptable=1;age="UNKNOWN";class Effects{}; class Item0 { - position[]={6325.6772,304.99033,7807.7412}; - a=100; - b=100; - activationBy="WEST"; - repeating=1; - interruptable=1; - age="UNKNOWN"; + position[]={6325,304,7807}; + TRGDEF name="zonestary"; expCond="(player distance zonestary) < 100;"; - expActiv="[""trader city Stary"",true,""enter""] spawn player_traderCity;"; - expDesactiv="[""trader city Stary"",true,""leave""] spawn player_traderCity;"; - class Effects - { - }; + expActiv="[""trader city Stary"",true,""enter""] call player_traderCity;"; + expDesactiv="[""trader city Stary"",true,""leave""] call player_traderCity;"; }; class Item1 { - position[]={4063.4226,365.00577,11664.19}; - a=100; - b=100; - activationBy="WEST"; - repeating=1; - interruptable=1; - age="UNKNOWN"; + position[]={4063,365,11664}; + TRGDEF name="zonebash"; expCond="(player distance zonebash) < 100;"; - expActiv="[""trader city Bash"",true,""enter""] spawn player_traderCity;"; - expDesactiv="[""trader city Bash"",true,""leave""] spawn player_traderCity;"; - class Effects - { - }; + expActiv="[""trader city Bash"",true,""enter""] call player_traderCity;"; + expDesactiv="[""trader city Bash"",true,""leave""] call player_traderCity;"; }; class Item2 { - position[]={11447.472,317.26886,11364.504}; - a=100; - b=100; - activationBy="WEST"; - repeating=1; - interruptable=1; - age="UNKNOWN"; + position[]={11447,317,11364}; + TRGDEF name="zoneklen"; expCond="(player distance zoneklen) < 100;"; - expActiv="[""trader city Klen"",true,""enter""] spawn player_traderCity;"; - expDesactiv="[""trader city Klen"",true,""leave""] spawn player_traderCity;"; - class Effects - { - }; + expActiv="[""trader city Klen"",true,""enter""] call player_traderCity;"; + expDesactiv="[""trader city Klen"",true,""leave""] call player_traderCity;"; }; class Item3 { - position[]={1606.6443,289.70795,7803.5156}; - a=100; - b=100; - activationBy="WEST"; - repeating=1; - interruptable=1; - age="UNKNOWN"; + position[]={1606,289,7803}; + TRGDEF name="zonebandit"; expCond="(player distance zonebandit) < 100;"; - expActiv="[""Bandit Trader"",false,""enter""] spawn player_traderCity;"; - expDesactiv="[""Bandit Trader"",false,""leave""] spawn player_traderCity;"; - class Effects - { - }; + expActiv="[""Bandit Trader"",false,""enter""] call player_traderCity;"; + expDesactiv="[""Bandit Trader"",false,""leave""] call player_traderCity;"; }; class Item4 { - position[]={12944.227,210.19823,12766.889}; - a=100; - b=100; - activationBy="WEST"; - repeating=1; - interruptable=1; - age="UNKNOWN"; + position[]={12944,210,12766}; + TRGDEF name="zonehero"; expCond="(player distance zonehero) < 100;"; - expActiv="[""Hero Trader"",false,""enter""] spawn player_traderCity;"; - expDesactiv="[""Hero Trader"",false,""leave""] spawn player_traderCity;"; - class Effects - { - }; + expActiv="[""Hero Trader"",false,""enter""] call player_traderCity;"; + expDesactiv="[""Hero Trader"",false,""leave""] call player_traderCity;"; + }; + class Item5 + { + position[]={12060,158,12638}; + TRGDEF + name="zoneaircraft"; + expCond="(player distance zoneaircraft) < 100;"; + expActiv="[""Aircraft Trader"",false,""enter""] call player_traderCity;"; + expDesactiv="[""Aircraft Trader"",false,""leave""] call player_traderCity;"; }; }; }; diff --git a/Server Files/MPMissions/DayZ_Epoch_12.isladuala/description.ext b/Server Files/MPMissions/DayZ_Epoch_12.isladuala/description.ext index 0e92a6d8a..96f354adc 100644 --- a/Server Files/MPMissions/DayZ_Epoch_12.isladuala/description.ext +++ b/Server Files/MPMissions/DayZ_Epoch_12.isladuala/description.ext @@ -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 { diff --git a/Server Files/MPMissions/DayZ_Epoch_12.isladuala/mission.sqm b/Server Files/MPMissions/DayZ_Epoch_12.isladuala/mission.sqm index 37264202a..8e2d8ffb0 100644 --- a/Server Files/MPMissions/DayZ_Epoch_12.isladuala/mission.sqm +++ b/Server Files/MPMissions/DayZ_Epoch_12.isladuala/mission.sqm @@ -4,23 +4,22 @@ class Mission addOns[]= { "ibr_isladuala", + "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", "jetskiyanahuiaddon", "redryder" }; @@ -51,11 +50,11 @@ class Mission class Vehicles { items=100; -#define PLRDEF position[]={4942,0.3,-2778};azimut=0;side="WEST";vehicle="Survivor1_DZ";skill=0.6;init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";player="PLAY CDG"; +#define PLRDEF position[]={4942,0,-2778};azimut=0;side="WEST";vehicle="Survivor1_DZ";skill=0.6;init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";player="PLAY CDG"; class Item0{id=0;PLRDEF}; class Item1 { - position[]={4942,0.3,-2778}; + position[]={4942,0,-2778}; azimut=0; id=0; side="WEST"; @@ -174,7 +173,7 @@ class Mission items=1; class Item0 { - position[]={-144,0.5,2320}; + position[]={-144,0,2320}; id=50; side="LOGIC"; vehicle="FunctionsManager"; @@ -190,85 +189,85 @@ class Mission items=24; class Item0 { - position[]={5123.2769,19.525311,5223.6709}; + position[]={5123,19,5223}; name="center"; type="Empty"; }; class Item1 { - position[]={4941.9492,0.25432843,-2778.3408}; + position[]={4941,0,-2778}; name="respawn_west"; type="Empty"; }; class Item2 { - position[]={2692.584,11.421525,2918.6897}; + position[]={2692,11,2918}; name="spawn0"; type="Empty"; }; class Item3 { - position[]={7461.1777,14.619759,1406.2338}; + position[]={7461,14,1406}; name="spawn1"; type="Empty"; }; class Item4 { - position[]={3664.4341,86.940613,2053.8958}; + position[]={3664,86,2053}; name="spawn2"; type="Empty"; }; class Item5 { - position[]={1875.1743,38.684772,3480.5664}; + position[]={1875,38,3480}; name="spawn3"; type="Empty"; }; class Item6 { - position[]={5990.584,18.46468,1276.1241}; + position[]={5990,18,1276}; name="spawn4"; type="Empty"; }; class Item7 { - position[]={7960.187,45.349487,2190.6868}; + position[]={7960,45,2190}; name="spawn5"; type="Empty"; }; class Item8 { - position[]={8837.7354,58.60104,3295.2551}; + position[]={8837,58,3295}; name="spawn6"; type="Empty"; }; class Item9 { - position[]={7633.5381,9.8216896,4354.9155}; + position[]={7633,9,4354}; name="spawn7"; type="Empty"; }; class Item10 { - position[]={4663.1782,15.351269,1381.7307}; + position[]={4663,15,1381}; name="spawn8"; type="Empty"; }; class Item11 { - position[]={2221.6128,2.8539281,1392.8492}; + position[]={2221,2,1392}; name="spawn9"; type="Empty"; }; class Item12 { - position[]={8843.6318,88.607994,5988.752}; + position[]={8843,88,5988}; name="spawn10"; type="Empty"; }; class Item13 { - position[]={1992.0319,8.9432526,1169.2572}; + position[]={1992,8,1169}; name="st_2"; text="Trader City Camara"; type="mil_circle"; @@ -276,7 +275,7 @@ class Mission }; class Item14 { - position[]={1283.6398,48.98877,9073.46}; + position[]={1283,48,9073}; name="st_3"; text="Trader City Pinley"; type="mil_circle"; @@ -284,7 +283,7 @@ class Mission }; class Item15 { - position[]={4968.3447,13.259677,5130.9521}; + position[]={4968,13,5130}; name="st_4"; text="Trader City Nubak"; type="mil_circle"; @@ -292,7 +291,7 @@ class Mission }; class Item16 { - position[]={5976.2603,19.447077,6162.7344}; + position[]={5976,19,6162}; name="st_3_1"; text="Airplane Dealer"; type="mil_dot"; @@ -300,7 +299,7 @@ class Mission }; class Item17 { - position[]={8784.0742,0.97019702,5185.1777}; + position[]={8784,0,5185}; name="st_3_1_1"; text="Boat Dealer"; type="hd_dot"; @@ -308,7 +307,7 @@ class Mission }; class Item18 { - position[]={2641.8079,4.0012341,7123.3096}; + position[]={2641,4,7123}; name="st_3_1_1_1"; text="Boat Dealer"; type="hd_dot"; @@ -316,7 +315,7 @@ class Mission }; class Item19 { - position[]={6285.6479,12.242177,1296.9764}; + position[]={6285,12,1296}; name="st_3_2"; text="Wholesaler"; type="hd_dot"; @@ -324,7 +323,7 @@ class Mission }; class Item20 { - position[]={8409.0791,14.964004,3379.8135}; + position[]={8409,14,3379}; name="st_3_2_1"; text="Wholesaler"; type="hd_dot"; @@ -332,7 +331,7 @@ class Mission }; class Item21 { - position[]={6271.1201,19.804779,1273.6825}; + position[]={6271,19,1273}; name="st_3_2_2"; text="Hero Vendor"; type="hd_dot"; @@ -340,7 +339,7 @@ class Mission }; class Item22 { - position[]={8419.0303,18.176853,3369.5137}; + position[]={8419,18,3369}; name="st_3_2_3"; text="Bandit Trader"; type="hd_dot"; @@ -348,7 +347,7 @@ class Mission }; class Item23 { - position[]={7230.1489,18.478315,2134.9941}; + position[]={7230,18,2134}; name="st_3_2_3_1"; text="Black Market Vendor"; type="hd_dot"; @@ -358,55 +357,33 @@ class Mission class Sensors { items=3; +#define TRGDEF a=100;b=100;activationBy="WEST";repeating=1;interruptable=1;age="UNKNOWN";class Effects{soundDet="arabian_market_1";}; class Item0 { - position[]={4969.3057,0,5132.2793}; - a=35; - b=35; - activationBy="WEST"; - repeating=1; - interruptable=1; - age="UNKNOWN"; + position[]={4969,0,5132}; + TRGDEF name="zonenubak"; - expCond="(player distance zonenubak) < 100;"; - expActiv="[""trader city Nubak"",true,""enter""] spawn player_traderCity;"; - expDesactiv="[""trader city Nubak"",true,""leave""] spawn player_traderCity;"; - class Effects - { - soundDet="arabian_market_1"; - }; + expCond="(player distance zonenubak) < 35;"; + expActiv="[""trader city Nubak"",true,""enter""] call player_traderCity;"; + expDesactiv="[""trader city Nubak"",true,""leave""] call player_traderCity;"; }; class Item1 { - position[]={1281.3691,0,9060.8262}; - activationBy="WEST"; - repeating=1; - interruptable=1; - age="UNKNOWN"; + position[]={1281,0,9060}; + TRGDEF name="zonepinley"; expCond="(player distance zonepinley) < 100;"; - expActiv="[""trader city Pinley"",true,""enter""] spawn player_traderCity;"; - expDesactiv="[""trader city Pinley"",true,""leave""] spawn player_traderCity;"; - class Effects - { - soundDet="arabian_market_1"; - }; + expActiv="[""trader city Pinley"",true,""enter""] call player_traderCity;"; + expDesactiv="[""trader city Pinley"",true,""leave""] call player_traderCity;"; }; class Item2 { - position[]={1989.4258,0,1162.2565}; - activationBy="WEST"; - repeating=1; - interruptable=1; - age="UNKNOWN"; + position[]={1989,0,1162}; + TRGDEF name="zonecamara"; expCond="(player distance zonecamara) < 100;"; - expActiv="[""trader city Camara"",true,""enter""] spawn player_traderCity;"; - expDesactiv="[""trader city Camara"",true,""leave""] spawn player_traderCity;"; - class Effects - { - soundDet="arabian_market_1"; - }; + expActiv="[""trader city Camara"",true,""enter""] call player_traderCity;"; + expDesactiv="[""trader city Camara"",true,""leave""] call player_traderCity;"; }; }; }; diff --git a/Server Files/MPMissions/DayZ_Epoch_13.Tavi/description.ext b/Server Files/MPMissions/DayZ_Epoch_13.Tavi/description.ext index dae59536a..424d4f979 100644 --- a/Server Files/MPMissions/DayZ_Epoch_13.Tavi/description.ext +++ b/Server Files/MPMissions/DayZ_Epoch_13.Tavi/description.ext @@ -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 { diff --git a/Server Files/MPMissions/DayZ_Epoch_13.Tavi/mission.sqm b/Server Files/MPMissions/DayZ_Epoch_13.Tavi/mission.sqm index 4f39e554d..edf1aa583 100644 --- a/Server Files/MPMissions/DayZ_Epoch_13.Tavi/mission.sqm +++ b/Server Files/MPMissions/DayZ_Epoch_13.Tavi/mission.sqm @@ -4,21 +4,20 @@ class Mission addOns[]= { "tavi", + "map_eu", "kh_dayztaviana", - "ca_modules_animals", + "ca_modules_animals", "dayz_anim", "dayz_code", "dayz_communityassets", "dayz_weapons", "dayz_equip", - "dayz_epoch", - "dayz_vehicles", "cacharacters_pmc", "ca_modules_functions", + "dayz_epoch", "glt_m300t", "pook_h13", "csj_gyroac", - "map_eu", "jetskiyanahuiaddon", "redryder" }; @@ -50,11 +49,11 @@ class Mission class Vehicles { items=100; -#define PLRDEF position[]={126,0.7,158};azimut=0;side="WEST";vehicle="Survivor1_DZ";skill=0.6;init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";player="PLAY CDG"; +#define PLRDEF position[]={126,0,158};azimut=0;side="WEST";vehicle="Survivor1_DZ";skill=0.6;init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";player="PLAY CDG"; class Item0{id=0;PLRDEF}; class Item1 { - position[]={126,0.7,158}; + position[]={126,0,158}; azimut=0; id=0; side="WEST"; @@ -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=28; class Item0 { - position[]={10732.087,193.02972,12687.841}; + position[]={10732,193,12687}; name="center"; type="Empty"; }; class Item1 { - position[]={125.80597,0.55931646,158.21259}; + position[]={125,0,158}; name="respawn_west"; type="Empty"; }; class Item2 { - position[]={17587.729,206.90927,4952.0513}; + position[]={17587,206,4952}; name="spawn0"; type="Empty"; }; class Item3 { - position[]={9093.4707,33.920578,2614.3794}; + position[]={9093,33,2614}; name="spawn1"; type="Empty"; }; class Item4 { - position[]={15954.211,19.612961,15847.49}; + position[]={15954,19,15847}; name="spawn2"; type="Empty"; }; class Item5 { - position[]={13560.766,32.488033,19300.455}; + position[]={13560,32,19300}; name="spawn3"; type="Empty"; }; class Item6 { - position[]={17743.729,255.98103,10299.182}; + position[]={17743,255,10299}; name="spawn4"; type="Empty"; }; class Item7 { - position[]={15245.996,56.273598,17424.979}; + position[]={15245,56,17424}; name="spawn5"; type="Empty"; }; class Item8 { - position[]={16674.049,52.588493,13930.056}; + position[]={16674,52,13930}; name="spawn6"; type="Empty"; }; class Item9 { - position[]={11361.38,24.342115,6684.8628}; + position[]={11361,24,6684}; name="spawn7"; type="Empty"; }; class Item10 { - position[]={12268.094,77.620689,9762.8389}; + position[]={12268,77,9762}; name="spawn8"; type="Empty"; }; class Item11 { - position[]={18292.107,70.055626,7537.231}; + position[]={18292,70,7537}; name="spawn9"; type="Empty"; }; class Item12 { - position[]={11698.81,-114,15210.121}; + position[]={11698,-114,15210}; name="TraderCityLyepestok"; text="Trader City Lyepestok"; type="mil_circle"; @@ -269,7 +268,7 @@ class Mission }; class Item13 { - position[]={15309.663,-14.993002,9278.4912}; + position[]={15309,-14,9278}; name="TraderCitySabina"; text="Trader City Sabina"; type="mil_circle"; @@ -277,7 +276,7 @@ class Mission }; class Item14 { - position[]={5538.7354,-35.799999,8762.2695}; + position[]={5538,-35,8762}; name="TraderCityBilgrad"; text="Trader City Bilgrad"; type="mil_circle"; @@ -285,7 +284,7 @@ class Mission }; class Item15 { - position[]={7376.6084,-34.6604,4296.5879}; + position[]={7376,-34,4296}; name="TraderCityBranibor"; text="Trader City Branibor"; type="mil_circle"; @@ -293,7 +292,7 @@ class Mission }; class Item16 { - position[]={10948.426,-10.727827,654.90265}; + position[]={10948,-10,654}; name="BanditVendor"; text="Bandit Vendor"; type="mil_dot"; @@ -301,7 +300,7 @@ class Mission }; class Item17 { - position[]={15587.822,-35.599998,16394.049}; + position[]={15587,-35,16394}; name="HeroVendor"; text="Hero Vendor"; type="mil_dot"; @@ -309,7 +308,7 @@ class Mission }; class Item18 { - position[]={16555.732,-44.942032,10159.68}; + position[]={16555,-44,10159}; name="AircraftDealer"; text="Aircraft Dealer"; type="mil_dot"; @@ -317,7 +316,7 @@ class Mission }; class Item19 { - position[]={6815.0776,7.6293945e-006,8534.1504}; + position[]={6815,7,8534}; name="AircraftDealer2"; text="Aircraft Dealer"; type="mil_dot"; @@ -325,7 +324,7 @@ class Mission }; class Item20 { - position[]={4066.3528,-36.305538,7265.0024}; + position[]={4066,-36,7265}; name="Misc.Vendor"; text="Misc. Vendor"; type="mil_box"; @@ -333,7 +332,7 @@ class Mission }; class Item21 { - position[]={17497.631,-235.07928,7159.0879}; + position[]={17497,-235,7159}; name="Misc.Vendor2"; text="Misc. Vendor"; type="mil_box"; @@ -341,7 +340,7 @@ class Mission }; class Item22 { - position[]={17332.115,5.3882599e-005,12930.239}; + position[]={17332,5,12930}; name="BoatDealer"; text="Boat Dealer"; type="mil_dot"; @@ -349,7 +348,7 @@ class Mission }; class Item23 { - position[]={10570.494,-0.28882828,16772.477}; + position[]={10570,-0,16772}; name="BoatDealer2"; text="Boat Dealer"; type="mil_dot"; @@ -357,7 +356,7 @@ class Mission }; class Item24 { - position[]={10698.463,-0.00011062622,5983.665}; + position[]={10698,0,5983}; name="BoatDealer3"; text="Boat Dealer"; type="mil_dot"; @@ -365,7 +364,7 @@ class Mission }; class Item25 { - position[]={5419.2437,-1.6689301e-006,9503.5479}; + position[]={5419,-2,9503}; name="BoatDealer4"; text="Boat Dealer"; type="mil_dot"; @@ -373,7 +372,7 @@ class Mission }; class Item26 { - position[]={13342.758,-172.991,8611.9932}; + position[]={13342,-172,8611}; name="Wholesaler"; text="Wholesaler"; type="mil_box"; @@ -381,7 +380,7 @@ class Mission }; class Item27 { - position[]={9859.4209,-173.54755,7471.5684}; + position[]={9859,-173,7471}; name="Wholesaler2"; text="Wholesaler"; type="mil_box"; @@ -391,73 +390,42 @@ class Mission class Sensors { items=4; +#define TRGDEF a=100;b=100;activationBy="WEST";repeating=1;interruptable=1;age="UNKNOWN";class Effects{}; class Item0 { - position[]={15309.663,-14.993002,9278.4912}; - a=100; - b=100; - activationBy="WEST"; - repeating=1; - interruptable=1; - age="UNKNOWN"; + position[]={15309,-14,9278}; + TRGDEF name="zonesabina"; expCond="(player distance zonesabina) < 40;"; - expActiv="[""trader city Sabina"",true,""enter""] spawn player_traderCity;"; - expDesactiv="[""trader city Sabina"",true,""leave""] spawn player_traderCity;"; - class Effects - { - }; + expActiv="[""trader city Sabina"",true,""enter""] call player_traderCity;"; + expDesactiv="[""trader city Sabina"",true,""leave""] call player_traderCity;"; }; class Item1 { - position[]={11698.81,-114,15210.121}; - a=100; - b=100; - activationBy="WEST"; - repeating=1; - interruptable=1; - age="UNKNOWN"; + position[]={11698,-114,15210}; + TRGDEF name="zonelyep"; expCond="(player distance zonelyep) < 50;"; - expActiv="[""trader city Lyepestok"",true,""enter""] spawn player_traderCity;"; - expDesactiv="[""trader city Lyepestok"",true,""leave""] spawn player_traderCity;"; - class Effects - { - }; + expActiv="[""trader city Lyepestok"",true,""enter""] call player_traderCity;"; + expDesactiv="[""trader city Lyepestok"",true,""leave""] call player_traderCity;"; }; class Item2 { - position[]={5538.7354,-35.799999,8762.2695}; - a=100; - b=100; - activationBy="WEST"; - repeating=1; - interruptable=1; - age="UNKNOWN"; + position[]={5538,-35,8762}; + TRGDEF name="zonebilgrad"; expCond="(player distance zonebilgrad) < 50;"; - expActiv="[""trader city Bilgrad"",true,""enter""] spawn player_traderCity;"; - expDesactiv="[""trader city Bilgrad"",true,""leave""] spawn player_traderCity;"; - class Effects - { - }; + expActiv="[""trader city Bilgrad"",true,""enter""] call player_traderCity;"; + expDesactiv="[""trader city Bilgrad"",true,""leave""] call player_traderCity;"; }; class Item3 { - position[]={7376.6084,-34.6604,4296.5879}; - a=100; - b=100; - activationBy="WEST"; - repeating=1; - interruptable=1; - age="UNKNOWN"; + position[]={7376,-34,4296}; + TRGDEF name="zonebranibor"; expCond="(player distance zonebranibor) < 60;"; - expActiv="[""trader city Branibor"",true,""enter""] spawn player_traderCity;"; - expDesactiv="[""trader city Branibor"",true,""leave""] spawn player_traderCity;"; - class Effects - { - }; + expActiv="[""trader city Branibor"",true,""enter""] call player_traderCity;"; + expDesactiv="[""trader city Branibor"",true,""leave""] call player_traderCity;"; }; }; }; diff --git a/Server Files/MPMissions/DayZ_Epoch_15.namalsk/description.ext b/Server Files/MPMissions/DayZ_Epoch_15.namalsk/description.ext index 5f6c114d8..ec73135da 100644 --- a/Server Files/MPMissions/DayZ_Epoch_15.namalsk/description.ext +++ b/Server Files/MPMissions/DayZ_Epoch_15.namalsk/description.ext @@ -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 { diff --git a/Server Files/MPMissions/DayZ_Epoch_15.namalsk/mission.sqm b/Server Files/MPMissions/DayZ_Epoch_15.namalsk/mission.sqm index ecb641ab8..3848311d0 100644 --- a/Server Files/MPMissions/DayZ_Epoch_15.namalsk/mission.sqm +++ b/Server Files/MPMissions/DayZ_Epoch_15.namalsk/mission.sqm @@ -4,23 +4,22 @@ class Mission addOns[]= { "namalsk", + "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", "jetskiyanahuiaddon", "redryder" }; @@ -51,11 +50,11 @@ class Mission class Vehicles { items=100; -#define PLRDEF position[]={13167,0.6,-362};azimut=0;side="WEST";vehicle="Survivor1_DZ";skill=0.6;init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";player="PLAY CDG"; +#define PLRDEF position[]={13167,0,-362};azimut=0;side="WEST";vehicle="Survivor1_DZ";skill=0.6;init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";player="PLAY CDG"; class Item0{id=0;PLRDEF}; class Item1 { - position[]={13167,0.6,-362}; + position[]={13167,0,-362}; azimut=0; id=0; side="WEST"; @@ -174,7 +173,7 @@ class Mission items=1; class Item0 { - position[]={-144,0.5,2320}; + position[]={-144,0,2320}; id=50; side="LOGIC"; vehicle="FunctionsManager"; @@ -190,85 +189,85 @@ class Mission items=25; class Item0 { - position[]={5893.3696,50.26273,8665.4043}; + position[]={5893,50,8665}; name="center"; type="Empty"; }; class Item1 { - position[]={13166.368,0.58801168,-362.13727}; + position[]={13166,0,-362}; name="respawn_west"; type="Empty"; }; class Item2 { - position[]={4619.5347,15.341805,10916.343}; + position[]={4619,15,10916}; name="spawn0"; type="Empty"; }; class Item3 { - position[]={7600.46,23.25774,6019.8213}; + position[]={7600,23,6019}; name="spawn1"; type="Empty"; }; class Item4 { - position[]={6497.6104,27.631859,11851.226}; + position[]={6497,27,11851}; name="spawn2"; type="Empty"; }; class Item5 { - position[]={7667.6416,15.21726,11706.745}; + position[]={7667,15,11706}; name="spawn3"; type="Empty"; }; class Item6 { - position[]={4340.0073,34.292839,4959.8364}; + position[]={4340,34,4959}; name="spawn4"; type="Empty"; }; class Item7 { - position[]={7885.1094,37.171074,7206.2168}; + position[]={7885,37,7206}; name="spawn5"; type="Empty"; }; class Item8 { - position[]={3012.8943,69.836632,7505.9487}; + position[]={3012,69,7505}; name="spawn6"; type="Empty"; }; class Item9 { - position[]={4673.2769,4.5134535,10003.67}; + position[]={4673,4,10003}; name="spawn7"; type="Empty"; }; class Item10 { - position[]={7858.5596,25.61207,9095.5615}; + position[]={7858,25,9095}; name="spawn8"; type="Empty"; }; class Item11 { - position[]={8755.5371,15,10119.075}; + position[]={8755,15,10119}; name="spawn9"; type="Empty"; }; class Item12 { - position[]={5822.5088,33.019142,5640.7861}; + position[]={5822,33,5640}; name="spawn10"; type="Empty"; }; class Item13 { - position[]={5769.0625,21.070023,10774.036}; + position[]={5769,21,10774}; name="GerneralPartsSupplies"; text="Bastion and Alda's Supplies"; type="mil_circle"; @@ -276,7 +275,7 @@ class Mission }; class Item14 { - position[]={8885.2803,14.056273,10757.11}; + position[]={8885,14,10757}; name="WholesalerNorth"; text="Wholesaler Larz"; type="mil_dot"; @@ -284,7 +283,7 @@ class Mission }; class Item15 { - position[]={5563.6011,39.678238,10343.263}; + position[]={5563,39,10343}; name="Doctor"; text="Dr. Zoidberg"; type="mil_dot"; @@ -292,7 +291,7 @@ class Mission }; class Item16 { - position[]={4702.8198,28.760448,8925.3613}; + position[]={4702,28,8925}; name="HighEndWeaponsAmmo"; text="Fry and Phil's Weapons/Ammo"; type="mil_circle"; @@ -300,7 +299,7 @@ class Mission }; class Item17 { - position[]={3604.1626,185.12129,8026.2251}; + position[]={3604,185,8026}; name="HeroVendor"; text="Tanner's Hero Supplies"; type="hd_dot"; @@ -308,7 +307,7 @@ class Mission }; class Item18 { - position[]={7317.5527,87.173363,8023.3457}; + position[]={7317,87,8023}; name="VehicleFriendly"; text="Rutahn's Vehicles"; type="mil_triangle"; @@ -316,7 +315,7 @@ class Mission }; class Item19 { - position[]={4305.3672,3.3111522,4779.2388}; + position[]={4305,3,4779}; name="NeutralVendors"; text="Brensk Neutral Camp"; type="mil_circle"; @@ -324,7 +323,7 @@ class Mission }; class Item20 { - position[]={2186.3921,4.6836023,5766.6338}; + position[]={2186,4,5766}; name="WholesalerSouth"; text="Dateu's Wholesale"; type="mil_dot"; @@ -332,7 +331,7 @@ class Mission }; class Item21 { - position[]={5032.3784,49.872589,8234.9111}; + position[]={5032,49,8234}; name="LowEndWeaponsAmmo"; text="Rhevn and Merkaba's Weapons/Ammo"; type="mil_circle"; @@ -340,7 +339,7 @@ class Mission }; class Item22 { - position[]={7720.813,4.0248933,5847.5083}; + position[]={7720,4,5847}; name="BoatVendor"; text="Popeye's Boats"; type="mil_triangle"; @@ -348,7 +347,7 @@ class Mission }; class Item23 { - position[]={7239.8848,240.7793,7046.2319}; + position[]={7239,240,7046}; name="Bandit Trader"; text="Bandit Trader"; type="mil_dot"; @@ -356,7 +355,7 @@ class Mission }; class Item24 { - position[]={6283.353,41.989407,9380.7344}; + position[]={6283,41,9380}; name="PlaneVendor"; text="AWOL's Air Vehicles"; type="mil_triangle"; diff --git a/Server Files/MPMissions/DayZ_Epoch_16.Panthera2/description.ext b/Server Files/MPMissions/DayZ_Epoch_16.Panthera2/description.ext index 78a6ac749..26474bfd2 100644 --- a/Server Files/MPMissions/DayZ_Epoch_16.Panthera2/description.ext +++ b/Server Files/MPMissions/DayZ_Epoch_16.Panthera2/description.ext @@ -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 { diff --git a/Server Files/MPMissions/DayZ_Epoch_16.Panthera2/mission.sqm b/Server Files/MPMissions/DayZ_Epoch_16.Panthera2/mission.sqm index aad09acd3..93bfccce6 100644 --- a/Server Files/MPMissions/DayZ_Epoch_16.Panthera2/mission.sqm +++ b/Server Files/MPMissions/DayZ_Epoch_16.Panthera2/mission.sqm @@ -4,23 +4,22 @@ class Mission addOns[]= { "ibr_panthera2", + "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", "jetskiyanahuiaddon", "redryder" }; @@ -175,7 +174,7 @@ class Mission items=1; class Item0 { - position[]={-144,0.5,2320}; + position[]={-144,0,2320}; id=50; side="LOGIC"; vehicle="FunctionsManager"; @@ -191,85 +190,85 @@ class Mission items=24; class Item0 { - position[]={5192.2104,62.495663,4994.3667}; + position[]={5192,62,4994}; name="center"; type="Empty"; }; class Item1 { - position[]={5133.918,0.97550583,-3091.4561}; + position[]={5133,0,-3091}; name="respawn_west"; type="Empty"; }; class Item2 { - position[]={1725.1771,1.9538603,5462.8374}; + position[]={1725,1,5462}; name="spawn0"; type="Empty"; }; class Item3 { - position[]={1639.7202,0.3570427,4349.8613}; + position[]={1639,0,4349}; name="spawn1"; type="Empty"; }; class Item4 { - position[]={5896.6621,4.0027261,1669.1687}; + position[]={5896,4,1669}; name="spawn2"; type="Empty"; }; class Item5 { - position[]={8744.7168,16.603386,2248.4143}; + position[]={8744,16,2248}; name="spawn3"; type="Empty"; }; class Item6 { - position[]={2453.7195,7.3370085,6910.5869}; + position[]={2453,7,6910}; name="spawn4"; type="Empty"; }; class Item7 { - position[]={3249.5935,6.3452759,2555.6763}; + position[]={3249,6,2555}; name="spawn5"; type="Empty"; }; class Item8 { - position[]={4114.5718,107.40243,3820.0657}; + position[]={4114,107,3820}; name="spawn6"; type="Empty"; }; class Item9 { - position[]={1876.0356,1.0129594,2839.7844}; + position[]={1876,1,2839}; name="spawn7"; type="Empty"; }; class Item10 { - position[]={7988.4478,1.5904597,6807.562}; + position[]={7988,1,6807}; name="spawn8"; type="Empty"; }; class Item11 { - position[]={8818.2432,9.79107,5908.5034}; + position[]={8818,9,5908}; name="spawn9"; type="Empty"; }; class Item12 { - position[]={6116.582,31.410233,3811.6714}; + position[]={6116,31,3811}; name="spawn10"; type="Empty"; }; class Item13 { - position[]={4763.8818,3.7238832,7484.0034}; + position[]={4763,3,7484}; name="AirVehiclesF"; text="AWOL's Airfield"; type="mil_dot"; @@ -277,7 +276,7 @@ class Mission }; class Item14 { - position[]={5232.6299,1.9700195,8228.4785}; + position[]={5232,1,8228}; name="WholesalerNorth"; text="North's Wholesaler"; type="mil_dot"; @@ -285,7 +284,7 @@ class Mission }; class Item15 { - position[]={9056.7129,9.2987309,4073.5034}; + position[]={9056,9,4073}; name="HeroVehicles"; text="Darren's Hero Vehicles"; type="mil_triangle"; @@ -293,7 +292,7 @@ class Mission }; class Item16 { - position[]={1891.7347,5.0501137,3611.1328}; + position[]={1891,5,3611}; name="NeutralAirVehicles"; text="Bandit Trader"; type="mil_dot"; @@ -301,7 +300,7 @@ class Mission }; class Item17 { - position[]={3349.3503,1.0060816,2311.5425}; + position[]={3349,1,2311}; name="Boats"; text="Sams Boats"; type="mil_triangle"; @@ -309,7 +308,7 @@ class Mission }; class Item18 { - position[]={8687.3086,7.7843323,3137.5818}; + position[]={8687,7,3137}; name="NeutralTraders"; text="Trader City Selca"; type="mil_circle"; @@ -317,7 +316,7 @@ class Mission }; class Item19 { - position[]={4422.4429,21.508146,1629.3304}; + position[]={4422,21,1629}; name="NeutralTraderCity2"; text="Trader City Pikia"; type="mil_circle"; @@ -325,7 +324,7 @@ class Mission }; class Item20 { - position[]={7224.3823,8.2689209,727.15576}; + position[]={7224,8,727}; name="WholesaleSouth"; text="South's Wholesaler"; type="mil_dot"; @@ -333,7 +332,7 @@ class Mission }; class Item21 { - position[]={4338.8359,101.17657,6317.54}; + position[]={4338,101,6317}; name="PlanicaTraders"; text="Trader City Planica"; type="mil_circle"; @@ -341,7 +340,7 @@ class Mission }; class Item22 { - position[]={2247.085,35.5191,9473.3262}; + position[]={2247,35,9473}; name="IslandVehiclePartsVendors"; text="Mello Vehicle/Parts Vendors"; type="mil_circle"; @@ -349,7 +348,7 @@ class Mission }; class Item23 { - position[]={3804.6707,-1.1429843,7656.6055}; + position[]={3804,-1,7656}; name="Boat2"; text="North Boat Vendor"; type="mil_dot"; @@ -359,192 +358,105 @@ class Mission class Sensors { items=11; +#define TRGDEF a=100;b=100;activationBy="WEST";repeating=1;interruptable=1;age="UNKNOWN";class Effects{}; class Item0 { - position[]={4419.9492,22.076105,1629.0402}; - a=100; - b=100; - activationBy="WEST"; - repeating=1; - interruptable=1; - age="UNKNOWN"; + position[]={4419,22,1629}; + TRGDEF name="TraderCity1"; - expCond="(player distance TraderCity1) < 100; "; - expActiv="[""trader city Pikla"",true,""enter""] spawn player_traderCity;"; - expDesactiv="[""trader city Pikla"",true,""leave""] spawn player_traderCity;"; - class Effects - { - }; + expCond="(player distance TraderCity1) < 100;"; + expActiv="[""trader city Pikla"",true,""enter""] call player_traderCity;"; + expDesactiv="[""trader city Pikla"",true,""leave""] call player_traderCity;"; }; class Item1 { - position[]={8688.6563,7.2285666,3129.0193}; - a=100; - b=100; - activationBy="WEST"; - repeating=1; - interruptable=1; - age="UNKNOWN"; + position[]={8688,7,3129}; + TRGDEF name="TraderCity2"; - expCond="(player distance TraderCity2) < 100; "; - expActiv="[""trader city Selca"",true,""enter""] spawn player_traderCity;"; - expDesactiv="[""trader city Selca"",true,""leave""] spawn player_traderCity;"; - class Effects - { - }; + expCond="(player distance TraderCity2) < 100;"; + expActiv="[""trader city Selca"",true,""enter""] call player_traderCity;"; + expDesactiv="[""trader city Selca"",true,""leave""] call player_traderCity;"; }; class Item2 { - position[]={9051.5801,9.2987309,4073.2256}; - a=100; - b=100; - activationBy="WEST"; - repeating=1; - interruptable=1; - age="UNKNOWN"; + position[]={9051,9,4073}; + TRGDEF name="HeroVendors"; - expCond="(player distance HeroVendors) < 100; "; - expActiv="[""Hero Trader Camp"",true,""enter""] spawn player_traderCity;"; - expDesactiv="[""Hero Trader Camp"",true,""leave""] spawn player_traderCity;"; - class Effects - { - }; + expCond="(player distance HeroVendors) < 100;"; + expActiv="[""Hero Trader Camp"",true,""enter""] call player_traderCity;"; + expDesactiv="[""Hero Trader Camp"",true,""leave""] call player_traderCity;"; }; class Item3 { - position[]={7207.6226,6.7110448,735.10217}; - a=100; - b=100; - activationBy="WEST"; - repeating=1; - interruptable=1; - age="UNKNOWN"; + position[]={7207,6,735}; + TRGDEF name="WholeSaler1"; - expCond="(player distance WholeSaler1) < 100; "; - expActiv="[""South's Wholesale"",true,""enter""] spawn player_traderCity;"; - expDesactiv="[""South's Wholesale"",true,""leave""] spawn player_traderCity;"; - class Effects - { - }; + expCond="(player distance WholeSaler1) < 100;"; + expActiv="[""South's Wholesale"",true,""enter""] call player_traderCity;"; + expDesactiv="[""South's Wholesale"",true,""leave""] call player_traderCity;"; }; class Item4 { - position[]={1891.4895,4.9686322,3603.2834}; - a=100; - b=100; - activationBy="WEST"; - repeating=1; - interruptable=1; - age="UNKNOWN"; + position[]={1891,4,3603}; + TRGDEF name="BanditTrader"; - expCond="(player distance BanditTrader) < 100; "; - expActiv="[""Bandit Camp"",true,""enter""] spawn player_traderCity;"; - expDesactiv="[""Bandit Camp"",true,""leave""] spawn player_traderCity;"; - class Effects - { - }; + expCond="(player distance BanditTrader) < 100;"; + expActiv="[""Bandit Camp"",true,""enter""] call player_traderCity;"; + expDesactiv="[""Bandit Camp"",true,""leave""] call player_traderCity;"; }; class Item5 { - position[]={4763.1572,3.6483271,7481.4204}; - a=100; - b=100; - activationBy="WEST"; - repeating=1; - interruptable=1; - age="UNKNOWN"; + position[]={4763,3,7481}; + TRGDEF name="AWOLsAirField"; - expCond="(player distance AWOLsAirField) < 100; "; - expActiv="[""AWOLs Airfield"",true,""enter""] spawn player_traderCity;"; - expDesactiv="[""AWOLs Airfield"",true,""leave""] spawn player_traderCity;"; - class Effects - { - }; + expCond="(player distance AWOLsAirField) < 100;"; + expActiv="[""AWOLs Airfield"",true,""enter""] call player_traderCity;"; + expDesactiv="[""AWOLs Airfield"",true,""leave""] call player_traderCity;"; }; class Item6 { - position[]={5228.0054,2.0105178,8230.0947}; - a=100; - b=100; - activationBy="WEST"; - repeating=1; - interruptable=1; - age="UNKNOWN"; + position[]={5228,2,8230}; + TRGDEF name="Wholesaler2"; - expCond="(player distance Wholesaler2) < 100; "; - expActiv="[""West's Wholesale"",true,""enter""] spawn player_traderCity;"; - expDesactiv="[""West's Wholesale"",true,""leave""] spawn player_traderCity;"; - class Effects - { - }; + expCond="(player distance Wholesaler2) < 100;"; + expActiv="[""West's Wholesale"",true,""enter""] call player_traderCity;"; + expDesactiv="[""West's Wholesale"",true,""leave""] call player_traderCity;"; }; class Item7 { - position[]={3352.03,0.83347434,2302.2358}; - a=100; - b=100; - activationBy="WEST"; - repeating=1; - interruptable=1; - age="UNKNOWN"; + position[]={3352,0,2302}; + TRGDEF name="BoatVendor"; - expCond="(player distance BoatVendor) < 100; "; - expActiv="[""Sams Boat Vendor"",true,""enter""] spawn player_traderCity;"; - expDesactiv="[""Sams Boat Vendor"",true,""leave""] spawn player_traderCity;"; - class Effects - { - }; + expCond="(player distance BoatVendor) < 100;"; + expActiv="[""Sams Boat Vendor"",true,""enter""] call player_traderCity;"; + expDesactiv="[""Sams Boat Vendor"",true,""leave""] call player_traderCity;"; }; class Item8 { - position[]={4338.6138,101.18414,6317.9023}; - a=100; - b=100; - activationBy="WEST"; - repeating=1; - interruptable=1; - age="UNKNOWN"; + position[]={4338,101,6317}; + TRGDEF name="PlanicaTraders"; - expCond="(player distance PlanicaTraders) < 100; "; - expActiv="[""trader city Planica"",true,""enter""] spawn player_traderCity;"; - expDesactiv="[""trader city Planica"",true,""leave""] spawn player_traderCity;"; - class Effects - { - }; + expCond="(player distance PlanicaTraders) < 100;"; + expActiv="[""trader city Planica"",true,""enter""] call player_traderCity;"; + expDesactiv="[""trader city Planica"",true,""leave""] call player_traderCity;"; }; class Item9 { - position[]={2243.9109,35.5191,9479.2207}; - a=100; - b=100; - activationBy="WEST"; - repeating=1; - interruptable=1; - age="UNKNOWN"; + position[]={2243,35,9479}; + TRGDEF name="MelloVehicleRepair"; - expCond="(player distance MelloVehicleRepair) < 100; "; - expActiv="[""Mello"",true,""enter""] spawn player_traderCity;"; - expDesactiv="[""Mello"",true,""leave""] spawn player_traderCity;"; - class Effects - { - }; + expCond="(player distance MelloVehicleRepair) < 100;"; + expActiv="[""Mello"",true,""enter""] call player_traderCity;"; + expDesactiv="[""Mello"",true,""leave""] call player_traderCity;"; }; class Item10 { - position[]={3807.3525,0.86945671,7661.0386}; - a=100; - b=100; - activationBy="WEST"; - repeating=1; - interruptable=1; - age="UNKNOWN"; + position[]={3807,0,7661}; + TRGDEF name="BOAT12"; - expCond="(player distance BOAT12) < 100; "; - expActiv="[""North Boat Vendor"",true,""enter""] spawn player_traderCity;"; - expDesactiv="[""North Boat Vendor"",true,""leave""] spawn player_traderCity;"; - class Effects - { - }; + expCond="(player distance BOAT12) < 100;"; + expActiv="[""North Boat Vendor"",true,""enter""] call player_traderCity;"; + expDesactiv="[""North Boat Vendor"",true,""leave""] call player_traderCity;"; }; }; }; diff --git a/Server Files/MPMissions/DayZ_Epoch_17.Chernarus/description.ext b/Server Files/MPMissions/DayZ_Epoch_17.Chernarus/description.ext index 99e1373c7..e730a7a20 100644 --- a/Server Files/MPMissions/DayZ_Epoch_17.Chernarus/description.ext +++ b/Server Files/MPMissions/DayZ_Epoch_17.Chernarus/description.ext @@ -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 { diff --git a/Server Files/MPMissions/DayZ_Epoch_17.Chernarus/mission.sqm b/Server Files/MPMissions/DayZ_Epoch_17.Chernarus/mission.sqm index 0d942295f..6cec2e079 100644 --- a/Server Files/MPMissions/DayZ_Epoch_17.Chernarus/mission.sqm +++ b/Server Files/MPMissions/DayZ_Epoch_17.Chernarus/mission.sqm @@ -4,17 +4,19 @@ class Mission addOns[]= { "chernarus", + "map_eu", "ca_modules_animals", + "dayz_anim", "dayz_code", + "dayz_communityassets", "dayz_weapons", "dayz_equip", - "dayz_vehicles", "cacharacters_pmc", "ca_modules_functions", + "dayz_epoch", "glt_m300t", "pook_h13", "csj_gyroac", - "map_eu", "jetskiyanahuiaddon", "redryder" }; @@ -45,11 +47,11 @@ class Mission class Vehicles { items=100; -#define PLRDEF position[]={20387,0.2,-5039};azimut=0;side="WEST";vehicle="Survivor1_DZ";skill=0.6;init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";player="PLAY CDG"; +#define PLRDEF position[]={-18700,0,25800};azimut=0;side="WEST";vehicle="Survivor1_DZ";skill=0.6;init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";player="PLAY CDG"; class Item0{id=0;PLRDEF}; class Item1 { - position[]={20387,0.2,-5039}; + position[]={-18700,0,25800}; azimut=0; id=0; side="WEST"; @@ -168,7 +170,7 @@ class Mission items=1; class Item0 { - position[]={-144,0.5,2320}; + position[]={708,35,3533}; id=50; side="LOGIC"; vehicle="FunctionsManager"; @@ -184,121 +186,127 @@ class Mission items=17; class Item0 { - position[]={7550.6182,361.05222,8371.957}; + position[]={7839,0,8414}; name="center"; type="Empty"; }; class Item1 { - position[]={20386.512,0.16708441,-5038.5723}; + position[]={-18700,0,25800}; name="respawn_west"; type="Empty"; }; class Item2 { - position[]={4932.3345,0.39950246,1989.1094}; - name="spawn0"; + position[]={4932,0,1989}; + name="spawn0"; //spawn_balota type="Empty"; }; class Item3 { - position[]={2236.0391,0.63119155,1923.3735}; - name="spawn1"; + position[]={2236,0,1923}; + name="spawn1"; //spawn_kamenka type="Empty"; }; class Item4 { - position[]={8738.1328,0.45720705,2122.1082}; - name="spawn2"; + position[]={6901,0,2509}; //8738,0,2122 + name="spawn2"; //spawn_cherno type="Empty"; }; class Item5 { - position[]={10909.267,0.57597214,2422.3096}; - name="spawn3"; + position[]={10294,0,2191}; // OLD 10909,0,2422 + name="spawn3"; //spawn_elektro type="Empty"; }; class Item6 { - position[]={13510.764,0.44504455,5249.3027}; - name="spawn4"; + position[]={13510,0,5249}; + name="spawn4"; //spawn_sol type="Empty"; }; class Item7 { - position[]={4069.8455,365.19922,11661.84}; + position[]={12048,0,8352}; + name="spawn5"; //spawn_berezino + type="Empty"; + }; + class Item8 + { + position[]={4069,365,11661}; name="Tradercitybash"; text="Trader City Bash"; type="mil_circle"; colorName="ColorBlack"; }; - class Item8 + class Item9 { - position[]={11469.787,317.32358,11356.751}; + position[]={11469,317,11356}; name="Tradercityklen"; text="Trader City Klen"; type="mil_circle"; colorName="ColorGreen"; }; - class Item9 + class Item10 { - position[]={6345.6113,306.13721,7808.5073}; + position[]={6345,306,7808}; name="Tradercitystary"; text="Trader City Stary"; type="mil_circle"; colorName="ColorBlack"; }; - class Item10 - { - position[]={1146.8905,9.5063992,2676.7671}; - name="boatsnwholesale_1"; - text="Wholesaler"; - type="mil_dot"; - colorName="ColorBlack"; - }; class Item11 { - position[]={13247.175,7.9455967,6076.4395}; - name="boatsnwholesale_1_1"; + position[]={1146,9,2676}; + name="boatsnwholesale_1"; text="Wholesaler"; type="mil_dot"; colorName="ColorBlack"; }; class Item12 { - position[]={5068.6636,338.99176,9723.4248}; + position[]={13247,7,6076}; + name="boatsnwholesale_1_1"; + text="Wholesaler"; + type="mil_dot"; + colorName="ColorBlack"; + }; + class Item13 + { + position[]={5068,338,9723}; name="Airplane Dealer"; text="Airplane Dealer"; type="mil_dot"; colorName="ColorBlue"; }; - class Item13 + class Item14 { - position[]={8385.834,1.6642252,2368.8264}; + position[]={8385,1,2368}; name="Boat Dealer"; text="Boat Dealer"; type="mil_dot"; colorName="ColorOrange"; }; - class Item14 + class Item15 { - position[]={12945.273,209.10101,12751.496}; + position[]={12945,209,12751}; name="HeroVendor"; text="Hero Vendor"; type="mil_dot"; colorName="ColorBlue"; }; - class Item15 + class Item16 { - position[]={13093.446,0.42457402,8241.5625}; + position[]={13093,0,8241}; name="Boat Dealer_1"; text="Boat Dealer"; type="mil_dot"; colorName="ColorOrange"; }; - class Item16 + class Item17 { - position[]={1610.4834,283.97122,7781.9917}; + position[]={1610,283,7781}; name="BanditVendor"; text="Bandit Vendor"; type="mil_dot"; @@ -308,50 +316,60 @@ class Mission class Sensors { items=3; +#define TRGDEF a=100;b=100;activationBy="WEST";repeating=1;interruptable=1;age="UNKNOWN";class Effects{}; class Item0 { - position[]={4053.8501,364.76645,11668.645}; - activationBy="WEST"; - repeating=1; - interruptable=1; - age="UNKNOWN"; + position[]={4053,364,11668}; + TRGDEF name="zonebash"; expCond="(player distance zonebash) < 100;"; - expActiv="[""trader city Bash"",true,""enter""] spawn player_traderCity;"; - expDesactiv="[""trader city Bash"",true,""leave""] spawn player_traderCity;"; - class Effects - { - }; + expActiv="[""trader city Bash"",true,""enter""] call player_traderCity;"; + expDesactiv="[""trader city Bash"",true,""leave""] call player_traderCity;"; }; class Item1 { - position[]={11463.747,317.3078,11349.89}; - activationBy="WEST"; - repeating=1; - interruptable=1; - age="UNKNOWN"; + position[]={11463,317,11349}; + TRGDEF name="zoneklen"; expCond="(player distance zoneklen) < 100;"; - expActiv="[""trader city Klen"",true,""enter""] spawn player_traderCity;"; - expDesactiv="[""trader city Klen"",true,""leave""] spawn player_traderCity;"; - class Effects - { - }; + expActiv="[""trader city Klen"",true,""enter""] call player_traderCity;"; + expDesactiv="[""trader city Klen"",true,""leave""] call player_traderCity;"; }; class Item2 { - position[]={6344.8081,304.99023,7806.7598}; - activationBy="WEST"; - repeating=1; - interruptable=1; - age="UNKNOWN"; + position[]={6344,304,7806}; + TRGDEF name="zonestary"; expCond="(player distance zonestary) < 100;"; - expActiv="[""trader city Stary"",true,""enter""] spawn player_traderCity;"; - expDesactiv="[""trader city Stary"",true,""leave""] spawn player_traderCity;"; - class Effects - { - }; + expActiv="[""trader city Stary"",true,""enter""] call player_traderCity;"; + expDesactiv="[""trader city Stary"",true,""leave""] call player_traderCity;"; + }; + class Item3 + { + position[]={1606,9,7803}; + TRGDEF + name="zonebandit"; + expCond="(player distance zonebandit) < 100;"; + expActiv="[""Bandit Trader"",false,""enter""] call player_traderCity;"; + expDesactiv="[""Bandit Trader"",false,""leave""] call player_traderCity;"; + }; + class Item4 + { + position[]={12944,9,12766}; + TRGDEF + name="zonehero"; + expCond="(player distance zonehero) < 100;"; + expActiv="[""Hero Trader"",false,""enter""] call player_traderCity;"; + expDesactiv="[""Hero Trader"",false,""leave""] call player_traderCity;"; + }; + class Item5 + { + position[]={5075,9,9733}; + TRGDEF + name="zoneaircraft"; + expCond="(player distance zoneaircraft) < 100;"; + expActiv="[""Aircraft Trader"",false,""enter""] call player_traderCity;"; + expDesactiv="[""Aircraft Trader"",false,""leave""] call player_traderCity;"; }; }; }; diff --git a/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/description.ext b/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/description.ext index 039322637..a90799afc 100644 --- a/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/description.ext +++ b/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/description.ext @@ -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 { diff --git a/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/mission.sqm b/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/mission.sqm index 74cccab0f..6ec6e4b92 100644 --- a/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/mission.sqm +++ b/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/mission.sqm @@ -4,17 +4,19 @@ class Mission addOns[]= { "fdf_isle1_a", + "map_eu", "ca_modules_animals", + "dayz_anim", "dayz_code", + "dayz_communityassets", "dayz_weapons", "dayz_equip", - "dayz_vehicles", "cacharacters_pmc", "ca_modules_functions", + "dayz_epoch", "glt_m300t", "pook_h13", "csj_gyroac", - "map_eu", "jetskiyanahuiaddon", "redryder" }; @@ -45,11 +47,11 @@ class Mission class Vehicles { items=100; -#define PLRDEF position[]={10062,0.5,-9457};azimut=0;side="WEST";vehicle="Survivor1_DZ";skill=0.6;init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";player="PLAY CDG"; +#define PLRDEF position[]={10062,0,-9457};azimut=0;side="WEST";vehicle="Survivor1_DZ";skill=0.6;init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";player="PLAY CDG"; class Item0{id=0;PLRDEF}; class Item1 { - position[]={10062,0.5,-9457}; + position[]={10062,0,-9457}; azimut=0; id=0; side="WEST"; @@ -168,7 +170,7 @@ class Mission items=1; class Item0 { - position[]={-144,0.5,2320}; + position[]={-144,0,2320}; id=50; side="LOGIC"; vehicle="FunctionsManager"; @@ -184,49 +186,49 @@ class Mission items=15; class Item0 { - position[]={10788.115,90.416954,8680.3896}; + position[]={10788,90,8680}; name="center"; type="Empty"; }; class Item1 { - position[]={10061.47,0.50175238,-9456.5117}; + position[]={10061,0,-9456}; name="respawn_west"; type="Empty"; }; class Item2 { - position[]={10772.252,8.8704214,5547.606}; + position[]={10772,8,5547}; name="spawn0"; type="Empty"; }; class Item3 { - position[]={12156.554,4.1533175,11002.222}; + position[]={12156,4,11002}; name="spawn1"; type="Empty"; }; class Item4 { - position[]={9178.5977,38.043068,6427.9619}; + position[]={9178,38,6427}; name="spawn2"; type="Empty"; }; class Item5 { - position[]={7914.2358,9.5998287,7496.2734}; + position[]={7914,9,7496}; name="spawn3"; type="Empty"; }; class Item6 { - position[]={7867.2437,7.0066466,8968.2842}; + position[]={7867,7,8968}; name="spawn4"; type="Empty"; }; class Item7 { - position[]={10015.868,5.0297446,5963.0625}; + position[]={10015,5,5963}; name="wholesaleSouth"; text="Wholesaler"; type="mil_dot"; @@ -234,7 +236,7 @@ class Mission }; class Item8 { - position[]={14853.64,37.77092,7646.6982}; + position[]={14853,37,7646}; name="boatTraderEast"; text="Wholesaler"; type="mil_dot"; @@ -242,7 +244,7 @@ class Mission }; class Item9 { - position[]={11897.247,2.0606923,5307.1626}; + position[]={11897,2,5307}; name="BoatDealerSouth"; text="Boat Dealer"; type="mil_dot"; @@ -250,7 +252,7 @@ class Mission }; class Item10 { - position[]={8294.4307,5.0005341,4347.4355}; + position[]={8294,5,4347}; name="AirVehicles"; text="Aircraft Dealer"; type="mil_dot"; @@ -258,7 +260,7 @@ class Mission }; class Item11 { - position[]={13572.653,41.133896,7520.5161}; + position[]={13572,41,7520}; name="BanditDen"; text="Bandit Camp"; type="mil_dot"; @@ -266,7 +268,7 @@ class Mission }; class Item12 { - position[]={9660.5234,25.000839,10888.863}; + position[]={9660,25,10888}; name="Jesco"; text="Trader City Jesco"; type="mil_circle"; @@ -274,7 +276,7 @@ class Mission }; class Item13 { - position[]={7979.0151,22.484041,10603.889}; + position[]={7979,22,10603}; name="TradercityBash"; text="Trader City Berezniki"; type="mil_circle"; @@ -282,7 +284,7 @@ class Mission }; class Item14 { - position[]={9728.8066,5.0182734,4045.4143}; + position[]={9728,5,4045}; name="HeroTrader"; text="Hero Camp"; type="mil_dot"; @@ -292,41 +294,24 @@ class Mission class Sensors { items=2; +#define TRGDEF a=100;b=100;activationBy="WEST";repeating=1;interruptable=1;age="UNKNOWN";class Effects{soundDet="arabian_market_3";}; class Item0 { - position[]={7987.2495,7.9986267,10603.404}; - a=100; - b=100; - activationBy="WEST"; - repeating=1; - interruptable=1; - age="UNKNOWN"; + position[]={7987,7,10603}; + TRGDEF name="zonebash"; expCond="(player distance zonebash) < 100;"; - expActiv="[""trader city Berezniki"",true,""enter""] spawn player_traderCity;"; - expDesactiv="[""trader city Berezniki"",true,""leave""] spawn player_traderCity;"; - class Effects - { - soundDet="arabian_market_3"; - }; + expActiv="[""trader city Berezniki"",true,""enter""] call player_traderCity;"; + expDesactiv="[""trader city Berezniki"",true,""leave""] call player_traderCity;"; }; class Item1 { - position[]={9656.8906,25.000839,10889.035}; - a=100; - b=100; - activationBy="WEST"; - repeating=1; - interruptable=1; - age="UNKNOWN"; + position[]={9656,25,10889}; + TRGDEF name="zoneklen"; expCond="(player distance zoneklen) < 100;"; - expActiv="[""trader city Jesco"",true,""enter""] spawn player_traderCity;"; - expDesactiv="[""trader city Jesco"",true,""leave""] spawn player_traderCity;"; - class Effects - { - soundDet="arabian_market_3"; - }; + expActiv="[""trader city Jesco"",true,""enter""] call player_traderCity;"; + expDesactiv="[""trader city Jesco"",true,""leave""] call player_traderCity;"; }; }; }; diff --git a/Server Files/MPMissions/DayZ_Epoch_2.Utes/description.ext b/Server Files/MPMissions/DayZ_Epoch_2.Utes/description.ext index 9f529a9b2..780f6e590 100644 --- a/Server Files/MPMissions/DayZ_Epoch_2.Utes/description.ext +++ b/Server Files/MPMissions/DayZ_Epoch_2.Utes/description.ext @@ -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 { diff --git a/Server Files/MPMissions/DayZ_Epoch_2.Utes/mission.sqm b/Server Files/MPMissions/DayZ_Epoch_2.Utes/mission.sqm index 779c5a885..5d4a53875 100644 --- a/Server Files/MPMissions/DayZ_Epoch_2.Utes/mission.sqm +++ b/Server Files/MPMissions/DayZ_Epoch_2.Utes/mission.sqm @@ -4,23 +4,22 @@ class Mission addOns[]= { "utes", + "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", "jetskiyanahuiaddon", "redryder" }; @@ -51,11 +50,11 @@ class Mission class Vehicles { items=100; -#define PLRDEF position[]={2487,0.5,-900};azimut=0;side="WEST";vehicle="Survivor1_DZ";skill=0.6;init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";player="PLAY CDG"; +#define PLRDEF position[]={2487,0,-900};azimut=0;side="WEST";vehicle="Survivor1_DZ";skill=0.6;init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";player="PLAY CDG"; class Item0{id=0;PLRDEF}; class Item1 { - position[]={2487,0.5,-900}; + position[]={2487,0,-900}; azimut=0; id=0; side="WEST"; @@ -174,7 +173,7 @@ class Mission items=1; class Item0 { - position[]={-144,0.5,2320}; + position[]={-144,0,2320}; id=50; side="LOGIC"; vehicle="FunctionsManager"; @@ -190,79 +189,79 @@ class Mission items=13; class Item0 { - position[]={3595.092,18.185999,3689.8362}; + position[]={3595,18,3689}; name="center"; type="Empty"; }; class Item1 { - position[]={2486.3916,0.49681109,-900.44617}; + position[]={2486,0,-900}; name="respawn_west"; type="Empty"; }; class Item2 { - position[]={2796.7637,18.053528,4571.9888}; + position[]={2796,18,4571}; name="spawn0"; type="Empty"; }; class Item3 { - position[]={3492.9348,18.879786,2935.0361}; + position[]={3492,18,2935}; name="spawn1"; type="Empty"; }; class Item4 { - position[]={4095.1853,12.9746,4101.8042}; + position[]={4095,12,4101}; name="spawn2"; type="Empty"; }; class Item5 { - position[]={4475.876,25.894135,3636.9634}; + position[]={4475,25,3636}; name="spawn3"; type="Empty"; }; class Item6 { - position[]={2517.2371,29.031778,3893.4326}; + position[]={2517,29,3893}; name="spawn4"; type="Empty"; }; class Item7 { - position[]={4206.6997,17.81337,2741.0444}; + position[]={4206,17,2741}; name="spawn5"; type="Empty"; }; class Item8 { - position[]={2848.5999,2.8126533,4212.3667}; + position[]={2848,2,4212}; name="spawn6"; type="Empty"; }; class Item9 { - position[]={3422.0188,16.522259,4628.8784}; + position[]={3422,16,4628}; name="spawn7"; type="Empty"; }; class Item10 { - position[]={4435.3027,3.9856434,3052.8022}; + position[]={4435,3,3052}; name="spawn8"; type="Empty"; }; class Item11 { - position[]={3662.2041,12.143515,4401.1152}; + position[]={3662,12,4401}; name="spawn9"; type="Empty"; }; class Item12 { - position[]={2851.5613,10.486795,3565.1912}; + position[]={2851,10,3565}; name="spawn10"; type="Empty"; }; diff --git a/Server Files/MPMissions/DayZ_Epoch_20.fapovo/description.ext b/Server Files/MPMissions/DayZ_Epoch_20.fapovo/description.ext index 0d265ba19..a619f386b 100644 --- a/Server Files/MPMissions/DayZ_Epoch_20.fapovo/description.ext +++ b/Server Files/MPMissions/DayZ_Epoch_20.fapovo/description.ext @@ -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 { diff --git a/Server Files/MPMissions/DayZ_Epoch_20.fapovo/mission.sqm b/Server Files/MPMissions/DayZ_Epoch_20.fapovo/mission.sqm index d2834e8b4..bc15bd0f5 100644 --- a/Server Files/MPMissions/DayZ_Epoch_20.fapovo/mission.sqm +++ b/Server Files/MPMissions/DayZ_Epoch_20.fapovo/mission.sqm @@ -4,6 +4,8 @@ class Mission addOns[]= { "brg_africa", + "map_eu", + "ca_modules_animals", "CABuildings", "CABuildings2", "CAMisc", @@ -16,14 +18,14 @@ class Mission "ibr_rn", "ibr_hangars", "ibr_airports", - "ca_modules_animals", + "dayz_anim", "dayz_code", - "dayz", + "dayz_communityassets", "dayz_weapons", "dayz_equip", - "dayz_vehicles", "cacharacters_pmc", "ca_modules_functions", + "dayz_epoch", "ibr_fapovo", "ibr_lcivilian_patch", "chn_crocodile", @@ -31,7 +33,6 @@ class Mission "glt_m300t", "pook_h13", "csj_gyroac", - "map_eu", "jetskiyanahuiaddon", "redryder" }; @@ -62,11 +63,11 @@ class Mission class Vehicles { items=100; -#define PLRDEF position[]={2758,0.6,-2655};azimut=0;side="WEST";vehicle="Survivor1_DZ";skill=0.6;init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";player="PLAY CDG"; +#define PLRDEF position[]={2758,0,-2655};azimut=0;side="WEST";vehicle="Survivor1_DZ";skill=0.6;init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";player="PLAY CDG"; class Item0{id=0;PLRDEF}; class Item1 { - position[]={2758,0.6,-2655}; + position[]={2758,0,-2655}; azimut=0; id=0; side="WEST"; @@ -185,7 +186,7 @@ class Mission items=1; class Item0 { - position[]={-144,0.5,2320}; + position[]={-144,0,2320}; id=50; side="LOGIC"; vehicle="FunctionsManager"; @@ -201,55 +202,55 @@ class Mission items=16; class Item0 { - position[]={2594.0728,0.6465264,2435.2771}; + position[]={2594,0,2435}; name="center"; type="Empty"; }; class Item1 { - position[]={2757.4146,0.59276092,-2655.0342}; + position[]={2757,0,-2655}; name="respawn_west"; type="Empty"; }; class Item2 { - position[]={4426.1665,0.60818869,2903.813}; + position[]={4426,0,2903}; name="spawn0"; type="Empty"; }; class Item3 { - position[]={1813.4987,40.160892,592.89563}; + position[]={1813,40,592}; name="spawn1"; type="Empty"; }; class Item4 { - position[]={2084.6702,4.0150285,2140.4617}; + position[]={2084,4,2140}; name="spawn2"; type="Empty"; }; class Item5 { - position[]={2743.6621,27.975706,570.25165}; + position[]={2743,27,570}; name="spawn3"; type="Empty"; }; class Item6 { - position[]={4737.4814,18.66374,1543.0638}; + position[]={4737,18,1543}; name="spawn4"; type="Empty"; }; class Item7 { - position[]={1286.0834,16.212408,1884.5648}; + position[]={1286,16,1884}; name="spawn5"; type="Empty"; }; class Item8 { - position[]={4099.8286,16.890327,9242.6455}; + position[]={4099,16,9242}; name="BanditTrader"; text="Bandit Trader"; type="mil_dot"; @@ -257,7 +258,7 @@ class Mission }; class Item9 { - position[]={4491.8037,11.992476,495.3186}; + position[]={4491,11,495}; name="AirVehicleUnarmed"; text="AWOL's Airfield"; type="mil_dot"; @@ -265,7 +266,7 @@ class Mission }; class Item10 { - position[]={3695.9006,30.997803,2409.437}; + position[]={3695,30,2409}; name="TraderCity1"; text="Trader City Lixovo"; type="mil_circle"; @@ -273,7 +274,7 @@ class Mission }; class Item11 { - position[]={3390.436,67.553764,4102.3057}; + position[]={3390,67,4102}; name="TraderCity2"; text="Trader City Didina"; type="mil_circle"; @@ -281,7 +282,7 @@ class Mission }; class Item12 { - position[]={4688.2495,4.7524023,1887.5637}; + position[]={4688,4,1887}; name="Wholesaler"; text="Pauls Wholesale Crates"; type="mil_dot"; @@ -289,7 +290,7 @@ class Mission }; class Item13 { - position[]={1609.009,24.847778,1071.5125}; + position[]={1609,24,1071}; name="BanditVendor"; text="Bandit Vendor"; type="mil_dot"; @@ -297,7 +298,7 @@ class Mission }; class Item14 { - position[]={4342.1919,14.623056,3663.1824}; + position[]={4342,14,3663}; name="HeroVendor"; text="Hero Vendor"; type="mil_dot"; @@ -305,7 +306,7 @@ class Mission }; class Item15 { - position[]={3540.96,-2.9805782,3142.8955}; + position[]={3540,-2,3142}; name="BoatVendor"; text="Boat Vendor"; type="mil_dot"; @@ -315,107 +316,60 @@ class Mission class Sensors { items=6; +#define TRGDEF a=100;b=100;activationBy="WEST";repeating=1;interruptable=1;age="UNKNOWN";class Effects{}; class Item0 { - position[]={1607.4017,24.848572,1062.5992}; - a=100; - b=100; - activationBy="WEST"; - repeating=1; - interruptable=1; - age="UNKNOWN"; + position[]={1607,24,1062}; + TRGDEF name="BanditVendor"; expCond="(player distance BanditVendor) < 100; "; - expActiv="[""Bandit Camp"",true,""enter""] spawn player_traderCity;"; - expDesactiv="[""Bandit Camp"",true,""leave""] spawn player_traderCity;"; - class Effects - { - }; + expActiv="[""Bandit Camp"",true,""enter""] call player_traderCity;"; + expDesactiv="[""Bandit Camp"",true,""leave""] call player_traderCity;"; }; class Item1 { - position[]={4489.2705,18.003222,488.39325}; - a=100; - b=100; - activationBy="WEST"; - repeating=1; - interruptable=1; - age="UNKNOWN"; + position[]={4489,18,488}; + TRGDEF name="AirVehicleVendor"; expCond="(player distance AirVehicleVendor) < 100; "; - expActiv="[""AWOLs Air Vehicles"",true,""enter""] spawn player_traderCity;"; - expDesactiv="[""AWOLs Air Vehicles"",true,""leave""] spawn player_traderCity;"; - class Effects - { - }; + expActiv="[""AWOLs Air Vehicles"",true,""enter""] call player_traderCity;"; + expDesactiv="[""AWOLs Air Vehicles"",true,""leave""] call player_traderCity;"; }; class Item2 { - position[]={3698.187,30.951563,2407.4331}; - a=100; - b=100; - activationBy="WEST"; - repeating=1; - interruptable=1; - age="UNKNOWN"; + position[]={3698,30,2407}; + TRGDEF name="TraderCity1"; expCond="(player distance TraderCity1) < 100; "; - expActiv="[""trader city Lixovo"",true,""enter""] spawn player_traderCity;"; - expDesactiv="[""trader city Lixovo"",true,""leave""] spawn player_traderCity;"; - class Effects - { - }; + expActiv="[""trader city Lixovo"",true,""enter""] call player_traderCity;"; + expDesactiv="[""trader city Lixovo"",true,""leave""] call player_traderCity;"; }; class Item3 { - position[]={4689.3506,4.6768036,1886.0624}; - a=100; - b=100; - activationBy="WEST"; - repeating=1; - interruptable=1; - age="UNKNOWN"; + position[]={4689,4,1886}; + TRGDEF name="Wholesaler"; expCond="(player distance Wholesaler) < 100; "; - expActiv="[""Pauls Wholesale Camp"",true,""enter""] spawn player_traderCity;"; - expDesactiv="[""Pauls Wholesale Camp"",true,""leave""] spawn player_traderCity;"; - class Effects - { - }; + expActiv="[""Pauls Wholesale Camp"",true,""enter""] call player_traderCity;"; + expDesactiv="[""Pauls Wholesale Camp"",true,""leave""] call player_traderCity;"; }; class Item4 { - position[]={4336.1519,14.623057,3660.7361}; - a=100; - b=100; - activationBy="WEST"; - repeating=1; - interruptable=1; - age="UNKNOWN"; + position[]={4336,14,3660}; + TRGDEF name="HeroVendor"; expCond="(player distance HeroVendor) < 100; "; - expActiv="[""Hero Camp"",true,""enter""] spawn player_traderCity;"; - expDesactiv="[""Hero Camp"",true,""leave""] spawn player_traderCity;"; - class Effects - { - }; + expActiv="[""Hero Camp"",true,""enter""] call player_traderCity;"; + expDesactiv="[""Hero Camp"",true,""leave""] call player_traderCity;"; }; class Item5 { - position[]={3396.0093,67.553764,4099.6104}; - a=100; - b=100; - activationBy="WEST"; - repeating=1; - interruptable=1; - age="UNKNOWN"; + position[]={3396,67,4099}; + TRGDEF name="TraderCity2"; expCond="(player distance TraderCity2) < 100; "; - expActiv="[""trader city Didina"",true,""enter""] spawn player_traderCity;"; - expDesactiv="[""trader city Didina"",true,""leave""] spawn player_traderCity;"; - class Effects - { - }; + expActiv="[""trader city Didina"",true,""enter""] call player_traderCity;"; + expDesactiv="[""trader city Didina"",true,""leave""] call player_traderCity;"; }; }; }; diff --git a/Server Files/MPMissions/DayZ_Epoch_21.Caribou/description.ext b/Server Files/MPMissions/DayZ_Epoch_21.Caribou/description.ext index 13372b558..4cc7979f8 100644 --- a/Server Files/MPMissions/DayZ_Epoch_21.Caribou/description.ext +++ b/Server Files/MPMissions/DayZ_Epoch_21.Caribou/description.ext @@ -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 { diff --git a/Server Files/MPMissions/DayZ_Epoch_21.Caribou/mission.sqm b/Server Files/MPMissions/DayZ_Epoch_21.Caribou/mission.sqm index d784ed3e4..a6a9fedf3 100644 --- a/Server Files/MPMissions/DayZ_Epoch_21.Caribou/mission.sqm +++ b/Server Files/MPMissions/DayZ_Epoch_21.Caribou/mission.sqm @@ -4,20 +4,19 @@ class Mission addOns[]= { "caribou", + "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", "glt_m300t", "pook_h13", "csj_gyroac", - "map_eu", "jetskiyanahuiaddon", "redryder" }; @@ -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,49 +186,49 @@ class Mission items=22; class Item0 { - position[]={3785.5664,66.800453,4003.9873}; + position[]={3785,66,4003}; name="center"; type="Empty"; }; class Item1 { - position[]={-7908.3862,7.2342706,4911.978}; + position[]={-7908,7,4911}; name="respawn_west"; type="Empty"; }; class Item2 { - position[]={734.61676,4.2095356,4094.8813}; + position[]={734,4,4094}; name="spawn0"; type="Empty"; }; class Item3 { - position[]={891.68811,10.403255,2298.4116}; + position[]={891,10,2298}; name="spawn1"; type="Empty"; }; class Item4 { - position[]={5385.0103,7.3821988,7241.8071}; + position[]={5385,7,7241}; name="spawn2"; type="Empty"; }; class Item5 { - position[]={3128.1194,8.7658415,4603.3975}; + position[]={3128,8,4603}; name="spawn3"; type="Empty"; }; class Item6 { - position[]={6454.9512,6.15483,6007.5176}; + position[]={6454,6,6007}; name="spawn4"; type="Empty"; }; class Item7 { - position[]={4799.1265,13.383338,7339.1401}; + position[]={4799,13,7339}; name="boatTraderEast"; text="Wholesaler"; type="mil_dot"; @@ -237,7 +236,7 @@ class Mission }; class Item8 { - position[]={2390.5986,0.39483613,7534.1724}; + position[]={2390,0,7534}; name="BoatDealerSouth"; text="Boat Dealer"; type="mil_dot"; @@ -245,7 +244,7 @@ class Mission }; class Item9 { - position[]={1790.1702,20.841381,3658.8071}; + position[]={1790,20,3658}; name="AirVehicles"; text="Aircraft Dealer"; type="mil_dot"; @@ -253,7 +252,7 @@ class Mission }; class Item10 { - position[]={3563.063,9.2503939,6036.7588}; + position[]={3563,9,6036}; name="BanditDen"; text="Bandit Camp"; type="mil_dot"; @@ -261,7 +260,7 @@ class Mission }; class Item11 { - position[]={1399.2343,91.338066,6955.4209}; + position[]={1399,91,6955}; name="NorthNeutralVendors"; text="Raven Rock Trader City"; type="mil_circle"; @@ -269,7 +268,7 @@ class Mission }; class Item12 { - position[]={3935.6294,1.899709,873.50732}; + position[]={3935,1,873}; name="SouthNeutralVendors"; text="Trader City Raun"; type="mil_circle"; @@ -277,7 +276,7 @@ class Mission }; class Item13 { - position[]={4801.916,91.429619,3078.6147}; + position[]={4801,91,3078}; name="HeroTrader"; text="Hero Camp"; type="mil_dot"; @@ -285,7 +284,7 @@ class Mission }; class Item14 { - position[]={5346.1138,64.045776,2305.7856}; + position[]={5346,64,2305}; name="BlackMarket"; text="Black Market Vendor"; type="mil_dot"; @@ -293,7 +292,7 @@ class Mission }; class Item15 { - position[]={1198.2695,39.327019,1898.6152}; + position[]={1198,39,1898}; name="SouthWestWholesale"; text="Wholesaler"; type="mil_dot"; @@ -301,37 +300,37 @@ class Mission }; class Item16 { - position[]={6157.2734,14.574788,4954.5269}; + position[]={6157,14,4954}; name="spawn5"; type="Empty"; }; class Item17 { - position[]={1816.9398,3.5725622,4507.3662}; + position[]={1816,3,4507}; name="spawn6"; type="Empty"; }; class Item18 { - position[]={4558.0503,6.093924,6546.6396}; + position[]={4558,6,6546}; name="spawn7"; type="Empty"; }; class Item19 { - position[]={5781.2871,6.5688767,6704.1343}; + position[]={5781,6,6704}; name="spawn8"; type="Empty"; }; class Item20 { - position[]={5985.396,6.3173733,4278.6411}; + position[]={5985,6,4278}; name="spawn9"; type="Empty"; }; class Item21 { - position[]={4448.2656,6.3718467,5874.8477}; + position[]={4448,6,5874}; name="spawn10"; type="Empty"; }; @@ -339,158 +338,87 @@ class Mission class Sensors { items=9; +#define TRGDEF a=100;b=100;activationBy="WEST";repeating=1;interruptable=1;age="UNKNOWN";class Effects{}; class Item0 { - position[]={1388.746,91.338066,6950.8198}; - a=100; - b=100; - activationBy="WEST"; - repeating=1; - interruptable=1; - age="UNKNOWN"; + position[]={1388,91,6950}; + TRGDEF name="ZoneRaven"; expCond="(player distance ZoneRaven) < 100;"; - expActiv="[""trader city Raven Rock"",true,""enter""] spawn player_traderCity;"; - expDesactiv="[""trader city Raven Rock"",true,""leave""] spawn player_traderCity;"; - class Effects - { - }; + expActiv="[""trader city Raven Rock"",true,""enter""] call player_traderCity;"; + expDesactiv="[""trader city Raven Rock"",true,""leave""] call player_traderCity;"; }; class Item1 { - position[]={3937.4688,1.9048852,875.82031}; - a=100; - b=100; - activationBy="WEST"; - repeating=1; - interruptable=1; - age="UNKNOWN"; + position[]={3937,1,875}; + TRGDEF name="ZoneRaun"; expCond="(player distance ZoneRaun) < 100;"; - expActiv="[""trader city Raun"",true,""enter""] spawn player_traderCity;"; - expDesactiv="[""trader city Raun"",true,""leave""] spawn player_traderCity;"; - class Effects - { - }; + expActiv="[""trader city Raun"",true,""enter""] call player_traderCity;"; + expDesactiv="[""trader city Raun"",true,""leave""] call player_traderCity;"; }; class Item2 { - position[]={4799.1782,91.429619,3072.3638}; - a=60; - b=60; - activationBy="WEST"; - repeating=1; - interruptable=1; - age="UNKNOWN"; + position[]={4799,91,3072}; + TRGDEF name="ZoneHero"; - expCond="(player distance ZoneHero) < 100;"; - expActiv="[""Hero Camp"",true,""enter""] spawn player_traderCity;"; - expDesactiv="[""Hero Camp"",true,""leave""] spawn player_traderCity;"; - class Effects - { - }; + expCond="(player distance ZoneHero) < 60;"; + expActiv="[""Hero Camp"",true,""enter""] call player_traderCity;"; + expDesactiv="[""Hero Camp"",true,""leave""] call player_traderCity;"; }; class Item3 { - position[]={1198.8324,39.358807,1898.5659}; - a=60; - b=60; - activationBy="WEST"; - repeating=1; - interruptable=1; - age="UNKNOWN"; + position[]={1198,39,1898}; + TRGDEF name="ZoneSouthWholesale"; - expCond="(player distance ZoneSouthWholesale) < 100;"; - expActiv="[""Wholesalers"",true,""enter""] spawn player_traderCity;"; - expDesactiv="[""Wholesalers"",true,""leave""] spawn player_traderCity;"; - class Effects - { - }; + expCond="(player distance ZoneSouthWholesale) < 60;"; + expActiv="[""Wholesalers"",true,""enter""] call player_traderCity;"; + expDesactiv="[""Wholesalers"",true,""leave""] call player_traderCity;"; }; class Item4 { - position[]={1793.6061,20.841381,3663.5869}; - a=100; - b=100; - activationBy="WEST"; - repeating=1; - interruptable=1; - age="UNKNOWN"; + position[]={1793,20,3663}; + TRGDEF name="ZoneAircraft"; expCond="(player distance ZoneAircraft) < 100;"; - expActiv="[""Airfield"",true,""enter""] spawn player_traderCity;"; - expDesactiv="[""Airfield"",true,""leave""] spawn player_traderCity;"; - class Effects - { - }; + expActiv="[""Airfield"",true,""enter""] call player_traderCity;"; + expDesactiv="[""Airfield"",true,""leave""] call player_traderCity;"; }; class Item5 { - position[]={3564.8879,10.007761,6030.9292}; - a=60; - b=60; - activationBy="WEST"; - repeating=1; - interruptable=1; - age="UNKNOWN"; + position[]={3564,10,6030}; + TRGDEF name="ZoneBandit"; - expCond="(player distance ZoneBandit) < 100;"; - expActiv="[""Bandit Camp"",true,""enter""] spawn player_traderCity;"; - expDesactiv="[""Bandit Camp"",true,""leave""] spawn player_traderCity;"; - class Effects - { - }; + expCond="(player distance ZoneBandit) < 60;"; + expActiv="[""Bandit Camp"",true,""enter""] call player_traderCity;"; + expDesactiv="[""Bandit Camp"",true,""leave""] call player_traderCity;"; }; class Item6 { - position[]={4800.2256,13.642545,7336.5068}; - a=60; - b=60; - activationBy="WEST"; - repeating=1; - interruptable=1; - age="UNKNOWN"; + position[]={4800,13,7336}; + TRGDEF name="ZoneNorthWholesale"; - expCond="(player distance ZoneNorthWholesale) < 100;"; - expActiv="[""Wholesalers"",true,""enter""] spawn player_traderCity;"; - expDesactiv="[""Wholesalers"",true,""leave""] spawn player_traderCity;"; - class Effects - { - }; + expCond="(player distance ZoneNorthWholesale) < 60;"; + expActiv="[""Wholesalers"",true,""enter""] call player_traderCity;"; + expDesactiv="[""Wholesalers"",true,""leave""] call player_traderCity;"; }; class Item7 { - position[]={5346.2598,64.045776,2305.4829}; - a=60; - b=60; - activationBy="WEST"; - repeating=1; - interruptable=1; - age="UNKNOWN"; + position[]={5346,64,2305}; + TRGDEF name="ZoneBlackMarket"; - expCond="(player distance ZoneBlackMarket) < 100;"; - expActiv="[""Black Market"",true,""enter""] spawn player_traderCity;"; - expDesactiv="[""Black Market"",true,""leave""] spawn player_traderCity;"; - class Effects - { - }; + expCond="(player distance ZoneBlackMarket) < 60;"; + expActiv="[""Black Market"",true,""enter""] call player_traderCity;"; + expDesactiv="[""Black Market"",true,""leave""] call player_traderCity;"; }; class Item8 { - position[]={2389.614,0.43143311,7535.7676}; - a=60; - b=60; - activationBy="WEST"; - repeating=1; - interruptable=1; - age="UNKNOWN"; + position[]={2389,0,7535}; + TRGDEF name="ZoneBoat"; - expCond="(player distance ZoneBoat) < 100;"; - expActiv="[""Boat Dealer"",true,""enter""] spawn player_traderCity;"; - expDesactiv="[""Boat Dealer"",true,""leave""] spawn player_traderCity;"; - class Effects - { - }; + expCond="(player distance ZoneBoat) < 60;"; + expActiv="[""Boat Dealer"",true,""enter""] call player_traderCity;"; + expDesactiv="[""Boat Dealer"",true,""leave""] call player_traderCity;"; }; }; }; diff --git a/Server Files/MPMissions/DayZ_Epoch_22.smd_sahrani_A2/description.ext b/Server Files/MPMissions/DayZ_Epoch_22.smd_sahrani_A2/description.ext index 3e7a43c03..63c5a37f4 100644 --- a/Server Files/MPMissions/DayZ_Epoch_22.smd_sahrani_A2/description.ext +++ b/Server Files/MPMissions/DayZ_Epoch_22.smd_sahrani_A2/description.ext @@ -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 { diff --git a/Server Files/MPMissions/DayZ_Epoch_22.smd_sahrani_A2/mission.sqm b/Server Files/MPMissions/DayZ_Epoch_22.smd_sahrani_A2/mission.sqm index f103d9c4c..515302ae4 100644 --- a/Server Files/MPMissions/DayZ_Epoch_22.smd_sahrani_A2/mission.sqm +++ b/Server Files/MPMissions/DayZ_Epoch_22.smd_sahrani_A2/mission.sqm @@ -4,16 +4,17 @@ class Mission addOns[]= { "smd_sahrani_a2", + "map_eu", "ca_modules_animals", + "dayz_anim", "dayz_code", + "dayz_communityassets", "dayz_weapons", "dayz_equip", - "dayz_vehicles", "cacharacters_pmc", "ca_modules_functions", "glt_m300t", "csj_gyroac", - "map_eu", "jetskiyanahuiaddon", "pook_h13", "redryder" @@ -45,11 +46,11 @@ class Mission class Vehicles { items=100; -#define PLRDEF position[]={12001,0.2,-4596};azimut=0;side="WEST";vehicle="Survivor1_DZ";skill=0.6;init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";player="PLAY CDG"; +#define PLRDEF position[]={12001,0,-4596};azimut=0;side="WEST";vehicle="Survivor1_DZ";skill=0.6;init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";player="PLAY CDG"; class Item0{id=0;PLRDEF}; class Item1 { - position[]={12001,0.2,-4596}; + position[]={12001,0,-4596}; azimut=0; id=0; side="WEST"; @@ -168,7 +169,7 @@ class Mission items=1; class Item0 { - position[]={-144,0.5,2320}; + position[]={-144,0,2320}; id=50; side="LOGIC"; vehicle="FunctionsManager"; @@ -184,49 +185,49 @@ class Mission items=18; class Item0 { - position[]={10442.41,86.282227,10438.262}; + position[]={10442,86,10438}; name="center"; type="Empty"; }; class Item1 { - position[]={12000.449,0.24700873,-4595.7935}; + position[]={12000,0,-4595}; name="respawn_west"; type="Empty"; }; class Item2 { - position[]={11303.517,4.7743783,4898.4619}; + position[]={11303,4,4898}; name="spawn0"; type="Empty"; }; class Item3 { - position[]={7517.8403,1.4138141,6234.5605}; + position[]={7517,1,6234}; name="spawn1"; type="Empty"; }; class Item4 { - position[]={13580.703,0.10917063,7727.5347}; + position[]={13580,0,7727}; name="spawn2"; type="Empty"; }; class Item5 { - position[]={13288.121,3.2314248,10559.604}; + position[]={13288,3,10559}; name="spawn3"; type="Empty"; }; class Item6 { - position[]={16810.59,3.1235363,9417.2383}; + position[]={16810,3,9417}; name="spawn4"; type="Empty"; }; class Item7 { - position[]={12556.741,42.050045,8359.4141}; + position[]={12556,42,8359}; name="Tradercitycorazol"; text="Trader City Corazol"; type="mil_circle"; @@ -234,7 +235,7 @@ class Mission }; class Item8 { - position[]={13574.1,3.9422112,8677.3457}; + position[]={13574,3,8677}; name="wholesaleSouth"; text="Wholesaler"; type="mil_dot"; @@ -242,7 +243,7 @@ class Mission }; class Item9 { - position[]={11453.298,4.9919319,5418.7021}; + position[]={11453,4,5418}; name="boatTraderEast"; text="Wholesaler"; type="mil_dot"; @@ -250,7 +251,7 @@ class Mission }; class Item10 { - position[]={19237.213,4.9949999,13592.512}; + position[]={19237,4,13592}; name="BoatDealerSouth"; text="Boat Dealer"; type="mil_dot"; @@ -258,7 +259,7 @@ class Mission }; class Item11 { - position[]={9911.3213,139.995,10010.431}; + position[]={9911,139,10010}; name="AirVehicles"; text="Aircraft Dealer"; type="mil_dot"; @@ -266,7 +267,7 @@ class Mission }; class Item12 { - position[]={6414.8628,57.15451,7461.5723}; + position[]={6414,57,7461}; name="BanditDen"; text="Bandit Camp"; type="mil_dot"; @@ -274,7 +275,7 @@ class Mission }; class Item13 { - position[]={17186.959,40.040371,13596.239}; + position[]={17186,40,13596}; name="Ixel"; text="Trader City Ixel"; type="mil_circle"; @@ -282,7 +283,7 @@ class Mission }; class Item14 { - position[]={13434.161,2.1032507,6888.8013}; + position[]={13434,2,6888}; name="BoatDealerEast"; text="Boat Dealer"; type="mil_dot"; @@ -290,7 +291,7 @@ class Mission }; class Item15 { - position[]={14273.87,41.640797,12408.889}; + position[]={14273,41,12408}; name="TradercityBag"; text="Trader City Bag"; type="mil_circle"; @@ -298,7 +299,7 @@ class Mission }; class Item16 { - position[]={17270.643,14.956485,9570.7744}; + position[]={17270,14,9570}; name="HeroTrader"; text="Hero Camp"; type="mil_dot"; @@ -306,7 +307,7 @@ class Mission }; class Item17 { - position[]={13243.119,25.951698,11188.961}; + position[]={13243,25,11188}; name="BlackMarket"; text="Black Market Vendor"; type="mil_dot"; @@ -316,71 +317,42 @@ class Mission class Sensors { items=4; +#define TRGDEF a=100;b=100;activationBy="WEST";repeating=1;interruptable=1;age="UNKNOWN";class Effects{}; class Item0 { - position[]={12555.938,41.838242,8357.666}; - a=100; - b=100; - activationBy="WEST"; - repeating=1; - interruptable=1; - age="UNKNOWN"; + position[]={12555,41,8357}; + TRGDEF name="zone3"; expCond="(player distance zone3) < 100;"; - expActiv="[""trader city Corazol"",true,""enter""] spawn player_traderCity;"; - expDesactiv="[""trader city Corazol"",true,""leave""] spawn player_traderCity;"; - class Effects - { - }; + expActiv="[""trader city Corazol"",true,""enter""] call player_traderCity;"; + expDesactiv="[""trader city Corazol"",true,""leave""] call player_traderCity;"; }; class Item1 { - position[]={14274.979,40.538948,12408.225}; - a=100; - b=100; - activationBy="WEST"; - repeating=1; - interruptable=1; - age="UNKNOWN"; + position[]={14274,40,12408}; + TRGDEF name="zone2"; expCond="(player distance zone2) < 100;"; - expActiv="[""trader city Bag"",true,""enter""] spawn player_traderCity;"; - expDesactiv="[""trader city Bag"",true,""leave""] spawn player_traderCity;"; - class Effects - { - }; + expActiv="[""trader city Bag"",true,""enter""] call player_traderCity;"; + expDesactiv="[""trader city Bag"",true,""leave""] call player_traderCity;"; }; class Item2 { - position[]={17182.676,40.195862,13597.488}; - a=100; - b=100; - activationBy="WEST"; - repeating=1; - interruptable=1; - age="UNKNOWN"; + position[]={17182,40,13597}; + TRGDEF name="zone1"; expCond="(player distance zone1) < 100;"; - expActiv="[""trader city Ixel"",true,""enter""] spawn player_traderCity;"; - expDesactiv="[""trader city Ixel"",true,""leave""] spawn player_traderCity;"; - class Effects - { - }; + expActiv="[""trader city Ixel"",true,""enter""] call player_traderCity;"; + expDesactiv="[""trader city Ixel"",true,""leave""] call player_traderCity;"; }; class Item3 { - position[]={13241.491,25.951698,11188.463}; - activationBy="WEST"; - repeating=1; - interruptable=1; - age="UNKNOWN"; + position[]={13241,25,11188}; + TRGDEF name="bmarket"; expCond="(player distance bmarket) < 50;"; - expActiv="[""Black Market"",true,""enter""] spawn player_traderCity;"; - expDesactiv="[""Black Market"",true,""leave""] spawn player_traderCity;"; - class Effects - { - }; + expActiv="[""Black Market"",true,""enter""] call player_traderCity;"; + expDesactiv="[""Black Market"",true,""leave""] call player_traderCity;"; }; }; }; diff --git a/Server Files/MPMissions/DayZ_Epoch_23.cmr_ovaron/description.ext b/Server Files/MPMissions/DayZ_Epoch_23.cmr_ovaron/description.ext index e34bf4532..6f0694524 100644 --- a/Server Files/MPMissions/DayZ_Epoch_23.cmr_ovaron/description.ext +++ b/Server Files/MPMissions/DayZ_Epoch_23.cmr_ovaron/description.ext @@ -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 { diff --git a/Server Files/MPMissions/DayZ_Epoch_23.cmr_ovaron/mission.sqm b/Server Files/MPMissions/DayZ_Epoch_23.cmr_ovaron/mission.sqm index 381b1176f..7a42f3117 100644 --- a/Server Files/MPMissions/DayZ_Epoch_23.cmr_ovaron/mission.sqm +++ b/Server Files/MPMissions/DayZ_Epoch_23.cmr_ovaron/mission.sqm @@ -4,23 +4,22 @@ class Mission addOns[]= { "cmr_ovaron", + "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", "jetskiyanahuiaddon", "redryder" }; @@ -174,7 +173,7 @@ class Mission items=1; class Item0 { - position[]={-144,0.5,2320}; + position[]={-144,0,2320}; id=50; side="LOGIC"; vehicle="FunctionsManager"; @@ -190,85 +189,85 @@ class Mission items=23; class Item0 { - position[]={5010.4146,0.23041874,5250.3931}; + position[]={5010,0,5250}; name="center"; type="Empty"; }; class Item1 { - position[]={2109.4963,27.72921,-2496.8149}; + position[]={2109,27,-2496}; name="respawn_west"; type="Empty"; }; class Item2 { - position[]={1741.7037,90.984238,548.79932}; + position[]={1741,90,548}; name="spawn0"; type="Empty"; }; class Item3 { - position[]={1986.7854,12.723958,1442.7338}; + position[]={1986,12,1442}; name="spawn1"; type="Empty"; }; class Item4 { - position[]={5896.6621,4.0027261,1669.1687}; + position[]={5896,4,1669}; name="spawn2"; type="Empty"; }; class Item5 { - position[]={8579.4482,116.25939,1406.0083}; + position[]={8579,116,1406}; name="spawn3"; type="Empty"; }; class Item6 { - position[]={1329.8904,23.193779,906.3761}; + position[]={1329,23,906}; name="spawn4"; type="Empty"; }; class Item7 { - position[]={3918.9329,16.379374,1176.4424}; + position[]={3918,16,1176}; name="spawn5"; type="Empty"; }; class Item8 { - position[]={4891.3359,12.845276,2234.3601}; + position[]={4891,12,2234}; name="spawn6"; type="Empty"; }; class Item9 { - position[]={2735.4341,18.943182,1287.1135}; + position[]={2735,18,1287}; name="spawn7"; type="Empty"; }; class Item10 { - position[]={9368.4443,38.421394,1274.1077}; + position[]={9368,38,1274}; name="spawn8"; type="Empty"; }; class Item11 { - position[]={7735.7305,118.51051,1044.0186}; + position[]={7735,118,1044}; name="spawn9"; type="Empty"; }; class Item12 { - position[]={5794.3071,17.089689,2506.7678}; + position[]={5794,17,2506}; name="spawn10"; type="Empty"; }; class Item13 { - position[]={9638.2197,10.536925,6896.7368}; + position[]={9638,10,6896}; name="AirVehiclesF"; text="AWOL's Airfield"; type="mil_dot"; @@ -276,7 +275,7 @@ class Mission }; class Item14 { - position[]={5152.5039,0.23793237,9055.9902}; + position[]={5152,0,9055}; name="WholesalerWest"; text="West's Wholesaler"; type="mil_dot"; @@ -284,7 +283,7 @@ class Mission }; class Item15 { - position[]={9544.2578,0.17162488,4156.0928}; + position[]={9544,0,4156}; name="HeroVehicles"; text="Darren's Hero Vehicles"; type="mil_triangle"; @@ -292,7 +291,7 @@ class Mission }; class Item16 { - position[]={280.36267,0.16973685,3289.0364}; + position[]={280,0,3289}; name="NeutralAirVehicles"; text="Bandit Trader"; type="mil_dot"; @@ -300,7 +299,7 @@ class Mission }; class Item17 { - position[]={5448.2666,0.22099435,354.18604}; + position[]={5448,0,354}; name="Boats"; text="Sams Boats"; type="mil_triangle"; @@ -308,7 +307,7 @@ class Mission }; class Item18 { - position[]={5191.8691,71.372375,4103.8721}; + position[]={5191,71,4103}; name="NeutralTraders"; text="Trader City Selca"; type="mil_circle"; @@ -316,7 +315,7 @@ class Mission }; class Item19 { - position[]={5149.626,177.90121,3396.7317}; + position[]={5149,177,3396}; name="NeutralTraderCity2"; text="Trader City Pikia"; type="mil_circle"; @@ -324,7 +323,7 @@ class Mission }; class Item20 { - position[]={7273.9624,0.31089026,256.39893}; + position[]={7273,0,256}; name="WholesaleSouth"; text="South's Wholesaler"; type="mil_dot"; @@ -332,7 +331,7 @@ class Mission }; class Item21 { - position[]={5233.5771,159.65607,7078.3174}; + position[]={5233,159,7078}; name="PlanicaTraders"; text="Trader City Planica"; type="mil_circle"; @@ -340,7 +339,7 @@ class Mission }; class Item22 { - position[]={1298.927,0.24030076,9366.5508}; + position[]={1298,0,9366}; name="IslandVehiclePartsVendors"; text="Mello Vehicle/Parts Vendors"; type="mil_circle"; @@ -350,175 +349,96 @@ class Mission class Sensors { items=10; +#define TRGDEF a=100;b=100;activationBy="WEST";repeating=1;interruptable=1;age="UNKNOWN";class Effects{}; class Item0 { - position[]={5147.1323,178.10196,3396.4414}; - a=100; - b=100; - activationBy="WEST"; - repeating=1; - interruptable=1; - age="UNKNOWN"; + position[]={5147,178,3396}; + TRGDEF name="TraderCity1"; expCond="(player distance TraderCity1) < 100; "; - expActiv="[""trader city Pikla"",true,""enter""] spawn player_traderCity;"; - expDesactiv="[""trader city Pikla"",true,""leave""] spawn player_traderCity;"; - class Effects - { - }; + expActiv="[""trader city Pikla"",true,""enter""] call player_traderCity;"; + expDesactiv="[""trader city Pikla"",true,""leave""] call player_traderCity;"; }; class Item1 { - position[]={5193.2168,70.459068,4095.3093}; - a=100; - b=100; - activationBy="WEST"; - repeating=1; - interruptable=1; - age="UNKNOWN"; + position[]={5193,70,4095}; + TRGDEF name="TraderCity2"; expCond="(player distance TraderCity2) < 100; "; - expActiv="[""trader city Selca"",true,""enter""] spawn player_traderCity;"; - expDesactiv="[""trader city Selca"",true,""leave""] spawn player_traderCity;"; - class Effects - { - }; + expActiv="[""trader city Selca"",true,""enter""] call player_traderCity;"; + expDesactiv="[""trader city Selca"",true,""leave""] call player_traderCity;"; }; class Item2 { - position[]={9539.125,0.26909786,4155.8149}; - a=100; - b=100; - activationBy="WEST"; - repeating=1; - interruptable=1; - age="UNKNOWN"; + position[]={9539,0,4155}; + TRGDEF name="HeroVendors"; expCond="(player distance HeroVendors) < 100; "; - expActiv="[""Hero Trader Camp"",true,""enter""] spawn player_traderCity;"; - expDesactiv="[""Hero Trader Camp"",true,""leave""] spawn player_traderCity;"; - class Effects - { - }; + expActiv="[""Hero Trader Camp"",true,""enter""] call player_traderCity;"; + expDesactiv="[""Hero Trader Camp"",true,""leave""] call player_traderCity;"; }; class Item3 { - position[]={7257.2026,0.28394586,264.34534}; - a=100; - b=100; - activationBy="WEST"; - repeating=1; - interruptable=1; - age="UNKNOWN"; + position[]={7257,0,264}; + TRGDEF name="WholeSaler1"; expCond="(player distance WholeSaler1) < 100; "; - expActiv="[""South's Wholesale"",true,""enter""] spawn player_traderCity;"; - expDesactiv="[""South's Wholesale"",true,""leave""] spawn player_traderCity;"; - class Effects - { - }; + expActiv="[""South's Wholesale"",true,""enter""] call player_traderCity;"; + expDesactiv="[""South's Wholesale"",true,""leave""] call player_traderCity;"; }; class Item4 { - position[]={280.11743,0.15852129,3281.187}; - a=100; - b=100; - activationBy="WEST"; - repeating=1; - interruptable=1; - age="UNKNOWN"; + position[]={280,0,3281}; + TRGDEF name="BanditTrader"; expCond="(player distance BanditTrader) < 100; "; - expActiv="[""Bandit Camp"",true,""enter""] spawn player_traderCity;"; - expDesactiv="[""Bandit Camp"",true,""leave""] spawn player_traderCity;"; - class Effects - { - }; + expActiv="[""Bandit Camp"",true,""enter""] call player_traderCity;"; + expDesactiv="[""Bandit Camp"",true,""leave""] call player_traderCity;"; }; class Item5 { - position[]={9637.4951,10.960791,6894.1538}; - a=100; - b=100; - activationBy="WEST"; - repeating=1; - interruptable=1; - age="UNKNOWN"; + position[]={9637,10,6894}; + TRGDEF name="AWOLsAirField"; expCond="(player distance AWOLsAirField) < 100; "; - expActiv="[""AWOLs Airfield"",true,""enter""] spawn player_traderCity;"; - expDesactiv="[""AWOLs Airfield"",true,""leave""] spawn player_traderCity;"; - class Effects - { - }; + expActiv="[""AWOLs Airfield"",true,""enter""] call player_traderCity;"; + expDesactiv="[""AWOLs Airfield"",true,""leave""] call player_traderCity;"; }; class Item6 { - position[]={5147.8789,0.16949381,9057.6064}; - a=100; - b=100; - activationBy="WEST"; - repeating=1; - interruptable=1; - age="UNKNOWN"; + position[]={5147,0,9057}; + TRGDEF name="Wholesaler2"; expCond="(player distance Wholesaler2) < 100; "; - expActiv="[""West's Wholesale"",true,""enter""] spawn player_traderCity;"; - expDesactiv="[""West's Wholesale"",true,""leave""] spawn player_traderCity;"; - class Effects - { - }; + expActiv="[""West's Wholesale"",true,""enter""] call player_traderCity;"; + expDesactiv="[""West's Wholesale"",true,""leave""] call player_traderCity;"; }; class Item7 { - position[]={5450.9463,0.18715321,344.87939}; - a=100; - b=100; - activationBy="WEST"; - repeating=1; - interruptable=1; - age="UNKNOWN"; + position[]={5450,0,344}; + TRGDEF name="BoatVendor"; expCond="(player distance BoatVendor) < 100; "; - expActiv="[""Sams Boat Vendor"",true,""enter""] spawn player_traderCity;"; - expDesactiv="[""Sams Boat Vendor"",true,""leave""] spawn player_traderCity;"; - class Effects - { - }; + expActiv="[""Sams Boat Vendor"",true,""enter""] call player_traderCity;"; + expDesactiv="[""Sams Boat Vendor"",true,""leave""] call player_traderCity;"; }; class Item8 { - position[]={5233.355,159.59639,7078.6797}; - a=100; - b=100; - activationBy="WEST"; - repeating=1; - interruptable=1; - age="UNKNOWN"; + position[]={5233,159,7078}; + TRGDEF name="PlanicaTraders"; expCond="(player distance PlanicaTraders) < 100; "; - expActiv="[""trader city Planica"",true,""enter""] spawn player_traderCity;"; - expDesactiv="[""trader city Planica"",true,""leave""] spawn player_traderCity;"; - class Effects - { - }; + expActiv="[""trader city Planica"",true,""enter""] call player_traderCity;"; + expDesactiv="[""trader city Planica"",true,""leave""] call player_traderCity;"; }; class Item9 { - position[]={1295.7529,0.39899197,9372.4453}; - a=100; - b=100; - activationBy="WEST"; - repeating=1; - interruptable=1; - age="UNKNOWN"; + position[]={1295,0,9372}; + TRGDEF name="PlanicaTraders_1"; expCond="(player distance PlanicaTraders) < 100; "; - expActiv="[""trader city Planica"",true,""enter""] spawn player_traderCity;"; - expDesactiv="[""trader city Planica"",true,""leave""] spawn player_traderCity;"; - class Effects - { - }; + expActiv="[""trader city Planica"",true,""enter""] call player_traderCity;"; + expDesactiv="[""trader city Planica"",true,""leave""] call player_traderCity;"; }; }; }; diff --git a/Server Files/MPMissions/DayZ_Epoch_24.Napf/description.ext b/Server Files/MPMissions/DayZ_Epoch_24.Napf/description.ext index 058b18749..4712200f9 100644 --- a/Server Files/MPMissions/DayZ_Epoch_24.Napf/description.ext +++ b/Server Files/MPMissions/DayZ_Epoch_24.Napf/description.ext @@ -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 { diff --git a/Server Files/MPMissions/DayZ_Epoch_24.Napf/mission.sqm b/Server Files/MPMissions/DayZ_Epoch_24.Napf/mission.sqm index cf3dc8644..1bda2f8ab 100644 --- a/Server Files/MPMissions/DayZ_Epoch_24.Napf/mission.sqm +++ b/Server Files/MPMissions/DayZ_Epoch_24.Napf/mission.sqm @@ -4,21 +4,20 @@ class Mission addOns[]= { "napf", + "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", "jetskiyanahuiaddon", "redryder" }; @@ -49,11 +48,11 @@ class Mission class Vehicles { items=100; -#define PLRDEF position[]={10153,0.5,-4593};azimut=0;side="WEST";vehicle="Survivor1_DZ";skill=0.6;init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";player="PLAY CDG"; +#define PLRDEF position[]={10153,0,-4593};azimut=0;side="WEST";vehicle="Survivor1_DZ";skill=0.6;init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";player="PLAY CDG"; class Item0{id=0;PLRDEF}; class Item1 { - position[]={10153,0.5,-4593}; + position[]={10153,0,-4593}; azimut=0; id=0; side="WEST"; @@ -172,7 +171,7 @@ class Mission items=1; class Item0 { - position[]={8810.7705,138.52499,11751.518}; + position[]={8810,138,11751}; id=50; side="LOGIC"; vehicle="FunctionsManager"; @@ -188,92 +187,92 @@ class Mission items=23; class Item0 { - position[]={10010.905,110.96082,10448.559}; + position[]={10010,110,10448}; name="center"; type="Empty"; }; class Item1 { - position[]={10153.301,0.48597428,-4593.061}; + position[]={10153,0,-4593}; name="respawn_west"; type="Empty"; }; class Item2 { - position[]={1511.1515,6.4048538,11479.399}; + position[]={1511,6,11479}; name="spawn0"; type="Empty"; }; class Item3 { - position[]={6946.2808,7.0185013,17384.557}; + position[]={6946,7,17384}; name="spawn1"; type="Empty"; }; class Item4 { - position[]={5410.916,7.2133398,16675.912}; + position[]={5410,7,16675}; name="spawn2"; type="Empty"; }; class Item5 { - position[]={4672.4092,8.506402,14940.254}; + position[]={4672,8,14940}; name="spawn3"; type="Empty"; }; class Item6 { - position[]={2719.9617,3.2610674,12226.175}; + position[]={2719,3,12226}; name="spawn4"; type="Empty"; }; class Item7 { - position[]={12231.441,2.585845,16319.117}; + position[]={12231,2,16319}; name="spawn5"; type="Empty"; }; class Item8 { - position[]={4104.0498,22.422367,13025.828}; + position[]={4104,22,13025}; name="spawn6"; type="Empty"; }; class Item9 { - position[]={1460.7332,0.55348521,10583.732}; + position[]={1460,0,10583}; name="spawn7"; type="Empty"; }; class Item10 { - position[]={10282.8,23.0424,18449.203}; + position[]={10282,23,18449}; name="spawn8"; type="Empty"; }; class Item11 { - position[]={12861.892,2.1743674,14849.523}; + position[]={12861,2,14849}; name="spawn9"; type="Empty"; }; class Item12 { - position[]={10709.255,33.675358,17085.104}; + position[]={10709,33,17085}; name="spawn10"; type="Empty"; }; class Item13 { - position[]={8246.7275,15.544708,15490.344}; + position[]={8246,15,15490}; name="NeutralTraderCity"; text="Trader City Lenzburg"; type="mil_circle"; }; class Item14 { - position[]={12397.357,216.53304,5068.0298}; + position[]={12397,216,5068}; name="FriendlyTraderCity"; text="Trader City Schratten"; type="mil_circle"; @@ -281,7 +280,7 @@ class Mission }; class Item15 { - position[]={5150.6099,71.601753,4862.3594}; + position[]={5150,71,4862}; name="HeroVendor"; text="Hero Vendor"; type="mil_dot"; @@ -289,7 +288,7 @@ class Mission }; class Item16 { - position[]={15128.379,19.974716,16421.879}; + position[]={15128,19,16421}; name="UnarmedAirVehicles"; text="AWOLs Airfield"; type="mil_dot"; @@ -297,7 +296,7 @@ class Mission }; class Item17 { - position[]={2125.5425,13.000834,7807.833}; + position[]={2125,13,7807}; name="West Wholesaler"; text="West Wholesaler"; type="mil_dot"; @@ -305,7 +304,7 @@ class Mission }; class Item18 { - position[]={5372.1465,5.0164638,16091.704}; + position[]={5372,5,16091}; name="NorthWholesaler"; text="North Wholesaler"; type="mil_dot"; @@ -313,7 +312,7 @@ class Mission }; class Item19 { - position[]={6776.3237,-0.25546163,16955.648}; + position[]={6776,0,16955}; name="NorthBoatVendor"; text="Nordic Boats"; type="mil_dot"; @@ -321,7 +320,7 @@ class Mission }; class Item20 { - position[]={10404.296,106.05455,8282.8232}; + position[]={10404,106,8282}; name="BanditVendor"; text="Bandit Vendor"; type="mil_dot"; @@ -329,7 +328,7 @@ class Mission }; class Item21 { - position[]={16835.688,-2.917357,5268.064}; + position[]={16835,-2,5268}; name="SouthBoatVendor"; text="Pauls Boats"; type="mil_dot"; @@ -337,7 +336,7 @@ class Mission }; class Item22 { - position[]={15520.298,5.3862243,13225.447}; + position[]={15520,5,13225}; name="NeutralTraderCIty2"; text="Trader city Emmen"; type="mil_circle"; @@ -347,159 +346,96 @@ class Mission class Sensors { items=10; +#define TRGDEF a=100;b=100;activationBy="WEST";repeating=1;interruptable=1;age="UNKNOWN";class Effects{}; class Item0 { - position[]={8246.3184,15.544708,15485.867}; - activationBy="WEST"; - repeating=1; - interruptable=1; - age="UNKNOWN"; + position[]={8246,15,15485}; + TRGDEF name="Lenz"; expCond="(player distance Lenz) < 50;"; - expActiv="[""trader city Lenzburg"",true,""enter""] spawn player_traderCity;"; - expDesactiv="[""trader city Lenzburg"",true,""leave""] spawn player_traderCity;"; - class Effects - { - }; + expActiv="[""trader city Lenzburg"",true,""enter""] call player_traderCity;"; + expDesactiv="[""trader city Lenzburg"",true,""leave""] call player_traderCity;"; }; class Item1 { - position[]={15506.952,6.2226005,13229.368}; - a=100; - b=100; - activationBy="WEST"; - repeating=1; - interruptable=1; - age="UNKNOWN"; + position[]={15506,6,13229}; + TRGDEF name="Emmen"; expCond="(player distance Emmen) < 100;"; - expActiv="[""trader city Emmen"",true,""enter""] spawn player_traderCity;"; - expDesactiv="[""trader city Emmen"",true,""leave""] spawn player_traderCity;"; - class Effects - { - }; + expActiv="[""trader city Emmen"",true,""enter""] call player_traderCity;"; + expDesactiv="[""trader city Emmen"",true,""leave""] call player_traderCity;"; }; class Item2 { - position[]={12399.751,216.42809,5074.5273}; - a=75; - b=75; - activationBy="WEST"; - repeating=1; - interruptable=1; - age="UNKNOWN"; + position[]={12399,216,5074}; + TRGDEF name="Schratten"; expCond="(player distance Schratten) < 75;"; - expActiv="[""trader city Schratten"",true,""enter""] spawn player_traderCity;"; - expDesactiv="[""trader city Schratten"",true,""leave""] spawn player_traderCity;"; - class Effects - { - }; + expActiv="[""trader city Schratten"",true,""enter""] call player_traderCity;"; + expDesactiv="[""trader city Schratten"",true,""leave""] call player_traderCity;"; }; class Item3 { - position[]={10398.626,105.61282,8279.4619}; - activationBy="WEST"; - repeating=1; - interruptable=1; - age="UNKNOWN"; + position[]={10398,105,8279}; + TRGDEF name="Bandit"; expCond="(player distance Bandit) < 50;"; - expActiv="[""Bandit Camp"",true,""enter""] spawn player_traderCity;"; - expDesactiv="[""Bandit Camp"",true,""leave""] spawn player_traderCity;"; - class Effects - { - }; + expActiv="[""Bandit Camp"",true,""enter""] call player_traderCity;"; + expDesactiv="[""Bandit Camp"",true,""leave""] call player_traderCity;"; }; class Item4 { - position[]={5149.9814,71.601753,4864.1191}; - activationBy="WEST"; - repeating=1; - interruptable=1; - age="UNKNOWN"; + position[]={5149,71,4864}; + TRGDEF name="Hero"; expCond="(player distance Hero) < 50;"; - expActiv="[""Hero Vendor"",true,""enter""] spawn player_traderCity;"; - expDesactiv="[""Hero Vendor"",true,""leave""] spawn player_traderCity;"; - class Effects - { - }; + expActiv="[""Hero Vendor"",true,""enter""] call player_traderCity;"; + expDesactiv="[""Hero Vendor"",true,""leave""] call player_traderCity;"; }; class Item5 { - position[]={2122.7954,13.000834,7807.9878}; - activationBy="WEST"; - repeating=1; - interruptable=1; - age="UNKNOWN"; + position[]={2122,13,7807}; + TRGDEF name="Wholesale1"; expCond="(player distance Wholesale1) < 50;"; - expActiv="[""West Wholesaler"",true,""enter""] spawn player_traderCity;"; - expDesactiv="[""West Wholesaler"",true,""leave""] spawn player_traderCity;"; - class Effects - { - }; + expActiv="[""West Wholesaler"",true,""enter""] call player_traderCity;"; + expDesactiv="[""West Wholesaler"",true,""leave""] call player_traderCity;"; }; class Item6 { - position[]={5379.0342,4.9903588,16103.187}; - activationBy="WEST"; - repeating=1; - interruptable=1; - age="UNKNOWN"; + position[]={5379,4,16103}; + TRGDEF name="Wholesaler"; expCond="(player distance Wholesaler) < 50;"; - expActiv="[""Wholesaler"",true,""enter""] spawn player_traderCity;"; - expDesactiv="[""Wholesaler"",true,""leave""] spawn player_traderCity;"; - class Effects - { - }; + expActiv="[""Wholesaler"",true,""enter""] call player_traderCity;"; + expDesactiv="[""Wholesaler"",true,""leave""] call player_traderCity;"; }; class Item7 { - position[]={6772.8877,0.45900518,16983.27}; - activationBy="WEST"; - repeating=1; - interruptable=1; - age="UNKNOWN"; + position[]={6772,0,16983}; + TRGDEF name="Boat1"; expCond="(player distance boat1) < 50;"; - expActiv="[""Boat Vendor"",true,""enter""] spawn player_traderCity;"; - expDesactiv="[""Boat Vendor"",true,""leave""] spawn player_traderCity;"; - class Effects - { - }; + expActiv="[""Boat Vendor"",true,""enter""] call player_traderCity;"; + expDesactiv="[""Boat Vendor"",true,""leave""] call player_traderCity;"; }; class Item8 { - position[]={16839.973,0.43266046,5264.0566}; - activationBy="WEST"; - repeating=1; - interruptable=1; - age="UNKNOWN"; + position[]={16839,0,5264}; + TRGDEF name="Boat2"; expCond="(player distance boat2) < 50;"; - expActiv="[""Boat Vendor"",true,""enter""] spawn player_traderCity;"; - expDesactiv="[""Boat Vendor"",true,""leave""] spawn player_traderCity;"; - class Effects - { - }; + expActiv="[""Boat Vendor"",true,""enter""] call player_traderCity;"; + expDesactiv="[""Boat Vendor"",true,""leave""] call player_traderCity;"; }; class Item9 { - position[]={15128.379,19.974716,16421.879}; - activationBy="WEST"; - repeating=1; - interruptable=1; - age="UNKNOWN"; + position[]={15128,19,16421}; + TRGDEF name="AWOL"; expCond="(player distance awol) < 75;"; - expActiv="[""Aircraft Vendor"",true,""enter""] spawn player_traderCity;"; - expDesactiv="[""Aircraft Vendor"",true,""leave""] spawn player_traderCity;"; - class Effects - { - }; + expActiv="[""Aircraft Vendor"",true,""enter""] call player_traderCity;"; + expDesactiv="[""Aircraft Vendor"",true,""leave""] call player_traderCity;"; }; }; }; diff --git a/Server Files/MPMissions/DayZ_Epoch_25.sauerland/description.ext b/Server Files/MPMissions/DayZ_Epoch_25.sauerland/description.ext index ecfc20ce3..cb3f831cc 100644 --- a/Server Files/MPMissions/DayZ_Epoch_25.sauerland/description.ext +++ b/Server Files/MPMissions/DayZ_Epoch_25.sauerland/description.ext @@ -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 { diff --git a/Server Files/MPMissions/DayZ_Epoch_25.sauerland/mission.sqm b/Server Files/MPMissions/DayZ_Epoch_25.sauerland/mission.sqm index 60c904e5f..822eabf05 100644 --- a/Server Files/MPMissions/DayZ_Epoch_25.sauerland/mission.sqm +++ b/Server Files/MPMissions/DayZ_Epoch_25.sauerland/mission.sqm @@ -4,21 +4,20 @@ class Mission addOns[]= { "sauerland", + "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", "jetskiyanahuiaddon", "redryder" }; @@ -172,7 +171,7 @@ class Mission items=1; class Item0 { - position[]={8810.7705,138.52499,11751.518}; + position[]={8810,138,11751}; id=50; side="LOGIC"; vehicle="FunctionsManager"; @@ -188,92 +187,92 @@ class Mission items=21; class Item0 { - position[]={15177.789,286.18497,11335.177}; + position[]={15177,286,11335}; name="center"; type="Empty"; }; class Item1 { - position[]={12547.509,213.96613,-5865.772}; + position[]={12547,213,-5865}; name="respawn_west"; type="Empty"; }; class Item2 { - position[]={15448.31,216.05495,8465.623}; + position[]={15448,216,8465}; name="spawn0"; type="Empty"; }; class Item3 { - position[]={19666.295,270.17401,10377.393}; + position[]={19666,270,10377}; name="spawn1"; type="Empty"; }; class Item4 { - position[]={19488.018,384.45441,7461.5806}; + position[]={19488,384,7461}; name="spawn2"; type="Empty"; }; class Item5 { - position[]={16453.672,226.4933,6895.9395}; + position[]={16453,226,6895}; name="spawn3"; type="Empty"; }; class Item6 { - position[]={10999.656,183.10439,10157.395}; + position[]={10999,183,10157}; name="spawn4"; type="Empty"; }; class Item7 { - position[]={10668.591,229.97134,13320.411}; + position[]={10668,229,13320}; name="spawn5"; type="Empty"; }; class Item8 { - position[]={11348.783,438.95288,12225.009}; + position[]={11348,438,12225}; name="spawn6"; type="Empty"; }; class Item9 { - position[]={12104.425,272.61899,8935.666}; + position[]={12104,272,8935}; name="spawn7"; type="Empty"; }; class Item10 { - position[]={20209.986,182.53618,14501.083}; + position[]={20209,182,14501}; name="spawn8"; type="Empty"; }; class Item11 { - position[]={19478.064,234.17647,12439.542}; + position[]={19478,234,12439}; name="spawn9"; type="Empty"; }; class Item12 { - position[]={12879.336,124.57347,14982.954}; + position[]={12879,124,14982}; name="spawn10"; type="Empty"; }; class Item13 { - position[]={15487.767,87,17015.457}; + position[]={15487,87,17015}; name="NeutralTraderCity"; text="Trader City Seedorf"; type="mil_circle"; }; class Item14 { - position[]={24713.129,409.62686,21741.785}; + position[]={24713,409,21741}; name="FriendlyTraderCity"; text="Trader City Oberberg"; type="mil_circle"; @@ -281,7 +280,7 @@ class Mission }; class Item15 { - position[]={11046.387,179.40204,15669.861}; + position[]={11046,179,15669}; name="HeroVendor"; text="Hero Vendor"; type="mil_dot"; @@ -289,7 +288,7 @@ class Mission }; class Item16 { - position[]={15350.896,112.05698,18522.543}; + position[]={15350,112,18522}; name="UnarmedAirVehicles"; text="Axles Airfield"; type="mil_dot"; @@ -297,7 +296,7 @@ class Mission }; class Item17 { - position[]={2507.0181,271.86975,3870.2949}; + position[]={2507,271,3870}; name="SouthWholesaler"; text="South Wholesaler"; type="mil_dot"; @@ -305,7 +304,7 @@ class Mission }; class Item18 { - position[]={223.39224,139.88173,22703.682}; + position[]={223,139,22703}; name="NorthWholesaler"; text="North Wholesaler"; type="mil_dot"; @@ -313,7 +312,7 @@ class Mission }; class Item19 { - position[]={16989.15,300.05701,1778.1558}; + position[]={16989,300,1778}; name="BanditVendor"; text="Bandit Vendor"; type="mil_dot"; @@ -321,7 +320,7 @@ class Mission }; class Item20 { - position[]={13176.351,176.72119,6614.1758}; + position[]={13176,176,6614}; name="NeutralTraderCIty2"; text="Trader city Oberdorf"; type="mil_circle"; @@ -331,116 +330,69 @@ class Mission class Sensors { items=7; +#define TRGDEF a=100;b=100;activationBy="WEST";repeating=1;interruptable=1;age="UNKNOWN";class Effects{}; class Item0 { - position[]={15502.063,87,17015.162}; - a=100; - b=100; - activationBy="WEST"; - repeating=1; - interruptable=1; - age="UNKNOWN"; + position[]={15502,87,17015}; + TRGDEF name="Seedorf"; expCond="(player distance Seedorf) < 100;"; - expActiv="[""Boat Vendor"",true,""enter""] spawn player_traderCity;"; - expDesactiv="[""Boat Vendor"",true,""leave""] spawn player_traderCity;"; - class Effects - { - }; + expActiv="[""Boat Vendor"",true,""enter""] call player_traderCity;"; + expDesactiv="[""Boat Vendor"",true,""leave""] call player_traderCity;"; }; class Item1 { - position[]={13166.374,176.72119,6611.3574}; - a=100; - b=100; - activationBy="WEST"; - repeating=1; - interruptable=1; - age="UNKNOWN"; + position[]={13166,176,6611}; + TRGDEF name="Oberdorf"; expCond="(player distance Oberdorf) < 100;"; - expActiv="[""trader city Oberdorf"",true,""enter""] spawn player_traderCity;"; - expDesactiv="[""trader city Oberdorf"",true,""leave""] spawn player_traderCity;"; - class Effects - { - }; + expActiv="[""trader city Oberdorf"",true,""enter""] call player_traderCity;"; + expDesactiv="[""trader city Oberdorf"",true,""leave""] call player_traderCity;"; }; class Item2 { - position[]={24710.156,409.62686,21741.969}; - a=100; - b=100; - activationBy="WEST"; - repeating=1; - interruptable=1; - age="UNKNOWN"; + position[]={24710,409,21741}; + TRGDEF name="Oberberg"; expCond="(player distance Oberberg) < 100;"; - expActiv="[""trader city Oberberg"",true,""enter""] spawn player_traderCity;"; - expDesactiv="[""trader city Oberberg"",true,""leave""] spawn player_traderCity;"; - class Effects - { - }; + expActiv="[""trader city Oberberg"",true,""enter""] call player_traderCity;"; + expDesactiv="[""trader city Oberberg"",true,""leave""] call player_traderCity;"; }; class Item3 { - position[]={16983.479,300.05701,1774.7944}; - activationBy="WEST"; - repeating=1; - interruptable=1; - age="UNKNOWN"; + position[]={16983,300,1774}; + TRGDEF name="Bandit"; expCond="(player distance Bandit) < 50;"; - expActiv="[""Bandit Camp"",true,""enter""] spawn player_traderCity;"; - expDesactiv="[""Bandit Camp"",true,""leave""] spawn player_traderCity;"; - class Effects - { - }; + expActiv="[""Bandit Camp"",true,""enter""] call player_traderCity;"; + expDesactiv="[""Bandit Camp"",true,""leave""] call player_traderCity;"; }; class Item4 { - position[]={11045.76,179.40204,15671.621}; - activationBy="WEST"; - repeating=1; - interruptable=1; - age="UNKNOWN"; + position[]={11045,179,15671}; + TRGDEF name="Hero"; expCond="(player distance Hero) < 50;"; - expActiv="[""Hero Vendor"",true,""enter""] spawn player_traderCity;"; - expDesactiv="[""Hero Vendor"",true,""leave""] spawn player_traderCity;"; - class Effects - { - }; + expActiv="[""Hero Vendor"",true,""enter""] call player_traderCity;"; + expDesactiv="[""Hero Vendor"",true,""leave""] call player_traderCity;"; }; class Item5 { - position[]={2504.271,271.54337,3870.4497}; - activationBy="WEST"; - repeating=1; - interruptable=1; - age="UNKNOWN"; + position[]={2504,271,3870}; + TRGDEF name="Wholesale1"; expCond="(player distance Wholesale1) < 50;"; - expActiv="[""Wholesaler"",true,""enter""] spawn player_traderCity;"; - expDesactiv="[""Wholesaler"",true,""leave""] spawn player_traderCity;"; - class Effects - { - }; + expActiv="[""Wholesaler"",true,""enter""] call player_traderCity;"; + expDesactiv="[""Wholesaler"",true,""leave""] call player_traderCity;"; }; class Item6 { - position[]={230.57082,140.2729,22703.529}; - activationBy="WEST"; - repeating=1; - interruptable=1; - age="UNKNOWN"; + position[]={230,140,22703}; + TRGDEF name="Wholesaler"; expCond="(player distance Wholesaler) < 50;"; - expActiv="[""Wholesaler"",true,""enter""] spawn player_traderCity;"; - expDesactiv="[""Wholesaler"",true,""leave""] spawn player_traderCity;"; - class Effects - { - }; + expActiv="[""Wholesaler"",true,""enter""] call player_traderCity;"; + expDesactiv="[""Wholesaler"",true,""leave""] call player_traderCity;"; }; }; }; diff --git a/Server Files/MPMissions/DayZ_Epoch_26.sauerland_winter/description.ext b/Server Files/MPMissions/DayZ_Epoch_26.sauerland_winter/description.ext index 54db4c0fb..6eebc47f5 100644 --- a/Server Files/MPMissions/DayZ_Epoch_26.sauerland_winter/description.ext +++ b/Server Files/MPMissions/DayZ_Epoch_26.sauerland_winter/description.ext @@ -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 { diff --git a/Server Files/MPMissions/DayZ_Epoch_26.sauerland_winter/mission.sqm b/Server Files/MPMissions/DayZ_Epoch_26.sauerland_winter/mission.sqm index d671b9167..c080f978f 100644 --- a/Server Files/MPMissions/DayZ_Epoch_26.sauerland_winter/mission.sqm +++ b/Server Files/MPMissions/DayZ_Epoch_26.sauerland_winter/mission.sqm @@ -4,21 +4,20 @@ class Mission addOns[]= { "sauerland_winter", + "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", "jetskiyanahuiaddon", "redryder" }; @@ -172,7 +171,7 @@ class Mission items=1; class Item0 { - position[]={8810.7705,138.52499,11751.518}; + position[]={8810,138,11751}; id=50; side="LOGIC"; vehicle="FunctionsManager"; @@ -188,92 +187,92 @@ class Mission items=21; class Item0 { - position[]={15177.789,286.18497,11335.177}; + position[]={15177,286,11335}; name="center"; type="Empty"; }; class Item1 { - position[]={12547.509,213.96613,-5865.772}; + position[]={12547,213,-5865}; name="respawn_west"; type="Empty"; }; class Item2 { - position[]={15448.31,216.05495,8465.623}; + position[]={15448,216,8465}; name="spawn0"; type="Empty"; }; class Item3 { - position[]={19666.295,270.17401,10377.393}; + position[]={19666,270,10377}; name="spawn1"; type="Empty"; }; class Item4 { - position[]={19488.018,384.45441,7461.5806}; + position[]={19488,384,7461}; name="spawn2"; type="Empty"; }; class Item5 { - position[]={16453.672,226.4933,6895.9395}; + position[]={16453,226,6895}; name="spawn3"; type="Empty"; }; class Item6 { - position[]={10999.656,183.10439,10157.395}; + position[]={10999,183,10157}; name="spawn4"; type="Empty"; }; class Item7 { - position[]={10668.591,229.97134,13320.411}; + position[]={10668,229,13320}; name="spawn5"; type="Empty"; }; class Item8 { - position[]={11348.783,438.95288,12225.009}; + position[]={11348,438,12225}; name="spawn6"; type="Empty"; }; class Item9 { - position[]={12104.425,272.61899,8935.666}; + position[]={12104,272,8935}; name="spawn7"; type="Empty"; }; class Item10 { - position[]={20209.986,182.53618,14501.083}; + position[]={20209,182,14501}; name="spawn8"; type="Empty"; }; class Item11 { - position[]={19478.064,234.17647,12439.542}; + position[]={19478,234,12439}; name="spawn9"; type="Empty"; }; class Item12 { - position[]={12879.336,124.57347,14982.954}; + position[]={12879,124,14982}; name="spawn10"; type="Empty"; }; class Item13 { - position[]={15487.767,87,17015.457}; + position[]={15487,87,17015}; name="NeutralTraderCity"; text="Trader City Seedorf"; type="mil_circle"; }; class Item14 { - position[]={24713.129,409.62686,21741.785}; + position[]={24713,409,21741}; name="FriendlyTraderCity"; text="Trader City Oberberg"; type="mil_circle"; @@ -281,7 +280,7 @@ class Mission }; class Item15 { - position[]={11046.387,179.40204,15669.861}; + position[]={11046,179,15669}; name="HeroVendor"; text="Hero Vendor"; type="mil_dot"; @@ -289,7 +288,7 @@ class Mission }; class Item16 { - position[]={15350.896,112.05698,18522.543}; + position[]={15350,112,18522}; name="UnarmedAirVehicles"; text="Axles Airfield"; type="mil_dot"; @@ -297,7 +296,7 @@ class Mission }; class Item17 { - position[]={2507.0181,271.86975,3870.2949}; + position[]={2507,271,3870}; name="SouthWholesaler"; text="South Wholesaler"; type="mil_dot"; @@ -305,7 +304,7 @@ class Mission }; class Item18 { - position[]={223.39224,139.88173,22703.682}; + position[]={223,139,22703}; name="NorthWholesaler"; text="North Wholesaler"; type="mil_dot"; @@ -313,7 +312,7 @@ class Mission }; class Item19 { - position[]={16989.15,300.05701,1778.1558}; + position[]={16989,300,1778}; name="BanditVendor"; text="Bandit Vendor"; type="mil_dot"; @@ -321,7 +320,7 @@ class Mission }; class Item20 { - position[]={13176.351,176.72119,6614.1758}; + position[]={13176,176,6614}; name="NeutralTraderCIty2"; text="Trader city Oberdorf"; type="mil_circle"; @@ -331,116 +330,69 @@ class Mission class Sensors { items=7; +#define TRGDEF a=100;b=100;activationBy="WEST";repeating=1;interruptable=1;age="UNKNOWN";class Effects{}; class Item0 { - position[]={15502.063,87,17015.162}; - a=100; - b=100; - activationBy="WEST"; - repeating=1; - interruptable=1; - age="UNKNOWN"; + position[]={15502,87,17015}; + TRGDEF name="Seedorf"; expCond="(player distance Seedorf) < 100;"; - expActiv="[""Boat Vendor"",true,""enter""] spawn player_traderCity;"; - expDesactiv="[""Boat Vendor"",true,""leave""] spawn player_traderCity;"; - class Effects - { - }; + expActiv="[""Boat Vendor"",true,""enter""] call player_traderCity;"; + expDesactiv="[""Boat Vendor"",true,""leave""] call player_traderCity;"; }; class Item1 { - position[]={13166.374,176.72119,6611.3574}; - a=100; - b=100; - activationBy="WEST"; - repeating=1; - interruptable=1; - age="UNKNOWN"; + position[]={13166,176,6611}; + TRGDEF name="Oberdorf"; expCond="(player distance Oberdorf) < 100;"; - expActiv="[""trader city Oberdorf"",true,""enter""] spawn player_traderCity;"; - expDesactiv="[""trader city Oberdorf"",true,""leave""] spawn player_traderCity;"; - class Effects - { - }; + expActiv="[""trader city Oberdorf"",true,""enter""] call player_traderCity;"; + expDesactiv="[""trader city Oberdorf"",true,""leave""] call player_traderCity;"; }; class Item2 { - position[]={24710.156,409.62686,21741.969}; - a=100; - b=100; - activationBy="WEST"; - repeating=1; - interruptable=1; - age="UNKNOWN"; + position[]={24710,409,21741}; + TRGDEF name="Oberberg"; expCond="(player distance Oberberg) < 100;"; - expActiv="[""trader city Oberberg"",true,""enter""] spawn player_traderCity;"; - expDesactiv="[""trader city Oberberg"",true,""leave""] spawn player_traderCity;"; - class Effects - { - }; + expActiv="[""trader city Oberberg"",true,""enter""] call player_traderCity;"; + expDesactiv="[""trader city Oberberg"",true,""leave""] call player_traderCity;"; }; class Item3 { - position[]={16983.479,300.05701,1774.7944}; - activationBy="WEST"; - repeating=1; - interruptable=1; - age="UNKNOWN"; + position[]={16983,300,1774}; + TRGDEF name="Bandit"; expCond="(player distance Bandit) < 50;"; - expActiv="[""Bandit Camp"",true,""enter""] spawn player_traderCity;"; - expDesactiv="[""Bandit Camp"",true,""leave""] spawn player_traderCity;"; - class Effects - { - }; + expActiv="[""Bandit Camp"",true,""enter""] call player_traderCity;"; + expDesactiv="[""Bandit Camp"",true,""leave""] call player_traderCity;"; }; class Item4 { - position[]={11045.76,179.40204,15671.621}; - activationBy="WEST"; - repeating=1; - interruptable=1; - age="UNKNOWN"; + position[]={11045,179,15671}; + TRGDEF name="Hero"; expCond="(player distance Hero) < 50;"; - expActiv="[""Hero Vendor"",true,""enter""] spawn player_traderCity;"; - expDesactiv="[""Hero Vendor"",true,""leave""] spawn player_traderCity;"; - class Effects - { - }; + expActiv="[""Hero Vendor"",true,""enter""] call player_traderCity;"; + expDesactiv="[""Hero Vendor"",true,""leave""] call player_traderCity;"; }; class Item5 { - position[]={2504.271,271.54337,3870.4497}; - activationBy="WEST"; - repeating=1; - interruptable=1; - age="UNKNOWN"; + position[]={2504,271,3870}; + TRGDEF name="Wholesale1"; expCond="(player distance Wholesale1) < 50;"; - expActiv="[""Wholesaler"",true,""enter""] spawn player_traderCity;"; - expDesactiv="[""Wholesaler"",true,""leave""] spawn player_traderCity;"; - class Effects - { - }; + expActiv="[""Wholesaler"",true,""enter""] call player_traderCity;"; + expDesactiv="[""Wholesaler"",true,""leave""] call player_traderCity;"; }; class Item6 { - position[]={230.57082,140.2729,22703.529}; - activationBy="WEST"; - repeating=1; - interruptable=1; - age="UNKNOWN"; + position[]={230,140,22703}; + TRGDEF name="Wholesaler"; expCond="(player distance Wholesaler) < 50;"; - expActiv="[""Wholesaler"",true,""enter""] spawn player_traderCity;"; - expDesactiv="[""Wholesaler"",true,""leave""] spawn player_traderCity;"; - class Effects - { - }; + expActiv="[""Wholesaler"",true,""enter""] call player_traderCity;"; + expDesactiv="[""Wholesaler"",true,""leave""] call player_traderCity;"; }; }; }; diff --git a/Server Files/MPMissions/DayZ_Epoch_3.Shapur_BAF/description.ext b/Server Files/MPMissions/DayZ_Epoch_3.Shapur_BAF/description.ext index 47fda1830..7d7570132 100644 --- a/Server Files/MPMissions/DayZ_Epoch_3.Shapur_BAF/description.ext +++ b/Server Files/MPMissions/DayZ_Epoch_3.Shapur_BAF/description.ext @@ -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 { diff --git a/Server Files/MPMissions/DayZ_Epoch_3.Shapur_BAF/mission.sqm b/Server Files/MPMissions/DayZ_Epoch_3.Shapur_BAF/mission.sqm index 06118272e..0e7ca79e3 100644 --- a/Server Files/MPMissions/DayZ_Epoch_3.Shapur_BAF/mission.sqm +++ b/Server Files/MPMissions/DayZ_Epoch_3.Shapur_BAF/mission.sqm @@ -4,23 +4,22 @@ class Mission addOns[]= { "shapur_baf", + "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", "cacharacters_e", "cacharacters2", "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,85 +188,85 @@ class Mission items=15; class Item0 { - position[]={1096.8087,56.605297,1052.057}; + position[]={1096,56,1052}; name="center"; type="Empty"; }; class Item1 { - position[]={-2151.3408,27.553301,-1203.4253}; + position[]={-2151,27,-1203}; name="respawn_west"; type="Empty"; }; class Item2 { - position[]={884.63147,46.671883,1261.1254}; + position[]={884,46,1261}; name="spawn0"; type="Empty"; }; class Item3 { - position[]={1324.493,40.542904,1708.7531}; + position[]={1324,40,1708}; name="spawn1"; type="Empty"; }; class Item4 { - position[]={922.55054,38.376064,1579.1766}; + position[]={922,38,1579}; name="spawn2"; type="Empty"; }; class Item5 { - position[]={287.30444,30.581758,142.39673}; + position[]={287,30,142}; name="spawn3"; type="Empty"; }; class Item6 { - position[]={393.3996,31.292519,810.24463}; + position[]={393,31,810}; name="spawn4"; type="Empty"; }; class Item7 { - position[]={912.71411,40.109173,694.97668}; + position[]={912,40,694}; name="spawn5"; type="Empty"; }; class Item8 { - position[]={1627.6064,43.443638,294.58221}; + position[]={1627,43,294}; name="spawn6"; type="Empty"; }; class Item9 { - position[]={1669.5148,43.351646,1111.2993}; + position[]={1669,43,1111}; name="spawn7"; type="Empty"; }; class Item10 { - position[]={1685.6675,43.963646,1570.8777}; + position[]={1685,43,1570}; name="spawn8"; type="Empty"; }; class Item11 { - position[]={1134.9419,40.817856,152.53906}; + position[]={1134,40,152}; name="spawn9"; type="Empty"; }; class Item12 { - position[]={1673.8231,47.049732,699.98364}; + position[]={1673,47,699}; name="spawn10"; type="Empty"; }; class Item13 { - position[]={506.71414,32.311069,1105.4866}; + position[]={506,32,1105}; name="test"; text="Safe Zone"; markerType="ELLIPSE"; @@ -279,7 +278,7 @@ class Mission }; class Item14 { - position[]={410.62592,32.156261,1196.1069}; + position[]={410,32,1196}; name="Safe Zone"; text="Safe Zone (NO PVP!)"; type="mil_warning"; diff --git a/Server Files/MPMissions/DayZ_Epoch_4.Zargabad/description.ext b/Server Files/MPMissions/DayZ_Epoch_4.Zargabad/description.ext index e1701bd0e..2835529b6 100644 --- a/Server Files/MPMissions/DayZ_Epoch_4.Zargabad/description.ext +++ b/Server Files/MPMissions/DayZ_Epoch_4.Zargabad/description.ext @@ -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 { diff --git a/Server Files/MPMissions/DayZ_Epoch_4.Zargabad/mission.sqm b/Server Files/MPMissions/DayZ_Epoch_4.Zargabad/mission.sqm index 26bf02138..0c5a0e149 100644 --- a/Server Files/MPMissions/DayZ_Epoch_4.Zargabad/mission.sqm +++ b/Server Files/MPMissions/DayZ_Epoch_4.Zargabad/mission.sqm @@ -4,16 +4,16 @@ class Mission addOns[]= { "zargabad", + "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", @@ -172,7 +172,7 @@ class Mission items=1; class Item0 { - position[]={-144,0.5,2320}; + position[]={-144,0,2320}; id=50; side="LOGIC"; vehicle="FunctionsManager"; @@ -188,85 +188,85 @@ class Mission items=15; class Item0 { - position[]={4008.2993,16.185383,3980.938}; + position[]={4008,16,3980}; name="center"; type="Empty"; }; class Item1 { - position[]={5013.0796,70.806229,-4117.3838}; + position[]={5013,70,-4117}; name="respawn_west"; type="Empty"; }; class Item2 { - position[]={3202.9771,15.897918,4507.9878}; + position[]={3202,15,4507}; name="spawn0"; type="Empty"; }; class Item3 { - position[]={2929.7903,26.051424,4010.7637}; + position[]={2929,26,4010}; name="spawn1"; type="Empty"; }; class Item4 { - position[]={2798.1099,36.291965,3502.229}; + position[]={2798,36,3502}; name="spawn2"; type="Empty"; }; class Item5 { - position[]={3338.927,11.758877,3139.917}; + position[]={3338,11,3139}; name="spawn3"; type="Empty"; }; class Item6 { - position[]={3833.1604,12.861705,2940.02}; + position[]={3833,12,2940}; name="spawn4"; type="Empty"; }; class Item7 { - position[]={4457.5381,11.387321,3000.3779}; + position[]={4457,11,3000}; name="spawn5"; type="Empty"; }; class Item8 { - position[]={3698.5793,28.153532,5002.1167}; + position[]={3698,28,5002}; name="spawn6"; type="Empty"; }; class Item9 { - position[]={5042.6992,15.64042,3989.9597}; + position[]={5042,15,3989}; name="spawn7"; type="Empty"; }; class Item10 { - position[]={4270.0552,23.945889,5060.2764}; + position[]={4270,23,5060}; name="spawn8"; type="Empty"; }; class Item11 { - position[]={4757.124,9.2853222,3498.8633}; + position[]={4757,9,3498}; name="spawn9"; type="Empty"; }; class Item12 { - position[]={4700.2817,28.184851,5096.313}; + position[]={4700,28,5096}; name="spawn10"; type="Empty"; }; class Item13 { - position[]={3568.9497,27.889961,6816.1289}; + position[]={3568,27,6816}; name="HeroCamp"; text="FOB Haroo"; type="mil_circle"; @@ -274,7 +274,7 @@ class Mission }; class Item14 { - position[]={4753.9204,64.943069,831.62354}; + position[]={4753,64,831}; name="BanditCamp"; text="Old Firuz Baharv"; type="mil_circle"; diff --git a/Server Files/MPMissions/DayZ_Epoch_5.Bootcamp_ACR/description.ext b/Server Files/MPMissions/DayZ_Epoch_5.Bootcamp_ACR/description.ext index 7389584eb..deac29aeb 100644 --- a/Server Files/MPMissions/DayZ_Epoch_5.Bootcamp_ACR/description.ext +++ b/Server Files/MPMissions/DayZ_Epoch_5.Bootcamp_ACR/description.ext @@ -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 { diff --git a/Server Files/MPMissions/DayZ_Epoch_5.Bootcamp_ACR/mission.sqm b/Server Files/MPMissions/DayZ_Epoch_5.Bootcamp_ACR/mission.sqm index e19d74fc8..69b273a33 100644 --- a/Server Files/MPMissions/DayZ_Epoch_5.Bootcamp_ACR/mission.sqm +++ b/Server Files/MPMissions/DayZ_Epoch_5.Bootcamp_ACR/mission.sqm @@ -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"; }; diff --git a/Server Files/MPMissions/DayZ_Epoch_7.Lingor/description.ext b/Server Files/MPMissions/DayZ_Epoch_7.Lingor/description.ext index c586f6bf1..68922f1ea 100644 --- a/Server Files/MPMissions/DayZ_Epoch_7.Lingor/description.ext +++ b/Server Files/MPMissions/DayZ_Epoch_7.Lingor/description.ext @@ -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 { diff --git a/Server Files/MPMissions/DayZ_Epoch_7.Lingor/mission.sqm b/Server Files/MPMissions/DayZ_Epoch_7.Lingor/mission.sqm index c4d89c6d5..0bf17cb90 100644 --- a/Server Files/MPMissions/DayZ_Epoch_7.Lingor/mission.sqm +++ b/Server Files/MPMissions/DayZ_Epoch_7.Lingor/mission.sqm @@ -4,6 +4,8 @@ class Mission addOns[]= { "brg_africa", + "map_eu", + "ca_modules_animals", "CABuildings", "CABuildings2", "CAMisc", @@ -15,16 +17,14 @@ class Mission "ibr_plants", "ibr_hangars", "ibr_airports", - "ca_modules_animals", "dayz_anim", "dayz_code", "dayz_communityassets", "dayz_weapons", "dayz_equip", - "dayz_epoch", - "dayz_vehicles", "cacharacters_pmc", "ca_modules_functions", + "dayz_epoch", "ibr_lingor", "ibr_lcivilian_patch", "chn_crocodile", @@ -32,7 +32,6 @@ class Mission "glt_m300t", "pook_h13", "csj_gyroac", - "map_eu", "jetskiyanahuiaddon", "redryder" }; @@ -186,7 +185,7 @@ class Mission items=1; class Item0 { - position[]={-144,0.5,2320}; + position[]={-144,0,2320}; id=50; side="LOGIC"; vehicle="FunctionsManager"; @@ -202,85 +201,85 @@ class Mission items=37; class Item0 { - position[]={4078.8516,30.836605,4757.7241}; + position[]={4078,30,4757}; name="center"; type="Empty"; }; class Item1 { - position[]={4989.1367,1.1281254,-4178.9229}; + position[]={4989,1,-4178}; name="respawn_west"; type="Empty"; }; class Item2 { - position[]={2085.0869,12.754358,5500.8735}; + position[]={2085,12,5500}; name="spawn0"; type="Empty"; }; class Item3 { - position[]={1355.4587,13.228598,315.10571}; + position[]={1355,13,315}; name="spawn1"; type="Empty"; }; class Item4 { - position[]={4549.9399,2.847357,912.68982}; + position[]={4549,2,912}; name="spawn2"; type="Empty"; }; class Item5 { - position[]={8880.2793,4.9778252,1703.156}; + position[]={8880,4,1703}; name="spawn3"; type="Empty"; }; class Item6 { - position[]={579.80536,15.394942,5547.1782}; + position[]={579,15,5547}; name="spawn4"; type="Empty"; }; class Item7 { - position[]={3249.5935,6.3452759,2555.6763}; + position[]={3249,6,2555}; name="spawn5"; type="Empty"; }; class Item8 { - position[]={6143.4604,6.6867952,2753.012}; + position[]={6143,6,2753}; name="spawn6"; type="Empty"; }; class Item9 { - position[]={1268.5149,14.039586,2857.6775}; + position[]={1268,14,2857}; name="spawn7"; type="Empty"; }; class Item10 { - position[]={8295.4883,8.9126549,8667.2041}; + position[]={8295,8,8667}; name="spawn8"; type="Empty"; }; class Item11 { - position[]={9071.9766,14.249757,7322.6162}; + position[]={9071,14,7322}; name="spawn9"; type="Empty"; }; class Item12 { - position[]={6898.7329,6.2468476,3970.9077}; + position[]={6898,6,3970}; name="spawn10"; type="Empty"; }; class Item13 { - position[]={6011.7676,13.080506,6626.9902}; + position[]={6011,13,6626}; name="RaceTrack"; text="Rommelo's Raceway"; type="mil_dot"; @@ -290,7 +289,7 @@ class Mission }; class Item14 { - position[]={6539.8096,20.420567,6868.8203}; + position[]={6539,20,6868}; name="RepairGuy"; text="Axles Repair Shop"; type="mil_box"; @@ -298,7 +297,7 @@ class Mission }; class Item15 { - position[]={7026.7695,11.873646,7105.6934}; + position[]={7026,11,7105}; name="PlaneVendor"; text="AWOL's Planes"; type="mil_dot"; @@ -306,7 +305,7 @@ class Mission }; class Item16 { - position[]={3054.834,14.806208,8032.8389}; + position[]={3054,14,8032}; name="Wholesale"; text="Wholesaler Blivion"; type="mil_dot"; @@ -314,7 +313,7 @@ class Mission }; class Item17 { - position[]={3608.7268,235.08131,3685.8149}; + position[]={3608,235,3685}; name="HighWeapons/ammo"; text="Jim and Joe's Weapons/Ammo"; type="mil_dot"; @@ -322,7 +321,7 @@ class Mission }; class Item18 { - position[]={4245.8931,46.366299,4486.48}; + position[]={4245,46,4486}; name="Parts"; text="Whiskey's Parts"; type="mil_box"; @@ -330,7 +329,7 @@ class Mission }; class Item19 { - position[]={4138.7852,23.635477,1492.9089}; + position[]={4138,23,1492}; name="Choppers"; text="Chip's Choppers"; type="mil_dot"; @@ -338,7 +337,7 @@ class Mission }; class Item20 { - position[]={7553.0757,11.996795,3028.4924}; + position[]={7553,11,3028}; name="lowEndCars"; text="Used Cars"; type="mil_dot"; @@ -346,7 +345,7 @@ class Mission }; class Item21 { - position[]={7514.9941,10.998494,2953.7041}; + position[]={7514,10,2953}; name="LowEndWeapons"; text="Chuck and Buck's Weapons/Ammo"; type="mil_dot"; @@ -354,7 +353,7 @@ class Mission }; class Item22 { - position[]={3024.4265,45.493584,5956.77}; + position[]={3024,45,5956}; name="HighEndCars"; text="Green's Quality Cars"; type="mil_dot"; @@ -362,7 +361,7 @@ class Mission }; class Item23 { - position[]={895.26929,29.506145,5271.8955}; + position[]={895,29,5271}; name="MedicalandBags"; text="Alejandria and Melly's Medica/Survival Shop"; type="mil_dot"; @@ -370,7 +369,7 @@ class Mission }; class Item24 { - position[]={8357.583,23.403641,8740.0039}; + position[]={8357,23,8740}; name="Wholesaler"; text="Wholesaler Clive"; type="mil_dot"; @@ -378,7 +377,7 @@ class Mission }; class Item25 { - position[]={4178.8506,12.651016,2342.1643}; + position[]={4178,12,2342}; name="BagsNFood"; text="Bag lady Gina"; type="mil_dot"; @@ -386,7 +385,7 @@ class Mission }; class Item26 { - position[]={728.23462,41.254562,1571.2231}; + position[]={728,41,1571}; name="Wholesalers"; text="Wholesaler Santos"; type="mil_dot"; @@ -394,7 +393,7 @@ class Mission }; class Item27 { - position[]={1724.5925,42.225693,4137.6128}; + position[]={1724,42,4137}; name="DirtTrackVendor"; text="Adventure 4x4"; type="mil_dot"; @@ -402,7 +401,7 @@ class Mission }; class Item28 { - position[]={2376.5916,56.980717,4120.5234}; + position[]={2376,56,4120}; name="OffRoad4x4"; text="MotoDrom 4x4 Offroad"; type="mil_dot"; @@ -410,7 +409,7 @@ class Mission }; class Item29 { - position[]={4015.4907,4.2447982,5216.2656}; + position[]={4015,4,5216}; name="BoatVendor"; text="Big Bob's Boats"; type="mil_triangle"; @@ -418,7 +417,7 @@ class Mission }; class Item30 { - position[]={5523.2813,2.2458067,4412.8027}; + position[]={5523,2,4412}; name="BoatVendor1"; text="Juan's Tour Boats"; type="mil_triangle"; @@ -426,7 +425,7 @@ class Mission }; class Item31 { - position[]={3939.04,2.6928787,2199.4922}; + position[]={3939,2,2199}; name="BoatVendor2"; text="Jd's Armed boats"; type="mil_triangle"; @@ -434,7 +433,7 @@ class Mission }; class Item32 { - position[]={6673.0313,52.049561,6355.9775}; + position[]={6673,52,6355}; name="BagVendor1"; text="Stella's Stop"; type="mil_dot"; @@ -442,7 +441,7 @@ class Mission }; class Item33 { - position[]={4238.8086,48.201847,4842.0874}; + position[]={4238,48,4842}; name="BagVendor2"; text="Samish Shop"; type="mil_dot"; @@ -450,7 +449,7 @@ class Mission }; class Item34 { - position[]={6679.3359,26.402266,4296.9727}; + position[]={6679,26,4296}; name="Doctor2"; text="Mad Scientist"; type="mil_dot"; @@ -458,7 +457,7 @@ class Mission }; class Item35 { - position[]={4099.8286,16.890327,9242.6455}; + position[]={4099,16,9242}; name="BanditTrader"; text="Bandit Trader"; type="mil_dot"; @@ -466,7 +465,7 @@ class Mission }; class Item36 { - position[]={4139.7085,23.635477,1465.8002}; + position[]={4139,23,1465}; name="HeroTrader"; text="Hero Trader"; type="mil_dot"; diff --git a/Server Files/MPMissions/DayZ_Epoch_8.ProvingGrounds_PMC/description.ext b/Server Files/MPMissions/DayZ_Epoch_8.ProvingGrounds_PMC/description.ext index 3efd5a21a..b3aab1a58 100644 --- a/Server Files/MPMissions/DayZ_Epoch_8.ProvingGrounds_PMC/description.ext +++ b/Server Files/MPMissions/DayZ_Epoch_8.ProvingGrounds_PMC/description.ext @@ -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 { diff --git a/Server Files/MPMissions/DayZ_Epoch_8.ProvingGrounds_PMC/mission.sqm b/Server Files/MPMissions/DayZ_Epoch_8.ProvingGrounds_PMC/mission.sqm index d617543d5..2854105e6 100644 --- a/Server Files/MPMissions/DayZ_Epoch_8.ProvingGrounds_PMC/mission.sqm +++ b/Server Files/MPMissions/DayZ_Epoch_8.ProvingGrounds_PMC/mission.sqm @@ -4,21 +4,20 @@ class Mission addOns[]= { "provinggrounds_pmc", + "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[]={1056.1965,51.670532,1016.5417}; + position[]={1056,51,1016}; name="center"; type="Empty"; }; class Item1 { - position[]={3796.6313,42.429188,3281.6545}; + position[]={3796,42,3281}; name="respawn_west"; type="Empty"; }; class Item2 { - position[]={436.67371,70.601822,420.24353}; + position[]={436,70,420}; name="spawn0"; type="Empty"; }; class Item3 { - position[]={1294.0793,19.188629,1259.0656}; + position[]={1294,19,1259}; name="spawn1"; type="Empty"; }; class Item4 { - position[]={1087.5112,50.086475,1678.8763}; + position[]={1087,50,1678}; name="spawn2"; type="Empty"; }; class Item5 { - position[]={405.57788,51.27367,1684.6263}; + position[]={405,51,1684}; name="spawn3"; type="Empty"; }; class Item6 { - position[]={411.64197,68.443993,977.93005}; + position[]={411,68,977}; name="spawn4"; type="Empty"; }; class Item7 { - position[]={751.83734,51.168613,770.30115}; + position[]={751,51,770}; name="spawn5"; type="Empty"; }; class Item8 { - position[]={1412.2501,49.346016,432.15765}; + position[]={1412,49,432}; name="spawn6"; type="Empty"; }; class Item9 { - position[]={1685.077,52.313633,1061.4493}; + position[]={1685,52,1061}; name="spawn7"; type="Empty"; }; class Item10 { - position[]={1536.2695,50.695183,1530.3745}; + position[]={1536,50,1530}; name="spawn8"; type="Empty"; }; class Item11 { - position[]={985.57458,51.041744,426.71338}; + position[]={985,51,426}; name="spawn9"; type="Empty"; }; class Item12 { - position[]={1717.3979,55.471294,681.28967}; + position[]={1717,55,681}; name="spawn10"; type="Empty"; }; diff --git a/Server Files/MPMissions/DayZ_Epoch_9.Woodland_ACR/description.ext b/Server Files/MPMissions/DayZ_Epoch_9.Woodland_ACR/description.ext index 93b764575..054c835b0 100644 --- a/Server Files/MPMissions/DayZ_Epoch_9.Woodland_ACR/description.ext +++ b/Server Files/MPMissions/DayZ_Epoch_9.Woodland_ACR/description.ext @@ -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 { diff --git a/Server Files/MPMissions/DayZ_Epoch_9.Woodland_ACR/mission.sqm b/Server Files/MPMissions/DayZ_Epoch_9.Woodland_ACR/mission.sqm index 313c9024e..923be12ac 100644 --- a/Server Files/MPMissions/DayZ_Epoch_9.Woodland_ACR/mission.sqm +++ b/Server Files/MPMissions/DayZ_Epoch_9.Woodland_ACR/mission.sqm @@ -4,21 +4,20 @@ class Mission addOns[]= { "woodland_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[]={4103.1338,313.21164,5133.9639}; + position[]={4103,313,5133}; name="center"; type="Empty"; }; class Item1 { - position[]={-8121.4678,344.60059,12263.9}; + position[]={-8121,344,12263}; name="respawn_west"; type="Empty"; }; class Item2 { - position[]={2607.7231,191.32516,4093.9414}; + position[]={2607,191,4093}; name="spawn0"; type="Empty"; }; class Item3 { - position[]={1038.5366,316.2226,6328.1382}; + position[]={1038,316,6328}; name="spawn1"; type="Empty"; }; class Item4 { - position[]={6740.0137,117.94658,4533.6152}; + position[]={6740,117,4533}; name="spawn2"; type="Empty"; }; class Item5 { - position[]={3804.7051,239.68512,3716.4133}; + position[]={3804,239,3716}; name="spawn3"; type="Empty"; }; class Item6 { - position[]={1268.0143,246.92937,4057.925}; + position[]={1268,246,4057}; name="spawn4"; type="Empty"; }; class Item7 { - position[]={5377.2612,184.86072,3578.0767}; + position[]={5377,184,3578}; name="spawn5"; type="Empty"; }; class Item8 { - position[]={4513.6646,174.26073,6245.9609}; + position[]={4513,174,6245}; name="spawn6"; type="Empty"; }; class Item9 { - position[]={1007.1273,304.23602,5306.6113}; + position[]={1007,304,5306}; name="spawn7"; type="Empty"; }; class Item10 { - position[]={2800.4121,356.50119,6326.6196}; + position[]={2800,356,6326}; name="spawn8"; type="Empty"; }; class Item11 { - position[]={2594.9475,260.64471,5201.458}; + position[]={2594,260,5201}; name="spawn9"; type="Empty"; }; class Item12 { - position[]={5498.0342,230.34669,5209.3574}; + position[]={5498,230,5209}; name="spawn10"; type="Empty"; };