diff --git a/CHANGE LOG 1.0.5.2.txt b/CHANGE LOG 1.0.5.2.txt
index db2a592a3..bdf4092c1 100644
--- a/CHANGE LOG 1.0.5.2.txt
+++ b/CHANGE LOG 1.0.5.2.txt
@@ -1,10 +1,16 @@
+[NEW] RedRyder BB Gun by @arma2WillRobinson
+[NEW] DB Backup script. @RimBlock
[NEW] Use DayZ_UseSteamID = false; in your init.sqf to use the old PlayerUID, instead of SteamID @icomrade
[NEW] UI Update - Graphical and code changes, enable using Dayz_Dark_UI = true; in init.sqf. @hogscraper http://epochmod.com/forum/index.php?/topic/13654-proposed-ui-change/
[NOTE] It's recommend to convert to the new SteamID system if possible, new servers should not use DayZ_UseSteamID = false;
-[NEW] Snap building (disabled by default), use DZE_snapBuilding = true; in your init.sqf to enable. @raymix
+[NEW] Snap building (disabled by default), use DZE_modularBuild = true; in your init.sqf to enable. @raymix
+[NEW] Modular/Function based player_build for addon makers and modders. @raymix (more info and concepts - http://epochmod.com/forum/index.php?/topic/14628-modular-function-based-player-buildsqf/ )
+[NEW] Added "RedRyder" and "350Rnd_BB_Magazine" to loot pile. #1456 #1457 @Namindu
[CHANGED] An infection chance of -1 disables self-transfusion infection. 0 is always infected. (DZE_selfTransfuse_Values) @icomrade
[CHANGED] Removed weapons from Traders hands and made them stand with arms by their side. @SilvDev
+[CHANGED] Tweaked fuel capacity variables for vehicles. @RimBlock
+[CHANGED] Tweaked rotate_logs.bat to incorporate the day of the week for better organization @Raziel23x
[FIXED] Backpack wipes when changing clothes. #1361 @icomrade
[FIXED] CH53 gear when locked #1364 @icomrade
@@ -12,9 +18,22 @@
[FIXED] Only first kill showing on death boards #1362 #1124 @vbawol @icomrade
[FIXED] Crossbow quivers not working #1355 @icomrade
[FIXED] Crash_spawner & Supply_drop modules spawning inaccessible loot piles #1408 #1390 @Uro1
+[FIXED] Undefined variable "_weapon" in fnc_plyrHit.sqf when killer is driving a vehicle #1420 @ebaydayz
+[FIXED] Fire cleanup diag_log error in server_functions.sqf #1421 @ebaydayz
+[FIXED] NearestObjects position error in server_playerSync.sqf #1425 @ebaydayz
+[FIXED] Corrected ClassName type for CH53_DZE and BAF_Merlin_DZE. @Cinjun
+[FIXED] Some counts reverted to forEach - count loops can not be nested inside other count loops #1491-#1495 @ebaydayz
+[FIXED] Safes empty when opening after restart #1467 @ebaydayz
+[FIXED] Dynamic_vehicle spawning non-upgradable classes of hilux1 & datsun1. @Uro1
+[FIXED] Eating while inside a vehicle did not drop empty can @deadeye2
+[FIXED] Zombie loot error when using loot tables in mission file @deadeye2
+[FIXED] Trader menu expected array error #1618-1620 @ebaydayz
[UPDATED] .hpp files updated in dayz_epoch_b CfgLootPos > CfgBuildingPos. @Uro1
[UPDATED] .bat files updated in Config-Examples @Raziel23x
+[UPDATED] Updated all config.cfg in Config-Examples, Added Default Steam Ports and Updated Layout. @Namindu
+[UPDATED] Epoch.sql, 1.0.5_Updates.sql & CfgServerTraders with correct classnames for upgradable hilux1 & datsun1 versions. @Uro1
+[UPDATED] mission.sqm to compact format from DayZ Mod 1.8.3 @ebaydayz
[INFO] (EXTREMELY IMPORTANT) Server owners MUST update their required build and beta to 125548
[INFO] Server admins should add requiredSecureId = 2; to their server.cfg to prevent uid spoofing.
diff --git a/SQF/dayz_code/Configs/CfgExtra/snappoints.hpp b/SQF/dayz_code/Configs/CfgExtra/snappoints.hpp
index d21cd2665..320ad90a5 100644
--- a/SQF/dayz_code/Configs/CfgExtra/snappoints.hpp
+++ b/SQF/dayz_code/Configs/CfgExtra/snappoints.hpp
@@ -14,6 +14,7 @@ class SnapBuilding {
"BagFenceRound_DZ",
"Fort_RazorWire"
};
+ radius = 5;
};
//snap points
class Land_HBarrier5Preview: Barrier{ //fix for broken offsets in ghost
@@ -122,6 +123,7 @@ class SnapBuilding {
"CinderWallDoorSmall_DZ",
"MetalFloor_DZ"
};
+ radius = 7;
};
class WoodFloorQuarter_Preview_DZ: FloorsWallsStairs { //fix for broken offsets in ghost
@@ -171,6 +173,7 @@ class SnapBuilding {
{-2.45,0,0.130,"Left"},
{2.45,0,0.130,"Right"}
};
+ radius = 10;
};
class WoodFloor_DZ: WoodFloor_Preview_DZ{};
@@ -183,6 +186,7 @@ class SnapBuilding {
{-1.73926,0.05,0,"Bottom"}
};
};
+ class WoodStairs_DZ: Stairs_DZE {};
class WoodStairs_Preview_DZ: Stairs_DZE {};
class WoodStairsSans_Preview_DZ: Stairs_DZE {};
class WoodStairsSans_DZ: Stairs_DZE {};
@@ -203,6 +207,7 @@ class SnapBuilding {
class WoodSmallWallWin_DZ: WoodSmall_DZE {};
class Land_DZE_WoodDoor: WoodSmall_DZE {};
class Land_DZE_WoodDoorLocked: WoodSmall_DZE {};
+ class WoodDoor_Preview_DZ: WoodSmall_DZE{};
class WoodLarge_DZE: FloorsWallsStairs { //Large wood walls
points[] = {
@@ -241,6 +246,7 @@ class SnapBuilding {
{2.752, 0, 1.5,"Right"},
{0, 0, 3.37042,"Top"}
};
+ radius = 10;
};
class CinderWall_Preview_DZ: Cinder_DZE {};
class CinderWallDoorway_Preview_DZ: Cinder_DZE {};
@@ -277,6 +283,7 @@ class SnapBuilding {
{-2.64, 0, 0.009,"Left"},
{2.64, 0, 0.009,"Right"}
};
+ radius = 12;
};
class MetalFloor_DZ: FloorsWallsStairs{
points[] = {
@@ -286,6 +293,7 @@ class SnapBuilding {
{-2.64, 0, 0.15,"Left"},
{2.64, 0, 0.15,"Right"}
};
+ radius = 12;
};
@@ -294,6 +302,7 @@ class SnapBuilding {
snapTo[] = {
"WoodCrate_DZ"
};
+ radius = 5;
points[] = {
{0,0,0,"Pivot"},
{0,-0.47,0,"Back"},
@@ -308,6 +317,7 @@ class SnapBuilding {
snapTo[] = {
"MetalPanel_DZ"
};
+ radius = 5;
points[] = {
{0,0,0,"Pivot"},
{-1.5,0,0,"Left"},
@@ -319,6 +329,7 @@ class SnapBuilding {
snapTo[] = {
"MetalGate_DZ"
};
+ radius = 5;
points[] = {
{0,0,0,"Pivot"},
{-4.1,0,0,"Left"}
@@ -329,6 +340,7 @@ class SnapBuilding {
snapTo[] = {
"StickFence_DZ"
};
+ radius = 10;
points[] = {
{0,0,0,"Pivot"},
{-2.95,0,0.3,"Left"},
@@ -340,6 +352,7 @@ class SnapBuilding {
snapTo[] = {
"Fence_corrugated_DZ"
};
+ radius = 10;
points[] = {
{0,0,0,"Pivot"},
{-1.95,0,0.88,"Left"},
@@ -351,6 +364,7 @@ class SnapBuilding {
snapTo[] = {
"WoodRamp_DZ"
};
+ radius = 7;
points[] = {
{0,0,0,"Pivot"},
{0.65,-1.7,1.2,"Back"},
@@ -364,6 +378,7 @@ class SnapBuilding {
snapTo[] = {
"WoodLadder_DZ"
};
+ radius = 5;
points[] = {
{0,0,0,"Pivot"},
{-0.4,0,1.725,"Left"},
@@ -377,6 +392,7 @@ class SnapBuilding {
"VaultStorageLocked",
"VaultStorage"
};
+ radius = 5;
points[] = {
{0,0,0,"Pivot"},
{0,0.284,0.615,"Back"},
diff --git a/SQF/dayz_code/Configs/CfgLoot/CfgLoot.hpp b/SQF/dayz_code/Configs/CfgLoot/CfgLoot.hpp
index 375f49244..4e3588be7 100644
--- a/SQF/dayz_code/Configs/CfgLoot/CfgLoot.hpp
+++ b/SQF/dayz_code/Configs/CfgLoot/CfgLoot.hpp
@@ -26,6 +26,8 @@ class CfgLoot {
,{"FoodBioMeat",0.01}
,{"8Rnd_9x18_MakarovSD",0.01}
,{"ItemDocument",0.03}
+ ,{"RedRyder",0.06}
+ ,{"350Rnd_BB_Magazine",0.07}
};
office2[] = {
{"FoodCanUnlabeled",0.07}
@@ -47,6 +49,7 @@ class CfgLoot {
,{"8Rnd_9x18_MakarovSD",0.01}
,{"ItemBriefcaseEmpty",0.01}
,{"ItemDocument",0.02}
+ ,{"350Rnd_BB_Magazine",0.09}
};
food[] = {
{"TrashTinCan",0.09}
@@ -84,6 +87,7 @@ class CfgLoot {
,{"8Rnd_9x18_Makarov",0.08}
,{"15Rnd_W1866_Slug",0.02}
,{"WoodenArrow",0.04}
+ ,{"350Rnd_BB_Magazine",0.05}
,{"HandRoadFlare",0.07}
,{"ItemPainkiller",0.02}
,{"HandChemGreen",0.01}
@@ -115,12 +119,14 @@ class CfgLoot {
,{"8Rnd_9x18_Makarov",0.09}
,{"15Rnd_W1866_Slug",0.02}
,{"WoodenArrow",0.04}
+ ,{"350Rnd_BB_Magazine",0.05}
,{"HandRoadFlare",0.07}
,{"ItemPainkiller",0.02}
,{"HandChemGreen",0.01}
,{"HandChemBlue",0.03}
,{"HandChemRed",0.03}
,{"ItemHeatPack",0.04}
+ ,{"350Rnd_BB_Magazine",0.09}
};
medical[] = {
{"ItemBandage",0.4}
@@ -247,11 +253,14 @@ class CfgLoot {
,{"10x_303",0.1}
,{"ItemWaterbottleUnfilled",0.05}
,{"WoodenArrow",0.2}
+ ,{"350Rnd_BB_Magazine",0.05}
,{"ItemHeatPack",0.02}
,{"FoodMRE",0.01}
,{"FoodNutmix",0.02}
,{"ItemDocument",0.01}
,{"ItemMixOil",0.01}
+ ,{"RedRyder",0.06}
+ ,{"350Rnd_BB_Magazine",0.09}
};
worker[] = {
{"FoodCanUnlabeled",0.09}
@@ -369,6 +378,7 @@ class CfgLoot {
,{"Saiga12K",0.13}
,{"Remington870_lamp",0.1}
,{"Crossbow_DZ",0.07}
+ ,{"RedRyder",0.06}
,{"M1014",0.05}
};
farmweapons[] = {
@@ -378,8 +388,10 @@ class CfgLoot {
,{"Saiga12K",0.13}
,{"Remington870_lamp",0.1}
,{"Crossbow_DZ",0.07}
+ ,{"RedRyder",0.06}
,{"huntingrifle",0.05}
,{"Chainsaw",0.01}
+ ,{"RedRyder",0.06}
};
sniperrifles[] = {
{"AK_107_PSO",0.1}
diff --git a/SQF/dayz_code/Configs/CfgMagazines.hpp b/SQF/dayz_code/Configs/CfgMagazines.hpp
index 684dcfdda..74ceb2488 100644
--- a/SQF/dayz_code/Configs/CfgMagazines.hpp
+++ b/SQF/dayz_code/Configs/CfgMagazines.hpp
@@ -1666,6 +1666,8 @@ class CfgMagazines {
#include "CfgMagazines\MeleeSwing.hpp"
+ #include "CfgMagazines\Planting.hpp"
+
class HandGrenade_Stone;
class ItemTrashToiletpaper : HandGrenade_Stone {
scope = public;
@@ -1707,6 +1709,15 @@ class CfgMagazines {
output[] = {{"ItemCanvas",1}};
input[] = {{"ItemKiloHemp",1}};
};
+ class Crafting1
+ {
+ text = "Craft Hemp Seeds";
+ script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
+ neednearby[] = {""};
+ requiretools[] = {"ItemKnife"};
+ output[] = {{"ItemHempSeed",5}};
+ input[] = {{"ItemKiloHemp",1}};
+ };
};
};
};
diff --git a/SQF/dayz_code/Configs/CfgMagazines/DZE/Food.hpp b/SQF/dayz_code/Configs/CfgMagazines/DZE/Food.hpp
index 923b0dc65..506303747 100644
--- a/SQF/dayz_code/Configs/CfgMagazines/DZE/Food.hpp
+++ b/SQF/dayz_code/Configs/CfgMagazines/DZE/Food.hpp
@@ -64,6 +64,18 @@ class FoodPumpkin : FoodEdible {
weight = 1;
model = "z\addons\dayz_communityassets\models\pistachio.p3d"; // TODO: model + icon
picture = "\z\addons\dayz_communityassets\pictures\equip_pistachios_CA.paa";
+ class ItemActions
+ {
+ class Crafting
+ {
+ text = "Craft Pumpkin Seeds";
+ script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
+ neednearby[] = {""};
+ requiretools[] = {"ItemKnife"};
+ output[] = {{"ItemPumpkinSeed",5}};
+ input[] = {{"FoodPumpkin",1}};
+ };
+ };
};
class FoodSunFlowerSeed : FoodEdible {
scope = public;
diff --git a/SQF/dayz_code/Configs/CfgMagazines/Planting.hpp b/SQF/dayz_code/Configs/CfgMagazines/Planting.hpp
new file mode 100644
index 000000000..cc5ec358e
--- /dev/null
+++ b/SQF/dayz_code/Configs/CfgMagazines/Planting.hpp
@@ -0,0 +1,93 @@
+class ItemFertilizer: CA_Magazine {
+ scope = public;
+ count = 1;
+ displayName = "Fertilizer";
+ descriptionShort = "Fertilizer";
+ weight = 0.1;
+ model = "z\addons\dayz_communityassets\models\mre.p3d"; // TODO: model + icon
+ picture = "\z\addons\dayz_communityassets\pictures\equip_mre_CA.paa";
+ type = 256;
+};
+
+class ItemPumpkinSeed: CA_Magazine {
+ scope = public;
+ count = 1;
+ displayName = "A Pumpkin Seed";
+ descriptionShort = "A Pumpkin Seed";
+ weight = 0.1;
+ model = "\z\addons\dayz_epoch\models\doc_child1.p3d"; // TODO: model + icon
+ picture = "\z\addons\dayz_epoch\pictures\equip_child1_ca.paa";
+ type = 256;
+ class ItemActions {
+ class Crafting
+ {
+ text = "Craft Pumpkin Plant";
+ script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
+ neednearby[] = {""};
+ requiretools[] = {"ItemKnife"};
+ output[] = {{"ItemPumpkinPlant",1},{"ItemWaterbottleUnfilled",1}};
+ input[] = {{"ItemPumpkinSeed",1},{"ItemFertilizer",1},{"ItemWaterbottle",1}};
+ };
+ };
+};
+
+class ItemPumpkinPlant: CA_Magazine {
+ scope = public;
+ count = 1;
+ displayName = "A Pumpkin Plant";
+ descriptionShort = "A Pumpkin Plant";
+ weight = 0.1;
+ model = "\z\addons\dayz_epoch\models\doc_child1.p3d"; // TODO: model + icon
+ picture = "\z\addons\dayz_epoch\pictures\equip_child1_ca.paa";
+ type = 256;
+ class ItemActions {
+ class Build {
+ text = "Plant Pumpkin";
+ script = "spawn player_build;";
+ require[] = {"ItemEtool"};
+ create = "Grave"; // TODO: model for Pumpkin Stage 1
+ };
+ };
+};
+
+class ItemHempSeed: CA_Magazine {
+ scope = public;
+ count = 1;
+ displayName = "A Hemp Seed";
+ descriptionShort = "A Hemp Seed";
+ weight = 0.1;
+ model = "\z\addons\dayz_epoch\models\doc_child2.p3d"; // TODO: model + icon
+ picture = "\z\addons\dayz_epoch\pictures\equip_child2_ca.paa";
+ type = 256;
+ class ItemActions {
+ class Crafting
+ {
+ text = "Craft Hemp Plant";
+ script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
+ neednearby[] = {""};
+ requiretools[] = {"ItemKnife"};
+ output[] = {{"ItemHempPlant",1},{"ItemWaterbottleUnfilled",1}};
+ input[] = {{"ItemHempSeed",1},{"ItemFertilizer",1},{"ItemWaterbottle",1}};
+ };
+ };
+};
+
+class ItemHempPlant: CA_Magazine {
+ scope = public;
+ count = 1;
+ type = 256;
+ displayName = "A Hemp Plant";
+ descriptionShort = "A Hemp Plant";
+ weight = 0.1;
+ model = "\z\addons\dayz_epoch\models\doc_child2.p3d"; // TODO: model + icon
+ picture = "\z\addons\dayz_epoch\pictures\equip_child2_ca.paa";
+ type = 256;
+ class ItemActions {
+ class Build {
+ text = "Plant Hemp";
+ script = "spawn player_build;";
+ require[] = {"ItemEtool"};
+ create = "MAP_c_fern"; // TODO: model for Hemp Stage 1
+ };
+ };
+};
\ No newline at end of file
diff --git a/SQF/dayz_code/Configs/CfgVehicles/AIR/AH6.hpp b/SQF/dayz_code/Configs/CfgVehicles/AIR/AH6.hpp
index 9aa5bb48f..c413a3f3f 100644
--- a/SQF/dayz_code/Configs/CfgVehicles/AIR/AH6.hpp
+++ b/SQF/dayz_code/Configs/CfgVehicles/AIR/AH6.hpp
@@ -42,7 +42,7 @@ class AH6J_EP1_DZE: AH6J_EP1_DZ
scope = 2;
side = 2;
displayName = "AH6J_DZE";
- magazines[] = {};
+ magazines[] = {"60Rnd_CMFlareMagazine"};
};
class AH6X_DZ: AH6_Base_EP1 {
displayname = "AH6X Little Bird";
@@ -70,6 +70,7 @@ class AH6X_DZ: AH6_Base_EP1 {
transportMaxWeapons = 3;
transportMaxMagazines = 10;
transportmaxbackpacks = 2;
+ fuelCapacity = 242;
class Turrets {};
};
class MH6J_DZ: AH6_Base_EP1 {
@@ -98,4 +99,4 @@ class MH6J_DZ: AH6_Base_EP1 {
transportMaxMagazines = 20;
transportmaxbackpacks = 5;
class Turrets {};
-};
\ No newline at end of file
+};
diff --git a/SQF/dayz_code/Configs/CfgVehicles/AIR/AN2.hpp b/SQF/dayz_code/Configs/CfgVehicles/AIR/AN2.hpp
index 062dea1c3..6d5a3268c 100644
--- a/SQF/dayz_code/Configs/CfgVehicles/AIR/AN2.hpp
+++ b/SQF/dayz_code/Configs/CfgVehicles/AIR/AN2.hpp
@@ -20,4 +20,5 @@ class AN2_DZ: An2_Base_EP1
transportMaxWeapons = 10;
transportMaxMagazines = 80;
transportmaxbackpacks = 15;
-};
\ No newline at end of file
+ fuelCapacity = 757;
+};
diff --git a/SQF/dayz_code/Configs/CfgVehicles/AIR/BAF_Merlin.hpp b/SQF/dayz_code/Configs/CfgVehicles/AIR/BAF_Merlin.hpp
index 8c01b5a9b..feefb48c5 100644
--- a/SQF/dayz_code/Configs/CfgVehicles/AIR/BAF_Merlin.hpp
+++ b/SQF/dayz_code/Configs/CfgVehicles/AIR/BAF_Merlin.hpp
@@ -9,4 +9,5 @@ class BAF_Merlin_DZE : BAF_Merlin_HC3_D {
transportMaxWeapons = 15;
transportMaxMagazines = 150;
transportmaxbackpacks = 5;
-};
\ No newline at end of file
+ fuelCapacity = 3222;
+};
diff --git a/SQF/dayz_code/Configs/CfgVehicles/AIR/C130.hpp b/SQF/dayz_code/Configs/CfgVehicles/AIR/C130.hpp
index 178c79795..4348ed7ef 100644
--- a/SQF/dayz_code/Configs/CfgVehicles/AIR/C130.hpp
+++ b/SQF/dayz_code/Configs/CfgVehicles/AIR/C130.hpp
@@ -3,4 +3,5 @@ class C130J_US_EP1_DZ: C130J_US_EP1 {
transportMaxWeapons = 50;
transportMaxMagazines = 400;
transportmaxbackpacks = 20;
-};
\ No newline at end of file
+ fuelCapacity = 34095;
+};
diff --git a/SQF/dayz_code/Configs/CfgVehicles/AIR/CH47.hpp b/SQF/dayz_code/Configs/CfgVehicles/AIR/CH47.hpp
index fc339307d..f5e5224cc 100644
--- a/SQF/dayz_code/Configs/CfgVehicles/AIR/CH47.hpp
+++ b/SQF/dayz_code/Configs/CfgVehicles/AIR/CH47.hpp
@@ -117,6 +117,7 @@ class CH47_base_EP1: Helicopter
irScanRangeMin = 100;
irScanRangeMax = 1000;
irScanToEyeFactor = 2;
+ fuelCapacity = 4043;
};
class CH_47F_EP1;
@@ -278,4 +279,4 @@ class CH_47F_EP1_DZE: CH47_base_EP1
weapon = "M134_2";
};
};
-};
\ No newline at end of file
+};
diff --git a/SQF/dayz_code/Configs/CfgVehicles/AIR/CH53.hpp b/SQF/dayz_code/Configs/CfgVehicles/AIR/CH53.hpp
index e850e134e..b18f56d67 100644
--- a/SQF/dayz_code/Configs/CfgVehicles/AIR/CH53.hpp
+++ b/SQF/dayz_code/Configs/CfgVehicles/AIR/CH53.hpp
@@ -27,4 +27,5 @@ class CH53_DZE : USEC_ch53_E {
transportMaxWeapons = 25;
transportMaxMagazines = 80;
transportmaxbackpacks = 15;
+ fuelCapacity = 3849;
};
\ No newline at end of file
diff --git a/SQF/dayz_code/Configs/CfgVehicles/AIR/MV22.hpp b/SQF/dayz_code/Configs/CfgVehicles/AIR/MV22.hpp
index c83f5d468..664fa5516 100644
--- a/SQF/dayz_code/Configs/CfgVehicles/AIR/MV22.hpp
+++ b/SQF/dayz_code/Configs/CfgVehicles/AIR/MV22.hpp
@@ -11,4 +11,5 @@ class MV22_DZ : MV22 {
transportMaxWeapons = 20;
transportMaxMagazines = 400;
transportmaxbackpacks = 10;
-};
\ No newline at end of file
+ fuelCapacity = 6513;
+};
diff --git a/SQF/dayz_code/Configs/CfgVehicles/AIR/Mi17.hpp b/SQF/dayz_code/Configs/CfgVehicles/AIR/Mi17.hpp
index 6dac4f67d..9183962b6 100644
--- a/SQF/dayz_code/Configs/CfgVehicles/AIR/Mi17.hpp
+++ b/SQF/dayz_code/Configs/CfgVehicles/AIR/Mi17.hpp
@@ -26,6 +26,7 @@ class Mi17_DZ: Mi17_base {
transportMaxWeapons = 10;
transportMaxMagazines = 50;
transportmaxbackpacks = 10;
+ fuelCapacity = 1870;
class Turrets : Turrets {
class MainTurret : MainTurret {
@@ -64,4 +65,4 @@ class Mi17_Civilian_DZ: Mi17_Civilian {
transportMaxWeapons = 10;
transportMaxMagazines = 50;
transportmaxbackpacks = 10;
-};
\ No newline at end of file
+};
diff --git a/SQF/dayz_code/Configs/CfgVehicles/AIR/UH1.hpp b/SQF/dayz_code/Configs/CfgVehicles/AIR/UH1.hpp
index f1ac0ca14..d42a071af 100644
--- a/SQF/dayz_code/Configs/CfgVehicles/AIR/UH1.hpp
+++ b/SQF/dayz_code/Configs/CfgVehicles/AIR/UH1.hpp
@@ -28,6 +28,7 @@ class UH1Y_DZ: UH1_Base {
transportmaxbackpacks = 4;
weapons[] = {};
magazines[] = {};
+ fuelCapacity = 1333;
class Turrets : Turrets {
class MainTurret : MainTurret {
magazines[] = {"2000Rnd_762x51_M134"};
@@ -73,6 +74,7 @@ class UH1H_DZ: UH1H_base {
transportMaxWeapons = 5;
transportMaxMagazines = 25;
transportmaxbackpacks = 4;
+ fuelCapacity = 1333;
class Turrets : Turrets {
class MainTurret : MainTurret {
magazines[] = {"100Rnd_762x51_M240"};
@@ -91,4 +93,4 @@ class UH1H_DZE: UH1H_DZ {
magazines[] = {};
};
};
-};
\ No newline at end of file
+};
diff --git a/SQF/dayz_code/Configs/CfgVehicles/AIR/UH60.hpp b/SQF/dayz_code/Configs/CfgVehicles/AIR/UH60.hpp
index e1b3f8693..419bad99b 100644
--- a/SQF/dayz_code/Configs/CfgVehicles/AIR/UH60.hpp
+++ b/SQF/dayz_code/Configs/CfgVehicles/AIR/UH60.hpp
@@ -11,6 +11,7 @@ class UH60_Base: Helicopter {
magazines[] = {"60Rnd_CMFlareMagazine"};
lockDetectionSystem = "8 + 4";
incommingMisslieDetectionSystem = 0;
+ fuelCapacity = 2760;
};
class MH60S_DZ : UH60_Base {
crew = "";
@@ -247,14 +248,13 @@ class UH60M_base_EP1: UH60_Base {
icon = "\ca\air_e\data\UI\Icon_uh60m_CA.paa";
mapSize = 17;
class Library {
- libTextDesc = "The Blackhawk is the US Armys front-line utility helicopter used for transport roles, medical evacuation and even air support.
It is capable of carrying 11 combat-equipped soldiers. Easy to maintain in the field, the Blackhawk performs well in a variety of roles including air assault and medical evacuation.";
+ libTextDesc = "The Blackhawk is the US Army�s front-line utility helicopter used for transport roles, medical evacuation and even air support.
It is capable of carrying 11 combat-equipped soldiers. Easy to maintain in the field, the Blackhawk performs well in a variety of roles including air assault and medical evacuation.";
};
crew = "US_Soldier_Pilot_EP1";
typicalCargo[] = {"US_Soldier_Pilot_EP1","US_Soldier_Pilot_EP1"};
gunnerAction = "ManActTestDriver";
transportMaxBackpacks = 10;
transportSoldier = 13;
- fuelCapacity = 600;
maxSpeed = 295;
mainRotorSpeed = 1.2;
backRotorSpeed = 6.1;
@@ -549,4 +549,4 @@ class UH60M_EP1_DZE: UH60M_US_base_EP1 {
weapon = "M134_2";
};
};
-};
\ No newline at end of file
+};
diff --git a/SQF/dayz_code/Configs/CfgVehicles/LAND/Kamaz.hpp b/SQF/dayz_code/Configs/CfgVehicles/LAND/Kamaz.hpp
index 1d6d219d7..57e535e33 100644
--- a/SQF/dayz_code/Configs/CfgVehicles/LAND/Kamaz.hpp
+++ b/SQF/dayz_code/Configs/CfgVehicles/LAND/Kamaz.hpp
@@ -24,5 +24,5 @@ class KamazRefuel_DZ: KamazRefuel {
class TransportMagazines{};
class TransportWeapons{};
transportFuel = 0;
- fuelCapacity = 10000;
-};
\ No newline at end of file
+ fuelCapacity = 10400;
+};
diff --git a/SQF/dayz_code/Configs/CfgVehicles/LAND/Lada.hpp b/SQF/dayz_code/Configs/CfgVehicles/LAND/Lada.hpp
index fd3431484..32dc6980c 100644
--- a/SQF/dayz_code/Configs/CfgVehicles/LAND/Lada.hpp
+++ b/SQF/dayz_code/Configs/CfgVehicles/LAND/Lada.hpp
@@ -592,7 +592,7 @@ class Lada2_DZE2: Lada2_DZE1 {
};
class Upgrades {
- ItemLRK[] = {"Lada1_DZE3",{},{{"ItemLRK",1},{"PartGeneric",1},{"ItemTent",1}}};
+ ItemLRK[] = {"Lada2_DZE3",{},{{"ItemLRK",1},{"PartGeneric",1},{"ItemTent",1}}};
};
};
class LadaLM_DZE2: LadaLM_DZE1 {
@@ -639,7 +639,7 @@ class LadaLM_DZE2: LadaLM_DZE1 {
};
class Upgrades {
- ItemLRK[] = {"Lada1_DZE3",{},{{"ItemLRK",1},{"PartGeneric",1},{"ItemTent",1}}};
+ ItemLRK[] = {"LadaLM_DZE3",{},{{"ItemLRK",1},{"PartGeneric",1},{"ItemTent",1}}};
};
};
class Lada1_TK_CIV_EP1_DZE2: Lada1_TK_CIV_EP1_DZE1 {
@@ -686,7 +686,7 @@ class Lada1_TK_CIV_EP1_DZE2: Lada1_TK_CIV_EP1_DZE1 {
};
class Upgrades {
- ItemLRK[] = {"Lada1_DZE3",{},{{"ItemLRK",1},{"PartGeneric",1},{"ItemTent",1}}};
+ ItemLRK[] = {"Lada1_TK_CIV_EP1_DZE3",{},{{"ItemLRK",1},{"PartGeneric",1},{"ItemTent",1}}};
};
};
class Lada2_TK_CIV_EP1_DZE2: Lada2_TK_CIV_EP1_DZE1 {
@@ -733,7 +733,7 @@ class Lada2_TK_CIV_EP1_DZE2: Lada2_TK_CIV_EP1_DZE1 {
};
class Upgrades {
- ItemLRK[] = {"Lada1_DZE3",{},{{"ItemLRK",1},{"PartGeneric",1},{"ItemTent",1}}};
+ ItemLRK[] = {"Lada2_TK_CIV_EP1_DZE3",{},{{"ItemLRK",1},{"PartGeneric",1},{"ItemTent",1}}};
};
};
@@ -799,4 +799,4 @@ class Lada1_TK_CIV_EP1_DZE4: Lada1_TK_CIV_EP1_DZE3 {
};
class Lada2_TK_CIV_EP1_DZE4: Lada2_TK_CIV_EP1_DZE3 {
fuelCapacity = 210; // car 100
-};
\ No newline at end of file
+};
diff --git a/SQF/dayz_code/Configs/CfgVehicles/LAND/Offroad_DSHKM.hpp b/SQF/dayz_code/Configs/CfgVehicles/LAND/Offroad_DSHKM.hpp
index 83a8a96a7..89eded99d 100644
--- a/SQF/dayz_code/Configs/CfgVehicles/LAND/Offroad_DSHKM.hpp
+++ b/SQF/dayz_code/Configs/CfgVehicles/LAND/Offroad_DSHKM.hpp
@@ -333,25 +333,112 @@ class Offroad_DSHKM_Gue_DZE: Offroad_DSHKM_base
gunnerCompartments = "Compartment2";
};
};
+ class Upgrades
+ {
+ ItemORP[] = {"Offroad_DSHKM_Gue_DZE1",
+ { },
+ {
+ { "ItemORP",1 },
+ { "PartEngine",2 } }};
+ };
};
// Performance 1
class Offroad_DSHKM_Gue_DZE1: Offroad_DSHKM_Gue_DZE
{
maxspeed = 170; // Offroad_DSHKM_base 150 | car 100
+ class Upgrades
+ {
+ ItemLRK[] = {"Offroad_DSHKM_Gue_DZE2",
+ { },
+ {
+ { "ItemLRK",1 },
+ { "PartGeneric",2 },
+ { "ItemTent",1 } }};
+ };
};
// Armmor 2
class Offroad_DSHKM_Gue_DZE2: Offroad_DSHKM_Gue_DZE1
{
armor = 50; // car 20
+ class HitPoints: HitPoints
+ {
+ class HitLFWheel: HitLFWheel
+ {
+ armor = 0.3;
+ };
+ class HitLBWheel: HitLBWheel
+ {
+ armor = 0.3;
+ };
+ class HitRFWheel: HitRFWheel
+ {
+ armor = 0.3;
+ };
+ class HitRBWheel: HitRBWheel
+ {
+ armor = 0.3;
+ };
+ class HitFuel
+ {
+ armor = 0.28;
+ material = -1;
+ name = "palivo";
+ visual = "";
+ passThrough = 1;
+ };
+ class HitEngine
+ {
+ armor = 1;
+ material = -1;
+ name = "motor";
+ visual = "";
+ passThrough = 1;
+ };
+ class HitGlass1: HitGlass1
+ {
+ armor = 0.1;
+ };
+ class HitGlass2: HitGlass2
+ {
+ armor = 0.1;
+ };
+ class HitGlass3: HitGlass3
+ {
+ armor = 0.1;
+ };
+ class HitGlass4: HitGlass4
+ {
+ armor = 0.1;
+ };
+ };
+ class Upgrades
+ {
+ ItemLRK[] = {"Offroad_DSHKM_Gue_DZE3",
+ { },
+ {
+ { "ItemLRK",1 },
+ { "PartGeneric",2 },
+ { "ItemTent",1 } }};
+ };
+
};
// Cargo 3
class Offroad_DSHKM_Gue_DZE3: Offroad_DSHKM_Gue_DZE2
{
transportMaxWeapons = 20; // car 10
transportMaxMagazines = 100; // car 50
- transportmaxbackpacks = 4; // car 2
+ transportmaxbackpacks = 4; // car 2
+ class Upgrades
+ {
+ ItemTNK[] = {"Offroad_DSHKM_Gue_DZE4",
+ { },
+ {
+ { "ItemTNK",1 },
+ { "PartFueltank",2 } }};
+ };
};
+
// Fuel 4
class Offroad_DSHKM_Gue_DZE4: Offroad_DSHKM_Gue_DZE3
{
diff --git a/SQF/dayz_code/Configs/CfgVehicles/LAND/UAZ.hpp b/SQF/dayz_code/Configs/CfgVehicles/LAND/UAZ.hpp
index 4d1cb6ea9..38ab8f849 100644
--- a/SQF/dayz_code/Configs/CfgVehicles/LAND/UAZ.hpp
+++ b/SQF/dayz_code/Configs/CfgVehicles/LAND/UAZ.hpp
@@ -219,7 +219,8 @@ class UAZ_Unarmed_TK_CIV_EP1_DZE1: UAZ_Unarmed_TK_CIV_EP1 {
// Armor 2
class UAZ_CDF_DZE2: UAZ_CDF_DZE1 {
- armor = 50; // car 20
+ armor = 100; // UAZ 40
+ damageResistance = 0.02099;
class HitPoints: HitPoints {
class HitLFWheel: HitLFWheel {
armor = 0.3;
@@ -266,7 +267,8 @@ class UAZ_CDF_DZE2: UAZ_CDF_DZE1 {
};
};
class UAZ_INS_DZE2: UAZ_INS_DZE1 {
- armor = 50; // car 20
+ armor = 100; // UAZ 40
+ damageResistance = 0.02099;
class HitPoints: HitPoints {
class HitLFWheel: HitLFWheel {
armor = 0.3;
@@ -313,7 +315,8 @@ class UAZ_INS_DZE2: UAZ_INS_DZE1 {
};
};
class UAZ_RU_DZE2: UAZ_RU_DZE1 {
- armor = 50; // car 20
+ armor = 100; // UAZ 40
+ damageResistance = 0.02099;
class HitPoints: HitPoints {
class HitLFWheel: HitLFWheel {
armor = 0.3;
@@ -360,7 +363,8 @@ class UAZ_RU_DZE2: UAZ_RU_DZE1 {
};
};
class UAZ_Unarmed_TK_EP1_DZE2: UAZ_Unarmed_TK_EP1_DZE1 {
- armor = 50; // car 20
+ armor = 100; // UAZ 40
+ damageResistance = 0.02099;
class HitPoints: HitPoints {
class HitLFWheel: HitLFWheel {
armor = 0.3;
@@ -407,7 +411,8 @@ class UAZ_Unarmed_TK_EP1_DZE2: UAZ_Unarmed_TK_EP1_DZE1 {
};
};
class UAZ_Unarmed_UN_EP1_DZE2: UAZ_Unarmed_UN_EP1_DZE1 {
- armor = 50; // car 20
+ armor = 100; // UAZ 40
+ damageResistance = 0.02099;
class HitPoints: HitPoints {
class HitLFWheel: HitLFWheel {
armor = 0.3;
@@ -454,7 +459,8 @@ class UAZ_Unarmed_UN_EP1_DZE2: UAZ_Unarmed_UN_EP1_DZE1 {
};
};
class UAZ_Unarmed_TK_CIV_EP1_DZE2: UAZ_Unarmed_TK_CIV_EP1_DZE1 {
- armor = 50; // car 20
+ armor = 100; // UAZ 40
+ damageResistance = 0.02099;
class HitPoints: HitPoints {
class HitLFWheel: HitLFWheel {
armor = 0.3;
diff --git a/SQF/dayz_code/Configs/CfgVehicles/LAND/Volha.hpp b/SQF/dayz_code/Configs/CfgVehicles/LAND/Volha.hpp
index d5cc20d27..c2e2614ff 100644
--- a/SQF/dayz_code/Configs/CfgVehicles/LAND/Volha.hpp
+++ b/SQF/dayz_code/Configs/CfgVehicles/LAND/Volha.hpp
@@ -281,6 +281,7 @@ class Volha_2_TK_CIV_EP1_DZE1: Volha_2_TK_CIV_EP1 {
// Armor 2
class VolhaLimo_TK_CIV_EP1_DZE2: VolhaLimo_TK_CIV_EP1_DZE1 {
armor = 50; // car 20
+ damageResistance = 0.02099;
class HitPoints: HitPoints {
class HitLFWheel: HitLFWheel {
armor = 0.3;
@@ -328,6 +329,7 @@ class VolhaLimo_TK_CIV_EP1_DZE2: VolhaLimo_TK_CIV_EP1_DZE1 {
};
class Volha_1_TK_CIV_EP1_DZE2: Volha_1_TK_CIV_EP1_DZE1 {
armor = 50; // car 20
+ damageResistance = 0.02099;
class HitPoints: HitPoints {
class HitLFWheel: HitLFWheel {
armor = 0.3;
@@ -375,6 +377,7 @@ class Volha_1_TK_CIV_EP1_DZE2: Volha_1_TK_CIV_EP1_DZE1 {
};
class Volha_2_TK_CIV_EP1_DZE2: Volha_2_TK_CIV_EP1_DZE1 {
armor = 50; // car 20
+ damageResistance = 0.02099;
class HitPoints: HitPoints {
class HitLFWheel: HitLFWheel {
armor = 0.3;
@@ -459,4 +462,4 @@ class Volha_1_TK_CIV_EP1_DZE4: Volha_1_TK_CIV_EP1_DZE3 {
};
class Volha_2_TK_CIV_EP1_DZE4: Volha_2_TK_CIV_EP1_DZE3 {
fuelCapacity = 210; // car 100
-};
\ No newline at end of file
+};
diff --git a/SQF/dayz_code/Configs/CfgVehicles/SEA/PBX.hpp b/SQF/dayz_code/Configs/CfgVehicles/SEA/PBX.hpp
index effd26a1d..398640b59 100644
--- a/SQF/dayz_code/Configs/CfgVehicles/SEA/PBX.hpp
+++ b/SQF/dayz_code/Configs/CfgVehicles/SEA/PBX.hpp
@@ -26,4 +26,5 @@ class PBX: RubberBoat {
transportMaxMagazines = 50;
transportMaxWeapons = 5;
transportMaxBackpacks = 1;
-};
\ No newline at end of file
+ fuelCapacity = 23;
+};
diff --git a/SQF/dayz_code/Configs/CfgVehicles/SEA/RHIB.hpp b/SQF/dayz_code/Configs/CfgVehicles/SEA/RHIB.hpp
index 3d4870929..8524f99a1 100644
--- a/SQF/dayz_code/Configs/CfgVehicles/SEA/RHIB.hpp
+++ b/SQF/dayz_code/Configs/CfgVehicles/SEA/RHIB.hpp
@@ -17,7 +17,7 @@ class Ship : AllVehicles
maxSpeed = 30;
simulation = "ship";
audible = 6;
- fuelCapacity = 100;
+ fuelCapacity = 250;
formationX = 50;
formationZ = 100;
brakeDistance = 50;
@@ -569,4 +569,4 @@ class RHIB_DZ : Boat
"ca\water\data\rhib_dash_destruct.rvmat"
};
};
-};
\ No newline at end of file
+};
diff --git a/SQF/dayz_code/Configs/CfgWeapons.hpp b/SQF/dayz_code/Configs/CfgWeapons.hpp
index 2832a8e54..0f987c716 100644
--- a/SQF/dayz_code/Configs/CfgWeapons.hpp
+++ b/SQF/dayz_code/Configs/CfgWeapons.hpp
@@ -279,5 +279,5 @@ class CfgWeapons {
#include "CfgWeapons\Weapon\LMG\M249_EP1.hpp"
#include "CfgWeapons\Weapon\LMG\M249_m145_EP1.hpp"
#include "CfgWeapons\Weapon\LMG\M60A4.hpp"
-// #include "CfgWeapons\Weapon\Rifle\FN_FAL_ANPVS4_DZE.hpp"
+ #include "CfgWeapons\Weapon\Rifle\FN_FAL_ANPVS4_DZE.hpp"
};
diff --git a/SQF/dayz_code/Configs/CfgWeapons/Weapon/Rifle/FN_FAL_ANPVS4_DZE.hpp b/SQF/dayz_code/Configs/CfgWeapons/Weapon/Rifle/FN_FAL_ANPVS4_DZE.hpp
index f0d7f21b7..afe9d86c4 100644
--- a/SQF/dayz_code/Configs/CfgWeapons/Weapon/Rifle/FN_FAL_ANPVS4_DZE.hpp
+++ b/SQF/dayz_code/Configs/CfgWeapons/Weapon/Rifle/FN_FAL_ANPVS4_DZE.hpp
@@ -1,3 +1,3 @@
class FN_FAL_ANPVS4_DZE:FN_FAL_ANPVS4 {
- visionMode[] = {"Normal", NVG};
+ visionMode[] = {"Normal", "NVG"};
};
diff --git a/SQF/dayz_code/Configs/cfgVehicles.hpp b/SQF/dayz_code/Configs/cfgVehicles.hpp
index 99319d543..6ce1ba6b0 100644
--- a/SQF/dayz_code/Configs/cfgVehicles.hpp
+++ b/SQF/dayz_code/Configs/cfgVehicles.hpp
@@ -204,6 +204,174 @@ class CfgVehicles {
};
};
};
+ class Tank: landvehicle {
+ class Sounds: Sounds {
+ class Engine;
+ class Movement;
+ };
+ driverOpticsModel = "\ca\Tracked\optika_tank_driver";
+ commanderCanSee = 31;
+ gunnerCanSee = 30;
+ getInAction = "GetInMedium";
+ getOutAction = "GetOutMedium";
+ cargoGetInAction[] = {"GetInLow"};
+ cargoGetOutAction[] = {"GetOutLow"};
+ audible = 18;
+ sensitivityEar = "0.0075 /3";
+ armorStructural = 2;
+ class AnimationSources;
+ class HitPoints {
+ class HitHull {
+ armor = 1;
+ material = -1;
+ name = "NEtelo";
+ visual = "telo";
+ passThrough = 1;
+ };
+ class HitLTrack {
+ armor = 0.15;
+ material = -1;
+ name = "pas_L";
+ visual = "pas_L";
+ passThrough = 0.3;
+ };
+ class HitRTrack {
+ armor = 0.15;
+ material = -1;
+ name = "pas_P";
+ visual = "pas_P";
+ passThrough = 0.3;
+ };
+ class HitEngine {
+ armor = 0.35;
+ material = -1;
+ name = "motor";
+ visual = "motor";
+ passThrough = 0.2;
+ minimalHit = 0.02;
+ };
+ };
+ weapons[] = {};
+ magazines[] = {};
+ class Turrets {
+ class MainTurret: NewTurret {
+ gunnerAction = "ManActTestDriverOut";
+ gunnerOpticsModel = "\ca\Tracked\optika_tank_gunner";
+ gunnerOutOpticsModel = "\ca\Weapons\optika_empty";
+ gunBeg = "usti hlavne";
+ gunEnd = "konec hlavne";
+ memoryPointsGetInGunner = "pos gunner";
+ memoryPointsGetInGunnerDir = "pos gunner dir";
+ gunnerGetInAction = "GetInHigh";
+ gunnerGetOutAction = "GetOutHigh";
+ viewGunnerInExternal = 0;
+ primaryGunner = 1;
+ gunnerOpticsEffect[] = {"TankGunnerOptics2","OpticsBlur1","OpticsCHAbera1"};
+ gunnerOutOpticsEffect[] = {};
+ class HitPoints {
+ class HitTurret {
+ armor = 1;
+ material = -1;
+ name = "vez";
+ visual = "vez";
+ passThrough = 1;
+ };
+ class HitGun {
+ armor = 0.3;
+ material = -1;
+ name = "zbran";
+ visual = "zbran";
+ passThrough = 0;
+ };
+ };
+ class Turrets {
+ class CommanderOptics: NewTurret {
+ proxyType = "CPCommander";
+ proxyIndex = 1;
+ gunnerName = "$STR_POSITION_COMMANDER";
+ primaryGunner = 0;
+ primaryObserver = 1;
+ stabilizedInAxes = "StabilizedInAxesNone";
+ body = "obsTurret";
+ gun = "obsGun";
+ animationSourceBody = "obsTurret";
+ animationSourceGun = "obsGun";
+ animationSourceHatch = "hatchCommander";
+ soundServo[] = {"\ca\sounds\vehicles\servos\turret-1",0.01,1,10};
+ gunBeg = "";
+ gunEnd = "";
+ minElev = -4;
+ maxElev = 20;
+ initElev = 0;
+ minTurn = -360;
+ maxTurn = 360;
+ initTurn = 0;
+ commanding = 2;
+ outGunnerMayFire = 1;
+ inGunnerMayFire = 1;
+ viewGunnerInExternal = 0;
+ gunnerOpticsModel = "\ca\Tracked\optika_tank_driver";
+ gunnerOutOpticsModel = "\ca\Weapons\optika_empty";
+ gunnerOutOpticsColor[] = {0,0,0,1};
+ gunnerOutForceOptics = 0;
+ gunnerOutOpticsShowCursor = 0;
+ gunnerOpticsEffect[] = {};
+ gunnerOutOpticsEffect[] = {};
+ memoryPointGunnerOutOptics = "commander_weapon_view";
+ memoryPointGunnerOptics = "commanderview";
+ memoryPointsGetInGunner = "pos commander";
+ memoryPointsGetInGunnerDir = "pos commander dir";
+ gunnerGetInAction = "GetInHigh";
+ gunnerGetOutAction = "GetOutHigh";
+ memoryPointGun = "gun_muzzle";
+ selectionFireAnim = "zasleh_1";
+ class ViewOptics {
+ initAngleX = 0;
+ minAngleX = -30;
+ maxAngleX = 30;
+ initAngleY = 0;
+ minAngleY = -100;
+ maxAngleY = 100;
+ initFov = 0.155;
+ minFov = 0.0625;
+ maxFov = 0.466;
+ };
+ class ViewGunner {
+ initAngleX = 5;
+ minAngleX = -65;
+ maxAngleX = 85;
+ initAngleY = 0;
+ minAngleY = -150;
+ maxAngleY = 150;
+ initFov = 0.7;
+ minFov = 0.25;
+ maxFov = 1.1;
+ };
+ };
+ };
+ };
+ };
+ soundDammage[] = {"\ca\Tracked\Data\Sound\alarm_loop1",0.000316228,1};
+ supplyRadius = 1.5;
+ class ViewOptics: ViewOptics {
+ initAngleX = 0;
+ minAngleX = -30;
+ maxAngleX = 30;
+ initAngleY = 0;
+ minAngleY = -100;
+ maxAngleY = 100;
+ initFov = 0.466;
+ minFov = 0.466;
+ maxFov = 0.466;
+ };
+ class DefaultEventhandlers;
+ class Eventhandlers: DefaultEventhandlers{};
+ smokeLauncherGrenadeCount = 6;
+ smokeLauncherVelocity = 15;
+ smokeLauncherOnTurret = 1;
+ smokeLauncherAngle = 120;
+ };
+
// AIR
#include "CfgVehicles\AIR\AN2.hpp"
diff --git a/SQF/dayz_code/actions/dayz_spaceInterrupt.sqf b/SQF/dayz_code/actions/dayz_spaceInterrupt.sqf
index 53de8087d..53666c72e 100644
--- a/SQF/dayz_code/actions/dayz_spaceInterrupt.sqf
+++ b/SQF/dayz_code/actions/dayz_spaceInterrupt.sqf
@@ -84,6 +84,14 @@ if (_dikCode in actionKeys "MoveLeft") exitWith {r_interrupt = true; if (DZE_Sur
if (_dikCode in actionKeys "MoveRight") exitWith {r_interrupt = true; if (DZE_Surrender) then {call dze_surrender_off};};
if (_dikCode in actionKeys "MoveBack") exitWith {r_interrupt = true; if (DZE_Surrender) then {call dze_surrender_off};};
+//Prevent exploit of glitching through doors
+if (_dikCode in actionKeys "Prone") then {
+ _doors = nearestObjects [player, DZE_DoorsLocked, 3];
+ if (count _doors > 0) then {
+ _handled = true;
+ };
+};
+
//Prevent exploit of drag body
if ((_dikCode in actionKeys "Prone") && r_drag_sqf) exitWith { force_dropBody = true; };
if ((_dikCode in actionKeys "Crouch") && r_drag_sqf) exitWith { force_dropBody = true; };
diff --git a/SQF/dayz_code/actions/maintain_area.sqf b/SQF/dayz_code/actions/maintain_area.sqf
index 6dc3f15d5..2f7db6f89 100644
--- a/SQF/dayz_code/actions/maintain_area.sqf
+++ b/SQF/dayz_code/actions/maintain_area.sqf
@@ -66,7 +66,7 @@ switch _option do {
_countIn = _x select 1;
_qty = { (_x == _itemIn) || (configName(inheritsFrom(configFile >> "cfgMagazines" >> _x)) == _itemIn) } count magazines player;
if (_qty < _countIn) exitWith { _missing = _itemIn; _missingQty = (_countIn - _qty); _proceed = false; };
- } count _requirements;
+ } forEach _requirements;
if (_proceed) then {
player playActionNow "Medic";
diff --git a/SQF/dayz_code/actions/modular_build.sqf b/SQF/dayz_code/actions/modular_build.sqf
new file mode 100644
index 000000000..d2dd9b29c
--- /dev/null
+++ b/SQF/dayz_code/actions/modular_build.sqf
@@ -0,0 +1,87 @@
+//Check if building already in progress, exit if so.
+if(DZE_ActionInProgress) exitWith { cutText [(localize "str_epoch_player_40") , "PLAIN DOWN"]; };
+DZE_ActionInProgress = true;
+
+private ["_itemConfig","_classname","_classnametmp","_require","_text","_ghost","_lockable","_requireplot","_isAllowedUnderGround","_offset","_isPole","_isLandFireDZ","_hasRequired","_hasrequireditem","_reason","_buildObject","_location1","_object","_objectHelper","_position","_controls","_cancel","_dir"];
+
+/*Basic Defines*/
+DZE_Q = false;
+DZE_Z = false;
+
+DZE_Q_alt = false;
+DZE_Z_alt = false;
+
+DZE_Q_ctrl = false;
+DZE_Z_ctrl = false;
+
+DZE_5 = false;
+DZE_4 = false;
+DZE_6 = false;
+
+DZE_F = false;
+
+DZE_cancelBuilding = false;
+
+call gear_ui_init;
+closeDialog 1;
+
+DZE_buildItem = _this; //This is a magazine! It's global to allow access to it from outside functions
+
+//count nearby objects. Returns [_cnt] number
+[] call player_build_countNearby;
+
+//Check illegal player states. Returns [_isFine] string
+[] call player_build_states;
+
+//check for nearby requirements (campfire, workshop, fueltank).
+[] call player_build_needNearby;
+
+//check config files and gather info about item (if using custom buildables, make your own similar function instead).
+_itemConfig = [] call player_build_getConfig;
+
+//define items collected from function
+_classname = _itemConfig select 0; //string
+_classnametmp = _itemConfig select 1; //string
+_require = _itemConfig select 2; // array
+_text = _itemConfig select 3; // string
+_ghost = _itemConfig select 4; //string
+_lockable = _itemConfig select 5; //int -- 0/1=No 2=lockbox, 3=combolock, 4=safe
+_requireplot = _itemConfig select 6; //int
+_isAllowedUnderGround = _itemConfig select 7; //int
+_offset = _itemConfig select 8; //array
+_isPole = _itemConfig select 9; //bool
+_isLandFireDZ = _itemConfig select 10; //bool
+
+//Check for nearby plotpoles. Returns [_IsNearPlot,_nearestPole,_ownerID,_friendlies] [int,Obj,int,array]
+[_isPole, _requireplot, _isLandFireDZ] call player_build_plotCheck;
+
+if (DZE_ActionInProgress) then { //needed otherwise _hasRequired gets RPT error
+
+//Check for build requirements (missing tools and items). Returns [_hasrequireditem,_reason] [bool,string]
+_hasRequired = [_require, _text, true, true] call player_build_buildReq;
+
+//define item collected from function
+_hasrequireditem = _hasRequired select 0; //bool
+
+ if (_hasrequireditem) then {
+
+ //Create object that is attached to a player (i.e Ghost preview if available)
+ _buildObject = [_classname, _ghost, _offset, true] call player_build_create;
+
+ //define items collected from function
+ _location1 = _buildObject select 0; //array
+ _object = _buildObject select 1; //Obj
+ _objectHelper = _buildObject select 2; //Obj
+
+ _controls = [_object, _isAllowedUnderGround, _location1, _objectHelper] call player_build_controls;
+
+ //define items collected from function
+ _cancel = _controls select 0; //bool
+ _reason = _controls select 1; //string
+ _position = _controls select 2; //array
+ _dir = _controls select 3; //int
+
+ //Publish item to a database
+ [_cancel, _position, _classnametmp,_isAllowedUnderGround, _text, _isPole, _lockable,_dir, _reason] call player_build_publish;
+ };
+};
\ No newline at end of file
diff --git a/SQF/dayz_code/actions/player_build.sqf b/SQF/dayz_code/actions/player_build.sqf
index c393f005f..2da975bc1 100644
--- a/SQF/dayz_code/actions/player_build.sqf
+++ b/SQF/dayz_code/actions/player_build.sqf
@@ -137,7 +137,7 @@ _findNearestPole = [];
_IsNearPlot = count (_findNearestPole);
// If item is plot pole && another one exists within 45m
-if(_isPole && _IsNearPlot > 0) exitWith { DZE_ActionInProgress = false; cutText [(localize "str_epoch_player_44") , "PLAIN DOWN"]; };
+if(_isPole && _IsNearPlot > 0) exitWith { DZE_ActionInProgress = false; cutText [(format [localize "str_epoch_player_44", DZE_PlotPole select 1]) , "PLAIN DOWN"]; };
if(_IsNearPlot == 0) then {
@@ -337,7 +337,7 @@ if (_hasrequireditem) then {
if(abs(_objHDiff) > 5) exitWith {
_isOk = false;
_cancel = true;
- _reason = "Cannot move up || down more than 5 meters";
+ _reason = "Cannot move up or down more than 5 meters";
detach _object;
deleteVehicle _object;
};
@@ -521,7 +521,7 @@ if (_hasrequireditem) then {
publicVariableServer "PVDZE_obj_Publish";
cutText [format[(localize "str_epoch_player_140"),_combinationDisplay,_text], "PLAIN DOWN", 5];
-
+ systemChat format [(localize "str_epoch_player_140"),_combinationDisplay,_text];
} else {
_tmpbuilt setVariable ["CharacterID",dayz_characterID,true];
diff --git a/SQF/dayz_code/actions/player_build2.sqf b/SQF/dayz_code/actions/player_build2.sqf
deleted file mode 100644
index d7f554b29..000000000
--- a/SQF/dayz_code/actions/player_build2.sqf
+++ /dev/null
@@ -1,617 +0,0 @@
-/*
- DayZ Base Building
- Made for DayZ Epoch please ask permission to use/edit/distrubute email vbawol@veteranbastards.com.
-*/
-private ["_helperColor","_objectHelper","_objectHelperDir","_objectHelperPos","_canDo",
-"_location","_dir","_classname","_item","_hasrequireditem","_missing","_hastoolweapon","_cancel","_reason","_started","_finished","_animState","_isMedic","_dis","_sfx","_hasbuilditem","_tmpbuilt","_onLadder","_isWater","_require","_text","_offset","_IsNearPlot","_isOk","_location1","_location2","_counter","_limit","_proceed","_num_removed","_position","_object","_canBuildOnPlot","_friendlies","_nearestPole","_ownerID","_findNearestPoles","_findNearestPole","_distance","_classnametmp","_ghost","_isPole","_needText","_lockable","_zheightchanged","_rotate","_combination_1","_combination_2","_combination_3","_combination_4","_combination","_combination_1_Display","_combinationDisplay","_zheightdirection","_abort","_isNear","_need","_needNear","_vehicle","_inVehicle","_requireplot","_objHDiff","_isLandFireDZ","_isTankTrap"];
-
-if(DZE_ActionInProgress) exitWith { cutText [(localize "str_epoch_player_40") , "PLAIN DOWN"]; };
-DZE_ActionInProgress = true;
-
-// disallow building if too many objects are found within 30m
-if((count ((getPosATL player) nearObjects ["All",30])) >= DZE_BuildingLimit) exitWith {DZE_ActionInProgress = false; cutText [(localize "str_epoch_player_41"), "PLAIN DOWN"];};
-
-_onLadder = (getNumber (configFile >> "CfgMovesMaleSdr" >> "States" >> (animationState player) >> "onLadder")) == 1;
-_isWater = dayz_isSwimming;
-_cancel = false;
-_reason = "";
-_canBuildOnPlot = false;
-
-_vehicle = vehicle player;
-_inVehicle = (_vehicle != player);
-//snap
-helperDetach = false;
-_canDo = (!r_drag_sqf and !r_player_unconscious);
-
-DZE_Q = false;
-DZE_Z = false;
-
-DZE_Q_alt = false;
-DZE_Z_alt = false;
-
-DZE_Q_ctrl = false;
-DZE_Z_ctrl = false;
-
-DZE_5 = false;
-DZE_4 = false;
-DZE_6 = false;
-DZE_F = false;
-
-DZE_cancelBuilding = false;
-
-call gear_ui_init;
-closeDialog 1;
-
-if (_isWater) exitWith {DZE_ActionInProgress = false; cutText [localize "str_player_26", "PLAIN DOWN"];};
-if (_inVehicle) exitWith {DZE_ActionInProgress = false; cutText [(localize "str_epoch_player_42"), "PLAIN DOWN"];};
-if (_onLadder) exitWith {DZE_ActionInProgress = false; cutText [localize "str_player_21", "PLAIN DOWN"];};
-if (player getVariable["combattimeout", 0] >= time) exitWith {DZE_ActionInProgress = false; cutText [(localize "str_epoch_player_43"), "PLAIN DOWN"];};
-
-_item = _this;
-
-// Need Near Requirements
-_abort = false;
-_reason = "";
-
-_needNear = getArray (configFile >> "CfgMagazines" >> _item >> "ItemActions" >> "Build" >> "neednearby");
-
-{
- switch(_x) do{
- case "fire":
- {
- _distance = 3;
- _isNear = {inflamed _x} count (getPosATL player nearObjects _distance);
- if(_isNear == 0) then {
- _abort = true;
- _reason = "fire";
- };
- };
- case "workshop":
- {
- _distance = 3;
- _isNear = count (nearestObjects [player, ["Wooden_shed_DZ","WoodShack_DZ","WorkBench_DZ"], _distance]);
- if(_isNear == 0) then {
- _abort = true;
- _reason = "workshop";
- };
- };
- case "fueltank":
- {
- _distance = 30;
- _isNear = count (nearestObjects [player, dayz_fuelsources, _distance]);
- if(_isNear == 0) then {
- _abort = true;
- _reason = "fuel tank";
- };
- };
- };
-} forEach _needNear;
-
-
-if(_abort) exitWith {
- cutText [format[(localize "str_epoch_player_135"),_reason,_distance], "PLAIN DOWN"];
- DZE_ActionInProgress = false;
-};
-
-_classname = getText (configFile >> "CfgMagazines" >> _item >> "ItemActions" >> "Build" >> "create");
-_classnametmp = _classname;
-_require = getArray (configFile >> "cfgMagazines" >> _this >> "ItemActions" >> "Build" >> "require");
-_text = getText (configFile >> "CfgVehicles" >> _classname >> "displayName");
-_ghost = getText (configFile >> "CfgVehicles" >> _classname >> "ghostpreview");
-
-_lockable = 0;
-if(isNumber (configFile >> "CfgVehicles" >> _classname >> "lockable")) then {
- _lockable = getNumber(configFile >> "CfgVehicles" >> _classname >> "lockable");
-};
-
-_requireplot = DZE_requireplot;
-if(isNumber (configFile >> "CfgVehicles" >> _classname >> "requireplot")) then {
- _requireplot = getNumber(configFile >> "CfgVehicles" >> _classname >> "requireplot");
-};
-
-_isAllowedUnderGround = 1;
-if(isNumber (configFile >> "CfgVehicles" >> _classname >> "nounderground")) then {
- _isAllowedUnderGround = getNumber(configFile >> "CfgVehicles" >> _classname >> "nounderground");
-};
-
-_offset = getArray (configFile >> "CfgVehicles" >> _classname >> "offset");
-if((count _offset) <= 0) then {
- _offset = [0,1.5,0];
-};
-
-_isPole = (_classname == "Plastic_Pole_EP1_DZ");
-_isLandFireDZ = (_classname == "Land_Fire_DZ");
-
-_distance = DZE_PlotPole select 0;
-_needText = localize "str_epoch_player_246";
-
-if(_isPole) then {
- _distance = DZE_PlotPole select 1;
-};
-
-// check for near plot
-_findNearestPoles = nearestObjects [(vehicle player), ["Plastic_Pole_EP1_DZ"], _distance];
-_findNearestPole = [];
-
-{
- if (alive _x) then {
- _findNearestPole set [(count _findNearestPole),_x];
- };
-} count _findNearestPoles;
-
-_IsNearPlot = count (_findNearestPole);
-
-// If item is plot pole && another one exists within 45m
-if(_isPole && _IsNearPlot > 0) exitWith { DZE_ActionInProgress = false; cutText [(localize "str_epoch_player_44") , "PLAIN DOWN"]; };
-
-if(_IsNearPlot == 0) then {
-
- // Allow building of plot
- if(_requireplot == 0 || _isLandFireDZ) then {
- _canBuildOnPlot = true;
- };
-
-} else {
- // Since there are plots nearby we check for ownership && then for friend status
-
- // check nearby plots ownership && then for friend status
- _nearestPole = _findNearestPole select 0;
-
- // Find owner
- _ownerID = _nearestPole getVariable ["CharacterID","0"];
-
- // diag_log format["DEBUG BUILDING: %1 = %2", dayz_characterID, _ownerID];
-
- // check if friendly to owner
- if(dayz_characterID == _ownerID) then { //Keep ownership
- // owner can build anything within his plot except other plots
- if(!_isPole) then {
- _canBuildOnPlot = true;
- };
-
- } else {
- // disallow building plot
- if(!_isPole) then {
- _friendlies = player getVariable ["friendlyTo",[]];
- // check if friendly to owner
- if(_ownerID in _friendlies) then {
- _canBuildOnPlot = true;
- };
- };
- };
-};
-
-// _message
-if(!_canBuildOnPlot) exitWith { DZE_ActionInProgress = false; cutText [format[(localize "STR_EPOCH_PLAYER_135"),_needText,_distance] , "PLAIN DOWN"]; };
-
-_missing = "";
-_hasrequireditem = true;
-{
- _hastoolweapon = _x in weapons player;
- if(!_hastoolweapon) exitWith { _hasrequireditem = false; _missing = getText (configFile >> "cfgWeapons" >> _x >> "displayName"); };
-} count _require;
-
-_hasbuilditem = _this in magazines player;
-if (!_hasbuilditem) exitWith {DZE_ActionInProgress = false; cutText [format[(localize "str_player_31"),_text,"build"] , "PLAIN DOWN"]; };
-
-if (!_hasrequireditem) exitWith {DZE_ActionInProgress = false; cutText [format[(localize "str_epoch_player_137"),_missing] , "PLAIN DOWN"]; };
-if (_hasrequireditem) then {
-
- _location = [0,0,0];
- _isOk = true;
-
- // get inital players position
- _location1 = getPosATL player;
- _dir = getDir player;
-
- // if ghost preview available use that instead
- if (_ghost != "") then {
- _classname = _ghost;
- };
-
- _object = createVehicle [_classname, _location, [], 0, "CAN_COLLIDE"];
- //Build gizmo
- _objectHelper = "Sign_sphere10cm_EP1" createVehicle _location;
- _helperColor = "#(argb,8,8,3)color(0,0,0,0,ca)";
- _objectHelper setobjecttexture [0,_helperColor];
- _objectHelper attachTo [player,_offset];
- _object attachTo [_objectHelper,[0,0,0]];
- _position = getPosATL _objectHelper;
-
- //cutText [(localize "str_epoch_player_45"), "PLAIN DOWN"];
-
- _objHDiff = 0;
-
-if (isClass (configFile >> "SnapBuilding" >> _classname)) then {
- ["","","",["Init",_object,_classname,_objectHelper]] spawn snap_build;
-};
-
- while {_isOk} do {
-
- _zheightchanged = false;
- _zheightdirection = "";
- _rotate = false;
-
- if (DZE_Q) then {
- DZE_Q = false;
- _zheightdirection = "up";
- _zheightchanged = true;
- };
- if (DZE_Z) then {
- DZE_Z = false;
- _zheightdirection = "down";
- _zheightchanged = true;
- };
- if (DZE_Q_alt) then {
- DZE_Q_alt = false;
- _zheightdirection = "up_alt";
- _zheightchanged = true;
- };
- if (DZE_Z_alt) then {
- DZE_Z_alt = false;
- _zheightdirection = "down_alt";
- _zheightchanged = true;
- };
- if (DZE_Q_ctrl) then {
- DZE_Q_ctrl = false;
- _zheightdirection = "up_ctrl";
- _zheightchanged = true;
- };
- if (DZE_Z_ctrl) then {
- DZE_Z_ctrl = false;
- _zheightdirection = "down_ctrl";
- _zheightchanged = true;
- };
- if (DZE_4) then {
- _rotate = true;
- DZE_4 = false;
- if (helperDetach) then {
- _dir = -45;
- } else {
- _dir = 180;
- };
- };
- if (DZE_6) then {
- _rotate = true;
- DZE_6 = false;
- if (helperDetach) then {
- _dir = 45;
- } else {
- _dir = 0;
- };
- };
-
- if (DZE_F and _canDo) then {
- if (helperDetach) then {
- _objectHelperDir = getDir _objectHelper;
- _objectHelper attachTo [player];
- _objectHelper setDir _objectHelperDir-(getDir player);
- helperDetach = false;
- } else {
- _objectHelperPos = getPosATL _objectHelper;
- detach _objectHelper;
- _objectHelper setPosATL _objectHelperPos;
- _objectHelperDir = getDir _objectHelper;
- _objectHelper setVelocity [0,0,0]; //fix sliding glitch
- helperDetach = true;
- };
- DZE_F = false;
- };
-
- if(_rotate) then {
- if (helperDetach) then {
- _objectHelperDir = getDir _objectHelper;
- _objectHelperPos = getPosATL _objectHelper;
- _objectHelper setDir _objectHelperDir+_dir;
- _objectHelper setPosATL _objectHelperPos;
- } else {
- _objectHelper setDir _dir;
- _objectHelper setPosATL _position;
- //diag_log format["DEBUG Rotate BUILDING POS: %1", _position];
- };
-
- };
-
- if(_zheightchanged) then {
- if (!helperDetach) then {
- detach _objectHelper;
- };
-
- _position = getPosATL _objectHelper;
-
- if(_zheightdirection == "up") then {
- _position set [2,((_position select 2)+0.1)];
- _objHDiff = _objHDiff + 0.1;
- };
- if(_zheightdirection == "down") then {
- _position set [2,((_position select 2)-0.1)];
- _objHDiff = _objHDiff - 0.1;
- };
-
- if(_zheightdirection == "up_alt") then {
- _position set [2,((_position select 2)+1)];
- _objHDiff = _objHDiff + 1;
- };
- if(_zheightdirection == "down_alt") then {
- _position set [2,((_position select 2)-1)];
- _objHDiff = _objHDiff - 1;
- };
-
- if(_zheightdirection == "up_ctrl") then {
- _position set [2,((_position select 2)+0.01)];
- _objHDiff = _objHDiff + 0.01;
- };
- if(_zheightdirection == "down_ctrl") then {
- _position set [2,((_position select 2)-0.01)];
- _objHDiff = _objHDiff - 0.01;
- };
-
- _objectHelper setDir (getDir _objectHelper);
-
- if((_isAllowedUnderGround == 0) && ((_position select 2) < 0)) then {
- _position set [2,0];
- };
-
- _objectHelper setPosATL _position;
-
- //diag_log format["DEBUG Change BUILDING POS: %1", _position];
-
- if (!helperDetach) then {
- _objectHelper attachTo [player];
- };
- };
-
- sleep 0.5;
-
- _location2 = getPosATL player;
-
- if(DZE_5) exitWith {
- _isOk = false;
- detach _object;
- _dir = getDir _object;
- _position = getPosATL _object;
- //diag_log format["DEBUG BUILDING POS: %1", _position];
- deleteVehicle _object;
- detach _objectHelper;
- deleteVehicle _objectHelper;
- };
-
- if(_location1 distance _location2 > 10) exitWith {
- _isOk = false;
- _cancel = true;
- _reason = "You've moved to far away from where you started building (within 10 meters)";
- detach _object;
- deleteVehicle _object;
- detach _objectHelper;
- deleteVehicle _objectHelper;
- };
-
- if(abs(_objHDiff) > 10) exitWith {
- _isOk = false;
- _cancel = true;
- _reason = "Cannot move up or down more than 10 meters";
- detach _object;
- deleteVehicle _object;
- detach _objectHelper;
- deleteVehicle _objectHelper;
- };
-
- if (player getVariable["combattimeout", 0] >= time) exitWith {
- _isOk = false;
- _cancel = true;
- _reason = (localize "str_epoch_player_43");
- detach _object;
- deleteVehicle _object;
- detach _objectHelper;
- deleteVehicle _objectHelper;
- };
-
- if (DZE_cancelBuilding) exitWith {
- _isOk = false;
- _cancel = true;
- _reason = "Cancelled building.";
- detach _object;
- deleteVehicle _object;
- detach _objectHelper;
- deleteVehicle _objectHelper;
- };
- };
-
- //No building on roads unless toggled
- if (!DZE_BuildOnRoads) then {
- if (isOnRoad _position) then { _cancel = true; _reason = "Cannot build on a road."; };
- };
-
- // No building in trader zones
- if(!canbuild) then { _cancel = true; _reason = "Cannot build in a city."; };
-
- if(!_cancel) then {
-
- _classname = _classnametmp;
-
- // Start Build
- _tmpbuilt = createVehicle [_classname, _location, [], 0, "CAN_COLLIDE"];
-
- _tmpbuilt setdir _dir;
-
- // Get position based on object
- _location = _position;
-
- if((_isAllowedUnderGround == 0) && ((_location select 2) < 0)) then {
- _location set [2,0];
- };
-
- _tmpbuilt setPosATL _location;
-
-
- cutText [format[(localize "str_epoch_player_138"),_text], "PLAIN DOWN"];
-
- _limit = 3;
-
- if (DZE_StaticConstructionCount > 0) then {
- _limit = DZE_StaticConstructionCount;
- }
- else {
- if (isNumber (configFile >> "CfgVehicles" >> _classname >> "constructioncount")) then {
- _limit = getNumber(configFile >> "CfgVehicles" >> _classname >> "constructioncount");
- };
- };
-
- _isOk = true;
- _proceed = false;
- _counter = 0;
-
- while {_isOk} do {
-
- [10,10] call dayz_HungerThirst;
- player playActionNow "Medic";
-
- _dis=20;
- _sfx = "repair";
- [player,_sfx,0,false,_dis] call dayz_zombieSpeak;
- [player,_dis,true,(getPosATL player)] spawn player_alertZombies;
-
- r_interrupt = false;
- r_doLoop = true;
- _started = false;
- _finished = false;
-
- while {r_doLoop} do {
- _animState = animationState player;
- _isMedic = ["medic",_animState] call fnc_inString;
- if (_isMedic) then {
- _started = true;
- };
- if (_started && !_isMedic) then {
- r_doLoop = false;
- _finished = true;
- };
- if (r_interrupt || (player getVariable["combattimeout", 0] >= time)) then {
- r_doLoop = false;
- };
- if (DZE_cancelBuilding) exitWith {
- r_doLoop = false;
- };
- sleep 0.1;
- };
- r_doLoop = false;
-
-
- if(!_finished) exitWith {
- _isOk = false;
- _proceed = false;
- };
-
- if(_finished) then {
- _counter = _counter + 1;
- };
-
- cutText [format[(localize "str_epoch_player_139"),_text, _counter,_limit], "PLAIN DOWN"];
-
- if(_counter == _limit) exitWith {
- _isOk = false;
- _proceed = true;
- };
-
- };
-
- if (_proceed) then {
-
- _num_removed = ([player,_item] call BIS_fnc_invRemove);
- if(_num_removed == 1) then {
-
- cutText [format[localize "str_build_01",_text], "PLAIN DOWN"];
-
- if (_isPole) then {
- [] spawn player_plotPreview;
- };
-
- _tmpbuilt setVariable ["OEMPos",_location,true];
-
- if(_lockable > 1) then {
-
- _combinationDisplay = "";
-
- switch (_lockable) do {
-
- case 2: { // 2 lockbox
- _combination_1 = (floor(random 3)) + 100; // 100=red,101=green,102=blue
- _combination_2 = floor(random 10);
- _combination_3 = floor(random 10);
- _combination = format["%1%2%3",_combination_1,_combination_2,_combination_3];
- dayz_combination = _combination;
- if (_combination_1 == 100) then {
- _combination_1_Display = "Red";
- };
- if (_combination_1 == 101) then {
- _combination_1_Display = "Green";
- };
- if (_combination_1 == 102) then {
- _combination_1_Display = "Blue";
- };
- _combinationDisplay = format["%1%2%3",_combination_1_Display,_combination_2,_combination_3];
- };
-
- case 3: { // 3 combolock
- _combination_1 = floor(random 10);
- _combination_2 = floor(random 10);
- _combination_3 = floor(random 10);
- _combination = format["%1%2%3",_combination_1,_combination_2,_combination_3];
- dayz_combination = _combination;
- _combinationDisplay = _combination;
- };
-
- case 4: { // 4 safe
- _combination_1 = floor(random 10);
- _combination_2 = floor(random 10);
- _combination_3 = floor(random 10);
- _combination_4 = floor(random 10);
- _combination = format["%1%2%3%4",_combination_1,_combination_2,_combination_3,_combination_4];
- dayz_combination = _combination;
- _combinationDisplay = _combination;
- };
- };
-
- _tmpbuilt setVariable ["CharacterID",_combination,true];
-
-
- PVDZE_obj_Publish = [_combination,_tmpbuilt,[_dir,_location],_classname];
- publicVariableServer "PVDZE_obj_Publish";
-
- cutText [format[(localize "str_epoch_player_140"),_combinationDisplay,_text], "PLAIN DOWN", 5];
-
-
- } else {
- _tmpbuilt setVariable ["CharacterID",dayz_characterID,true];
-
- // fire?
- if(_tmpbuilt isKindOf "Land_Fire_DZ") then {
- _tmpbuilt spawn player_fireMonitor;
- } else {
- PVDZE_obj_Publish = [dayz_characterID,_tmpbuilt,[_dir,_location],_classname];
- publicVariableServer "PVDZE_obj_Publish";
- };
- };
- } else {
- deleteVehicle _tmpbuilt;
- cutText [(localize "str_epoch_player_46") , "PLAIN DOWN"];
- };
-
- } else {
- r_interrupt = false;
- if (vehicle player == player) then {
- [objNull, player, rSwitchMove,""] call RE;
- player playActionNow "stop";
- };
-
- deleteVehicle _tmpbuilt;
-
- cutText [(localize "str_epoch_player_46") , "PLAIN DOWN"];
- };
-
- } else {
- cutText [format[(localize "str_epoch_player_47"),_text,_reason], "PLAIN DOWN"];
- };
-};
-
-DZE_ActionInProgress = false;
diff --git a/SQF/dayz_code/actions/player_build_buildReq.sqf b/SQF/dayz_code/actions/player_build_buildReq.sqf
new file mode 100644
index 000000000..976a6dc79
--- /dev/null
+++ b/SQF/dayz_code/actions/player_build_buildReq.sqf
@@ -0,0 +1,44 @@
+if(!DZE_ActionInProgress) exitWith {};
+//Check for build requirements like tools and if item is in magazines (check args to disable checks)
+private ["_passArray","_missing","_hasrequireditem","_require","_hastoolweapon","_hasbuilditem","_checkMag","_checkTools","_reason"];
+
+_require = _this select 0; //grab passed array of required items from item config function
+_text = _this select 1; //grab text string passed from config
+_checkMag = _this select 2; //check if item was built from magazine used in config file. Default is true. Set to false if building item from custom script
+_checkTools = _this select 3; //same as above, default is true, set to false if you do not need item requirements.
+
+_missing = "";
+_hasrequireditem = true;
+_reason = "ok";
+_passArray = [];
+
+{
+ _hastoolweapon = _x in weapons player; //check each required item against weapons array on player
+ if(!_hastoolweapon) exitWith { //if tool was not found, get missing tool's name from config
+ _hasrequireditem = false; _missing = getText (configFile >> "cfgWeapons" >> _x >> "displayName");
+ };
+} count _require; //count each item in requirements array
+
+_hasbuilditem = DZE_buildItem in magazines player;
+
+_passArray = [_hasrequireditem,_reason];
+
+if (_checkMag) then { //passed argument
+ if (!_hasbuilditem) exitWith { //End script if magazine was not found
+ DZE_ActionInProgress = false;
+ cutText [format[(localize "str_player_31"),_text,"build"] , "PLAIN DOWN"];
+ _reason = "missing item";
+ _passArray
+ };
+};
+
+if (_checkTools) then { //passed argument
+ if (!_hasrequireditem) exitWith { //End script if required item/tool was not found
+ DZE_ActionInProgress = false;
+ cutText [format[(localize "str_epoch_player_137"),_missing] , "PLAIN DOWN"];
+ _reason = "missing tools";
+ _passArray
+ };
+};
+_passArray //[bool,string]
+
diff --git a/SQF/dayz_code/actions/player_build_controls.sqf b/SQF/dayz_code/actions/player_build_controls.sqf
new file mode 100644
index 000000000..6bf17836e
--- /dev/null
+++ b/SQF/dayz_code/actions/player_build_controls.sqf
@@ -0,0 +1,216 @@
+private ["_canDo","_passArray","_objHDiff","_isOk","_zheightchanged","_zheightdirection","_rotate","_dir","_object","_position","_isAllowedUnderGround","_location1","_location2","_cancel","_reason","_lastDir","_objectHelper","_objectHelperDir","_objectHelperPos"];
+
+_object = _this select 0;
+_isAllowedUnderGround = _this select 1;
+_location1 = _this select 2;
+_objectHelper = _this select 3;
+
+_passArray = [];
+
+_objHDiff = 0;
+_isOk = true;
+_cancel = false;
+_reason = "";
+_dir = getDir player; //required to pass direction when building
+helperDetach = false;
+_canDo = (!r_drag_sqf and !r_player_unconscious);
+_position = [_objectHelper] call FNC_GetPos;
+
+while {_isOk} do {
+
+ _zheightchanged = false;
+ _zheightdirection = "";
+ _rotate = false;
+
+ if (DZE_Q) then {
+ DZE_Q = false;
+ _zheightdirection = "up";
+ _zheightchanged = true;
+ };
+ if (DZE_Z) then {
+ DZE_Z = false;
+ _zheightdirection = "down";
+ _zheightchanged = true;
+ };
+ if (DZE_Q_alt) then {
+ DZE_Q_alt = false;
+ _zheightdirection = "up_alt";
+ _zheightchanged = true;
+ };
+ if (DZE_Z_alt) then {
+ DZE_Z_alt = false;
+ _zheightdirection = "down_alt";
+ _zheightchanged = true;
+ };
+ if (DZE_Q_ctrl) then {
+ DZE_Q_ctrl = false;
+ _zheightdirection = "up_ctrl";
+ _zheightchanged = true;
+ };
+ if (DZE_Z_ctrl) then {
+ DZE_Z_ctrl = false;
+ _zheightdirection = "down_ctrl";
+ _zheightchanged = true;
+ };
+ if (DZE_4) then {
+ _rotate = true;
+ DZE_4 = false;
+ _dir = -45;
+ };
+ if (DZE_6) then {
+ _rotate = true;
+ DZE_6 = false;
+ _dir = 45;
+ };
+
+ if (DZE_F and _canDo) then {
+ if (helperDetach) then {
+ _objectHelperDir = getDir _objectHelper;
+ _objectHelper attachTo [player];
+ _objectHelper setDir _objectHelperDir-(getDir player);
+ helperDetach = false;
+ } else {
+ _objectHelperDir = getDir _objectHelper;
+ detach _objectHelper;
+ [_objectHelper] call FNC_GetSetPos;
+ _objectHelper setVelocity [0,0,0]; //fix sliding glitch
+ helperDetach = true;
+ };
+ DZE_F = false;
+ };
+
+ if(_rotate) then {
+ if (helperDetach) then {
+ _objectHelperDir = getDir _objectHelper;
+ _objectHelper setDir _objectHelperDir+_dir;
+ [_objectHelper] call FNC_GetSetPos;
+ } else {
+ detach _objectHelper;
+ _objectHelperDir = getDir _objectHelper;
+ _objectHelper setDir _objectHelperDir+_dir;
+ [_objectHelper] call FNC_GetSetPos;
+ _objectHelperDir = getDir _objectHelper;
+ _objectHelper attachTo [player];
+ _objectHelper setDir _objectHelperDir-(getDir player);
+ };
+ };
+
+ if(_zheightchanged) then {
+ if (!helperDetach) then {
+ detach _objectHelper;
+ _objectHelperDir = getDir _objectHelper;
+ };
+
+ _position = [_objectHelper] call FNC_GetPos;
+
+ if(_zheightdirection == "up") then {
+ _position set [2,((_position select 2)+0.1)];
+ _objHDiff = _objHDiff + 0.1;
+ };
+ if(_zheightdirection == "down") then {
+ _position set [2,((_position select 2)-0.1)];
+ _objHDiff = _objHDiff - 0.1;
+ };
+
+ if(_zheightdirection == "up_alt") then {
+ _position set [2,((_position select 2)+1)];
+ _objHDiff = _objHDiff + 1;
+ };
+ if(_zheightdirection == "down_alt") then {
+ _position set [2,((_position select 2)-1)];
+ _objHDiff = _objHDiff - 1;
+ };
+
+ if(_zheightdirection == "up_ctrl") then {
+ _position set [2,((_position select 2)+0.01)];
+ _objHDiff = _objHDiff + 0.01;
+ };
+ if(_zheightdirection == "down_ctrl") then {
+ _position set [2,((_position select 2)-0.01)];
+ _objHDiff = _objHDiff - 0.01;
+ };
+
+ if((_isAllowedUnderGround == 0) && ((_position select 2) < 0)) then {
+ _position set [2,0];
+ };
+
+ if (surfaceIsWater _position) then {
+ _objectHelper setPosASL _position;
+ } else {
+ _objectHelper setPosATL _position;
+ };
+
+ if (!helperDetach) then {
+ _objectHelper attachTo [player];
+ _objectHelper setDir _objectHelperDir-(getDir player);
+ };
+ };
+
+ sleep 0.5;
+
+ _location2 = [player] call FNC_GetPos;
+ _objectHelperPos = [_objectHelper] call FNC_GetPos;
+
+ if(DZE_5) exitWith {
+ _isOk = false;
+ _position = [_object] call FNC_GetPos;
+ detach _object;
+ _dir = getDir _object;
+ deleteVehicle _object;
+ detach _objectHelper;
+ deleteVehicle _objectHelper;
+ };
+
+ if(_location1 distance _location2 > 10) exitWith {
+ _isOk = false;
+ _cancel = true;
+ _reason = "You've moved to far away from where you started building (within 10 meters)";
+ detach _object;
+ deleteVehicle _object;
+ detach _objectHelper;
+ deleteVehicle _objectHelper;
+ };
+
+ if(_location1 distance _objectHelperPos > 10) exitWith {
+ _isOk = false;
+ _cancel = true;
+ _reason = "Object is placed to far away from where you started building (within 10 meters)";
+ detach _object;
+ deleteVehicle _object;
+ detach _objectHelper;
+ deleteVehicle _objectHelper;
+ };
+
+ if(abs(_objHDiff) > 10) exitWith {
+ _isOk = false;
+ _cancel = true;
+ _reason = "Cannot move up or down more than 10 meters";
+ detach _object;
+ deleteVehicle _object;
+ detach _objectHelper;
+ deleteVehicle _objectHelper;
+ };
+
+ if (player getVariable["combattimeout", 0] >= time) exitWith {
+ _isOk = false;
+ _cancel = true;
+ _reason = (localize "str_epoch_player_43");
+ detach _object;
+ deleteVehicle _object;
+ detach _objectHelper;
+ deleteVehicle _objectHelper;
+ };
+
+ if (DZE_cancelBuilding) exitWith {
+ _isOk = false;
+ _cancel = true;
+ _reason = "Cancelled building.";
+ detach _object;
+ deleteVehicle _object;
+ detach _objectHelper;
+ deleteVehicle _objectHelper;
+ };
+};
+
+_passArray = [_cancel,_reason,_position,_dir];
+_passArray //[bool,string,array,int]
\ No newline at end of file
diff --git a/SQF/dayz_code/actions/player_build_countNearby.sqf b/SQF/dayz_code/actions/player_build_countNearby.sqf
new file mode 100644
index 000000000..2f8090ea9
--- /dev/null
+++ b/SQF/dayz_code/actions/player_build_countNearby.sqf
@@ -0,0 +1,10 @@
+// disallow building if too many objects are found within 30m (by default)
+private ["_cnt","_pos"];
+
+_pos = [player] call FNC_GetPos;
+_cnt = count (_pos nearObjects ["All",DZE_checkNearbyRadius]);
+if (_cnt >= DZE_BuildingLimit) exitWith { //end script if too many objects nearby
+ DZE_ActionInProgress = false;
+ cutText [(localize "str_epoch_player_41"), "PLAIN DOWN"];
+};
+_cnt //returns amount of total objects found nearby
diff --git a/SQF/dayz_code/actions/player_build_create.sqf b/SQF/dayz_code/actions/player_build_create.sqf
new file mode 100644
index 000000000..6139db2e4
--- /dev/null
+++ b/SQF/dayz_code/actions/player_build_create.sqf
@@ -0,0 +1,37 @@
+//create an object for default build system style
+private ["_passArray","_classname","_enableGhost","_ghost","_location1","_dir","_object","_objectHelper","_helperColor"];
+
+_classname = _this select 0;
+_ghost = _this select 1;
+_offset = _this select 2;
+_enableGhost = _this select 3; //pass false trough args if not using ghost preview
+
+_passArray = [];
+_objectHelper = objNull;
+
+// get inital players position
+_location1 = [player] call FNC_GetPos;
+
+// if enabled, use ghost preview where available
+if (_enableGhost) then {
+ if (_ghost != "") then {
+ _classname = _ghost;
+ };
+};
+
+_object = createVehicle [_classname, [0,0,0], [], 0, "CAN_COLLIDE"]; //object preview, not an actual object that will be built
+
+_objectHelper = "Sign_sphere10cm_EP1" createVehicle [0,0,0];
+_helperColor = "#(argb,8,8,3)color(0,0,0,0,ca)";
+_objectHelper setobjecttexture [0,_helperColor];
+_objectHelper attachTo [player,_offset];
+_object attachTo [_objectHelper,[0,0,0]];
+
+
+if (isClass (configFile >> "SnapBuilding" >> _classname)) then {
+ ["","","",["Init",_object,_classname,_objectHelper]] spawn snap_build;
+};
+
+_passArray = [_location1,_object,_objectHelper];
+_passArray //[array,obj,array]
+
diff --git a/SQF/dayz_code/actions/player_build_getConfig.sqf b/SQF/dayz_code/actions/player_build_getConfig.sqf
new file mode 100644
index 000000000..a626ddcf3
--- /dev/null
+++ b/SQF/dayz_code/actions/player_build_getConfig.sqf
@@ -0,0 +1,39 @@
+if(!DZE_ActionInProgress) exitWith {};
+//Build an array of various variables gathered about build object from config files, only applies to legit buildable objects
+private ["_passArray","_classname","_classnametmp","_require","_text","_ghost","_lockable","_requireplot","_isAllowedUnderGround","_offset","_isPole","_isLandFireDZ"];
+
+_passArray = [];
+
+_classname = getText (configFile >> "CfgMagazines" >> DZE_buildItem >> "ItemActions" >> "Build" >> "create");
+_classnametmp = _classname;
+_require = getArray (configFile >> "cfgMagazines" >> DZE_buildItem >> "ItemActions" >> "Build" >> "require");
+_text = getText (configFile >> "CfgVehicles" >> _classname >> "displayName");
+_ghost = getText (configFile >> "CfgVehicles" >> _classname >> "ghostpreview");
+
+_lockable = 0; //default define if lockable not found in config file below
+if(isNumber (configFile >> "CfgVehicles" >> _classname >> "lockable")) then { //find out if item is lockable object
+ _lockable = getNumber(configFile >> "CfgVehicles" >> _classname >> "lockable"); // 2=lockbox, 3=combolock, 4=safe
+};
+
+_requireplot = DZE_requireplot; //check for plotpole requirements defined in init.sqf
+if(isNumber (configFile >> "CfgVehicles" >> _classname >> "requireplot")) then {
+ _requireplot = getNumber(configFile >> "CfgVehicles" >> _classname >> "requireplot");
+};
+
+_isAllowedUnderGround = 1; //check if allowed to build under terrain
+if(isNumber (configFile >> "CfgVehicles" >> _classname >> "nounderground")) then {
+ _isAllowedUnderGround = getNumber(configFile >> "CfgVehicles" >> _classname >> "nounderground");
+};
+
+_offset = getArray (configFile >> "CfgVehicles" >> _classname >> "offset"); //check default distance offset, define if does not exist
+if((count _offset) <= 0) then {
+ _offset = [0,1.5,0];
+};
+
+_isPole = (_classname == "Plastic_Pole_EP1_DZ"); //check if item is plotpole
+_isLandFireDZ = (_classname == "Land_Fire_DZ"); //check if item is campfire
+
+_passArray = [_classname,_classnametmp,_require,_text,_ghost,_lockable,_requireplot,_isAllowedUnderGround,_offset,_isPole,_isLandFireDZ]; //create new array to pass to caller
+
+_passArray //[string,string,array,string,string,int,int,int,array,bool,bool]
+
diff --git a/SQF/dayz_code/actions/player_build_needNearby.sqf b/SQF/dayz_code/actions/player_build_needNearby.sqf
new file mode 100644
index 000000000..d75796fc4
--- /dev/null
+++ b/SQF/dayz_code/actions/player_build_needNearby.sqf
@@ -0,0 +1,44 @@
+if(!DZE_ActionInProgress) exitWith {};
+//disallow building if required items (defined in config) are not found nearby
+private ["_abort","_reason","_distance","_needNear","_isNear","_pos"];
+
+_abort = false; //do not abort by default
+_reason = ""; // define to avoid RPT errors
+_needNear = getArray (configFile >> "CfgMagazines" >> DZE_buildItem >> "ItemActions" >> "Build" >> "neednearby");
+_pos = [player] call FNC_GetPos;
+{
+ switch(_x) do{
+ case "fire":
+ {
+ _distance = 3;
+ _isNear = {inflamed _x} count (_pos nearObjects _distance);
+ if(_isNear == 0) then {
+ _abort = true;
+ _reason = "fire";
+ };
+ };
+ case "workshop":
+ {
+ _distance = 3;
+ _isNear = count (nearestObjects [_pos, ["Wooden_shed_DZ","WoodShack_DZ","WorkBench_DZ"], _distance]);
+ if(_isNear == 0) then {
+ _abort = true;
+ _reason = "workshop";
+ };
+ };
+ case "fueltank":
+ {
+ _distance = 30;
+ _isNear = count (nearestObjects [_pos, dayz_fuelsources, _distance]);
+ if(_isNear == 0) then {
+ _abort = true;
+ _reason = "fuel tank";
+ };
+ };
+ };
+} forEach _needNear;
+
+if (_abort) exitWith {
+ cutText [format[(localize "str_epoch_player_135"),_reason,_distance], "PLAIN DOWN"];
+ DZE_ActionInProgress = false;
+};
\ No newline at end of file
diff --git a/SQF/dayz_code/actions/player_build_plotCheck.sqf b/SQF/dayz_code/actions/player_build_plotCheck.sqf
new file mode 100644
index 000000000..48bec6d70
--- /dev/null
+++ b/SQF/dayz_code/actions/player_build_plotCheck.sqf
@@ -0,0 +1,79 @@
+if(!DZE_ActionInProgress) exitWith {};
+//Check if nearby plotpoles exists
+private ["_passArray","_isPole","_needText","_distance","_findNearestPoles","_findNearestPole","_IsNearPlot","_requireplot","_isLandFireDZ","_canBuildOnPlot","_nearestPole","_ownerID","_friendlies"];
+
+//defines
+_isPole = _this select 0;
+_requireplot = _this select 1;
+_isLandFireDZ = _this select 2;
+
+_needText = localize "str_epoch_player_246"; //text for when requirements not met
+_canBuildOnPlot = false;
+_nearestPole = objNull;
+_ownerID = 0;
+_friendlies = [];
+
+if(_isPole) then { //check if object is plotpole and adjust distance accordingly
+ _distance = DZE_PlotPole select 1;
+} else {
+ _distance = DZE_PlotPole select 0;
+};
+
+// check for near plotpoles
+_findNearestPoles = nearestObjects [(vehicle player), ["Plastic_Pole_EP1_DZ"], _distance]; //create an array of nearby objects that are plotpoles, nearest will always be first in array
+_findNearestPole = []; //must define an empty array to avoid problems
+
+{
+ if (alive _x) then { //only look for non-destroyed plotpoles
+ _findNearestPole set [(count _findNearestPole),_x]; //build an array of live plotpoles found nearby
+ };
+} count _findNearestPoles; //count each item in previously created array of nearby plotpoles
+
+_IsNearPlot = count (_findNearestPole); //count our new array of non-destroyed plotpoles. Empty array will return 0
+
+if(_IsNearPlot == 0) then { //No live plotpoles were found nearby
+ // Allow building of plot
+ if(_requireplot == 0 || _isLandFireDZ) then {
+ _canBuildOnPlot = true;
+ };
+} else {
+ // Since there are plots nearby we check for ownership && then for friend status
+ // check nearby plots ownership && then for friend status
+ _nearestPole = _findNearestPole select 0; //nearest is always first in array when using nearestObjects check
+
+ // Find owner
+ _ownerID = _nearestPole getVariable ["CharacterID","0"];
+
+ // check if friendly to owner
+ if(dayz_characterID == _ownerID) then { //Keep ownership
+ // owner can build anything within his plot except other plots
+ if(!_isPole) then {
+ _canBuildOnPlot = true;
+ };
+ } else {
+ // disallow building plot
+ if(!_isPole) then {
+ _friendlies = player getVariable ["friendlyTo",[]];
+ // check if friendly to owner
+ if(_ownerID in _friendlies) then {
+ _canBuildOnPlot = true;
+ };
+ };
+ };
+};
+
+_passArray = [_IsNearPlot,_nearestPole,_ownerID,_friendlies]; //create new array and pass it to caller
+
+// End script if item is plot pole and another one exists within defined radius
+if(_isPole && _IsNearPlot > 0) exitWith {
+ DZE_ActionInProgress = false;
+ cutText [(format [localize "str_epoch_player_44", DZE_PlotPole select 1]) , "PLAIN DOWN"];
+ _passArray
+};
+
+if(!_canBuildOnPlot) exitWith { //end script if requirements were not met
+ DZE_ActionInProgress = false;
+ cutText [format[(localize "STR_EPOCH_PLAYER_135"),_needText,_distance] , "PLAIN DOWN"];
+ _passArray
+};
+_passArray //[int,Obj,int,array]
diff --git a/SQF/dayz_code/actions/player_build_publish.sqf b/SQF/dayz_code/actions/player_build_publish.sqf
new file mode 100644
index 000000000..eefbd1ea7
--- /dev/null
+++ b/SQF/dayz_code/actions/player_build_publish.sqf
@@ -0,0 +1,224 @@
+private ["_passArray","_cancel","_position","_reason","_classnametmp","_classname","_tmpbuilt","_dir","_location","_text","_limit","_isOk","_proceed","_counter","_dis","_sfx","_started","_finished","_animState","_isMedic","_num_removed","_lockable","_combinationDisplay","_combination_1","_combination_2","_combination_3","_combination_4","_combination","_combination_1_Display"];
+
+//defines
+_cancel = _this select 0;
+_position = _this select 1;
+_classnametmp = _this select 2;
+_isAllowedUnderGround = _this select 3;
+_text = _this select 4;
+_isPole = _this select 5;
+_lockable = _this select 6;
+_dir = _this select 7;
+_reason = _this select 8;
+
+_passArray = [];
+
+_isOk = true;
+_proceed = false;
+_counter = 0;
+_location = [0,0,0];
+
+//No building on roads unless toggled
+if (!DZE_BuildOnRoads) then {
+ if (isOnRoad _position) then {
+ _cancel = true;
+ _reason = "Cannot build on a road.";
+ };
+};
+
+// No building in trader zones
+if(!canbuild) then {
+ _cancel = true;
+ _reason = "Cannot build in a city.";
+};
+
+if(!_cancel) then {
+
+ _classname = _classnametmp;
+
+ // Start Build
+ _tmpbuilt = createVehicle [_classname, _location, [], 0, "CAN_COLLIDE"]; //create actual object that will be published to database
+
+ _tmpbuilt setdir _dir; //set direction inherited from passed args from control
+
+ // Get position based on object
+ _location = _position;
+
+ if((_isAllowedUnderGround == 0) && ((_location select 2) < 0)) then { //check Z axis if not allowed to build underground
+ _location set [2,0]; //reset Z axis to zero (above terrain)
+ };
+
+ if (surfaceIsWater _location) then {
+ _tmpbuilt setPosASL _location;
+ _location = ASLtoATL _location; //Database uses ATL
+ } else {
+ _tmpbuilt setPosATL _location;
+ };
+
+ cutText [format[(localize "str_epoch_player_138"),_text], "PLAIN DOWN"];
+
+ _limit = 3; //times it takes to build by default
+
+ if (DZE_StaticConstructionCount > 0) then { //if count is manually overridden inside init.sqf, use that instead, else use limits configured in config files
+ _limit = DZE_StaticConstructionCount;
+ }
+ else {
+ if (isNumber (configFile >> "CfgVehicles" >> _classname >> "constructioncount")) then {
+ _limit = getNumber(configFile >> "CfgVehicles" >> _classname >> "constructioncount");
+ };
+ };
+
+ while {_isOk} do { //publish phase
+
+ [10,10] call dayz_HungerThirst;
+ player playActionNow "Medic"; //animation
+
+ //alert zombies
+ _dis=20;
+ _sfx = "repair";
+ [player,_sfx,0,false,_dis] call dayz_zombieSpeak;
+ [player,_dis,true,(getPosATL player)] spawn player_alertZombies;
+
+ r_interrupt = false;
+ r_doLoop = true;
+ _started = false;
+ _finished = false;
+
+ while {r_doLoop} do { //while player is not interrupted, go trough animations
+ _animState = animationState player;
+ _isMedic = ["medic",_animState] call fnc_inString;
+ if (_isMedic) then {
+ _started = true;
+ };
+ if (_started && !_isMedic) then {
+ r_doLoop = false;
+ _finished = true;
+ };
+ if (r_interrupt || (player getVariable["combattimeout", 0] >= time)) then {
+ r_doLoop = false;
+ };
+ if (DZE_cancelBuilding) exitWith {
+ r_doLoop = false;
+ };
+ sleep 0.1;
+ };
+ r_doLoop = false;
+
+
+ if(!_finished) exitWith { //exit if interrupted
+ _isOk = false;
+ _proceed = false;
+ };
+
+ if(_finished) then { //if animation finished, add to build count
+ _counter = _counter + 1;
+ };
+
+ cutText [format[(localize "str_epoch_player_139"),_text, _counter,_limit], "PLAIN DOWN"]; //report how many steps are done out of total limit
+
+ if(_counter == _limit) exitWith { //if all steps done proceed with next step, otherwise cancel publish
+ _isOk = false;
+ _proceed = true;
+ };
+
+ };
+
+ if (_proceed) then {
+
+ _num_removed = ([player,DZE_buildItem] call BIS_fnc_invRemove); //remove item's magazine from inventory
+ if(_num_removed == 1) then {
+
+ cutText [format[localize "str_build_01",_text], "PLAIN DOWN"];
+
+ if (_isPole) then { //if item was a plotpole, build a visual radius around it
+ [] spawn player_plotPreview;
+ };
+
+ _tmpbuilt setVariable ["OEMPos",_location,true]; //store original location as a variable
+
+ if(_lockable > 1) then { //if item has code lock on it
+
+ _combinationDisplay = ""; //define new display
+
+ switch (_lockable) do { //generate random combinations depending on item type
+
+ case 2: { // 2 lockbox
+ _combination_1 = (floor(random 3)) + 100; // 100=red,101=green,102=blue
+ _combination_2 = floor(random 10);
+ _combination_3 = floor(random 10);
+ _combination = format["%1%2%3",_combination_1,_combination_2,_combination_3];
+ dayz_combination = _combination;
+ if (_combination_1 == 100) then {
+ _combination_1_Display = "Red";
+ };
+ if (_combination_1 == 101) then {
+ _combination_1_Display = "Green";
+ };
+ if (_combination_1 == 102) then {
+ _combination_1_Display = "Blue";
+ };
+ _combinationDisplay = format["%1%2%3",_combination_1_Display,_combination_2,_combination_3];
+ };
+
+ case 3: { // 3 combolock
+ _combination_1 = floor(random 10);
+ _combination_2 = floor(random 10);
+ _combination_3 = floor(random 10);
+ _combination = format["%1%2%3",_combination_1,_combination_2,_combination_3];
+ dayz_combination = _combination;
+ _combinationDisplay = _combination;
+ };
+
+ case 4: { // 4 safe
+ _combination_1 = floor(random 10);
+ _combination_2 = floor(random 10);
+ _combination_3 = floor(random 10);
+ _combination_4 = floor(random 10);
+ _combination = format["%1%2%3%4",_combination_1,_combination_2,_combination_3,_combination_4];
+ dayz_combination = _combination;
+ _combinationDisplay = _combination;
+ };
+ };
+
+ _tmpbuilt setVariable ["CharacterID",_combination,true]; //set combination as a character ID
+
+ //call publish precompiled function with given args and send public variable to server to save item to database
+ PVDZE_obj_Publish = [_combination,_tmpbuilt,[_dir,_location],_classname];
+ publicVariableServer "PVDZE_obj_Publish";
+
+ cutText [format[(localize "str_epoch_player_140"),_combinationDisplay,_text], "PLAIN DOWN", 5]; //display new combination
+
+
+ } else { //if not lockable item
+ _tmpbuilt setVariable ["CharacterID",dayz_characterID,true];
+
+ // fire?
+ if(_tmpbuilt isKindOf "Land_Fire_DZ") then { //if campfire, then spawn, but do not publish to database
+ _tmpbuilt spawn player_fireMonitor;
+ } else {
+ PVDZE_obj_Publish = [dayz_characterID,_tmpbuilt,[_dir,_location],_classname];
+ publicVariableServer "PVDZE_obj_Publish";
+ };
+ };
+ } else { //if magazine was not removed, cancel publish
+ deleteVehicle _tmpbuilt;
+ cutText [(localize "str_epoch_player_46") , "PLAIN DOWN"];
+ };
+
+ } else { //if player was interrupted, cancel publish and stop build animations
+ r_interrupt = false;
+ if (vehicle player == player) then {
+ [objNull, player, rSwitchMove,""] call RE;
+ player playActionNow "stop";
+ };
+
+ deleteVehicle _tmpbuilt;
+
+ cutText [(localize "str_epoch_player_46") , "PLAIN DOWN"];
+ };
+
+} else { //cancel build if passed _cancel arg was true or building on roads/trader city
+ cutText [format[(localize "str_epoch_player_47"),_text,_reason], "PLAIN DOWN"];
+};
+
+DZE_ActionInProgress = false; //in any case always finish last function with this to "reset" everything.
\ No newline at end of file
diff --git a/SQF/dayz_code/actions/player_build_states.sqf b/SQF/dayz_code/actions/player_build_states.sqf
new file mode 100644
index 000000000..d5f16221f
--- /dev/null
+++ b/SQF/dayz_code/actions/player_build_states.sqf
@@ -0,0 +1,39 @@
+if(!DZE_ActionInProgress) exitWith {};
+//disallow building if these conditions are not met
+private ["_isFine","_onLadder","_vehicle","_inVehicle"];
+
+_isFine = "ok"; //define variable to avoid RPT errors
+_onLadder = (getNumber (configFile >> "CfgMovesMaleSdr" >> "States" >> (animationState player) >> "onLadder")) == 1;
+_vehicle = vehicle player;
+_inVehicle = (_vehicle != player);
+
+if (dayz_isSwimming) exitWith { //end script if player is swimming
+ DZE_ActionInProgress = false;
+ cutText [localize "str_player_26", "PLAIN DOWN"];
+ _isFine = "Swimming";
+ _isFine
+};
+
+if (_inVehicle) exitWith { //end script if player is in vehicle
+ DZE_ActionInProgress = false;
+ cutText [(localize "str_epoch_player_42"), "PLAIN DOWN"];
+ _isFine = "In vehicle";
+ _isFine
+};
+
+if (_onLadder) exitWith { //end script if player is climbing on ladder
+ DZE_ActionInProgress = false;
+ cutText [localize "str_player_21", "PLAIN DOWN"];
+ _isFine = "On ladder";
+ _isFine
+};
+
+if (player getVariable["combattimeout", 0] >= time) exitWith { //end script if player is in combat
+ DZE_ActionInProgress = false;
+ cutText [(localize "str_epoch_player_43"), "PLAIN DOWN"];
+ _isFine = "In combat";
+ _isFine
+};
+
+_isFine //returns string to caller, default is "ok" if conditions were not met
+
diff --git a/SQF/dayz_code/actions/player_drink.sqf b/SQF/dayz_code/actions/player_drink.sqf
index dd2d5d8d1..3eb937d81 100644
--- a/SQF/dayz_code/actions/player_drink.sqf
+++ b/SQF/dayz_code/actions/player_drink.sqf
@@ -48,31 +48,26 @@ if (["ItemSoda",_itemorignal] call fnc_inString) then {
[player,_dis,true,(getPosATL player)] spawn player_alertZombies;
};
-if (_hasoutput) then{
- _itemtodrop = drink_output select(drink_with_output find _itemorignal);
+if (_hasoutput) then {
+ // Selecting output
+ _itemtodrop = drink_output select (drink_with_output find _itemorignal);
if (!_invehicle) then {
- // Selecting output
- _itemtodrop = drink_output select (drink_with_output find _itemorignal);
-
sleep 3;
- _nearByPile= nearestObjects [(getPosATL player), ["WeaponHolder","WeaponHolderBase"],2];
- if (count _nearByPile ==0) then {
+ _nearByPile = nearestObjects [(getPosATL player), ["WeaponHolder","WeaponHolderBase"],2];
+ if (count _nearByPile == 0) then {
_iPos = getPosATL player;
_radius = 0.0;
_item = createVehicle ["WeaponHolder", _iPos, [], _radius, "CAN_COLLIDE"];
- _item setposATL _iPos;
+ _item setPosATL _iPos;
} else {
_item = _nearByPile select 0;
};
_item addMagazineCargoGlobal [_itemtodrop,1];
- };
-
- if (_invehicle) then {
+ } else {
sleep 2;
(vehicle player) addMagazineCargoGlobal [_itemtodrop,1];
};
-
};
//add infection chance for "ItemWaterbottle",
diff --git a/SQF/dayz_code/actions/player_eat.sqf b/SQF/dayz_code/actions/player_eat.sqf
index 2f2a26297..be94a41b6 100644
--- a/SQF/dayz_code/actions/player_eat.sqf
+++ b/SQF/dayz_code/actions/player_eat.sqf
@@ -48,26 +48,26 @@ if (dayz_lastMeal < 3600) then {
};
};
-if (_hasoutput && !_invehicle) then {
- // Selecting output
- _itemtodrop = food_output select (food_with_output find _itemorignal);
+if (_hasoutput) then {
+ // Selecting output
+ _itemtodrop = food_output select (food_with_output find _itemorignal);
- sleep 3;
- _nearByPile= nearestObjects [(getposATL player), ["WeaponHolder","WeaponHolderBase"],2];
- if (count _nearByPile ==0) then {
- _iPos = getPosATL player;
- _radius = 0.0;
- _item = createVehicle ["WeaponHolder", _iPos, [], _radius, "CAN_COLLIDE"];
- _item setposATL _iPos;
- } else {
- _item = _nearByPile select 0;
- };
- _item addMagazineCargoGlobal [_itemtodrop,1];
-};
-
-if (_hasoutput && _invehicle) then {
- sleep 2;
- (vehicle player) addMagazineCargoGlobal [_itemtodrop,1];
+ if (!_invehicle) then {
+ sleep 3;
+ _nearByPile = nearestObjects [(getPosATL player), ["WeaponHolder","WeaponHolderBase"],2];
+ if (count _nearByPile == 0) then {
+ _iPos = getPosATL player;
+ _radius = 0.0;
+ _item = createVehicle ["WeaponHolder", _iPos, [], _radius, "CAN_COLLIDE"];
+ _item setPosATL _iPos;
+ } else {
+ _item = _nearByPile select 0;
+ };
+ _item addMagazineCargoGlobal [_itemtodrop,1];
+ } else {
+ sleep 2;
+ (vehicle player) addMagazineCargoGlobal [_itemtodrop,1];
+ };
};
if (_rawfood && !_rawexceptions && (random 15 < 1)) then {
diff --git a/SQF/dayz_code/actions/player_goFishing.sqf b/SQF/dayz_code/actions/player_goFishing.sqf
index b7f0b4a13..1d1ef6c02 100644
--- a/SQF/dayz_code/actions/player_goFishing.sqf
+++ b/SQF/dayz_code/actions/player_goFishing.sqf
@@ -17,7 +17,7 @@ if(!(surfaceIsWater _position)) exitWith {DZE_ActionInProgress = false; cutText
if((currentWeapon player) != "MeleeFishingPole") exitWith {DZE_ActionInProgress = false; cutText [(localize "str_epoch_player_67"), "PLAIN DOWN"]; };
if(dayz_isSwimming) exitWith {DZE_ActionInProgress = false; cutText [localize "str_player_26", "PLAIN DOWN"]; };
-if(player getVariable["combattimeout", 0] >= time) exitWith {DZE_ActionInProgress = false; cutText [(localize "str_epoch_player_68"), "PLAIN DOWN"];};
+if(player getVariable["combattimeout", 0] >= time) exitWith {DZE_ActionInProgress = false; cutText [(localize "str_epoch_player_312"), "PLAIN DOWN"];};
_isOk = true;
_counter = 0;
@@ -81,4 +81,4 @@ while {_isOk} do {
};
};
};
-DZE_ActionInProgress = false;
\ No newline at end of file
+DZE_ActionInProgress = false;
diff --git a/SQF/dayz_code/actions/show_dialog.sqf b/SQF/dayz_code/actions/show_dialog.sqf
index 1c5ed5351..91fc1f344 100644
--- a/SQF/dayz_code/actions/show_dialog.sqf
+++ b/SQF/dayz_code/actions/show_dialog.sqf
@@ -11,7 +11,7 @@ lbClear TraderDialogCatList;
lbClear TraderDialogItemList;
TraderCurrentCatIndex = -1;
-TraderItemList = -1;
+TraderItemList = [];
TraderCatList = [];
{
@@ -21,4 +21,4 @@ TraderCatList = [];
} count _trader_data;
waitUntil { !dialog };
TraderCurrentCatIndex = -1;
-TraderCatList = -1;
\ No newline at end of file
+TraderCatList = [];
diff --git a/SQF/dayz_code/actions/snap_build.sqf b/SQF/dayz_code/actions/snap_build.sqf
index 0f961b65c..850af53d3 100644
--- a/SQF/dayz_code/actions/snap_build.sqf
+++ b/SQF/dayz_code/actions/snap_build.sqf
@@ -3,7 +3,7 @@
// July 10 2014 //
/*--------------------------------*/
-private ["_object","_objectSnapGizmo","_objColorActive","_objColorInactive","_classname","_whitelist","_points","_cfg","_cnt","_pos","_findWhitelisted","_nearbyObject","_posNearby","_selectedAction","_newPos","_pointsNearby","_onWater"];
+private ["_object","_objectSnapGizmo","_objColorActive","_objColorInactive","_classname","_whitelist","_points","_radius","_cfg","_cnt","_pos","_findWhitelisted","_nearbyObject","_posNearby","_selectedAction","_newPos","_pointsNearby","_onWater","_waterBase"];
//Args
snapActionState = _this select 3 select 0;
_object = _this select 3 select 1;
@@ -15,6 +15,7 @@ _selectedAction = _this select 3 select 4;
_cfg = (configFile >> "SnapBuilding" >> _classname);
_whitelist = getArray (_cfg >> "snapTo");
_points = getArray (_cfg >> "points");
+_radius = getNumber (_cfg >> "radius");
//colors
_objColorActive = "#(argb,8,8,3)color(0,0.92,0.06,1,ca)";
@@ -56,24 +57,23 @@ fnc_initSnapPoints = {
};
fnc_initSnapPointsNearby = {
- _pos = getPosATL _object;
+ _pos = [_object] call FNC_GetPos;
_findWhitelisted = []; _pointsNearby = [];
- _findWhitelisted = nearestObjects [_pos,_whitelist,10]-[_object];
+ _findWhitelisted = nearestObjects [_pos,_whitelist,(_radius + DZE_snapExtraRange)]-[_object];
snapGizmosNearby = [];
{
_nearbyObject = _x;
_pointsNearby = getArray (configFile >> "SnapBuilding" >> (typeOf _x) >> "points");
{
- _onWater = surfaceIsWater position _nearbyObject;
_objectSnapGizmo = "Sign_sphere10cm_EP1" createVehicleLocal [0,0,0];
_objectSnapGizmo setobjecttexture [0,_objColorInactive];
+ _objectSnapGizmo setDir (getDir _nearbyObject);
_posNearby = _nearbyObject modelToWorld [_x select 0,_x select 1,_x select 2];
- if (_onWater) then {
+ if (surfaceIsWater _posNearby) then {
_objectSnapGizmo setPosASL [(_posNearby) select 0,(_posNearby) select 1,(getPosASL _nearbyObject select 2) + (_x select 2)];
} else {
_objectSnapGizmo setPosATL _posNearby;
};
- _objectSnapGizmo setDir (getDir _nearbyObject);
snapGizmosNearby set [count snapGizmosNearby,_objectSnapGizmo];
} count _pointsNearby;
} forEach _findWhitelisted;
@@ -81,7 +81,7 @@ fnc_initSnapPointsNearby = {
fnc_initSnapPointsCleanup = {
{detach _x;deleteVehicle _x;}count snapGizmos;snapGizmos=[];
- {deleteVehicle _x;}count snapGizmosNearby;snapGizmosNearby=[];
+ {detach _x;deleteVehicle _x;}count snapGizmosNearby;snapGizmosNearby=[];
snapActionState = "OFF";
};
@@ -91,12 +91,7 @@ fnc_snapDistanceCheck = {
_distClosestPointFound = objNull; _distCheck = 0; _distClosest = 10; _distClosestPoint = objNull; _testXPos = []; _distClosestPointFoundPos =[]; _distClosestPointFoundDir = 0;
{
if (_x !=_distClosestPointFound) then {_x setobjecttexture [0,_objColorInactive];};
- _onWater = surfaceIsWater position _x;
- if (_onWater) then {
- _testXPos = [(getPosASL _x select 0),(getPosASL _x select 1),(getPosASL _x select 2)];
- } else {
- _testXPos = [(getPosATL _x select 0),(getPosATL _x select 1),(getPosATL _x select 2)];
- };
+ _testXPos = [_x] call FNC_GetPos;
_distCheck = _objectHelper distance _testXPos;
_distClosestPoint = _x;
if (_distCheck < _distClosest) then {
@@ -118,7 +113,7 @@ fnc_snapDistanceCheck = {
} else {
_distClosestPointFoundPos = getPosATL _distClosestPointFound;
_objectHelper setPosATL _distClosestPointFoundPos;
- };
+ };
_objectHelper setDir _distClosestPointFoundDir;
waitUntil {sleep 0.1; !helperDetach};
};
@@ -126,12 +121,7 @@ fnc_snapDistanceCheck = {
_distClosestAttached = objNull; _distCheckAttached = 0; _distClosest = 10; _distClosestAttachedFoundPos = [];
{
if (_x !=_distClosestAttached) then {_x setobjecttexture [0,_objColorInactive];};
- _onWater = surfaceIsWater position _x;
- if (_onWater) then {
- _testXPos = [(getPosASL _x select 0),(getPosASL _x select 1),(getPosASL _x select 2)];
- } else {
- _testXPos = [(getPosATL _x select 0),(getPosATL _x select 1),(getPosATL _x select 2)];
- };
+ _testXPos = [_x] call FNC_GetPos;
_distCheckAttached = _distClosestPointFound distance _testXPos;
_distClosestPoint = _x;
if (_distCheckAttached < _distClosest) then {
@@ -241,7 +231,7 @@ switch (snapActionState) do {
[1,0,0] call fnc_snapActionCleanup;
[] spawn {
while {true} do {
- if(!DZE_ActionInProgress) exitWith {call fnc_initSnapPointsCleanup;[0,0,0] call fnc_snapActionCleanup; ["",false] call fnc_initSnapTutorial; snapActionState = "OFF";};
+ if(!DZE_ActionInProgress || DZE_cancelBuilding) exitWith {call fnc_initSnapPointsCleanup;[0,0,0] call fnc_snapActionCleanup; ["",false] call fnc_initSnapTutorial; snapActionState = "OFF";};
sleep 2;
};
};
@@ -282,10 +272,11 @@ switch (snapActionState) do {
_newPos = [(getPosATL _x select 0),(getPosATL _x select 1),(getPosATL _x select 2)];
detach _object;
detach _objectHelper;
+ _objectHelper setDir (getDir _object);
_objectHelper setPosATL _newPos;
_object attachTo [_objectHelper];
_x setobjecttexture [0,_objColorActive];
- if (!helperDetach) then {_objectHelper attachTo [player];};
+ if (!helperDetach) then {_objectHelper attachTo [player]; _objectHelper setDir ((getDir _objectHelper)-(getDir player));};
};
_cnt = _cnt+1;
}count snapGizmos;
diff --git a/SQF/dayz_code/actions/trade_weapons.sqf b/SQF/dayz_code/actions/trade_weapons.sqf
index 9dd34bdd2..b81feea20 100644
--- a/SQF/dayz_code/actions/trade_weapons.sqf
+++ b/SQF/dayz_code/actions/trade_weapons.sqf
@@ -40,7 +40,7 @@ if(_buy_o_sell == "sell") then {
} else {
// buying item type must NOT exist if rifle || pistol
- _msg = "Drop || sell your current weapon before you can buy a new one.";
+ _msg = "Drop or sell your current weapon before you can buy a new one.";
_config = (configFile >> "CfgWeapons" >> _part_out);
_configName = configName(_config);
_wepType = getNumber(_config >> "Type");
@@ -64,7 +64,7 @@ if(_buy_o_sell == "sell") then {
};
if(_isToolBelt || _isBinocs) then {
_abort = (_configName in (weapons player));
- _msg = "Drop || sell your current toolbelt item before you can buy a new one.";
+ _msg = "Drop or sell your current toolbelt item before you can buy a new one.";
};
};
diff --git a/SQF/dayz_code/compile/fn_checkItems.sqf b/SQF/dayz_code/compile/fn_checkItems.sqf
index dd94496a4..958f62500 100644
--- a/SQF/dayz_code/compile/fn_checkItems.sqf
+++ b/SQF/dayz_code/compile/fn_checkItems.sqf
@@ -41,5 +41,5 @@ _hasItems = true;
_textMissing = getText(configFile >> "CfgMagazines" >> _missing >> "displayName");
cutText [format[(localize "STR_EPOCH_ACTIONS_12"), _missingQty, _textMissing], "PLAIN DOWN"];
};
-} count _items;
+} forEach _items;
_hasItems
diff --git a/SQF/dayz_code/compile/fn_damageActions.sqf b/SQF/dayz_code/compile/fn_damageActions.sqf
index a0527ef99..cdfd897f7 100644
--- a/SQF/dayz_code/compile/fn_damageActions.sqf
+++ b/SQF/dayz_code/compile/fn_damageActions.sqf
@@ -76,7 +76,7 @@ if (_inVehicle) then {
if (!isNull _menClose && _hasPatient && !r_drag_sqf && !r_action && !_inVehicle && !r_player_unconscious && _isClose) then {
_unit = cursorTarget;
- _isDisallowRefuel = typeOf _unit in ["M240Nest_DZ"];
+ _isDisallowRefuel = typeOf _unit in ["M240Nest_DZ","MMT_Civ","MMT_USMC","Old_bike_TK_CIV_EP1","Old_bike_TK_INS_EP1"];
// player reveal _unit;
_vehClose = (getPosATL player) nearEntities [["Car","Tank","Helicopter","Plane","StaticWeapon","Ship"],5]; //nearestObjects [player, ["Car","Tank","Helicopter","Plane","StaticWeapon","Ship"], 5];
_hasVehicle = ({alive _x} count _vehClose > 0);
diff --git a/SQF/dayz_code/compile/fn_gearMenuChecks.sqf b/SQF/dayz_code/compile/fn_gearMenuChecks.sqf
index fe75ce5e6..2f5b24fae 100644
--- a/SQF/dayz_code/compile/fn_gearMenuChecks.sqf
+++ b/SQF/dayz_code/compile/fn_gearMenuChecks.sqf
@@ -13,7 +13,7 @@ _isOk = false;
_isOk = _cTarget isKindOf _x;
};
} count ["LandVehicle","Air", "Ship"];
-_Dis = if (_cTarget isKindOf "USEC_ch53_E") then {25;} else {12;};
+_Dis = if (_cTarget isKindOf "USEC_ch53_E" || _cTarget isKindOf "MV22") then {25} else {12};
if((locked _cTarget) && _isOk && (((vehicle player) distance _cTarget) < _Dis)) then {
cutText [(localize "str_epoch_player_7") , "PLAIN DOWN"];
_display closeDisplay 1;
diff --git a/SQF/dayz_code/compile/fn_selfActions.sqf b/SQF/dayz_code/compile/fn_selfActions.sqf
index 94665a745..956dc5ec5 100644
--- a/SQF/dayz_code/compile/fn_selfActions.sqf
+++ b/SQF/dayz_code/compile/fn_selfActions.sqf
@@ -866,6 +866,10 @@ if (!isNull cursorTarget && !_inVehicle && !_isPZombie && (player distance curso
s_player_SurrenderedGear = -1;
//Others
+ player removeAction s_player_maintain_area;
+ s_player_maintain_area = -1;
+ player removeAction s_player_maintain_area_preview;
+ s_player_maintain_area_preview = -1;
player removeAction s_player_forceSave;
s_player_forceSave = -1;
player removeAction s_player_flipveh;
diff --git a/SQF/dayz_code/compile/fn_unconscious.sqf b/SQF/dayz_code/compile/fn_unconscious.sqf
index 4884f6e7f..6f01bf26b 100644
--- a/SQF/dayz_code/compile/fn_unconscious.sqf
+++ b/SQF/dayz_code/compile/fn_unconscious.sqf
@@ -11,7 +11,9 @@ if ((!r_player_handler1) && (r_handlerCount == 0)) then {
_timeout = 0;
r_handlerCount = r_handlerCount + 1;
r_player_handler1 = true;
- player playAction "CanNotMove";
+ if (vehicle player == player) then {
+ player playAction "CanNotMove";
+ };
"dynamicBlur" ppEffectEnable true;"dynamicBlur" ppEffectAdjust [2]; "dynamicBlur" ppEffectCommit 0;
"colorCorrections" ppEffectEnable true;"colorCorrections" ppEffectEnable true;"colorCorrections" ppEffectAdjust [1, 1, 0, [1, 1, 1, 0.0], [1, 1, 1, 0.1], [1, 1, 1, 0.0]];"colorCorrections" ppEffectCommit 0;
0 fadeSound 0.05;
diff --git a/SQF/dayz_code/compile/local_lights_init.sqf b/SQF/dayz_code/compile/local_lights_init.sqf
index 53e3a263f..424b146c0 100644
--- a/SQF/dayz_code/compile/local_lights_init.sqf
+++ b/SQF/dayz_code/compile/local_lights_init.sqf
@@ -137,7 +137,7 @@ if(isServer)then{
};
};
sleep 0.001;
- } count _missonLights;
+ } forEach _missonLights;
if (_delQtyLights > 0) then {
_qty = count _missonLights;
diag_log (format["CLEANUP: Deleted %1 Lights out of %2",_delQtyLights,_qty]);
diff --git a/SQF/dayz_code/compile/player_gearSync.sqf b/SQF/dayz_code/compile/player_gearSync.sqf
index 75127f121..2e79105a8 100644
--- a/SQF/dayz_code/compile/player_gearSync.sqf
+++ b/SQF/dayz_code/compile/player_gearSync.sqf
@@ -1,5 +1,5 @@
private ["_objects"];
-_objects = nearestObjects [getPosATL player, dayz_updateObjects, 10];
+_objects = nearestObjects [player, dayz_updateObjects, 10];
{
//["PVDZE_veh_Update",[_x,"gear"]] call callRpcProcedure;
PVDZE_veh_Update = [_x,"gear"];
diff --git a/SQF/dayz_code/compile/player_onPause.sqf b/SQF/dayz_code/compile/player_onPause.sqf
index 92cae8b6e..887beafb6 100644
--- a/SQF/dayz_code/compile/player_onPause.sqf
+++ b/SQF/dayz_code/compile/player_onPause.sqf
@@ -31,7 +31,7 @@ while {!isNull _display} do {
cutText [localize "str_abort_playerclose", "PLAIN DOWN"];
_sleep = 1;
};
- case (!r_player_dead && !canbuild) : {
+ case (!r_player_dead && isInTraderCity) : {
_btnAbort ctrlEnable false;
cutText [(localize "str_epoch_player_12"), "PLAIN DOWN"];
_sleep = 1;
diff --git a/SQF/dayz_code/compile/player_spawnCheck.sqf b/SQF/dayz_code/compile/player_spawnCheck.sqf
index e5d51fcb8..46bd824bc 100644
--- a/SQF/dayz_code/compile/player_spawnCheck.sqf
+++ b/SQF/dayz_code/compile/player_spawnCheck.sqf
@@ -150,4 +150,4 @@ if (_nearbyCount < 1) exitwith
};
};
};
-} count _nearby;
+} forEach _nearby;
diff --git a/SQF/dayz_code/compile/player_switchModel.sqf b/SQF/dayz_code/compile/player_switchModel.sqf
index 00b62f27b..bfd3f155b 100644
--- a/SQF/dayz_code/compile/player_switchModel.sqf
+++ b/SQF/dayz_code/compile/player_switchModel.sqf
@@ -1,4 +1,4 @@
-private ["_weapons","_backpackWpn","_backpackMag","_currentWpn","_isWeapon","_backpackWpnTypes","_backpackWpnQtys","_countr","_class","_position","_dir","_currentAnim","_tagSetting","_playerUID","_countMags","_magazines","_primweapon","_secweapon","_newBackpackType","_muzzles","_oldUnit","_group","_newUnit","_playerObjName","_wpnType","_ismelee"];
+private ["_weapons","_backpackWpn","_backpackMag","_currentWpn","_isWeapon","_backpackWpnTypes","_backpackWpnQtys","_countr","_class","_position","_dir","_currentAnim","_tagSetting","_playerUID","_countMags","_magazines","_primweapon","_secweapon","_newBackpackType","_muzzles","_oldUnit","_group","_newUnit","_playerObjName","_wpnType","_ismelee","_oldGroup"];
if (gear_done) then {disableUserInput true;};
_class = _this;
_position = getPosATL player;
@@ -16,11 +16,11 @@ _primweapon = primaryWeapon player;
_secweapon = secondaryWeapon player;
if(!(_primweapon in _weapons) && _primweapon != "") then {
- _weapons = _weapons + [_primweapon];
+ _weapons set [(count _weapons), _primweapon];
};
if(!(_secweapon in _weapons) && _secweapon != "") then {
- _weapons = _weapons + [_secweapon];
+ _weapons set [(count _weapons), _secweapon];
};
//BackUp Backpack
@@ -43,6 +43,7 @@ player setPosATL dayz_spawnPos;
//BackUp Player Object
_oldUnit = player;
+_oldGroup = group player;
/**********************************/
//DONT USE player AFTER THIS POINT//
@@ -110,6 +111,7 @@ _switchUnit = {
removeAllWeapons _oldUnit;
{_oldUnit removeMagazine _x;} count magazines _oldUnit;
deleteVehicle _oldUnit;
+ if (count units _oldGroup < 1) then {deleteGroup _oldGroup;};
if(_currentWpn != "") then {_newUnit selectWeapon _currentWpn;};
};
//Add && Fill BackPack
diff --git a/SQF/dayz_code/compile/player_traderMenuConfig.sqf b/SQF/dayz_code/compile/player_traderMenuConfig.sqf
index 3554161ff..b36e6cacd 100644
--- a/SQF/dayz_code/compile/player_traderMenuConfig.sqf
+++ b/SQF/dayz_code/compile/player_traderMenuConfig.sqf
@@ -8,12 +8,12 @@ TraderDialogSellBtn = 12005;
TraderDialogCurrency = 12006;
TraderCurrentCatIndex = -1;
-TraderCatList = -1;
-TraderItemList = -1;
+TraderCatList = [];
+TraderItemList = [];
TraderDialogLoadItemList = {
private ["_index","_trader_id","_activatingPlayer","_distance","_objclass","_item_list"];
- TraderItemList = -1;
+ TraderItemList = [];
_index = _this select 0;
if (_index < 0) exitWith {};
@@ -210,7 +210,7 @@ TraderDialogBuy = {
_item = TraderItemList select _index;
_data = [_item select 0, _item select 3, 1, _item select 2, "buy", _item select 4, _item select 1, _item select 8];
[0, player, '', _data] execVM (_item select 9);
- TraderItemList = -1;
+ TraderItemList = [];
};
TraderDialogSell = {
@@ -222,5 +222,5 @@ TraderDialogSell = {
_item = TraderItemList select _index;
_data = [_item select 6, _item select 0, _item select 5, 1, "sell", _item select 1, _item select 7, _item select 8];
[0, player, '', _data] execVM (_item select 9);
- TraderItemList = -1;
+ TraderItemList = [];
};
diff --git a/SQF/dayz_code/compile/player_traderMenuHive.sqf b/SQF/dayz_code/compile/player_traderMenuHive.sqf
index a6000af44..973133bfe 100644
--- a/SQF/dayz_code/compile/player_traderMenuHive.sqf
+++ b/SQF/dayz_code/compile/player_traderMenuHive.sqf
@@ -8,12 +8,12 @@ TraderDialogSellBtn = 12005;
TraderDialogCurrency = 12006;
TraderCurrentCatIndex = -1;
-TraderCatList = -1;
-TraderItemList = -1;
+TraderCatList = [];
+TraderItemList = [];
TraderDialogLoadItemList = {
private ["_index","_trader_id","_activatingPlayer","_distance","_objclass","_item_list"];
- TraderItemList = -1;
+ TraderItemList = [];
_index = _this select 0;
if (_index < 0 || TraderCurrentCatIndex == _index) exitWith {};
@@ -198,7 +198,7 @@ TraderDialogBuy = {
_item = TraderItemList select _index;
_data = [_item select 0, _item select 3, 1, _item select 2, "buy", _item select 4, _item select 1, _item select 8];
[0, player, '', _data] execVM (_item select 9);
- TraderItemList = -1;
+ TraderItemList = [];
};
TraderDialogSell = {
@@ -210,5 +210,5 @@ TraderDialogSell = {
_item = TraderItemList select _index;
_data = [_item select 6, _item select 0, _item select 5, 1, "sell", _item select 1, _item select 7, _item select 8];
[0, player, '', _data] execVM (_item select 9);
- TraderItemList = -1;
+ TraderItemList = [];
};
diff --git a/SQF/dayz_code/compile/spawn_loot_small.sqf b/SQF/dayz_code/compile/spawn_loot_small.sqf
index 937ca9435..6b8c818c4 100644
--- a/SQF/dayz_code/compile/spawn_loot_small.sqf
+++ b/SQF/dayz_code/compile/spawn_loot_small.sqf
@@ -64,7 +64,6 @@ switch (_iClass) do
case "cfglootweapon":
{
//Item is sigle, add 1 item from cfgloot
- _item = createVehicle ["WeaponHolder", _iPos, [], _radius, "CAN_COLLIDE"];
_itemTypes = [];
if (DZE_MissionLootTable) then{
@@ -122,4 +121,4 @@ if (!isNull(_item)) then{
};
};
-_item
\ No newline at end of file
+_item
diff --git a/SQF/dayz_code/compile/wild_spawnZombies.sqf b/SQF/dayz_code/compile/wild_spawnZombies.sqf
index d614b2a5e..240783e00 100644
--- a/SQF/dayz_code/compile/wild_spawnZombies.sqf
+++ b/SQF/dayz_code/compile/wild_spawnZombies.sqf
@@ -50,11 +50,8 @@ _agent setVariable ["newDest",_newDest];
//Add some loot
_rnd = random 1;
if (_rnd > 0.3) then {
- if (DZE_MissionLootTable) then {
- _lootType = getText (missionConfigFile >> "CfgVehicles" >> _type >> "zombieLoot");
- } else {
- _lootType = getText (configFile >> "CfgVehicles" >> _type >> "zombieLoot");
- };
+
+ _lootType = getText (configFile >> "CfgVehicles" >> _type >> "zombieLoot");
if (DZE_MissionLootTable) then {
_lootTypeCfg = getArray (missionConfigFile >> "CfgLoot" >> _lootType);
diff --git a/SQF/dayz_code/compile/zombie_generate.sqf b/SQF/dayz_code/compile/zombie_generate.sqf
index bd860b2e1..467c5373d 100644
--- a/SQF/dayz_code/compile/zombie_generate.sqf
+++ b/SQF/dayz_code/compile/zombie_generate.sqf
@@ -89,9 +89,15 @@ if ((dayz_spawnZombies < _maxControlledZombies) && (dayz_CurrentNearByZombies <
_lootType = configFile >> "CfgVehicles" >> _type >> "zombieLoot";
if (isText _lootType) then {
_array = [];
- {
- _array set [count _array, _x select 0]
- } forEach getArray (configFile >> "cfgLoot" >> getText(_lootType));
+ if (DZE_MissionLootTable) then {
+ {
+ _array set [count _array, _x select 0]
+ } forEach getArray (missionConfigFile >> "cfgLoot" >> getText(_lootType));
+ } else {
+ {
+ _array set [count _array, _x select 0]
+ } forEach getArray (configFile >> "cfgLoot" >> getText(_lootType));
+ };
if (count _array > 0) then {
_index = dayz_CLBase find getText(_lootType);
_weights = dayz_CLChances select _index;
diff --git a/SQF/dayz_code/init/compiles.sqf b/SQF/dayz_code/init/compiles.sqf
index 7b86bb186..13368f934 100644
--- a/SQF/dayz_code/init/compiles.sqf
+++ b/SQF/dayz_code/init/compiles.sqf
@@ -35,7 +35,7 @@ if (!isDedicated) then {
[["Hedgehog_DZ"], 1,"STR_EPOCH_ACTIONS_14"] call player_removeNearby;
};
player_removeNet = {
- [["DesertLargeCamoNet","ForestCamoNet_DZ","DesertLargeCamoNet_DZ","ForestLargeCamoNet_DZ"], 5,"str_epoch_player_8"] call player_removeNearby;
+ [["DesertCamoNet_DZ","ForestCamoNet_DZ","DesertLargeCamoNet_DZ","ForestLargeCamoNet_DZ"], 5,"str_epoch_player_8"] call player_removeNearby;
};
player_login = {
@@ -99,7 +99,23 @@ if (!isDedicated) then {
player_makeFire = compile preprocessFileLineNumbers "\z\addons\dayz_code\actions\player_makefire.sqf";
player_harvestPlant = compile preprocessFileLineNumbers "\z\addons\dayz_code\actions\player_harvestPlant.sqf";
player_goFishing = compile preprocessFileLineNumbers "\z\addons\dayz_code\actions\player_goFishing.sqf";
- player_build = compile preprocessFileLineNumbers "\z\addons\dayz_code\actions\player_build.sqf";
+
+ if (DZE_modularBuild) then {
+ player_build = compile preprocessFileLineNumbers "\z\addons\dayz_code\actions\modular_build.sqf";
+ player_build_countNearby = compile preprocessFileLineNumbers "\z\addons\dayz_code\actions\player_build_countNearby.sqf";
+ player_build_states = compile preprocessFileLineNumbers "\z\addons\dayz_code\actions\player_build_states.sqf";
+ player_build_needNearby = compile preprocessFileLineNumbers "\z\addons\dayz_code\actions\player_build_needNearby.sqf";
+ player_build_getConfig = compile preprocessFileLineNumbers "\z\addons\dayz_code\actions\player_build_getConfig.sqf";
+ player_build_plotCheck = compile preprocessFileLineNumbers "\z\addons\dayz_code\actions\player_build_plotCheck.sqf";
+ player_build_buildReq = compile preprocessFileLineNumbers "\z\addons\dayz_code\actions\player_build_buildReq.sqf";
+ player_build_create = compile preprocessFileLineNumbers "\z\addons\dayz_code\actions\player_build_create.sqf";
+ player_build_controls = compile preprocessFileLineNumbers "\z\addons\dayz_code\actions\player_build_controls.sqf";
+ player_build_publish = compile preprocessFileLineNumbers "\z\addons\dayz_code\actions\player_build_publish.sqf";
+ snap_build = compile preprocessFileLineNumbers "\z\addons\dayz_code\actions\snap_build.sqf";
+ } else {
+ player_build = compile preprocessFileLineNumbers "\z\addons\dayz_code\actions\player_build.sqf";
+ };
+
player_wearClothes = compile preprocessFileLineNumbers "\z\addons\dayz_code\actions\player_wearClothes.sqf";
object_pickup = compile preprocessFileLineNumbers "\z\addons\dayz_code\actions\object_pickup.sqf";
player_flipvehicle = compile preprocessFileLineNumbers "\z\addons\dayz_code\actions\player_flipvehicle.sqf";
@@ -107,12 +123,6 @@ if (!isDedicated) then {
player_antiWall = compile preprocessFileLineNumbers "\z\addons\dayz_code\compile\player_antiWall.sqf";
player_deathBoard = compile preprocessFileLineNumbers "\z\addons\dayz_code\actions\list_playerDeathsAlt.sqf";
- //Snap building - disabled by default, not sure about your stance towards this mod yet, feel free to edit
- if (DZE_snapBuilding) then {
- player_build = compile preprocessFileLineNumbers "\z\addons\dayz_code\actions\player_build2.sqf";
- snap_build = compile preprocessFileLineNumbers "\z\addons\dayz_code\actions\snap_build.sqf";
- };
-
player_plotPreview = compile preprocessFileLineNumbers "\z\addons\dayz_code\compile\object_showPlotRadius.sqf";
player_upgradeVehicle = compile preprocessFileLineNumbers "\z\addons\dayz_code\compile\player_upgradeVehicle.sqf";
@@ -440,7 +450,10 @@ if (!isDedicated) then {
// 120 sec timeout (12000 * 0.01)
while { _timeOut < 12000 } do {
- if (dayz_clientPreload && dayz_authed) exitWith { diag_log "PLOGIN: Login loop completed!"; };
+ if (dayz_clientPreload && dayz_authed) exitWith {
+ diag_log "PLOGIN: Login loop completed!";
+ endLoadingScreen;
+ };
if (!isNil "_display") then {
if ( isNull _display ) then {
waitUntil { !dialog; };
@@ -636,4 +649,4 @@ if (!isDedicated) then {
eh_localCleanup = {};
};
-initialized = true;
\ No newline at end of file
+initialized = true;
diff --git a/SQF/dayz_code/init/variables.sqf b/SQF/dayz_code/init/variables.sqf
index 3f2042614..b383c0b53 100644
--- a/SQF/dayz_code/init/variables.sqf
+++ b/SQF/dayz_code/init/variables.sqf
@@ -274,6 +274,10 @@ s_player_madsci = [];
s_player_parts = [];
s_player_combi = [];
+//Modular player_build
+snapGizmos = [];
+snapGizmosNearby = [];
+
//Initialize Medical Variables
r_interrupt = false;
r_doLoop = false;
@@ -538,8 +542,17 @@ if(isNil "DZE_StaticConstructionCount") then {
if (isNil "DZE_selfTransfuse_Values") then {
DZE_selfTransfuse_Values = [12000, 15, 300];
};
-if (isNil "DZE_snapBuilding") then {
- DZE_snapBuilding = false;
+if (isNil "helperDetach") then {
+ helperDetach = false;
+};
+if (isNil "DZE_modularBuild") then {
+ DZE_modularBuild = false;
+};
+if (isNil "DZE_snapExtraRange") then {
+ DZE_snapExtraRange = 0;
+};
+if (isNil "DZE_checkNearbyRadius") then {
+ DZE_checkNearbyRadius = 30;
};
// needed on server
@@ -789,6 +802,8 @@ if(!isDedicated) then {
DZE_5 = false;
DZE_4 = false;
DZE_6 = false;
+
+ DZE_F = false;
DZE_cancelBuilding = false;
DZE_PZATTACK = false;
diff --git a/SQF/dayz_code/medical/publicEH/promptRName.sqf b/SQF/dayz_code/medical/publicEH/promptRName.sqf
deleted file mode 100644
index 5bace5ec3..000000000
--- a/SQF/dayz_code/medical/publicEH/promptRName.sqf
+++ /dev/null
@@ -1,6 +0,0 @@
-// promptRName.sqf
-
-private ["_unit"];
-_unit = _this select 0;
-
-call compile format ["server globalChat reviver_%1", _unit];
\ No newline at end of file
diff --git a/SQF/dayz_code/medical/setup_functions_med.sqf b/SQF/dayz_code/medical/setup_functions_med.sqf
index a15009e3b..5c48d17a0 100644
--- a/SQF/dayz_code/medical/setup_functions_med.sqf
+++ b/SQF/dayz_code/medical/setup_functions_med.sqf
@@ -260,7 +260,9 @@ fnc_usec_recoverUncons = {
sleep 1;
disableUserInput false;
- [objNull,player,rSwitchMove,"AinjPpneMstpSnonWnonDnon"] call RE;
- player switchMove "AinjPpneMstpSnonWnonDnon";
- player playMoveNow "AmovPpneMstpSnonWnonDnon_healed";
+ if (vehicle player == player) then {
+ [objNull,player,rSwitchMove,"AinjPpneMstpSnonWnonDnon"] call RE;
+ player switchMove "AinjPpneMstpSnonWnonDnon";
+ player playMoveNow "AmovPpneMstpSnonWnonDnon_healed";
+ };
};
\ No newline at end of file
diff --git a/SQF/dayz_code/system/antihack.sqf b/SQF/dayz_code/system/antihack.sqf
index 53134561c..42757b1ad 100644
--- a/SQF/dayz_code/system/antihack.sqf
+++ b/SQF/dayz_code/system/antihack.sqf
@@ -75,7 +75,7 @@ while {1 == 1} do {
_distance = _lastpos distance _curpos;
_curtime = diag_ticktime;
_difftime = _curtime - _lasttime;
- _acceptableDistance = if (_lastVehicle isKindOf "Plane") then { 15; } else { 10; };
+ _acceptableDistance = if (_lastVehicle isKindOf "Plane") then [{15},{10}];
if ((_distance > _acceptableDistance) || {(_difftime > 1)}) then {
_curheight = (ATLtoASL _curpos) select 2;
diff --git a/SQF/dayz_epoch_b/CfgServerTrader/Category/BanditHelicopterArmed.hpp b/SQF/dayz_epoch_b/CfgServerTrader/Category/BanditHelicopterArmed.hpp
index 47e8dc8db..ee35fc513 100644
--- a/SQF/dayz_epoch_b/CfgServerTrader/Category/BanditHelicopterArmed.hpp
+++ b/SQF/dayz_epoch_b/CfgServerTrader/Category/BanditHelicopterArmed.hpp
@@ -29,4 +29,9 @@ class Category_512 {
buy[] = {4,"ItemBriefcase100oz"};
sell[] = {1,"ItemBriefcase100oz"};
};
+ class CH53_DZE {
+ type = "trade_any_vehicle";
+ buy[] = {3,"ItemBriefcase100oz"};
+ sell[] = {2,"ItemBriefcase100oz"};
+ };
};
diff --git a/SQF/dayz_epoch_b/CfgServerTrader/Category/FriendlyTrucks.hpp b/SQF/dayz_epoch_b/CfgServerTrader/Category/FriendlyTrucks.hpp
index 522e2d779..667b85fd1 100644
--- a/SQF/dayz_epoch_b/CfgServerTrader/Category/FriendlyTrucks.hpp
+++ b/SQF/dayz_epoch_b/CfgServerTrader/Category/FriendlyTrucks.hpp
@@ -1,30 +1,30 @@
class Category_495 {
- class hilux1_civil_3_open_EP1 {
+ class hilux1_civil_3_open_DZE {
type = "trade_any_vehicle";
buy[] = {8,"ItemGoldBar"};
sell[] = {4,"ItemGoldBar"};
};
- class datsun1_civil_3_open {
+ class datsun1_civil_3_open_DZE {
type = "trade_any_vehicle";
buy[] = {8,"ItemGoldBar"};
sell[] = {4,"ItemGoldBar"};
};
- class hilux1_civil_1_open {
+ class hilux1_civil_1_open_DZE {
type = "trade_any_vehicle";
buy[] = {8,"ItemGoldBar"};
sell[] = {4,"ItemGoldBar"};
};
- class datsun1_civil_2_covered {
+ class datsun1_civil_2_covered_DZE {
type = "trade_any_vehicle";
buy[] = {8,"ItemGoldBar"};
sell[] = {4,"ItemGoldBar"};
};
- class datsun1_civil_1_open {
+ class datsun1_civil_1_open_DZE {
type = "trade_any_vehicle";
buy[] = {8,"ItemGoldBar"};
sell[] = {4,"ItemGoldBar"};
};
- class hilux1_civil_2_covered {
+ class hilux1_civil_2_covered_DZE {
type = "trade_any_vehicle";
buy[] = {8,"ItemGoldBar"};
sell[] = {4,"ItemGoldBar"};
diff --git a/SQF/dayz_epoch_b/CfgServerTrader/Category/FriendlyTrucksUnarmed.hpp b/SQF/dayz_epoch_b/CfgServerTrader/Category/FriendlyTrucksUnarmed.hpp
index f4559b83f..25b745bea 100644
--- a/SQF/dayz_epoch_b/CfgServerTrader/Category/FriendlyTrucksUnarmed.hpp
+++ b/SQF/dayz_epoch_b/CfgServerTrader/Category/FriendlyTrucksUnarmed.hpp
@@ -1,30 +1,30 @@
class Category_535 {
- class hilux1_civil_3_open_EP1 {
+ class hilux1_civil_3_open_DZE {
type = "trade_any_vehicle";
buy[] = {8,"ItemGoldBar"};
sell[] = {4,"ItemGoldBar"};
};
- class datsun1_civil_3_open {
+ class datsun1_civil_3_open_DZE {
type = "trade_any_vehicle";
buy[] = {8,"ItemGoldBar"};
sell[] = {4,"ItemGoldBar"};
};
- class hilux1_civil_1_open {
+ class hilux1_civil_1_open_DZE {
type = "trade_any_vehicle";
buy[] = {8,"ItemGoldBar"};
sell[] = {4,"ItemGoldBar"};
};
- class datsun1_civil_2_covered {
+ class datsun1_civil_2_covered_DZE {
type = "trade_any_vehicle";
buy[] = {8,"ItemGoldBar"};
sell[] = {4,"ItemGoldBar"};
};
- class datsun1_civil_1_open {
+ class datsun1_civil_1_open_DZE {
type = "trade_any_vehicle";
buy[] = {8,"ItemGoldBar"};
sell[] = {4,"ItemGoldBar"};
};
- class hilux1_civil_2_covered {
+ class hilux1_civil_2_covered_DZE {
type = "trade_any_vehicle";
buy[] = {8,"ItemGoldBar"};
sell[] = {4,"ItemGoldBar"};
diff --git a/SQF/dayz_epoch_b/CfgServerTrader/Category/HeroHelicopterArmed.hpp b/SQF/dayz_epoch_b/CfgServerTrader/Category/HeroHelicopterArmed.hpp
index e458b3212..4803c5715 100644
--- a/SQF/dayz_epoch_b/CfgServerTrader/Category/HeroHelicopterArmed.hpp
+++ b/SQF/dayz_epoch_b/CfgServerTrader/Category/HeroHelicopterArmed.hpp
@@ -29,4 +29,9 @@ class Category_493 {
buy[] = {2,"ItemBriefcase100oz"};
sell[] = {1,"ItemBriefcase100oz"};
};
+ class CH53_DZE {
+ type = "trade_any_vehicle";
+ buy[] = {2,"ItemBriefcase100oz"};
+ sell[] = {1,"ItemBriefcase100oz"};
+ };
};
diff --git a/SQF/dayz_epoch_b/CfgServerTrader/Category/NeutralTrucks.hpp b/SQF/dayz_epoch_b/CfgServerTrader/Category/NeutralTrucks.hpp
index d573ff26c..61e4a1bbd 100644
--- a/SQF/dayz_epoch_b/CfgServerTrader/Category/NeutralTrucks.hpp
+++ b/SQF/dayz_epoch_b/CfgServerTrader/Category/NeutralTrucks.hpp
@@ -1,62 +1,62 @@
class Category_659 {
- class hilux1_civil_3_open_EP1 {
+ class hilux1_civil_3_open_DZE {
type = "trade_any_vehicle";
buy[] = {8,"ItemGoldBar"};
sell[] = {4,"ItemGoldBar"};
};
- class datsun1_civil_3_open {
+ class datsun1_civil_3_open_DZE {
type = "trade_any_vehicle";
buy[] = {8,"ItemGoldBar"};
sell[] = {4,"ItemGoldBar"};
};
- class hilux1_civil_1_open {
+ class hilux1_civil_1_open_DZE {
type = "trade_any_vehicle";
buy[] = {8,"ItemGoldBar"};
sell[] = {4,"ItemGoldBar"};
};
- class datsun1_civil_2_covered {
+ class datsun1_civil_2_covered_DZE {
type = "trade_any_vehicle";
buy[] = {8,"ItemGoldBar"};
sell[] = {4,"ItemGoldBar"};
};
- class datsun1_civil_1_open {
+ class datsun1_civil_1_open_DZE {
type = "trade_any_vehicle";
buy[] = {8,"ItemGoldBar"};
sell[] = {4,"ItemGoldBar"};
};
- class hilux1_civil_2_covered {
+ class hilux1_civil_2_covered_DZE {
type = "trade_any_vehicle";
buy[] = {8,"ItemGoldBar"};
sell[] = {4,"ItemGoldBar"};
};
};
class Category_590 {
- class hilux1_civil_3_open_EP1 {
+ class hilux1_civil_3_open_DZE {
type = "trade_any_vehicle";
buy[] = {8,"ItemGoldBar"};
sell[] = {4,"ItemGoldBar"};
};
- class datsun1_civil_3_open {
+ class datsun1_civil_3_open_DZE {
type = "trade_any_vehicle";
buy[] = {8,"ItemGoldBar"};
sell[] = {4,"ItemGoldBar"};
};
- class hilux1_civil_1_open {
+ class hilux1_civil_1_open_DZE {
type = "trade_any_vehicle";
buy[] = {8,"ItemGoldBar"};
sell[] = {4,"ItemGoldBar"};
};
- class datsun1_civil_2_covered {
+ class datsun1_civil_2_covered_DZE {
type = "trade_any_vehicle";
buy[] = {8,"ItemGoldBar"};
sell[] = {4,"ItemGoldBar"};
};
- class datsun1_civil_1_open {
+ class datsun1_civil_1_open_DZE {
type = "trade_any_vehicle";
buy[] = {8,"ItemGoldBar"};
sell[] = {4,"ItemGoldBar"};
};
- class hilux1_civil_2_covered {
+ class hilux1_civil_2_covered_DZE {
type = "trade_any_vehicle";
buy[] = {8,"ItemGoldBar"};
sell[] = {4,"ItemGoldBar"};
diff --git a/SQF/dayz_epoch_b/stringtable.xml b/SQF/dayz_epoch_b/stringtable.xml
index a3cab929d..2db3e2223 100644
--- a/SQF/dayz_epoch_b/stringtable.xml
+++ b/SQF/dayz_epoch_b/stringtable.xml
@@ -3147,14 +3147,14 @@
Nelze stavět v boji.
- Cannot build plot pole within 45m of an existing plot.
- Cannot build plot pole within 45m of an existing plot.
- Grundstück-Markierung kann nicht innerhalb 45m von einem bestehenden Grundstück erbaut werden.
- Нельзя построить столб в пределах 45м. от существующего столба.
+ Cannot build plot pole within %1m of an existing plot.
+ Cannot build plot pole within %1m of an existing plot.
+ Grundstück-Markierung kann nicht innerhalb %1m von einem bestehenden Grundstück erbaut werden.
+ Нельзя построить столб в пределах %1м. от существующего столба.
- Kan bouw-paal niet bouwen op minder als 45m afstand van een bestaand bouwterrein.
- Impossible de construire un panneau de propriété privée à moins de 45m d'un autre panneau du genre.
- Nelze postavit hraniční značku ve vzdálenosti 45 metrů od jiné značky.
+ Kan bouw-paal niet bouwen op minder als %1m afstand van een bestaand bouwterrein.
+ Impossible de construire un panneau de propriété privée à moins de %1m d'un autre panneau du genre.
+ Nelze postavit hraniční značku ve vzdálenosti %1 metrů od jiné značky.
PgUp to raise or PgDn to lower (Hold ALT to raise faster or CTRL slower), Q or E to flip 180. Space-Bar to build.
@@ -4804,7 +4804,7 @@
-
+ Přidat 1 10oz stříbra
Add 10 10oz Silver
@@ -4814,7 +4814,7 @@
-
+ Přidat 10 10oz stříbra
Add 9 10oz Silver
@@ -4824,7 +4824,7 @@
-
+ Přidat 9 10oz stříbra
Remove 1 10oz Silver
@@ -4834,7 +4834,7 @@
-
+ Odebráno 1 10oz stříbra
Add 8 10oz Silver
@@ -4844,7 +4844,7 @@
-
+ Přidat 8 10oz stříbra
Add 7 10oz Silver
@@ -4854,7 +4854,7 @@
-
+ Přidat 7 10oz stříbra
Add 6 10oz Silver
@@ -4864,7 +4864,7 @@
-
+ Přidat 6 10oz stříbra
Add 5 10oz Silver
@@ -4874,7 +4874,7 @@
-
+ Přidat 5 10oz stříbra
Add 4 10oz Silver
@@ -4884,7 +4884,7 @@
-
+ Přidat 4 10oz stříbra
Add 3 10oz Silver
@@ -4894,7 +4894,7 @@
-
+ Přidat 3 10oz stříbra
Add 2 10oz Silver
@@ -4904,7 +4904,7 @@
-
+ Přidat 2 10oz stříbra
Open %1
@@ -5244,7 +5244,7 @@
Creëer houten vloer 1/2
- Vytvořit Poloviční dřevěnou podlahu
+ Vytvořit 1/2 dřevěné podlahy
Craft Stair Supports
@@ -5444,7 +5444,7 @@
- Vytvořit Poloviční zeď
+ Vytvořit 1/2 zdi
Craft Garage Doorway
@@ -5994,7 +5994,7 @@
-
+ Skombinovat cihly
Combined all bars in your inventory to highest denomination.
@@ -6004,7 +6004,7 @@
-
+ Skombinovány cihly ve vašem inventáři na maximum.
To driver's seat
@@ -6056,6 +6056,16 @@
+
+ \n\nCannot fish while in combat.
+ \n\nCannot fish while in combat.
+ \n\nSie können nicht im Kampf zu fischen.
+ \n\nВы не можете ловить рыбу в то время как в бою.
+
+ \n\nVissen is niet mogelijk tijdens een conflictsituatie.
+ \n\nVous ne pouvez pas pêcher pendant les combats.
+ \n\nNemůžete rybařit, když jste v boji.
+
Repair Vehicle
Repair Vehicle
@@ -6214,7 +6224,7 @@
-
+ Vylepšení zbraně na vozidle
Weapon install guide.
@@ -6224,7 +6234,7 @@
-
+ Návod na instalaci zbraně na vozidlo.
Vehicle Upgrade Successful.
@@ -6764,7 +6774,7 @@
Vous avez acheté %3 pour %1 %2, la clé a été ajoutée à votre ceinture.
- Koupeno %3 za 1% 2%, klíč byl přidán do opasku na nářadí.
+ Koupeno %3 za %1 %2, klíč byl přidán do opasku na nářadí.
Missing %1 more of %2
@@ -6874,7 +6884,7 @@
-
+ Bedna zásob
12 x Random Item
@@ -6884,7 +6894,7 @@
-
+ 12x Náhodných předmětů
Empty Supply Crate
@@ -6894,7 +6904,7 @@
-
+ Prázdná bedna
6 x ItemSodaCoke
@@ -6904,7 +6914,7 @@
-
+ 6x Soda s kolovou příchutí
12 x ItemSodaCoke
@@ -6914,7 +6924,7 @@
-
+ 12x Soda s kolovou příchutí
6 x ItemSodaPepsi
@@ -6924,7 +6934,7 @@
-
+ 6x Pepsi
12 x ItemSodaPepsi
@@ -6934,7 +6944,7 @@
-
+ 12x Pepsi
6 x FoodbaconCooked
@@ -6944,7 +6954,7 @@
-
+ 6x Vepřové
12 x FoodbaconCooked
@@ -6954,7 +6964,7 @@
-
+ 12x Vepřové
12 x 17Rnd_9x19_glock17
@@ -6964,7 +6974,7 @@
-
+ 12x 17Rnd_9x19_glock17
12 x 15Rnd_9x19_M9SD
@@ -6974,7 +6984,7 @@
-
+ 12x 15Rnd_9x19_M9SD
12 x 30Rnd_9x19_MP5SD
@@ -6984,7 +6994,7 @@
-
+ 12x 30Rnd_9x19_MP5SD
12 x SandBag
@@ -6994,7 +7004,7 @@
-
+ 12 Pytlů s pískem
6 x Tank Trap
@@ -7004,7 +7014,7 @@
-
+ 6 Zátaras
12 x Tank Trap
@@ -7014,7 +7024,7 @@
-
+ 12 Zátaras
6 x Wire Kit
@@ -7024,7 +7034,7 @@
-
+ 6 Drátů
12 x Wire Kit
@@ -7034,7 +7044,7 @@
-
+ 12 Drátů
6 x Scrap Metal
@@ -7044,7 +7054,7 @@
-
+ 6x Železný šrot
12 x Scrap Metal
@@ -7054,7 +7064,7 @@
-
+ 12x Železný šrot
Now entering %1
@@ -7064,7 +7074,7 @@
-
+ Vstoupili jste do %1
Now leaving %1
@@ -7074,7 +7084,7 @@
-
+ Opustili jste %1
1.04
diff --git a/SQF/dayz_server/compile/server_updateObject.sqf b/SQF/dayz_server/compile/server_updateObject.sqf
index 9ee8310e0..e03f5e011 100644
--- a/SQF/dayz_server/compile/server_updateObject.sqf
+++ b/SQF/dayz_server/compile/server_updateObject.sqf
@@ -89,7 +89,7 @@ _object_damage = {
_hit = [_object,_x] call object_getHit;
_selection = getText (configFile >> "CfgVehicles" >> (typeOf _object) >> "HitPoints" >> _x >> "name");
if (_hit > 0) then {_array set [count _array,[_selection,_hit]]};
- _object setHit ["_selection", _hit];
+ _object setHit [_selection, _hit];
} count _hitpoints;
_key = format["CHILD:306:%1:%2:%3:",_objectID,_array,_damage];
@@ -109,7 +109,7 @@ _object_killed = {
_selection = getText (configFile >> "CfgVehicles" >> (typeOf _object) >> "HitPoints" >> _x >> "name");
if (_hit > 0) then {_array set [count _array,[_selection,_hit]]};
_hit = 1;
- _object setHit ["_selection", _hit];
+ _object setHit [_selection, _hit];
} count _hitpoints;
if (_objectID == "0") then {
@@ -145,7 +145,7 @@ _object_repair = {
_hit = [_object,_x] call object_getHit;
_selection = getText (configFile >> "CfgVehicles" >> (typeOf _object) >> "HitPoints" >> _x >> "name");
if (_hit > 0) then {_array set [count _array,[_selection,_hit]]};
- _object setHit ["_selection", _hit];
+ _object setHit [_selection, _hit];
} count _hitpoints;
_key = format["CHILD:306:%1:%2:%3:",_objectID,_array,_damage];
diff --git a/SQF/dayz_server/init/server_functions.sqf b/SQF/dayz_server/init/server_functions.sqf
index 382ee8909..3eb13bea3 100644
--- a/SQF/dayz_server/init/server_functions.sqf
+++ b/SQF/dayz_server/init/server_functions.sqf
@@ -863,7 +863,7 @@ server_spawnCleanLoot = {
};
};
sleep 0.001;
- } count _missionObjs;
+ } forEach _missionObjs;
if (_delQty > 0) then {
_qty = count _missionObjs;
diag_log (format["CLEANUP: Deleted %1 Loot Piles out of %2",_delQty,_qty]);
@@ -894,7 +894,7 @@ server_spawnCleanAnimals = {
};
};
sleep 0.001;
- } count _missonAnimals;
+ } forEach _missonAnimals;
if (_delQtyAnimal > 0) then {
_qty = count _missonAnimals;
diag_log (format["CLEANUP: Deleted %1 Animals out of %2",_delQtyAnimal,_qty]);
@@ -914,7 +914,7 @@ server_logUnlockLockEvent = {
[_obj, "gear"] call server_updateObject;
_statusText = "LOCKED";
};
- _PUID = [_killer] call FNC_GetPlayerUID;
+ _PUID = [_player] call FNC_GetPlayerUID;
diag_log format["SAFE %5: ID:%1 UID:%2 BY %3(%4)", _objectID, _objectUID, (name _player), _PUID, _statusText];
};
};
diff --git a/SQF/dayz_server/missions/DayZ_Epoch_1.Takistan/dynamic_vehicle.sqf b/SQF/dayz_server/missions/DayZ_Epoch_1.Takistan/dynamic_vehicle.sqf
index 6b2925802..50f07b4c1 100644
--- a/SQF/dayz_server/missions/DayZ_Epoch_1.Takistan/dynamic_vehicle.sqf
+++ b/SQF/dayz_server/missions/DayZ_Epoch_1.Takistan/dynamic_vehicle.sqf
@@ -11,9 +11,9 @@ AllowedVehiclesList = [
["CSJ_GyroC",3],
["CSJ_GyroCover",3],
["CSJ_GyroP",3],
-["datsun1_civil_1_open",3],
-["datsun1_civil_2_covered",3],
-["datsun1_civil_3_open",3],
+["datsun1_civil_1_open_DZE",3],
+["datsun1_civil_2_covered_DZE",3],
+["datsun1_civil_3_open_DZE",3],
["GAZ_Vodnik_DZE",1],
["GAZ_Vodnik_MedEvac",1],
["GLT_M300_LT",3],
@@ -22,9 +22,9 @@ AllowedVehiclesList = [
["GNT_C185C",1],
["GNT_C185R",1],
["GNT_C185U",1],
-["hilux1_civil_1_open",3],
-["hilux1_civil_2_covered",3],
-["hilux1_civil_3_open_EP1",3],
+["hilux1_civil_1_open_DZE",3],
+["hilux1_civil_2_covered_DZE",3],
+["hilux1_civil_3_open_DZE",3],
["HMMWV_Ambulance",1],
["HMMWV_Ambulance_CZ_DES_EP1",1],
["HMMWV_DES_EP1",3],
diff --git a/SQF/dayz_server/missions/DayZ_Epoch_10.Mountains_ACR/dynamic_vehicle.sqf b/SQF/dayz_server/missions/DayZ_Epoch_10.Mountains_ACR/dynamic_vehicle.sqf
index 73a5de17b..d3a5d5efd 100644
--- a/SQF/dayz_server/missions/DayZ_Epoch_10.Mountains_ACR/dynamic_vehicle.sqf
+++ b/SQF/dayz_server/missions/DayZ_Epoch_10.Mountains_ACR/dynamic_vehicle.sqf
@@ -11,9 +11,9 @@ AllowedVehiclesList = [
["CSJ_GyroC",3],
["CSJ_GyroCover",3],
["CSJ_GyroP",3],
-["datsun1_civil_1_open",3],
-["datsun1_civil_2_covered",3],
-["datsun1_civil_3_open",3],
+["datsun1_civil_1_open_DZE",3],
+["datsun1_civil_2_covered_DZE",3],
+["datsun1_civil_3_open_DZE",3],
["GAZ_Vodnik_DZE",1],
["GAZ_Vodnik_MedEvac",1],
["GLT_M300_LT",3],
@@ -22,9 +22,9 @@ AllowedVehiclesList = [
["GNT_C185C",1],
["GNT_C185R",1],
["GNT_C185U",1],
-["hilux1_civil_1_open",3],
-["hilux1_civil_2_covered",3],
-["hilux1_civil_3_open_EP1",3],
+["hilux1_civil_1_open_DZE",3],
+["hilux1_civil_2_covered_DZE",3],
+["hilux1_civil_3_open_DZE",3],
["HMMWV_Ambulance",1],
["HMMWV_Ambulance_CZ_DES_EP1",1],
["HMMWV_DES_EP1",3],
diff --git a/SQF/dayz_server/missions/DayZ_Epoch_11.Chernarus/dynamic_vehicle.sqf b/SQF/dayz_server/missions/DayZ_Epoch_11.Chernarus/dynamic_vehicle.sqf
index ebe12252b..7a971924b 100644
--- a/SQF/dayz_server/missions/DayZ_Epoch_11.Chernarus/dynamic_vehicle.sqf
+++ b/SQF/dayz_server/missions/DayZ_Epoch_11.Chernarus/dynamic_vehicle.sqf
@@ -11,9 +11,9 @@ AllowedVehiclesList = [
["CSJ_GyroC",3],
["CSJ_GyroCover",3],
["CSJ_GyroP",3],
-["datsun1_civil_1_open",3],
-["datsun1_civil_2_covered",3],
-["datsun1_civil_3_open",3],
+["datsun1_civil_1_open_DZE",3],
+["datsun1_civil_2_covered_DZE",3],
+["datsun1_civil_3_open_DZE",3],
["Fishing_Boat",3],
["GAZ_Vodnik_DZE",1],
["GAZ_Vodnik_MedEvac",1],
@@ -23,9 +23,9 @@ AllowedVehiclesList = [
["GNT_C185C",1],
["GNT_C185R",1],
["GNT_C185U",1],
-["hilux1_civil_1_open",3],
-["hilux1_civil_2_covered",3],
-["hilux1_civil_3_open_EP1",3],
+["hilux1_civil_1_open_DZE",3],
+["hilux1_civil_2_covered_DZE",3],
+["hilux1_civil_3_open_DZE",3],
["HMMWV_Ambulance",1],
["HMMWV_Ambulance_CZ_DES_EP1",1],
["HMMWV_DES_EP1",3],
diff --git a/SQF/dayz_server/missions/DayZ_Epoch_12.isladuala/dynamic_vehicle.sqf b/SQF/dayz_server/missions/DayZ_Epoch_12.isladuala/dynamic_vehicle.sqf
index ebe12252b..7a971924b 100644
--- a/SQF/dayz_server/missions/DayZ_Epoch_12.isladuala/dynamic_vehicle.sqf
+++ b/SQF/dayz_server/missions/DayZ_Epoch_12.isladuala/dynamic_vehicle.sqf
@@ -11,9 +11,9 @@ AllowedVehiclesList = [
["CSJ_GyroC",3],
["CSJ_GyroCover",3],
["CSJ_GyroP",3],
-["datsun1_civil_1_open",3],
-["datsun1_civil_2_covered",3],
-["datsun1_civil_3_open",3],
+["datsun1_civil_1_open_DZE",3],
+["datsun1_civil_2_covered_DZE",3],
+["datsun1_civil_3_open_DZE",3],
["Fishing_Boat",3],
["GAZ_Vodnik_DZE",1],
["GAZ_Vodnik_MedEvac",1],
@@ -23,9 +23,9 @@ AllowedVehiclesList = [
["GNT_C185C",1],
["GNT_C185R",1],
["GNT_C185U",1],
-["hilux1_civil_1_open",3],
-["hilux1_civil_2_covered",3],
-["hilux1_civil_3_open_EP1",3],
+["hilux1_civil_1_open_DZE",3],
+["hilux1_civil_2_covered_DZE",3],
+["hilux1_civil_3_open_DZE",3],
["HMMWV_Ambulance",1],
["HMMWV_Ambulance_CZ_DES_EP1",1],
["HMMWV_DES_EP1",3],
diff --git a/SQF/dayz_server/missions/DayZ_Epoch_13.Tavi/dynamic_vehicle.sqf b/SQF/dayz_server/missions/DayZ_Epoch_13.Tavi/dynamic_vehicle.sqf
index ebe12252b..7a971924b 100644
--- a/SQF/dayz_server/missions/DayZ_Epoch_13.Tavi/dynamic_vehicle.sqf
+++ b/SQF/dayz_server/missions/DayZ_Epoch_13.Tavi/dynamic_vehicle.sqf
@@ -11,9 +11,9 @@ AllowedVehiclesList = [
["CSJ_GyroC",3],
["CSJ_GyroCover",3],
["CSJ_GyroP",3],
-["datsun1_civil_1_open",3],
-["datsun1_civil_2_covered",3],
-["datsun1_civil_3_open",3],
+["datsun1_civil_1_open_DZE",3],
+["datsun1_civil_2_covered_DZE",3],
+["datsun1_civil_3_open_DZE",3],
["Fishing_Boat",3],
["GAZ_Vodnik_DZE",1],
["GAZ_Vodnik_MedEvac",1],
@@ -23,9 +23,9 @@ AllowedVehiclesList = [
["GNT_C185C",1],
["GNT_C185R",1],
["GNT_C185U",1],
-["hilux1_civil_1_open",3],
-["hilux1_civil_2_covered",3],
-["hilux1_civil_3_open_EP1",3],
+["hilux1_civil_1_open_DZE",3],
+["hilux1_civil_2_covered_DZE",3],
+["hilux1_civil_3_open_DZE",3],
["HMMWV_Ambulance",1],
["HMMWV_Ambulance_CZ_DES_EP1",1],
["HMMWV_DES_EP1",3],
diff --git a/SQF/dayz_server/missions/DayZ_Epoch_15.namalsk/dynamic_vehicle.sqf b/SQF/dayz_server/missions/DayZ_Epoch_15.namalsk/dynamic_vehicle.sqf
index ebe12252b..7a971924b 100644
--- a/SQF/dayz_server/missions/DayZ_Epoch_15.namalsk/dynamic_vehicle.sqf
+++ b/SQF/dayz_server/missions/DayZ_Epoch_15.namalsk/dynamic_vehicle.sqf
@@ -11,9 +11,9 @@ AllowedVehiclesList = [
["CSJ_GyroC",3],
["CSJ_GyroCover",3],
["CSJ_GyroP",3],
-["datsun1_civil_1_open",3],
-["datsun1_civil_2_covered",3],
-["datsun1_civil_3_open",3],
+["datsun1_civil_1_open_DZE",3],
+["datsun1_civil_2_covered_DZE",3],
+["datsun1_civil_3_open_DZE",3],
["Fishing_Boat",3],
["GAZ_Vodnik_DZE",1],
["GAZ_Vodnik_MedEvac",1],
@@ -23,9 +23,9 @@ AllowedVehiclesList = [
["GNT_C185C",1],
["GNT_C185R",1],
["GNT_C185U",1],
-["hilux1_civil_1_open",3],
-["hilux1_civil_2_covered",3],
-["hilux1_civil_3_open_EP1",3],
+["hilux1_civil_1_open_DZE",3],
+["hilux1_civil_2_covered_DZE",3],
+["hilux1_civil_3_open_DZE",3],
["HMMWV_Ambulance",1],
["HMMWV_Ambulance_CZ_DES_EP1",1],
["HMMWV_DES_EP1",3],
diff --git a/SQF/dayz_server/missions/DayZ_Epoch_16.Panthera2/dynamic_vehicle.sqf b/SQF/dayz_server/missions/DayZ_Epoch_16.Panthera2/dynamic_vehicle.sqf
index ebe12252b..7a971924b 100644
--- a/SQF/dayz_server/missions/DayZ_Epoch_16.Panthera2/dynamic_vehicle.sqf
+++ b/SQF/dayz_server/missions/DayZ_Epoch_16.Panthera2/dynamic_vehicle.sqf
@@ -11,9 +11,9 @@ AllowedVehiclesList = [
["CSJ_GyroC",3],
["CSJ_GyroCover",3],
["CSJ_GyroP",3],
-["datsun1_civil_1_open",3],
-["datsun1_civil_2_covered",3],
-["datsun1_civil_3_open",3],
+["datsun1_civil_1_open_DZE",3],
+["datsun1_civil_2_covered_DZE",3],
+["datsun1_civil_3_open_DZE",3],
["Fishing_Boat",3],
["GAZ_Vodnik_DZE",1],
["GAZ_Vodnik_MedEvac",1],
@@ -23,9 +23,9 @@ AllowedVehiclesList = [
["GNT_C185C",1],
["GNT_C185R",1],
["GNT_C185U",1],
-["hilux1_civil_1_open",3],
-["hilux1_civil_2_covered",3],
-["hilux1_civil_3_open_EP1",3],
+["hilux1_civil_1_open_DZE",3],
+["hilux1_civil_2_covered_DZE",3],
+["hilux1_civil_3_open_DZE",3],
["HMMWV_Ambulance",1],
["HMMWV_Ambulance_CZ_DES_EP1",1],
["HMMWV_DES_EP1",3],
diff --git a/SQF/dayz_server/missions/DayZ_Epoch_17.Chernarus/dynamic_vehicle.sqf b/SQF/dayz_server/missions/DayZ_Epoch_17.Chernarus/dynamic_vehicle.sqf
index ebe12252b..7a971924b 100644
--- a/SQF/dayz_server/missions/DayZ_Epoch_17.Chernarus/dynamic_vehicle.sqf
+++ b/SQF/dayz_server/missions/DayZ_Epoch_17.Chernarus/dynamic_vehicle.sqf
@@ -11,9 +11,9 @@ AllowedVehiclesList = [
["CSJ_GyroC",3],
["CSJ_GyroCover",3],
["CSJ_GyroP",3],
-["datsun1_civil_1_open",3],
-["datsun1_civil_2_covered",3],
-["datsun1_civil_3_open",3],
+["datsun1_civil_1_open_DZE",3],
+["datsun1_civil_2_covered_DZE",3],
+["datsun1_civil_3_open_DZE",3],
["Fishing_Boat",3],
["GAZ_Vodnik_DZE",1],
["GAZ_Vodnik_MedEvac",1],
@@ -23,9 +23,9 @@ AllowedVehiclesList = [
["GNT_C185C",1],
["GNT_C185R",1],
["GNT_C185U",1],
-["hilux1_civil_1_open",3],
-["hilux1_civil_2_covered",3],
-["hilux1_civil_3_open_EP1",3],
+["hilux1_civil_1_open_DZE",3],
+["hilux1_civil_2_covered_DZE",3],
+["hilux1_civil_3_open_DZE",3],
["HMMWV_Ambulance",1],
["HMMWV_Ambulance_CZ_DES_EP1",1],
["HMMWV_DES_EP1",3],
diff --git a/SQF/dayz_server/missions/DayZ_Epoch_18.Sara/dynamic_vehicle.sqf b/SQF/dayz_server/missions/DayZ_Epoch_18.Sara/dynamic_vehicle.sqf
index ebe12252b..7a971924b 100644
--- a/SQF/dayz_server/missions/DayZ_Epoch_18.Sara/dynamic_vehicle.sqf
+++ b/SQF/dayz_server/missions/DayZ_Epoch_18.Sara/dynamic_vehicle.sqf
@@ -11,9 +11,9 @@ AllowedVehiclesList = [
["CSJ_GyroC",3],
["CSJ_GyroCover",3],
["CSJ_GyroP",3],
-["datsun1_civil_1_open",3],
-["datsun1_civil_2_covered",3],
-["datsun1_civil_3_open",3],
+["datsun1_civil_1_open_DZE",3],
+["datsun1_civil_2_covered_DZE",3],
+["datsun1_civil_3_open_DZE",3],
["Fishing_Boat",3],
["GAZ_Vodnik_DZE",1],
["GAZ_Vodnik_MedEvac",1],
@@ -23,9 +23,9 @@ AllowedVehiclesList = [
["GNT_C185C",1],
["GNT_C185R",1],
["GNT_C185U",1],
-["hilux1_civil_1_open",3],
-["hilux1_civil_2_covered",3],
-["hilux1_civil_3_open_EP1",3],
+["hilux1_civil_1_open_DZE",3],
+["hilux1_civil_2_covered_DZE",3],
+["hilux1_civil_3_open_DZE",3],
["HMMWV_Ambulance",1],
["HMMWV_Ambulance_CZ_DES_EP1",1],
["HMMWV_DES_EP1",3],
diff --git a/SQF/dayz_server/missions/DayZ_Epoch_19.FDF_Isle1_a/dynamic_vehicle.sqf b/SQF/dayz_server/missions/DayZ_Epoch_19.FDF_Isle1_a/dynamic_vehicle.sqf
index ebe12252b..7a971924b 100644
--- a/SQF/dayz_server/missions/DayZ_Epoch_19.FDF_Isle1_a/dynamic_vehicle.sqf
+++ b/SQF/dayz_server/missions/DayZ_Epoch_19.FDF_Isle1_a/dynamic_vehicle.sqf
@@ -11,9 +11,9 @@ AllowedVehiclesList = [
["CSJ_GyroC",3],
["CSJ_GyroCover",3],
["CSJ_GyroP",3],
-["datsun1_civil_1_open",3],
-["datsun1_civil_2_covered",3],
-["datsun1_civil_3_open",3],
+["datsun1_civil_1_open_DZE",3],
+["datsun1_civil_2_covered_DZE",3],
+["datsun1_civil_3_open_DZE",3],
["Fishing_Boat",3],
["GAZ_Vodnik_DZE",1],
["GAZ_Vodnik_MedEvac",1],
@@ -23,9 +23,9 @@ AllowedVehiclesList = [
["GNT_C185C",1],
["GNT_C185R",1],
["GNT_C185U",1],
-["hilux1_civil_1_open",3],
-["hilux1_civil_2_covered",3],
-["hilux1_civil_3_open_EP1",3],
+["hilux1_civil_1_open_DZE",3],
+["hilux1_civil_2_covered_DZE",3],
+["hilux1_civil_3_open_DZE",3],
["HMMWV_Ambulance",1],
["HMMWV_Ambulance_CZ_DES_EP1",1],
["HMMWV_DES_EP1",3],
diff --git a/SQF/dayz_server/missions/DayZ_Epoch_2.Utes/dynamic_vehicle.sqf b/SQF/dayz_server/missions/DayZ_Epoch_2.Utes/dynamic_vehicle.sqf
index ebe12252b..7a971924b 100644
--- a/SQF/dayz_server/missions/DayZ_Epoch_2.Utes/dynamic_vehicle.sqf
+++ b/SQF/dayz_server/missions/DayZ_Epoch_2.Utes/dynamic_vehicle.sqf
@@ -11,9 +11,9 @@ AllowedVehiclesList = [
["CSJ_GyroC",3],
["CSJ_GyroCover",3],
["CSJ_GyroP",3],
-["datsun1_civil_1_open",3],
-["datsun1_civil_2_covered",3],
-["datsun1_civil_3_open",3],
+["datsun1_civil_1_open_DZE",3],
+["datsun1_civil_2_covered_DZE",3],
+["datsun1_civil_3_open_DZE",3],
["Fishing_Boat",3],
["GAZ_Vodnik_DZE",1],
["GAZ_Vodnik_MedEvac",1],
@@ -23,9 +23,9 @@ AllowedVehiclesList = [
["GNT_C185C",1],
["GNT_C185R",1],
["GNT_C185U",1],
-["hilux1_civil_1_open",3],
-["hilux1_civil_2_covered",3],
-["hilux1_civil_3_open_EP1",3],
+["hilux1_civil_1_open_DZE",3],
+["hilux1_civil_2_covered_DZE",3],
+["hilux1_civil_3_open_DZE",3],
["HMMWV_Ambulance",1],
["HMMWV_Ambulance_CZ_DES_EP1",1],
["HMMWV_DES_EP1",3],
diff --git a/SQF/dayz_server/missions/DayZ_Epoch_20.fapovo/dynamic_vehicle.sqf b/SQF/dayz_server/missions/DayZ_Epoch_20.fapovo/dynamic_vehicle.sqf
index ebe12252b..7a971924b 100644
--- a/SQF/dayz_server/missions/DayZ_Epoch_20.fapovo/dynamic_vehicle.sqf
+++ b/SQF/dayz_server/missions/DayZ_Epoch_20.fapovo/dynamic_vehicle.sqf
@@ -11,9 +11,9 @@ AllowedVehiclesList = [
["CSJ_GyroC",3],
["CSJ_GyroCover",3],
["CSJ_GyroP",3],
-["datsun1_civil_1_open",3],
-["datsun1_civil_2_covered",3],
-["datsun1_civil_3_open",3],
+["datsun1_civil_1_open_DZE",3],
+["datsun1_civil_2_covered_DZE",3],
+["datsun1_civil_3_open_DZE",3],
["Fishing_Boat",3],
["GAZ_Vodnik_DZE",1],
["GAZ_Vodnik_MedEvac",1],
@@ -23,9 +23,9 @@ AllowedVehiclesList = [
["GNT_C185C",1],
["GNT_C185R",1],
["GNT_C185U",1],
-["hilux1_civil_1_open",3],
-["hilux1_civil_2_covered",3],
-["hilux1_civil_3_open_EP1",3],
+["hilux1_civil_1_open_DZE",3],
+["hilux1_civil_2_covered_DZE",3],
+["hilux1_civil_3_open_DZE",3],
["HMMWV_Ambulance",1],
["HMMWV_Ambulance_CZ_DES_EP1",1],
["HMMWV_DES_EP1",3],
diff --git a/SQF/dayz_server/missions/DayZ_Epoch_21.Caribou/dynamic_vehicle.sqf b/SQF/dayz_server/missions/DayZ_Epoch_21.Caribou/dynamic_vehicle.sqf
index ebe12252b..7a971924b 100644
--- a/SQF/dayz_server/missions/DayZ_Epoch_21.Caribou/dynamic_vehicle.sqf
+++ b/SQF/dayz_server/missions/DayZ_Epoch_21.Caribou/dynamic_vehicle.sqf
@@ -11,9 +11,9 @@ AllowedVehiclesList = [
["CSJ_GyroC",3],
["CSJ_GyroCover",3],
["CSJ_GyroP",3],
-["datsun1_civil_1_open",3],
-["datsun1_civil_2_covered",3],
-["datsun1_civil_3_open",3],
+["datsun1_civil_1_open_DZE",3],
+["datsun1_civil_2_covered_DZE",3],
+["datsun1_civil_3_open_DZE",3],
["Fishing_Boat",3],
["GAZ_Vodnik_DZE",1],
["GAZ_Vodnik_MedEvac",1],
@@ -23,9 +23,9 @@ AllowedVehiclesList = [
["GNT_C185C",1],
["GNT_C185R",1],
["GNT_C185U",1],
-["hilux1_civil_1_open",3],
-["hilux1_civil_2_covered",3],
-["hilux1_civil_3_open_EP1",3],
+["hilux1_civil_1_open_DZE",3],
+["hilux1_civil_2_covered_DZE",3],
+["hilux1_civil_3_open_DZE",3],
["HMMWV_Ambulance",1],
["HMMWV_Ambulance_CZ_DES_EP1",1],
["HMMWV_DES_EP1",3],
diff --git a/SQF/dayz_server/missions/DayZ_Epoch_22.smd_sahrani_A2/dynamic_vehicle.sqf b/SQF/dayz_server/missions/DayZ_Epoch_22.smd_sahrani_A2/dynamic_vehicle.sqf
index ebe12252b..7a971924b 100644
--- a/SQF/dayz_server/missions/DayZ_Epoch_22.smd_sahrani_A2/dynamic_vehicle.sqf
+++ b/SQF/dayz_server/missions/DayZ_Epoch_22.smd_sahrani_A2/dynamic_vehicle.sqf
@@ -11,9 +11,9 @@ AllowedVehiclesList = [
["CSJ_GyroC",3],
["CSJ_GyroCover",3],
["CSJ_GyroP",3],
-["datsun1_civil_1_open",3],
-["datsun1_civil_2_covered",3],
-["datsun1_civil_3_open",3],
+["datsun1_civil_1_open_DZE",3],
+["datsun1_civil_2_covered_DZE",3],
+["datsun1_civil_3_open_DZE",3],
["Fishing_Boat",3],
["GAZ_Vodnik_DZE",1],
["GAZ_Vodnik_MedEvac",1],
@@ -23,9 +23,9 @@ AllowedVehiclesList = [
["GNT_C185C",1],
["GNT_C185R",1],
["GNT_C185U",1],
-["hilux1_civil_1_open",3],
-["hilux1_civil_2_covered",3],
-["hilux1_civil_3_open_EP1",3],
+["hilux1_civil_1_open_DZE",3],
+["hilux1_civil_2_covered_DZE",3],
+["hilux1_civil_3_open_DZE",3],
["HMMWV_Ambulance",1],
["HMMWV_Ambulance_CZ_DES_EP1",1],
["HMMWV_DES_EP1",3],
diff --git a/SQF/dayz_server/missions/DayZ_Epoch_23.cmr_ovaron/dynamic_vehicle.sqf b/SQF/dayz_server/missions/DayZ_Epoch_23.cmr_ovaron/dynamic_vehicle.sqf
index ebe12252b..7a971924b 100644
--- a/SQF/dayz_server/missions/DayZ_Epoch_23.cmr_ovaron/dynamic_vehicle.sqf
+++ b/SQF/dayz_server/missions/DayZ_Epoch_23.cmr_ovaron/dynamic_vehicle.sqf
@@ -11,9 +11,9 @@ AllowedVehiclesList = [
["CSJ_GyroC",3],
["CSJ_GyroCover",3],
["CSJ_GyroP",3],
-["datsun1_civil_1_open",3],
-["datsun1_civil_2_covered",3],
-["datsun1_civil_3_open",3],
+["datsun1_civil_1_open_DZE",3],
+["datsun1_civil_2_covered_DZE",3],
+["datsun1_civil_3_open_DZE",3],
["Fishing_Boat",3],
["GAZ_Vodnik_DZE",1],
["GAZ_Vodnik_MedEvac",1],
@@ -23,9 +23,9 @@ AllowedVehiclesList = [
["GNT_C185C",1],
["GNT_C185R",1],
["GNT_C185U",1],
-["hilux1_civil_1_open",3],
-["hilux1_civil_2_covered",3],
-["hilux1_civil_3_open_EP1",3],
+["hilux1_civil_1_open_DZE",3],
+["hilux1_civil_2_covered_DZE",3],
+["hilux1_civil_3_open_DZE",3],
["HMMWV_Ambulance",1],
["HMMWV_Ambulance_CZ_DES_EP1",1],
["HMMWV_DES_EP1",3],
diff --git a/SQF/dayz_server/missions/DayZ_Epoch_24.Napf/dynamic_vehicle.sqf b/SQF/dayz_server/missions/DayZ_Epoch_24.Napf/dynamic_vehicle.sqf
index ebe12252b..7a971924b 100644
--- a/SQF/dayz_server/missions/DayZ_Epoch_24.Napf/dynamic_vehicle.sqf
+++ b/SQF/dayz_server/missions/DayZ_Epoch_24.Napf/dynamic_vehicle.sqf
@@ -11,9 +11,9 @@ AllowedVehiclesList = [
["CSJ_GyroC",3],
["CSJ_GyroCover",3],
["CSJ_GyroP",3],
-["datsun1_civil_1_open",3],
-["datsun1_civil_2_covered",3],
-["datsun1_civil_3_open",3],
+["datsun1_civil_1_open_DZE",3],
+["datsun1_civil_2_covered_DZE",3],
+["datsun1_civil_3_open_DZE",3],
["Fishing_Boat",3],
["GAZ_Vodnik_DZE",1],
["GAZ_Vodnik_MedEvac",1],
@@ -23,9 +23,9 @@ AllowedVehiclesList = [
["GNT_C185C",1],
["GNT_C185R",1],
["GNT_C185U",1],
-["hilux1_civil_1_open",3],
-["hilux1_civil_2_covered",3],
-["hilux1_civil_3_open_EP1",3],
+["hilux1_civil_1_open_DZE",3],
+["hilux1_civil_2_covered_DZE",3],
+["hilux1_civil_3_open_DZE",3],
["HMMWV_Ambulance",1],
["HMMWV_Ambulance_CZ_DES_EP1",1],
["HMMWV_DES_EP1",3],
diff --git a/SQF/dayz_server/missions/DayZ_Epoch_25.sauerland/dynamic_vehicle.sqf b/SQF/dayz_server/missions/DayZ_Epoch_25.sauerland/dynamic_vehicle.sqf
index 73a5de17b..d3a5d5efd 100644
--- a/SQF/dayz_server/missions/DayZ_Epoch_25.sauerland/dynamic_vehicle.sqf
+++ b/SQF/dayz_server/missions/DayZ_Epoch_25.sauerland/dynamic_vehicle.sqf
@@ -11,9 +11,9 @@ AllowedVehiclesList = [
["CSJ_GyroC",3],
["CSJ_GyroCover",3],
["CSJ_GyroP",3],
-["datsun1_civil_1_open",3],
-["datsun1_civil_2_covered",3],
-["datsun1_civil_3_open",3],
+["datsun1_civil_1_open_DZE",3],
+["datsun1_civil_2_covered_DZE",3],
+["datsun1_civil_3_open_DZE",3],
["GAZ_Vodnik_DZE",1],
["GAZ_Vodnik_MedEvac",1],
["GLT_M300_LT",3],
@@ -22,9 +22,9 @@ AllowedVehiclesList = [
["GNT_C185C",1],
["GNT_C185R",1],
["GNT_C185U",1],
-["hilux1_civil_1_open",3],
-["hilux1_civil_2_covered",3],
-["hilux1_civil_3_open_EP1",3],
+["hilux1_civil_1_open_DZE",3],
+["hilux1_civil_2_covered_DZE",3],
+["hilux1_civil_3_open_DZE",3],
["HMMWV_Ambulance",1],
["HMMWV_Ambulance_CZ_DES_EP1",1],
["HMMWV_DES_EP1",3],
diff --git a/SQF/dayz_server/missions/DayZ_Epoch_3.Shapur_BAF/dynamic_vehicle.sqf b/SQF/dayz_server/missions/DayZ_Epoch_3.Shapur_BAF/dynamic_vehicle.sqf
index 73a5de17b..d3a5d5efd 100644
--- a/SQF/dayz_server/missions/DayZ_Epoch_3.Shapur_BAF/dynamic_vehicle.sqf
+++ b/SQF/dayz_server/missions/DayZ_Epoch_3.Shapur_BAF/dynamic_vehicle.sqf
@@ -11,9 +11,9 @@ AllowedVehiclesList = [
["CSJ_GyroC",3],
["CSJ_GyroCover",3],
["CSJ_GyroP",3],
-["datsun1_civil_1_open",3],
-["datsun1_civil_2_covered",3],
-["datsun1_civil_3_open",3],
+["datsun1_civil_1_open_DZE",3],
+["datsun1_civil_2_covered_DZE",3],
+["datsun1_civil_3_open_DZE",3],
["GAZ_Vodnik_DZE",1],
["GAZ_Vodnik_MedEvac",1],
["GLT_M300_LT",3],
@@ -22,9 +22,9 @@ AllowedVehiclesList = [
["GNT_C185C",1],
["GNT_C185R",1],
["GNT_C185U",1],
-["hilux1_civil_1_open",3],
-["hilux1_civil_2_covered",3],
-["hilux1_civil_3_open_EP1",3],
+["hilux1_civil_1_open_DZE",3],
+["hilux1_civil_2_covered_DZE",3],
+["hilux1_civil_3_open_DZE",3],
["HMMWV_Ambulance",1],
["HMMWV_Ambulance_CZ_DES_EP1",1],
["HMMWV_DES_EP1",3],
diff --git a/SQF/dayz_server/missions/DayZ_Epoch_4.Zargabad/dynamic_vehicle.sqf b/SQF/dayz_server/missions/DayZ_Epoch_4.Zargabad/dynamic_vehicle.sqf
index 73a5de17b..d3a5d5efd 100644
--- a/SQF/dayz_server/missions/DayZ_Epoch_4.Zargabad/dynamic_vehicle.sqf
+++ b/SQF/dayz_server/missions/DayZ_Epoch_4.Zargabad/dynamic_vehicle.sqf
@@ -11,9 +11,9 @@ AllowedVehiclesList = [
["CSJ_GyroC",3],
["CSJ_GyroCover",3],
["CSJ_GyroP",3],
-["datsun1_civil_1_open",3],
-["datsun1_civil_2_covered",3],
-["datsun1_civil_3_open",3],
+["datsun1_civil_1_open_DZE",3],
+["datsun1_civil_2_covered_DZE",3],
+["datsun1_civil_3_open_DZE",3],
["GAZ_Vodnik_DZE",1],
["GAZ_Vodnik_MedEvac",1],
["GLT_M300_LT",3],
@@ -22,9 +22,9 @@ AllowedVehiclesList = [
["GNT_C185C",1],
["GNT_C185R",1],
["GNT_C185U",1],
-["hilux1_civil_1_open",3],
-["hilux1_civil_2_covered",3],
-["hilux1_civil_3_open_EP1",3],
+["hilux1_civil_1_open_DZE",3],
+["hilux1_civil_2_covered_DZE",3],
+["hilux1_civil_3_open_DZE",3],
["HMMWV_Ambulance",1],
["HMMWV_Ambulance_CZ_DES_EP1",1],
["HMMWV_DES_EP1",3],
diff --git a/SQF/dayz_server/missions/DayZ_Epoch_5.Bootcamp_ACR/dynamic_vehicle.sqf b/SQF/dayz_server/missions/DayZ_Epoch_5.Bootcamp_ACR/dynamic_vehicle.sqf
index 73a5de17b..d3a5d5efd 100644
--- a/SQF/dayz_server/missions/DayZ_Epoch_5.Bootcamp_ACR/dynamic_vehicle.sqf
+++ b/SQF/dayz_server/missions/DayZ_Epoch_5.Bootcamp_ACR/dynamic_vehicle.sqf
@@ -11,9 +11,9 @@ AllowedVehiclesList = [
["CSJ_GyroC",3],
["CSJ_GyroCover",3],
["CSJ_GyroP",3],
-["datsun1_civil_1_open",3],
-["datsun1_civil_2_covered",3],
-["datsun1_civil_3_open",3],
+["datsun1_civil_1_open_DZE",3],
+["datsun1_civil_2_covered_DZE",3],
+["datsun1_civil_3_open_DZE",3],
["GAZ_Vodnik_DZE",1],
["GAZ_Vodnik_MedEvac",1],
["GLT_M300_LT",3],
@@ -22,9 +22,9 @@ AllowedVehiclesList = [
["GNT_C185C",1],
["GNT_C185R",1],
["GNT_C185U",1],
-["hilux1_civil_1_open",3],
-["hilux1_civil_2_covered",3],
-["hilux1_civil_3_open_EP1",3],
+["hilux1_civil_1_open_DZE",3],
+["hilux1_civil_2_covered_DZE",3],
+["hilux1_civil_3_open_DZE",3],
["HMMWV_Ambulance",1],
["HMMWV_Ambulance_CZ_DES_EP1",1],
["HMMWV_DES_EP1",3],
diff --git a/SQF/dayz_server/missions/DayZ_Epoch_6.Dingor/dynamic_vehicle.sqf b/SQF/dayz_server/missions/DayZ_Epoch_6.Dingor/dynamic_vehicle.sqf
index ebe12252b..7a971924b 100644
--- a/SQF/dayz_server/missions/DayZ_Epoch_6.Dingor/dynamic_vehicle.sqf
+++ b/SQF/dayz_server/missions/DayZ_Epoch_6.Dingor/dynamic_vehicle.sqf
@@ -11,9 +11,9 @@ AllowedVehiclesList = [
["CSJ_GyroC",3],
["CSJ_GyroCover",3],
["CSJ_GyroP",3],
-["datsun1_civil_1_open",3],
-["datsun1_civil_2_covered",3],
-["datsun1_civil_3_open",3],
+["datsun1_civil_1_open_DZE",3],
+["datsun1_civil_2_covered_DZE",3],
+["datsun1_civil_3_open_DZE",3],
["Fishing_Boat",3],
["GAZ_Vodnik_DZE",1],
["GAZ_Vodnik_MedEvac",1],
@@ -23,9 +23,9 @@ AllowedVehiclesList = [
["GNT_C185C",1],
["GNT_C185R",1],
["GNT_C185U",1],
-["hilux1_civil_1_open",3],
-["hilux1_civil_2_covered",3],
-["hilux1_civil_3_open_EP1",3],
+["hilux1_civil_1_open_DZE",3],
+["hilux1_civil_2_covered_DZE",3],
+["hilux1_civil_3_open_DZE",3],
["HMMWV_Ambulance",1],
["HMMWV_Ambulance_CZ_DES_EP1",1],
["HMMWV_DES_EP1",3],
diff --git a/SQF/dayz_server/missions/DayZ_Epoch_7.Lingor/dynamic_vehicle.sqf b/SQF/dayz_server/missions/DayZ_Epoch_7.Lingor/dynamic_vehicle.sqf
index ebe12252b..7a971924b 100644
--- a/SQF/dayz_server/missions/DayZ_Epoch_7.Lingor/dynamic_vehicle.sqf
+++ b/SQF/dayz_server/missions/DayZ_Epoch_7.Lingor/dynamic_vehicle.sqf
@@ -11,9 +11,9 @@ AllowedVehiclesList = [
["CSJ_GyroC",3],
["CSJ_GyroCover",3],
["CSJ_GyroP",3],
-["datsun1_civil_1_open",3],
-["datsun1_civil_2_covered",3],
-["datsun1_civil_3_open",3],
+["datsun1_civil_1_open_DZE",3],
+["datsun1_civil_2_covered_DZE",3],
+["datsun1_civil_3_open_DZE",3],
["Fishing_Boat",3],
["GAZ_Vodnik_DZE",1],
["GAZ_Vodnik_MedEvac",1],
@@ -23,9 +23,9 @@ AllowedVehiclesList = [
["GNT_C185C",1],
["GNT_C185R",1],
["GNT_C185U",1],
-["hilux1_civil_1_open",3],
-["hilux1_civil_2_covered",3],
-["hilux1_civil_3_open_EP1",3],
+["hilux1_civil_1_open_DZE",3],
+["hilux1_civil_2_covered_DZE",3],
+["hilux1_civil_3_open_DZE",3],
["HMMWV_Ambulance",1],
["HMMWV_Ambulance_CZ_DES_EP1",1],
["HMMWV_DES_EP1",3],
diff --git a/SQF/dayz_server/missions/DayZ_Epoch_8.ProvingGrounds_PMC/dynamic_vehicle.sqf b/SQF/dayz_server/missions/DayZ_Epoch_8.ProvingGrounds_PMC/dynamic_vehicle.sqf
index 73a5de17b..d3a5d5efd 100644
--- a/SQF/dayz_server/missions/DayZ_Epoch_8.ProvingGrounds_PMC/dynamic_vehicle.sqf
+++ b/SQF/dayz_server/missions/DayZ_Epoch_8.ProvingGrounds_PMC/dynamic_vehicle.sqf
@@ -11,9 +11,9 @@ AllowedVehiclesList = [
["CSJ_GyroC",3],
["CSJ_GyroCover",3],
["CSJ_GyroP",3],
-["datsun1_civil_1_open",3],
-["datsun1_civil_2_covered",3],
-["datsun1_civil_3_open",3],
+["datsun1_civil_1_open_DZE",3],
+["datsun1_civil_2_covered_DZE",3],
+["datsun1_civil_3_open_DZE",3],
["GAZ_Vodnik_DZE",1],
["GAZ_Vodnik_MedEvac",1],
["GLT_M300_LT",3],
@@ -22,9 +22,9 @@ AllowedVehiclesList = [
["GNT_C185C",1],
["GNT_C185R",1],
["GNT_C185U",1],
-["hilux1_civil_1_open",3],
-["hilux1_civil_2_covered",3],
-["hilux1_civil_3_open_EP1",3],
+["hilux1_civil_1_open_DZE",3],
+["hilux1_civil_2_covered_DZE",3],
+["hilux1_civil_3_open_DZE",3],
["HMMWV_Ambulance",1],
["HMMWV_Ambulance_CZ_DES_EP1",1],
["HMMWV_DES_EP1",3],
diff --git a/SQF/dayz_server/missions/DayZ_Epoch_9.Woodland_ACR/dynamic_vehicle.sqf b/SQF/dayz_server/missions/DayZ_Epoch_9.Woodland_ACR/dynamic_vehicle.sqf
index 73a5de17b..d3a5d5efd 100644
--- a/SQF/dayz_server/missions/DayZ_Epoch_9.Woodland_ACR/dynamic_vehicle.sqf
+++ b/SQF/dayz_server/missions/DayZ_Epoch_9.Woodland_ACR/dynamic_vehicle.sqf
@@ -11,9 +11,9 @@ AllowedVehiclesList = [
["CSJ_GyroC",3],
["CSJ_GyroCover",3],
["CSJ_GyroP",3],
-["datsun1_civil_1_open",3],
-["datsun1_civil_2_covered",3],
-["datsun1_civil_3_open",3],
+["datsun1_civil_1_open_DZE",3],
+["datsun1_civil_2_covered_DZE",3],
+["datsun1_civil_3_open_DZE",3],
["GAZ_Vodnik_DZE",1],
["GAZ_Vodnik_MedEvac",1],
["GLT_M300_LT",3],
@@ -22,9 +22,9 @@ AllowedVehiclesList = [
["GNT_C185C",1],
["GNT_C185R",1],
["GNT_C185U",1],
-["hilux1_civil_1_open",3],
-["hilux1_civil_2_covered",3],
-["hilux1_civil_3_open_EP1",3],
+["hilux1_civil_1_open_DZE",3],
+["hilux1_civil_2_covered_DZE",3],
+["hilux1_civil_3_open_DZE",3],
["HMMWV_Ambulance",1],
["HMMWV_Ambulance_CZ_DES_EP1",1],
["HMMWV_DES_EP1",3],
diff --git a/SQF/dayz_server/system/server_monitor.sqf b/SQF/dayz_server/system/server_monitor.sqf
index 6e3d1a122..336bf1216 100644
--- a/SQF/dayz_server/system/server_monitor.sqf
+++ b/SQF/dayz_server/system/server_monitor.sqf
@@ -1,4 +1,4 @@
-private ["_nul","_result","_pos","_wsDone","_dir","_isOK","_countr","_objWpnTypes","_objWpnQty","_dam","_selection","_totalvehicles","_object","_idKey","_type","_ownerID","_worldspace","_intentory","_hitPoints","_fuel","_damage","_key","_vehLimit","_hiveResponse","_objectCount","_codeCount","_data","_status","_val","_traderid","_retrader","_traderData","_id","_lockable","_debugMarkerPosition","_vehicle_0","_bQty","_vQty","_BuildingQueue","_objectQueue","_superkey","_shutdown","_res","_hiveLoaded"];
+private ["_nul","_result","_pos","_wsDone","_dir","_isOK","_countr","_objWpnTypes","_objWpnQty","_dam","_selection","_totalvehicles","_object","_idKey","_type","_ownerID","_worldspace","_inventory","_hitPoints","_fuel","_damage","_key","_vehLimit","_hiveResponse","_objectCount","_codeCount","_data","_status","_val","_traderid","_retrader","_traderData","_id","_lockable","_debugMarkerPosition","_vehicle_0","_bQty","_vQty","_BuildingQueue","_objectQueue","_superkey","_shutdown","_res","_hiveLoaded"];
dayz_versionNo = getText(configFile >> "CfgMods" >> "DayZ" >> "version");
dayz_hiveVersionNo = getNumber(configFile >> "CfgMods" >> "DayZ" >> "hiveVersion");
@@ -91,7 +91,7 @@ if (isServer && isNil "sm_done") then {
_ownerID = _x select 3;
_worldspace = _x select 4;
- _intentory = _x select 5;
+ _inventory = _x select 5;
_hitPoints = _x select 6;
_fuel = _x select 7;
_damage = _x select 8;
@@ -176,17 +176,17 @@ if (isServer && isNil "sm_done") then {
};
- if (count _intentory > 0) then {
+ if (count _inventory > 0) then {
if (_type in DZE_LockedStorage) then {
// Fill variables with loot
- _object setVariable ["WeaponCargo", (_intentory select 0),true];
- _object setVariable ["MagazineCargo", (_intentory select 1),true];
- _object setVariable ["BackpackCargo", (_intentory select 2),true];
+ _object setVariable ["WeaponCargo", (_inventory select 0),true];
+ _object setVariable ["MagazineCargo", (_inventory select 1),true];
+ _object setVariable ["BackpackCargo", (_inventory select 2),true];
} else {
//Add weapons
- _objWpnTypes = (_intentory select 0) select 0;
- _objWpnQty = (_intentory select 0) select 1;
+ _objWpnTypes = (_inventory select 0) select 0;
+ _objWpnQty = (_inventory select 0) select 1;
_countr = 0;
{
if(_x in (DZE_REPLACE_WEAPONS select 0)) then {
@@ -200,8 +200,8 @@ if (isServer && isNil "sm_done") then {
} count _objWpnTypes;
//Add Magazines
- _objWpnTypes = (_intentory select 1) select 0;
- _objWpnQty = (_intentory select 1) select 1;
+ _objWpnTypes = (_inventory select 1) select 0;
+ _objWpnQty = (_inventory select 1) select 1;
_countr = 0;
{
if (_x == "BoltSteel") then { _x = "WoodenArrow" }; // Convert BoltSteel to WoodenArrow
@@ -214,8 +214,8 @@ if (isServer && isNil "sm_done") then {
} count _objWpnTypes;
//Add Backpacks
- _objWpnTypes = (_intentory select 2) select 0;
- _objWpnQty = (_intentory select 2) select 1;
+ _objWpnTypes = (_inventory select 2) select 0;
+ _objWpnQty = (_inventory select 2) select 1;
_countr = 0;
{
_isOK = isClass(configFile >> "CfgVehicles" >> _x);
@@ -256,7 +256,7 @@ if (isServer && isNil "sm_done") then {
//Monitor the object
PVDZE_serverObjectMonitor set [count PVDZE_serverObjectMonitor,_object];
};
- } count (_BuildingQueue + _objectQueue);
+ } forEach (_BuildingQueue + _objectQueue);
// # END SPAWN OBJECTS #
// preload server traders menu data into cache
diff --git a/SQF/redryder/$PBOPREFIX$ b/SQF/redryder/$PBOPREFIX$
new file mode 100644
index 000000000..cfd56a211
--- /dev/null
+++ b/SQF/redryder/$PBOPREFIX$
@@ -0,0 +1 @@
+\z\addons\redryder
diff --git a/SQF/redryder/models/BB_Round.p3d b/SQF/redryder/models/BB_Round.p3d
index e3f0f7470..b1eae755f 100644
Binary files a/SQF/redryder/models/BB_Round.p3d and b/SQF/redryder/models/BB_Round.p3d differ
diff --git a/SQF/redryder/models/RedRyder.p3d b/SQF/redryder/models/RedRyder.p3d
index 69d913538..bc7639f5f 100644
Binary files a/SQF/redryder/models/RedRyder.p3d and b/SQF/redryder/models/RedRyder.p3d differ
diff --git a/SQF/redryder/models/bb_magazine.p3d b/SQF/redryder/models/bb_magazine.p3d
index 19291ba5d..85bc859fc 100644
Binary files a/SQF/redryder/models/bb_magazine.p3d and b/SQF/redryder/models/bb_magazine.p3d differ
diff --git a/Server Files/Config-Examples/instance_11_Chernarus/HiveExt.ini b/Server Files/Config-Examples/instance_11_Chernarus/HiveExt.ini
index 3d72c42e4..28b784757 100644
--- a/Server Files/Config-Examples/instance_11_Chernarus/HiveExt.ini
+++ b/Server Files/Config-Examples/instance_11_Chernarus/HiveExt.ini
@@ -57,6 +57,7 @@ Password = 123456
;Negative values will disable this feature
;0 means that ALL empty placed items will be deleted every server restart
;A positive number is how old (in days) a placed empty item must be, in order for it to be deleted
+;Leaving CleanupPlacedAfterDays below commented (with a ; in front) will NOT disable the cleanup, but will make the objects get cleaned up after the default 6 days.
;CleanupPlacedAfterDays = 6
;Flag indicating whether hiveext should detect vehicles out of map boundaries (X < 0, or Y > 15360) and reset their position to []
@@ -76,4 +77,4 @@ Password = 123456
;Port = 3306
;Database = dayz
;Username = root
-;Password =
\ No newline at end of file
+;Password =
diff --git a/Server Files/Config-Examples/instance_11_Chernarus/config.cfg b/Server Files/Config-Examples/instance_11_Chernarus/config.cfg
index 250d17102..70e26366d 100644
--- a/Server Files/Config-Examples/instance_11_Chernarus/config.cfg
+++ b/Server Files/Config-Examples/instance_11_Chernarus/config.cfg
@@ -2,13 +2,17 @@ hostName = "DayZ Epoch Chernarus Server (1.0.5.2/125548)";
password = "";
passwordAdmin = "changeme";
maxPlayers = 50;
+steamport = 8766;
+steamqueryport = 27016;
+
+motd[] = {"DayZ Epoch","Have fun!"};
+motdInterval = 0;
+
logFile = "server_log.txt";
voteThreshold = 2;
voteMissionPlayers = 3;
-reportingIP = "arma2oapc.master.gamespy.com";
timeStampFormat = "short";
-motd[] = {"DayZ Epoch","Have fun!"};
-motdInterval = 0;
+
vonCodecQuality = 11;
disableVoN = 0;
kickduplicate = 1;
@@ -16,11 +20,13 @@ verifySignatures = 2;
persistent = 1;
BattlEye = 1;
doubleIdDetected = "";
+
onUserConnected = "";
onUserDisconnected = "";
onUnsignedData = "kick (_this select 0)";
-onHackedData = "kick (_this select 0)";
+onHackedData = "kick (_this select 0)";
onDifferentData = "";
+
regularCheck = "";
requiredBuild = 125548;
requiredSecureId = 2;
@@ -33,4 +39,4 @@ class Missions
difficulty="veteran";
};
-};
\ No newline at end of file
+};
diff --git a/Server Files/Config-Examples/instance_12_duala/config.cfg b/Server Files/Config-Examples/instance_12_duala/config.cfg
index 310962760..2def18afc 100644
--- a/Server Files/Config-Examples/instance_12_duala/config.cfg
+++ b/Server Files/Config-Examples/instance_12_duala/config.cfg
@@ -2,13 +2,17 @@ hostName = "DayZ Epoch Isla Duala Server (1.0.5.2/125548)";
password = "";
passwordAdmin = "changeme";
maxPlayers = 50;
+steamport = 8766;
+steamqueryport = 27016;
+
+motd[] = {"DayZ Epoch","Have fun!"};
+motdInterval = 0;
+
logFile = "server_log.txt";
voteThreshold = 2;
voteMissionPlayers = 3;
-reportingIP = "arma2oapc.master.gamespy.com";
timeStampFormat = "short";
-motd[] = {"DayZ Epoch","Have fun!"};
-motdInterval = 0;
+
vonCodecQuality = 11;
disableVoN = 0;
kickduplicate = 1;
@@ -16,11 +20,13 @@ verifySignatures = 2;
persistent = 1;
BattlEye = 1;
doubleIdDetected = "";
+
onUserConnected = "";
onUserDisconnected = "";
onUnsignedData = "kick (_this select 0)";
-onHackedData = "kick (_this select 0)";
+onHackedData = "kick (_this select 0)";
onDifferentData = "";
+
regularCheck = "";
requiredBuild = 125548;
requiredSecureId = 2;
@@ -33,4 +39,4 @@ class Missions
difficulty="veteran";
};
-};
\ No newline at end of file
+};
diff --git a/Server Files/Config-Examples/instance_13_tavi/config.cfg b/Server Files/Config-Examples/instance_13_tavi/config.cfg
index 54cf8060a..11aaafafd 100644
--- a/Server Files/Config-Examples/instance_13_tavi/config.cfg
+++ b/Server Files/Config-Examples/instance_13_tavi/config.cfg
@@ -2,13 +2,17 @@ hostName = "DayZ Epoch Taviana Server (1.0.5.2/125548)";
password = "";
passwordAdmin = "changeme";
maxPlayers = 50;
+steamport = 8766;
+steamqueryport = 27016;
+
+motd[] = {"DayZ Epoch","Have fun!"};
+motdInterval = 0;
+
logFile = "server_log.txt";
voteThreshold = 2;
voteMissionPlayers = 3;
-reportingIP = "arma2oapc.master.gamespy.com";
timeStampFormat = "short";
-motd[] = {"DayZ Epoch","Have fun!"};
-motdInterval = 0;
+
vonCodecQuality = 11;
disableVoN = 0;
kickduplicate = 1;
@@ -16,15 +20,18 @@ verifySignatures = 2;
persistent = 1;
BattlEye = 1;
doubleIdDetected = "";
+
onUserConnected = "";
onUserDisconnected = "";
onUnsignedData = "kick (_this select 0)";
-onHackedData = "kick (_this select 0)";
+onHackedData = "kick (_this select 0)";
onDifferentData = "";
+
regularCheck = "";
requiredBuild = 125548;
requiredSecureId = 2;
+
class Missions
{
class Mission1
@@ -33,4 +40,4 @@ class Missions
difficulty="veteran";
};
-};
\ No newline at end of file
+};
diff --git a/Server Files/Config-Examples/instance_15_namalsk/config.cfg b/Server Files/Config-Examples/instance_15_namalsk/config.cfg
index 527ba3ed4..a6b2097d2 100644
--- a/Server Files/Config-Examples/instance_15_namalsk/config.cfg
+++ b/Server Files/Config-Examples/instance_15_namalsk/config.cfg
@@ -2,13 +2,17 @@ hostName = "DayZ Epoch Namalsk Server (1.0.5.2/125548)";
password = "";
passwordAdmin = "changeme";
maxPlayers = 50;
+steamport = 8766;
+steamqueryport = 27016;
+
+motd[] = {"DayZ Epoch","Have fun!"};
+motdInterval = 0;
+
logFile = "server_log.txt";
voteThreshold = 2;
voteMissionPlayers = 3;
-reportingIP = "arma2oapc.master.gamespy.com";
timeStampFormat = "short";
-motd[] = {"DayZ Epoch","Have fun!"};
-motdInterval = 0;
+
vonCodecQuality = 11;
disableVoN = 0;
kickduplicate = 1;
@@ -16,11 +20,13 @@ verifySignatures = 2;
persistent = 1;
BattlEye = 1;
doubleIdDetected = "";
+
onUserConnected = "";
onUserDisconnected = "";
onUnsignedData = "kick (_this select 0)";
-onHackedData = "kick (_this select 0)";
+onHackedData = "kick (_this select 0)";
onDifferentData = "";
+
regularCheck = "";
requiredBuild = 125548;
requiredSecureId = 2;
@@ -33,4 +39,4 @@ class Missions
difficulty="veteran";
};
-};
\ No newline at end of file
+};
diff --git a/Server Files/Config-Examples/instance_16_panthera/config.cfg b/Server Files/Config-Examples/instance_16_panthera/config.cfg
index 8c8e8e66e..b07894585 100644
--- a/Server Files/Config-Examples/instance_16_panthera/config.cfg
+++ b/Server Files/Config-Examples/instance_16_panthera/config.cfg
@@ -2,13 +2,17 @@ hostName = "DayZ Epoch Panthera Server (1.0.5.2/125548)";
password = "";
passwordAdmin = "changeme";
maxPlayers = 50;
+steamport = 8766;
+steamqueryport = 27016;
+
+motd[] = {"DayZ Epoch","Have fun!"};
+motdInterval = 0;
+
logFile = "server_log.txt";
voteThreshold = 2;
voteMissionPlayers = 3;
-reportingIP = "arma2oapc.master.gamespy.com";
timeStampFormat = "short";
-motd[] = {"DayZ Epoch","Have fun!"};
-motdInterval = 0;
+
vonCodecQuality = 11;
disableVoN = 0;
kickduplicate = 1;
@@ -16,11 +20,13 @@ verifySignatures = 2;
persistent = 1;
BattlEye = 1;
doubleIdDetected = "";
+
onUserConnected = "";
onUserDisconnected = "";
onUnsignedData = "kick (_this select 0)";
-onHackedData = "kick (_this select 0)";
+onHackedData = "kick (_this select 0)";
onDifferentData = "";
+
regularCheck = "";
requiredBuild = 125548;
requiredSecureId = 2;
@@ -33,4 +39,4 @@ class Missions
difficulty="veteran";
};
-};
\ No newline at end of file
+};
diff --git a/Server Files/Config-Examples/instance_18_sahrani/config.cfg b/Server Files/Config-Examples/instance_18_sahrani/config.cfg
index 63942f78a..13659decc 100644
--- a/Server Files/Config-Examples/instance_18_sahrani/config.cfg
+++ b/Server Files/Config-Examples/instance_18_sahrani/config.cfg
@@ -2,13 +2,17 @@ hostName = "DayZ Epoch Sahrani Server (1.0.5.2/125548)";
password = "";
passwordAdmin = "changeme";
maxPlayers = 50;
+steamport = 8766;
+steamqueryport = 27016;
+
+motd[] = {"DayZ Epoch","Have fun!"};
+motdInterval = 0;
+
logFile = "server_log.txt";
voteThreshold = 2;
voteMissionPlayers = 3;
-reportingIP = "arma2oapc.master.gamespy.com";
timeStampFormat = "short";
-motd[] = {"DayZ Epoch","Have fun!"};
-motdInterval = 0;
+
vonCodecQuality = 11;
disableVoN = 0;
kickduplicate = 1;
@@ -16,11 +20,13 @@ verifySignatures = 2;
persistent = 1;
BattlEye = 1;
doubleIdDetected = "";
+
onUserConnected = "";
onUserDisconnected = "";
onUnsignedData = "kick (_this select 0)";
-onHackedData = "kick (_this select 0)";
+onHackedData = "kick (_this select 0)";
onDifferentData = "";
+
regularCheck = "";
requiredBuild = 125548;
requiredSecureId = 2;
@@ -33,4 +39,4 @@ class Missions
difficulty="veteran";
};
-};
\ No newline at end of file
+};
diff --git a/Server Files/Config-Examples/instance_19_poda/config.cfg b/Server Files/Config-Examples/instance_19_poda/config.cfg
index 77bf9fd9d..bd92a497a 100644
--- a/Server Files/Config-Examples/instance_19_poda/config.cfg
+++ b/Server Files/Config-Examples/instance_19_poda/config.cfg
@@ -2,13 +2,17 @@ hostName = "DayZ Epoch Podagorsk Server (1.0.5.2/125548)";
password = "";
passwordAdmin = "changeme";
maxPlayers = 50;
+steamport = 8766;
+steamqueryport = 27016;
+
+motd[] = {"DayZ Epoch","Have fun!"};
+motdInterval = 0;
+
logFile = "server_log.txt";
voteThreshold = 2;
voteMissionPlayers = 3;
-reportingIP = "arma2oapc.master.gamespy.com";
timeStampFormat = "short";
-motd[] = {"DayZ Epoch","Have fun!"};
-motdInterval = 0;
+
vonCodecQuality = 11;
disableVoN = 0;
kickduplicate = 1;
@@ -16,15 +20,18 @@ verifySignatures = 2;
persistent = 1;
BattlEye = 1;
doubleIdDetected = "";
+
onUserConnected = "";
onUserDisconnected = "";
onUnsignedData = "kick (_this select 0)";
-onHackedData = "kick (_this select 0)";
+onHackedData = "kick (_this select 0)";
onDifferentData = "";
+
regularCheck = "";
requiredBuild = 125548;
requiredSecureId = 2;
+
class Missions
{
class Mission1
@@ -33,4 +40,4 @@ class Missions
difficulty="veteran";
};
-};
\ No newline at end of file
+};
diff --git a/Server Files/Config-Examples/instance_1_takistan/config.cfg b/Server Files/Config-Examples/instance_1_takistan/config.cfg
index fe654ebd8..f1a3c4a80 100644
--- a/Server Files/Config-Examples/instance_1_takistan/config.cfg
+++ b/Server Files/Config-Examples/instance_1_takistan/config.cfg
@@ -2,13 +2,17 @@ hostName = "DayZ Epoch Takistan Server (1.0.5.2/125548)";
password = "";
passwordAdmin = "changeme";
maxPlayers = 50;
+steamport = 8766;
+steamqueryport = 27016;
+
+motd[] = {"DayZ Epoch","Have fun!"};
+motdInterval = 0;
+
logFile = "server_log.txt";
voteThreshold = 2;
voteMissionPlayers = 3;
-reportingIP = "arma2oapc.master.gamespy.com";
timeStampFormat = "short";
-motd[] = {"DayZ Epoch","Have fun!"};
-motdInterval = 0;
+
vonCodecQuality = 11;
disableVoN = 0;
kickduplicate = 1;
@@ -16,11 +20,13 @@ verifySignatures = 2;
persistent = 1;
BattlEye = 1;
doubleIdDetected = "";
+
onUserConnected = "";
onUserDisconnected = "";
onUnsignedData = "kick (_this select 0)";
-onHackedData = "kick (_this select 0)";
+onHackedData = "kick (_this select 0)";
onDifferentData = "";
+
regularCheck = "";
requiredBuild = 125548;
requiredSecureId = 2;
@@ -33,4 +39,4 @@ class Missions
difficulty="veteran";
};
-};
\ No newline at end of file
+};
diff --git a/Server Files/Config-Examples/instance_20_fapovo/config.cfg b/Server Files/Config-Examples/instance_20_fapovo/config.cfg
index 9221c334f..7264e1850 100644
--- a/Server Files/Config-Examples/instance_20_fapovo/config.cfg
+++ b/Server Files/Config-Examples/instance_20_fapovo/config.cfg
@@ -2,13 +2,17 @@ hostName = "DayZ Epoch Fapovo Server (1.0.5.2/125548)";
password = "";
passwordAdmin = "changeme";
maxPlayers = 50;
+steamport = 8766;
+steamqueryport = 27016;
+
+motd[] = {"DayZ Epoch","Have fun!"};
+motdInterval = 0;
+
logFile = "server_log.txt";
voteThreshold = 2;
voteMissionPlayers = 3;
-reportingIP = "arma2oapc.master.gamespy.com";
timeStampFormat = "short";
-motd[] = {"DayZ Epoch","Have fun!"};
-motdInterval = 0;
+
vonCodecQuality = 11;
disableVoN = 0;
kickduplicate = 1;
@@ -16,15 +20,18 @@ verifySignatures = 2;
persistent = 1;
BattlEye = 1;
doubleIdDetected = "";
+
onUserConnected = "";
onUserDisconnected = "";
onUnsignedData = "kick (_this select 0)";
-onHackedData = "kick (_this select 0)";
+onHackedData = "kick (_this select 0)";
onDifferentData = "";
+
regularCheck = "";
requiredBuild = 125548;
requiredSecureId = 2;
+
class Missions
{
class Mission1
@@ -33,4 +40,4 @@ class Missions
difficulty="veteran";
};
-};
\ No newline at end of file
+};
diff --git a/Server Files/Config-Examples/instance_21_caribou/config.cfg b/Server Files/Config-Examples/instance_21_caribou/config.cfg
index 1ca7f137c..022bddd90 100644
--- a/Server Files/Config-Examples/instance_21_caribou/config.cfg
+++ b/Server Files/Config-Examples/instance_21_caribou/config.cfg
@@ -2,13 +2,17 @@ hostName = "DayZ Epoch Caribou Server (1.0.5.2/125548)";
password = "";
passwordAdmin = "changeme";
maxPlayers = 50;
+steamport = 8766;
+steamqueryport = 27016;
+
+motd[] = {"DayZ Epoch","Have fun!"};
+motdInterval = 0;
+
logFile = "server_log.txt";
voteThreshold = 2;
voteMissionPlayers = 3;
-reportingIP = "arma2oapc.master.gamespy.com";
timeStampFormat = "short";
-motd[] = {"DayZ Epoch","Have fun!"};
-motdInterval = 0;
+
vonCodecQuality = 11;
disableVoN = 0;
kickduplicate = 1;
@@ -16,15 +20,18 @@ verifySignatures = 2;
persistent = 1;
BattlEye = 1;
doubleIdDetected = "";
+
onUserConnected = "";
onUserDisconnected = "";
onUnsignedData = "kick (_this select 0)";
-onHackedData = "kick (_this select 0)";
+onHackedData = "kick (_this select 0)";
onDifferentData = "";
+
regularCheck = "";
requiredBuild = 125548;
requiredSecureId = 2;
+
class Missions
{
class Mission1
@@ -33,4 +40,4 @@ class Missions
difficulty="veteran";
};
-};
\ No newline at end of file
+};
diff --git a/Server Files/Config-Examples/instance_22_SMDsahrani/config.cfg b/Server Files/Config-Examples/instance_22_SMDsahrani/config.cfg
index ed5897554..cbb238018 100644
--- a/Server Files/Config-Examples/instance_22_SMDsahrani/config.cfg
+++ b/Server Files/Config-Examples/instance_22_SMDsahrani/config.cfg
@@ -2,13 +2,17 @@ hostName = "DayZ Epoch SMD Sahrani Server (1.0.5.2/125548)";
password = "";
passwordAdmin = "changeme";
maxPlayers = 50;
+steamport = 8766;
+steamqueryport = 27016;
+
+motd[] = {"DayZ Epoch","Have fun!"};
+motdInterval = 0;
+
logFile = "server_log.txt";
voteThreshold = 2;
voteMissionPlayers = 3;
-reportingIP = "arma2oapc.master.gamespy.com";
timeStampFormat = "short";
-motd[] = {"DayZ Epoch","Have fun!"};
-motdInterval = 0;
+
vonCodecQuality = 11;
disableVoN = 0;
kickduplicate = 1;
@@ -16,15 +20,18 @@ verifySignatures = 2;
persistent = 1;
BattlEye = 1;
doubleIdDetected = "";
+
onUserConnected = "";
onUserDisconnected = "";
onUnsignedData = "kick (_this select 0)";
-onHackedData = "kick (_this select 0)";
+onHackedData = "kick (_this select 0)";
onDifferentData = "";
+
regularCheck = "";
requiredBuild = 125548;
requiredSecureId = 2;
+
class Missions
{
class Mission1
@@ -33,4 +40,4 @@ class Missions
difficulty="veteran";
};
-};
\ No newline at end of file
+};
diff --git a/Server Files/Config-Examples/instance_24_Napf/config.cfg b/Server Files/Config-Examples/instance_24_Napf/config.cfg
index f66e579c1..dde8bb799 100644
--- a/Server Files/Config-Examples/instance_24_Napf/config.cfg
+++ b/Server Files/Config-Examples/instance_24_Napf/config.cfg
@@ -2,13 +2,17 @@ hostName = "DayZ Epoch Napf Server (1.0.5.2/125548)";
password = "";
passwordAdmin = "changeme";
maxPlayers = 50;
+steamport = 8766;
+steamqueryport = 27016;
+
+motd[] = {"DayZ Epoch","Have fun!"};
+motdInterval = 0;
+
logFile = "server_log.txt";
voteThreshold = 2;
voteMissionPlayers = 3;
-reportingIP = "arma2oapc.master.gamespy.com";
timeStampFormat = "short";
-motd[] = {"DayZ Epoch","Have fun!"};
-motdInterval = 0;
+
vonCodecQuality = 11;
disableVoN = 0;
kickduplicate = 1;
@@ -16,11 +20,13 @@ verifySignatures = 2;
persistent = 1;
BattlEye = 1;
doubleIdDetected = "";
+
onUserConnected = "";
onUserDisconnected = "";
onUnsignedData = "kick (_this select 0)";
-onHackedData = "kick (_this select 0)";
+onHackedData = "kick (_this select 0)";
onDifferentData = "";
+
regularCheck = "";
requiredBuild = 125548;
requiredSecureId = 2;
@@ -33,4 +39,4 @@ class Missions
difficulty="veteran";
};
-};
\ No newline at end of file
+};
diff --git a/Server Files/Config-Examples/instance_25_sauerland/config.cfg b/Server Files/Config-Examples/instance_25_sauerland/config.cfg
index 4177adf19..e258c3caa 100644
--- a/Server Files/Config-Examples/instance_25_sauerland/config.cfg
+++ b/Server Files/Config-Examples/instance_25_sauerland/config.cfg
@@ -2,13 +2,17 @@ hostName = "DayZ Epoch Sauerland Server (1.0.5.2/125548)";
password = "";
passwordAdmin = "changeme";
maxPlayers = 50;
+steamport = 8766;
+steamqueryport = 27016;
+
+motd[] = {"DayZ Epoch","Have fun!"};
+motdInterval = 0;
+
logFile = "server_log.txt";
voteThreshold = 2;
voteMissionPlayers = 3;
-reportingIP = "arma2oapc.master.gamespy.com";
timeStampFormat = "short";
-motd[] = {"DayZ Epoch","Have fun!"};
-motdInterval = 0;
+
vonCodecQuality = 11;
disableVoN = 0;
kickduplicate = 1;
@@ -16,11 +20,13 @@ verifySignatures = 2;
persistent = 1;
BattlEye = 1;
doubleIdDetected = "";
+
onUserConnected = "";
onUserDisconnected = "";
onUnsignedData = "kick (_this select 0)";
-onHackedData = "kick (_this select 0)";
+onHackedData = "kick (_this select 0)";
onDifferentData = "";
+
regularCheck = "";
requiredBuild = 125548;
requiredSecureId = 2;
@@ -33,4 +39,4 @@ class Missions
difficulty="veteran";
};
-};
\ No newline at end of file
+};
diff --git a/Server Files/Config-Examples/instance_2_utes/config.cfg b/Server Files/Config-Examples/instance_2_utes/config.cfg
index 838315562..3deeb8f3e 100644
--- a/Server Files/Config-Examples/instance_2_utes/config.cfg
+++ b/Server Files/Config-Examples/instance_2_utes/config.cfg
@@ -2,13 +2,17 @@ hostName = "DayZ Epoch Utes Server (1.0.5.2/125548/No Traders)";
password = "";
passwordAdmin = "changeme";
maxPlayers = 50;
+steamport = 8766;
+steamqueryport = 27016;
+
+motd[] = {"DayZ Epoch","Have fun!"};
+motdInterval = 0;
+
logFile = "server_log.txt";
voteThreshold = 2;
voteMissionPlayers = 3;
-reportingIP = "arma2oapc.master.gamespy.com";
timeStampFormat = "short";
-motd[] = {"DayZ Epoch","Have fun!"};
-motdInterval = 0;
+
vonCodecQuality = 11;
disableVoN = 0;
kickduplicate = 1;
@@ -16,15 +20,18 @@ verifySignatures = 2;
persistent = 1;
BattlEye = 1;
doubleIdDetected = "";
+
onUserConnected = "";
onUserDisconnected = "";
onUnsignedData = "kick (_this select 0)";
-onHackedData = "kick (_this select 0)";
+onHackedData = "kick (_this select 0)";
onDifferentData = "";
+
regularCheck = "";
requiredBuild = 125548;
requiredSecureId = 2;
+
class Missions
{
class Mission1
@@ -33,4 +40,4 @@ class Missions
difficulty="veteran";
};
-};
\ No newline at end of file
+};
diff --git a/Server Files/Config-Examples/instance_3_shapur_baf/config.cfg b/Server Files/Config-Examples/instance_3_shapur_baf/config.cfg
index a5a5899ed..c09405f7e 100644
--- a/Server Files/Config-Examples/instance_3_shapur_baf/config.cfg
+++ b/Server Files/Config-Examples/instance_3_shapur_baf/config.cfg
@@ -1,14 +1,18 @@
hostName = "DayZ Epoch Shapur BAF Server (1.0.5.2/125548/No Traders)";
password = "";
passwordAdmin = "changeme";
-maxPlayers = 24;
+maxPlayers = 50;
+steamport = 8766;
+steamqueryport = 27016;
+
+motd[] = {"DayZ Epoch","Have fun!"};
+motdInterval = 0;
+
logFile = "server_log.txt";
voteThreshold = 2;
voteMissionPlayers = 3;
-reportingIP = "arma2oapc.master.gamespy.com";
timeStampFormat = "short";
-motd[] = {"DayZ Epoch","Have fun!"};
-motdInterval = 0;
+
vonCodecQuality = 11;
disableVoN = 0;
kickduplicate = 1;
@@ -16,11 +20,13 @@ verifySignatures = 2;
persistent = 1;
BattlEye = 1;
doubleIdDetected = "";
+
onUserConnected = "";
onUserDisconnected = "";
onUnsignedData = "kick (_this select 0)";
-onHackedData = "kick (_this select 0)";
+onHackedData = "kick (_this select 0)";
onDifferentData = "";
+
regularCheck = "";
requiredBuild = 125548;
requiredSecureId = 2;
@@ -33,4 +39,4 @@ class Missions
difficulty="veteran";
};
-};
\ No newline at end of file
+};
diff --git a/Server Files/Config-Examples/instance_4_zargabad/config.cfg b/Server Files/Config-Examples/instance_4_zargabad/config.cfg
index 7f520c8f4..2eea290d6 100644
--- a/Server Files/Config-Examples/instance_4_zargabad/config.cfg
+++ b/Server Files/Config-Examples/instance_4_zargabad/config.cfg
@@ -2,13 +2,17 @@ hostName = "DayZ Epoch Zargabad Server (1.0.5.2/125548)";
password = "";
passwordAdmin = "changeme";
maxPlayers = 50;
+steamport = 8766;
+steamqueryport = 27016;
+
+motd[] = {"DayZ Epoch","Have fun!"};
+motdInterval = 0;
+
logFile = "server_log.txt";
voteThreshold = 2;
voteMissionPlayers = 3;
-reportingIP = "arma2oapc.master.gamespy.com";
timeStampFormat = "short";
-motd[] = {"DayZ Epoch","Have fun!"};
-motdInterval = 0;
+
vonCodecQuality = 11;
disableVoN = 0;
kickduplicate = 1;
@@ -16,15 +20,18 @@ verifySignatures = 2;
persistent = 1;
BattlEye = 1;
doubleIdDetected = "";
+
onUserConnected = "";
onUserDisconnected = "";
onUnsignedData = "kick (_this select 0)";
-onHackedData = "kick (_this select 0)";
+onHackedData = "kick (_this select 0)";
onDifferentData = "";
+
regularCheck = "";
requiredBuild = 125548;
requiredSecureId = 2;
+
class Missions
{
class Mission1
@@ -33,4 +40,4 @@ class Missions
difficulty="veteran";
};
-};
\ No newline at end of file
+};
diff --git a/Server Files/Config-Examples/instance_6_Dingor/config.cfg b/Server Files/Config-Examples/instance_6_Dingor/config.cfg
index 41637be8b..5481cc512 100644
--- a/Server Files/Config-Examples/instance_6_Dingor/config.cfg
+++ b/Server Files/Config-Examples/instance_6_Dingor/config.cfg
@@ -2,13 +2,17 @@ hostName = "DayZ Epoch Dingor Server (1.0.5.2/125548)";
password = "";
passwordAdmin = "changeme";
maxPlayers = 50;
+steamport = 8766;
+steamqueryport = 27016;
+
+motd[] = {"DayZ Epoch","Have fun!"};
+motdInterval = 0;
+
logFile = "server_log.txt";
voteThreshold = 2;
voteMissionPlayers = 3;
-reportingIP = "arma2oapc.master.gamespy.com";
timeStampFormat = "short";
-motd[] = {"DayZ Epoch","Have fun!"};
-motdInterval = 0;
+
vonCodecQuality = 11;
disableVoN = 0;
kickduplicate = 1;
@@ -16,15 +20,18 @@ verifySignatures = 2;
persistent = 1;
BattlEye = 1;
doubleIdDetected = "";
+
onUserConnected = "";
onUserDisconnected = "";
onUnsignedData = "kick (_this select 0)";
-onHackedData = "kick (_this select 0)";
+onHackedData = "kick (_this select 0)";
onDifferentData = "";
+
regularCheck = "";
requiredBuild = 125548;
requiredSecureId = 2;
+
class Missions
{
class Mission1
@@ -33,4 +40,4 @@ class Missions
difficulty="veteran";
};
-};
\ No newline at end of file
+};
diff --git a/Server Files/Config-Examples/instance_7_Lingor/config.cfg b/Server Files/Config-Examples/instance_7_Lingor/config.cfg
index 11dbb3ab5..872a0859c 100644
--- a/Server Files/Config-Examples/instance_7_Lingor/config.cfg
+++ b/Server Files/Config-Examples/instance_7_Lingor/config.cfg
@@ -2,13 +2,17 @@ hostName = "DayZ Epoch Lingor Server (1.0.5.2/125548)";
password = "";
passwordAdmin = "changeme";
maxPlayers = 50;
+steamport = 8766;
+steamqueryport = 27016;
+
+motd[] = {"DayZ Epoch","Have fun!"};
+motdInterval = 0;
+
logFile = "server_log.txt";
voteThreshold = 2;
voteMissionPlayers = 3;
-reportingIP = "arma2oapc.master.gamespy.com";
timeStampFormat = "short";
-motd[] = {"DayZ Epoch","Have fun!"};
-motdInterval = 0;
+
vonCodecQuality = 11;
disableVoN = 0;
kickduplicate = 1;
@@ -16,11 +20,13 @@ verifySignatures = 2;
persistent = 1;
BattlEye = 1;
doubleIdDetected = "";
+
onUserConnected = "";
onUserDisconnected = "";
onUnsignedData = "kick (_this select 0)";
-onHackedData = "kick (_this select 0)";
+onHackedData = "kick (_this select 0)";
onDifferentData = "";
+
regularCheck = "";
requiredBuild = 125548;
requiredSecureId = 2;
@@ -33,4 +39,4 @@ class Missions
difficulty="veteran";
};
-};
\ No newline at end of file
+};
diff --git a/Server Files/Config-Examples/instance_8_ProvingGrounds_PMC/config.cfg b/Server Files/Config-Examples/instance_8_ProvingGrounds_PMC/config.cfg
index 9a9fb4b1a..c8356e77b 100644
--- a/Server Files/Config-Examples/instance_8_ProvingGrounds_PMC/config.cfg
+++ b/Server Files/Config-Examples/instance_8_ProvingGrounds_PMC/config.cfg
@@ -2,13 +2,17 @@ hostName = "DayZ Epoch ProvingGrounds_PMC Server (1.0.5.2/125548)";
password = "";
passwordAdmin = "changeme";
maxPlayers = 50;
+steamport = 8766;
+steamqueryport = 27016;
+
+motd[] = {"DayZ Epoch","Have fun!"};
+motdInterval = 0;
+
logFile = "server_log.txt";
voteThreshold = 2;
voteMissionPlayers = 3;
-reportingIP = "arma2oapc.master.gamespy.com";
timeStampFormat = "short";
-motd[] = {"DayZ Epoch","Have fun!"};
-motdInterval = 0;
+
vonCodecQuality = 11;
disableVoN = 0;
kickduplicate = 1;
@@ -16,15 +20,18 @@ verifySignatures = 2;
persistent = 1;
BattlEye = 1;
doubleIdDetected = "";
+
onUserConnected = "";
onUserDisconnected = "";
onUnsignedData = "kick (_this select 0)";
-onHackedData = "kick (_this select 0)";
+onHackedData = "kick (_this select 0)";
onDifferentData = "";
+
regularCheck = "";
requiredBuild = 125548;
requiredSecureId = 2;
+
class Missions
{
class Mission1
@@ -33,4 +40,4 @@ class Missions
difficulty="veteran";
};
-};
\ No newline at end of file
+};
diff --git a/Server Files/MPMissions/DayZ_Epoch_1.Takistan/mission.sqm b/Server Files/MPMissions/DayZ_Epoch_1.Takistan/mission.sqm
index cc1d5797b..ec4b90173 100644
--- a/Server Files/MPMissions/DayZ_Epoch_1.Takistan/mission.sqm
+++ b/Server Files/MPMissions/DayZ_Epoch_1.Takistan/mission.sqm
@@ -32,8 +32,8 @@ class Mission
{
briefingName="DayZ Epoch Takistan";
briefingDescription="DayZ Epoch Takistan Private Server";
- startWeather=0.067362607;
- forecastWeather=0.52341133;
+ startWeather=0;
+ forecastWeather=0;
year=2008;
month=6;
day=1;
@@ -48,1108 +48,119 @@ class Mission
class Vehicles
{
items=100;
- class Item0
- {
- position[]={6464.5537,414.7973,-1989.8605};
- azimut=-17.0839;
- id=11;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
+#define PLRDEF position[]={6464,415,-1989};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[]={6464.269,414.7876,-1989.0656};
- azimut=-17.0839;
+ position[]={6464,415,-1989};
+ azimut=0;
id=0;
side="WEST";
vehicle="Survivor1_DZ";
player="PLAYER COMMANDER";
leader=1;
rank="SERGEANT";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item2
- {
- position[]={6463.5039,414.72641,-1989.5006};
- azimut=-17.083944;
- id=5;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item3
- {
- position[]={6463.71,414.75873,-1988.2272};
- azimut=-17.083944;
- id=8;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item4
- {
- position[]={6463.9863,414.76657,-1989.0826};
- azimut=-17.083944;
- id=18;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item5
- {
- position[]={6463.2373,414.70203,-1989.8956};
- azimut=-17.083944;
- id=2;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item6
- {
- position[]={6464.8066,414.82132,-1989.4633};
- azimut=-17.083937;
- id=9;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item7
- {
- position[]={6465.3779,414.8764,-1988.6031};
- azimut=-17.083944;
- id=21;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item8
- {
- position[]={6465.2686,414.84711,-1990.0258};
- azimut=-17.083944;
- id=13;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item9
- {
- position[]={6463.9033,414.75296,-1989.6686};
- azimut=-17.083944;
- id=7;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item10
- {
- position[]={6463.8823,414.76828,-1988.4425};
- azimut=-17.0839;
- id=36;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item11
- {
- position[]={6463.9863,414.76123,-1989.4943};
- azimut=-17.083944;
- id=25;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item12
- {
- position[]={6464.4385,414.78668,-1990.0424};
- azimut=-17.083944;
- id=43;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item13
- {
- position[]={6465.2275,414.84949,-1989.661};
- azimut=-17.083944;
- id=30;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item14
- {
- position[]={6464.7808,414.83807,-1988.2135};
- azimut=-17.083944;
- id=33;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item15
- {
- position[]={6464.9658,414.8425,-1988.8365};
- azimut=-17.083944;
- id=1;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item16
- {
- position[]={6463.291,414.71921,-1988.8763};
- azimut=-17.083944;
- id=4;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item17
- {
- position[]={6465.2119,414.86716,-1988.3993};
- azimut=-17.083944;
- id=3;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item18
- {
- position[]={6463.7246,414.74783,-1989.0739};
- azimut=-17.083944;
- id=6;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item19
- {
- position[]={6463.4639,414.72897,-1989.0824};
- azimut=-17.083944;
- id=10;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item20
- {
- position[]={6464.8379,414.8179,-1989.8488};
- azimut=-17.083944;
- id=16;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item21
- {
- position[]={6464.3867,414.80579,-1988.4269};
- azimut=-17.083944;
- id=19;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item22
- {
- position[]={6465.0957,414.85538,-1988.6141};
- azimut=-17.083944;
- id=15;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item23
- {
- position[]={6464.3828,414.78729,-1989.6862};
- azimut=-17.083944;
- id=23;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item24
- {
- position[]={6465.5059,414.88235,-1988.8392};
- azimut=-17.083944;
- id=26;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item25
- {
- position[]={6465.5391,414.87259,-1989.6559};
- azimut=-17.083944;
- id=29;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item26
- {
- position[]={6464.916,414.82645,-1989.6656};
- azimut=-17.083944;
- id=31;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item27
- {
- position[]={6464.6992,414.82266,-1988.8409};
- azimut=-17.083944;
- id=28;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item28
- {
- position[]={6464.7832,414.82559,-1989.0602};
- azimut=-17.083944;
- id=35;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item29
- {
- position[]={6465.3975,414.85931,-1989.8463};
- azimut=-17.083944;
- id=27;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item30
- {
- position[]={6463.7637,414.74023,-1989.8741};
- azimut=-17.083937;
- id=34;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item31
- {
- position[]={6465,414.82715,-1990.0387};
- azimut=-17.083944;
- id=46;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item32
- {
- position[]={6464.4961,414.81708,-1988.2101};
- azimut=-17.083944;
- id=38;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item33
- {
- position[]={6464.9424,414.84723,-1988.3998};
- azimut=-17.083944;
- id=32;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item34
- {
- position[]={6464.3926,414.7998,-1988.8549};
- azimut=-17.083944;
- id=47;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item35
- {
- position[]={6463.5181,414.72232,-1989.8917};
- azimut=-17.083944;
- id=41;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item36
- {
- position[]={6465.332,414.87891,-1988.2069};
- azimut=-17.083944;
- id=40;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item37
- {
- position[]={6463.9258,414.74945,-1990.0656};
- azimut=-17.083944;
- id=44;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item38
- {
- position[]={6464.6563,414.82593,-1988.4103};
- azimut=-17.083944;
- id=48;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item39
- {
- position[]={6463.4492,414.73932,-1988.2365};
- azimut=-17.083944;
- id=39;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item40
- {
- position[]={6465.5,414.88831,-1988.411};
- azimut=-17.083944;
- id=37;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item41
- {
- position[]={6463.6279,414.73297,-1989.6803};
- azimut=-17.083944;
- id=45;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item42
- {
- position[]={6462.9639,414.69254,-1989.1166};
- azimut=-17.0839;
- id=49;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item43
- {
- position[]={6465.0879,414.8363,-1989.8531};
- azimut=-17.083944;
- id=42;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item44
- {
- position[]={6464.29,414.77823,-1989.8658};
- azimut=-17.083944;
- id=22;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item45
- {
- position[]={6464.8154,414.83469,-1988.6144};
- azimut=-17.083944;
- id=12;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item46
- {
- position[]={6464.9268,414.83301,-1989.2775};
- azimut=-17.083944;
- id=14;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item47
- {
- position[]={6463.5781,414.73987,-1988.8771};
- azimut=-17.0839;
- id=24;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item48
- {
- position[]={6463.8594,414.76031,-1988.8624};
- azimut=-17.083944;
- id=20;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item49
- {
- position[]={6465.0596,414.84604,-1989.0621};
- azimut=-17.083944;
- id=17;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item50
- {
- position[]={6464.5215,414.79987,-1989.4874};
- azimut=-17.0839;
- id=51;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item51
- {
- position[]={6465.0459,414.85773,-1988.2125};
- azimut=-17.0839;
- id=52;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item52
- {
- position[]={6463.3223,414.72723,-1988.4352};
- azimut=-17.0839;
- id=55;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item53
- {
- position[]={6463.0479,414.70154,-1988.8903};
- azimut=-17.0839;
- id=53;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item54
- {
- position[]={6464.1289,414.78656,-1988.4386};
- azimut=-17.0839;
- id=54;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item55
- {
- position[]={6463.3623,414.71356,-1989.7028};
- azimut=-17.0839;
- id=70;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item56
- {
- position[]={6463.1797,414.71408,-1988.6542};
- azimut=-17.0839;
- id=60;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item57
- {
- position[]={6464.124,414.76874,-1989.6757};
- azimut=-17.0839;
- id=68;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item58
- {
- position[]={6463.3525,414.71817,-1989.2941};
- azimut=-17.0839;
- id=66;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item59
- {
- position[]={6462.9775,414.68329,-1989.9017};
- azimut=-17.0839;
- id=61;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item60
- {
- position[]={6463.7598,414.74506,-1989.4823};
- azimut=-17.0839;
- id=63;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item61
- {
- position[]={6464.4922,414.8042,-1989.0533};
- azimut=-17.0839;
- id=72;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item62
- {
- position[]={6464.1777,414.76764,-1990.0612};
- azimut=-17.0839;
- id=57;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item63
- {
- position[]={6462.9795,414.68851,-1989.5099};
- azimut=-17.0839;
- id=58;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item64
- {
- position[]={6463.9678,414.77155,-1988.6476};
- azimut=-17.0839;
- id=62;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item65
- {
- position[]={6463.2285,414.70654,-1989.5021};
- azimut=-17.0839;
- id=75;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item66
- {
- position[]={6463.1055,414.70029,-1989.3009};
- azimut=-17.0839;
- id=56;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item67
- {
- position[]={6463.0635,414.70844,-1988.4449};
- azimut=-17.0839;
- id=73;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item68
- {
- position[]={6465.5527,414.8681,-1990.0228};
- azimut=-17.0839;
- id=69;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item69
- {
- position[]={6462.9697,414.6987,-1988.6722};
- azimut=-17.0839;
- id=67;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item70
- {
- position[]={6464.7217,414.80698,-1990.0455};
- azimut=-17.0839;
- id=65;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item71
- {
- position[]={6464.2871,414.78275,-1989.504};
- azimut=-17.0839;
- id=74;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item72
- {
- position[]={6463.8633,414.7551,-1989.286};
- azimut=-17.0839;
- id=71;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item73
- {
- position[]={6464.6699,414.80832,-1989.66};
- azimut=-17.0839;
- id=59;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item74
- {
- position[]={6465.3701,414.86295,-1989.4664};
- azimut=-17.0839;
- id=64;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item75
- {
- position[]={6465.4873,414.87463,-1989.264};
- azimut=-17.0839;
- id=81;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item76
- {
- position[]={6465.0674,414.84036,-1989.4803};
- azimut=-17.0839;
- id=83;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item77
- {
- position[]={6462.958,414.70331,-1988.255};
- azimut=-17.0839;
- id=82;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item78
- {
- position[]={6463.9746,414.77844,-1988.2208};
- azimut=-17.0839;
- id=84;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item79
- {
- position[]={6463.6445,414.729,-1990.0773};
- azimut=-17.0839;
- id=85;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item80
- {
- position[]={6463.5947,414.74707,-1988.4379};
- azimut=-17.0839;
- id=77;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item81
- {
- position[]={6463.0918,414.69403,-1989.705};
- azimut=-17.0839;
- id=78;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item82
- {
- position[]={6463.4023,414.71167,-1990.0731};
- azimut=-17.0839;
- id=79;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item83
- {
- position[]={6463.9941,414.75677,-1989.8766};
- azimut=-17.0839;
- id=76;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item84
- {
- position[]={6464.2559,414.79282,-1988.6461};
- azimut=-17.0839;
- id=80;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item85
- {
- position[]={6464.1084,414.77264,-1989.2914};
- azimut=-17.0839;
- id=97;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item86
- {
- position[]={6463.6162,414.73715,-1989.2977};
- azimut=-17.0839;
- id=98;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item87
- {
- position[]={6464.6455,414.81219,-1989.2792};
- azimut=-17.0839;
- id=99;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item88
- {
- position[]={6465.3438,414.86719,-1989.0504};
- azimut=-17.0839;
- id=100;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item89
- {
- position[]={6463.2012,414.70993,-1989.09};
- azimut=-17.0839;
- id=96;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item90
- {
- position[]={6463.1245,414.69141,-1990.0887};
- azimut=-17.0839;
- id=87;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item91
- {
- position[]={6463.1865,414.72003,-1988.2362};
- azimut=-17.0839;
- id=92;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item92
- {
- position[]={6463.7173,414.75293,-1988.652};
- azimut=-17.0839;
- id=88;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item93
- {
- position[]={6464.5068,414.81171,-1988.6232};
- azimut=-17.0839;
- id=89;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item94
- {
- position[]={6465.2559,414.86392,-1988.8346};
- azimut=-17.0839;
- id=90;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item95
- {
- position[]={6464.3594,414.79114,-1989.2736};
- azimut=-17.0839;
- id=86;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item96
- {
- position[]={6464.2402,414.79813,-1988.2167};
- azimut=-17.0839;
- id=93;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item97
- {
- position[]={6464.124,414.77979,-1988.8663};
- azimut=-17.0839;
- id=94;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item98
- {
- position[]={6465.2051,414.8537,-1989.2679};
- azimut=-17.0839;
- id=91;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item99
- {
- position[]={6463.4287,414.73187,-1988.6644};
- azimut=-17.0839;
- id=95;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
+ skill=0.6;
+ init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
+ };
+ class Item2{id=2;PLRDEF};
+ class Item3{id=3;PLRDEF};
+ class Item4{id=4;PLRDEF};
+ class Item5{id=5;PLRDEF};
+ class Item6{id=6;PLRDEF};
+ class Item7{id=7;PLRDEF};
+ class Item8{id=8;PLRDEF};
+ class Item9{id=9;PLRDEF};
+ class Item10{id=10;PLRDEF};
+ class Item11{id=11;PLRDEF};
+ class Item12{id=12;PLRDEF};
+ class Item13{id=13;PLRDEF};
+ class Item14{id=14;PLRDEF};
+ class Item15{id=15;PLRDEF};
+ class Item16{id=16;PLRDEF};
+ class Item17{id=17;PLRDEF};
+ class Item18{id=18;PLRDEF};
+ class Item19{id=19;PLRDEF};
+ class Item20{id=20;PLRDEF};
+ class Item21{id=21;PLRDEF};
+ class Item22{id=22;PLRDEF};
+ class Item23{id=23;PLRDEF};
+ class Item24{id=24;PLRDEF};
+ class Item25{id=25;PLRDEF};
+ class Item26{id=26;PLRDEF};
+ class Item27{id=27;PLRDEF};
+ class Item28{id=28;PLRDEF};
+ class Item29{id=29;PLRDEF};
+ class Item30{id=30;PLRDEF};
+ class Item31{id=31;PLRDEF};
+ class Item32{id=32;PLRDEF};
+ class Item33{id=33;PLRDEF};
+ class Item34{id=34;PLRDEF};
+ class Item35{id=35;PLRDEF};
+ class Item36{id=36;PLRDEF};
+ class Item37{id=37;PLRDEF};
+ class Item38{id=38;PLRDEF};
+ class Item39{id=39;PLRDEF};
+ class Item40{id=40;PLRDEF};
+ class Item41{id=41;PLRDEF};
+ class Item42{id=42;PLRDEF};
+ class Item43{id=43;PLRDEF};
+ class Item44{id=44;PLRDEF};
+ class Item45{id=45;PLRDEF};
+ class Item46{id=46;PLRDEF};
+ class Item47{id=47;PLRDEF};
+ class Item48{id=48;PLRDEF};
+ class Item49{id=49;PLRDEF};
+ class Item50{id=50;PLRDEF};
+ class Item51{id=51;PLRDEF};
+ class Item52{id=52;PLRDEF};
+ class Item53{id=53;PLRDEF};
+ class Item54{id=54;PLRDEF};
+ class Item55{id=55;PLRDEF};
+ class Item56{id=56;PLRDEF};
+ class Item57{id=57;PLRDEF};
+ class Item58{id=58;PLRDEF};
+ class Item59{id=59;PLRDEF};
+ class Item60{id=60;PLRDEF};
+ class Item61{id=61;PLRDEF};
+ class Item62{id=62;PLRDEF};
+ class Item63{id=63;PLRDEF};
+ class Item64{id=64;PLRDEF};
+ class Item65{id=65;PLRDEF};
+ class Item66{id=66;PLRDEF};
+ class Item67{id=67;PLRDEF};
+ class Item68{id=68;PLRDEF};
+ class Item69{id=69;PLRDEF};
+ class Item70{id=70;PLRDEF};
+ class Item71{id=71;PLRDEF};
+ class Item72{id=72;PLRDEF};
+ class Item73{id=73;PLRDEF};
+ class Item74{id=74;PLRDEF};
+ class Item75{id=75;PLRDEF};
+ class Item76{id=76;PLRDEF};
+ class Item77{id=77;PLRDEF};
+ class Item78{id=78;PLRDEF};
+ class Item79{id=79;PLRDEF};
+ class Item80{id=80;PLRDEF};
+ class Item81{id=81;PLRDEF};
+ class Item82{id=82;PLRDEF};
+ class Item83{id=83;PLRDEF};
+ class Item84{id=84;PLRDEF};
+ class Item85{id=85;PLRDEF};
+ class Item86{id=86;PLRDEF};
+ class Item87{id=87;PLRDEF};
+ class Item88{id=88;PLRDEF};
+ class Item89{id=89;PLRDEF};
+ class Item90{id=90;PLRDEF};
+ class Item91{id=91;PLRDEF};
+ class Item92{id=92;PLRDEF};
+ class Item93{id=93;PLRDEF};
+ class Item94{id=94;PLRDEF};
+ class Item95{id=95;PLRDEF};
+ class Item96{id=96;PLRDEF};
+ class Item97{id=97;PLRDEF};
+ class Item98{id=98;PLRDEF};
+ class Item99{id=99;PLRDEF};
};
};
class Item1
@@ -1160,13 +171,13 @@ class Mission
items=1;
class Item0
{
- position[]={-143.93861,0.52647489,2319.5012};
+ position[]={-144,0.5,2320};
id=50;
side="LOGIC";
vehicle="FunctionsManager";
leader=1;
lock="UNLOCKED";
- skill=0.60000002;
+ skill=0.6;
};
};
};
@@ -1389,8 +400,8 @@ class Intro
randomSeed=6913869;
class Intel
{
- startWeather=0.25;
- forecastWeather=0.25;
+ startWeather=0;
+ forecastWeather=0;
year=2008;
month=10;
day=11;
@@ -1411,8 +422,8 @@ class OutroWin
randomSeed=4081731;
class Intel
{
- startWeather=0.25;
- forecastWeather=0.25;
+ startWeather=0;
+ forecastWeather=0;
year=2008;
month=10;
day=11;
@@ -1433,8 +444,8 @@ class OutroLoose
randomSeed=4975929;
class Intel
{
- startWeather=0.25;
- forecastWeather=0.25;
+ startWeather=0;
+ forecastWeather=0;
year=2008;
month=10;
day=11;
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 b6d6743e3..54498516d 100644
--- a/Server Files/MPMissions/DayZ_Epoch_10.Mountains_ACR/mission.sqm
+++ b/Server Files/MPMissions/DayZ_Epoch_10.Mountains_ACR/mission.sqm
@@ -33,8 +33,8 @@ class Mission
{
briefingName="DayZ Epoch Mountains ACR";
briefingDescription="DayZ Epoch Mountains ACR Private Server";
- startWeather=0.067362607;
- forecastWeather=0.52341133;
+ startWeather=0;
+ forecastWeather=0;
year=2008;
month=6;
day=1;
@@ -49,1108 +49,119 @@ class Mission
class Vehicles
{
items=100;
- class Item0
- {
- position[]={3407.3687,361.26526,-3829.1633};
- azimut=-17.0839;
- id=11;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
+#define PLRDEF position[]={3407,361,-3828};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[]={3407.084,361.22812,-3828.3687};
- azimut=-17.0839;
+ position[]={3407,361,-3828};
+ azimut=0;
id=0;
side="WEST";
vehicle="Survivor1_DZ";
player="PLAYER COMMANDER";
leader=1;
rank="SERGEANT";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item2
- {
- position[]={3406.3188,361.22604,-3828.8037};
- azimut=-17.083944;
- id=5;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item3
- {
- position[]={3406.5249,361.18268,-3827.5303};
- azimut=-17.083944;
- id=8;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item4
- {
- position[]={3406.8013,361.22189,-3828.3857};
- azimut=-17.083944;
- id=18;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item5
- {
- position[]={3406.0522,361.23822,-3829.1987};
- azimut=-17.083944;
- id=2;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item6
- {
- position[]={3407.6216,361.25632,-3828.7664};
- azimut=-17.083937;
- id=9;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item7
- {
- position[]={3408.1929,361.23755,-3827.9063};
- azimut=-17.083944;
- id=21;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item8
- {
- position[]={3408.0835,361.28894,-3829.3289};
- azimut=-17.083944;
- id=13;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item9
- {
- position[]={3406.7183,361.24213,-3828.9714};
- azimut=-17.083944;
- id=7;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item10
- {
- position[]={3406.6973,361.19504,-3827.7456};
- azimut=-17.0839;
- id=36;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item11
- {
- position[]={3406.8013,361.23752,-3828.7974};
- azimut=-17.083944;
- id=25;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item12
- {
- position[]={3407.2539,361.26935,-3829.3452};
- azimut=-17.083944;
- id=43;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item13
- {
- position[]={3408.042,361.27408,-3828.9641};
- azimut=-17.083944;
- id=30;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item14
- {
- position[]={3407.5957,361.20822,-3827.5166};
- azimut=-17.083944;
- id=33;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item15
- {
- position[]={3407.7813,361.23642,-3828.1396};
- azimut=-17.083944;
- id=1;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item16
- {
- position[]={3406.1064,361.19983,-3828.1792};
- azimut=-17.083944;
- id=4;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item17
- {
- position[]={3408.0269,361.22577,-3827.7021};
- azimut=-17.083944;
- id=3;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item18
- {
- position[]={3406.5396,361.21521,-3828.377};
- azimut=-17.083944;
- id=6;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item19
- {
- position[]={3406.2788,361.20917,-3828.3853};
- azimut=-17.083944;
- id=10;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item20
- {
- position[]={3407.6528,361.27173,-3829.1519};
- azimut=-17.083944;
- id=16;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item21
- {
- position[]={3407.2017,361.20673,-3827.73};
- azimut=-17.083944;
- id=19;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item22
- {
- position[]={3407.9106,361.23108,-3827.917};
- azimut=-17.083944;
- id=15;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item23
- {
- position[]={3407.1978,361.25446,-3828.9893};
- azimut=-17.083944;
- id=23;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item24
- {
- position[]={3408.3208,361.24963,-3828.1421};
- azimut=-17.083944;
- id=26;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item25
- {
- position[]={3408.3535,361.28146,-3828.959};
- azimut=-17.083944;
- id=29;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item26
- {
- position[]={3407.7314,361.26669,-3828.9685};
- azimut=-17.083944;
- id=31;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item27
- {
- position[]={3407.5146,361.23007,-3828.1438};
- azimut=-17.083944;
- id=28;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item28
- {
- position[]={3407.5981,361.24045,-3828.3633};
- azimut=-17.083944;
- id=35;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item29
- {
- position[]={3408.2129,361.28528,-3829.1492};
- azimut=-17.083944;
- id=27;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item30
- {
- position[]={3406.5786,361.24655,-3829.1772};
- azimut=-17.083937;
- id=34;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item31
- {
- position[]={3407.8149,361.2829,-3829.3416};
- azimut=-17.083944;
- id=46;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item32
- {
- position[]={3407.311,361.20117,-3827.5132};
- azimut=-17.083944;
- id=38;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item33
- {
- position[]={3407.7578,361.21924,-3827.7026};
- azimut=-17.083944;
- id=32;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item34
- {
- position[]={3407.2075,361.22311,-3828.158};
- azimut=-17.083944;
- id=47;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item35
- {
- position[]={3406.333,361.24124,-3829.1946};
- azimut=-17.083944;
- id=41;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item36
- {
- position[]={3408.147,361.22137,-3827.51};
- azimut=-17.083944;
- id=40;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item37
- {
- position[]={3406.7407,361.25778,-3829.3687};
- azimut=-17.083944;
- id=44;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item38
- {
- position[]={3407.4712,361.21268,-3827.7131};
- azimut=-17.083944;
- id=48;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item39
- {
- position[]={3406.2642,361.1767,-3827.5396};
- azimut=-17.083944;
- id=39;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item40
- {
- position[]={3408.3154,361.23325,-3827.7141};
- azimut=-17.083944;
- id=37;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item41
- {
- position[]={3406.4429,361.2359,-3828.9834};
- azimut=-17.083944;
- id=45;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item42
- {
- position[]={3405.7788,361.20703,-3828.4194};
- azimut=-17.0839;
- id=49;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item43
- {
- position[]={3407.9028,361.27798,-3829.1563};
- azimut=-17.083944;
- id=42;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item44
- {
- position[]={3407.105,361.25906,-3829.1689};
- azimut=-17.083944;
- id=22;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item45
- {
- position[]={3407.6309,361.2243,-3827.9175};
- azimut=-17.083944;
- id=12;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item46
- {
- position[]={3407.7422,361.2522,-3828.5806};
- azimut=-17.083944;
- id=14;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item47
- {
- position[]={3406.3931,361.20416,-3828.1802};
- azimut=-17.0839;
- id=24;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item48
- {
- position[]={3406.6743,361.21045,-3828.1655};
- azimut=-17.083944;
- id=20;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item49
- {
- position[]={3407.8745,361.24722,-3828.365};
- azimut=-17.083944;
- id=17;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item50
- {
- position[]={3407.3364,361.25031,-3828.7905};
- azimut=-17.0839;
- id=51;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item51
- {
- position[]={3407.8608,361.21463,-3827.5156};
- azimut=-17.0839;
- id=52;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item52
- {
- position[]={3406.1372,361.1832,-3827.738};
- azimut=-17.0839;
- id=55;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item53
- {
- position[]={3405.8628,361.19894,-3828.1934};
- azimut=-17.0839;
- id=53;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item54
- {
- position[]={3406.9443,361.20093,-3827.7417};
- azimut=-17.0839;
- id=54;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item55
- {
- position[]={3406.1777,361.23163,-3829.0056};
- azimut=-17.0839;
- id=70;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item56
- {
- position[]={3405.9946,361.1907,-3827.957};
- azimut=-17.0839;
- id=60;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item57
- {
- position[]={3406.939,361.24777,-3828.9785};
- azimut=-17.0839;
- id=68;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item58
- {
- position[]={3406.1675,361.21603,-3828.5969};
- azimut=-17.0839;
- id=66;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item59
- {
- position[]={3405.793,361.23697,-3829.2046};
- azimut=-17.0839;
- id=61;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item60
- {
- position[]={3406.5747,361.23157,-3828.7852};
- azimut=-17.0839;
- id=63;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item61
- {
- position[]={3407.3071,361.23309,-3828.3564};
- azimut=-17.0839;
- id=72;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item62
- {
- position[]={3406.9927,361.26373,-3829.3643};
- azimut=-17.0839;
- id=57;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item63
- {
- position[]={3405.7949,361.22208,-3828.813};
- azimut=-17.0839;
- id=58;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item64
- {
- position[]={3406.7827,361.20493,-3827.9504};
- azimut=-17.0839;
- id=62;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item65
- {
- position[]={3406.0439,361.22324,-3828.8052};
- azimut=-17.0839;
- id=75;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item66
- {
- position[]={3405.9204,361.21487,-3828.604};
- azimut=-17.0839;
- id=56;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item67
- {
- position[]={3405.8784,361.1821,-3827.748};
- azimut=-17.0839;
- id=73;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item68
- {
- position[]={3408.3677,361.29572,-3829.3257};
- azimut=-17.0839;
- id=69;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item69
- {
- position[]={3405.7852,361.19019,-3827.9753};
- azimut=-17.0839;
- id=67;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item70
- {
- position[]={3407.5371,361.2764,-3829.3484};
- azimut=-17.0839;
- id=65;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item71
- {
- position[]={3407.1021,361.24521,-3828.8069};
- azimut=-17.0839;
- id=74;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item72
- {
- position[]={3406.6782,361.22662,-3828.5889};
- azimut=-17.0839;
- id=71;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item73
- {
- position[]={3407.4849,361.26044,-3828.9629};
- azimut=-17.0839;
- id=59;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item74
- {
- position[]={3408.1851,361.27017,-3828.7693};
- azimut=-17.0839;
- id=64;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item75
- {
- position[]={3408.3027,361.26535,-3828.5671};
- azimut=-17.0839;
- id=81;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item76
- {
- position[]={3407.8823,361.26331,-3828.7832};
- azimut=-17.0839;
- id=83;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item77
- {
- position[]={3405.7729,361.17429,-3827.5581};
- azimut=-17.0839;
- id=82;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item78
- {
- position[]={3406.7896,361.18887,-3827.5237};
- azimut=-17.0839;
- id=84;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item79
- {
- position[]={3406.4595,361.25137,-3829.3801};
- azimut=-17.0839;
- id=85;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item80
- {
- position[]={3406.4097,361.18787,-3827.7407};
- azimut=-17.0839;
- id=77;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item81
- {
- position[]={3405.9067,361.23013,-3829.0081};
- azimut=-17.0839;
- id=78;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item82
- {
- position[]={3406.2178,361.24594,-3829.3762};
- azimut=-17.0839;
- id=79;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item83
- {
- position[]={3406.8096,361.25226,-3829.1794};
- azimut=-17.0839;
- id=76;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item84
- {
- position[]={3407.0708,361.21185,-3827.949};
- azimut=-17.0839;
- id=80;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item85
- {
- position[]={3406.9233,361.23282,-3828.5942};
- azimut=-17.0839;
- id=97;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item86
- {
- position[]={3406.4312,361.22107,-3828.6008};
- azimut=-17.0839;
- id=98;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item87
- {
- position[]={3407.4609,361.24539,-3828.582};
- azimut=-17.0839;
- id=99;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item88
- {
- position[]={3408.1587,361.25372,-3828.3535};
- azimut=-17.0839;
- id=100;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item89
- {
- position[]={3406.0166,361.2074,-3828.3931};
- azimut=-17.0839;
- id=96;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item90
- {
- position[]={3405.9395,361.2449,-3829.3916};
- azimut=-17.0839;
- id=87;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item91
- {
- position[]={3406.0015,361.1749,-3827.5393};
- azimut=-17.0839;
- id=92;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item92
- {
- position[]={3406.5322,361.19901,-3827.9551};
- azimut=-17.0839;
- id=88;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item93
- {
- position[]={3407.3218,361.2171,-3827.926};
- azimut=-17.0839;
- id=89;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item94
- {
- position[]={3408.0713,361.24338,-3828.1375};
- azimut=-17.0839;
- id=90;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item95
- {
- position[]={3407.1743,361.23825,-3828.5767};
- azimut=-17.0839;
- id=86;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item96
- {
- position[]={3407.0552,361.19519,-3827.5195};
- azimut=-17.0839;
- id=93;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item97
- {
- position[]={3406.939,361.21704,-3828.1692};
- azimut=-17.0839;
- id=94;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item98
- {
- position[]={3408.0205,361.25861,-3828.5708};
- azimut=-17.0839;
- id=91;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item99
- {
- position[]={3406.2437,361.19257,-3827.9673};
- azimut=-17.0839;
- id=95;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
+ skill=0.6;
+ init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
+ };
+ class Item2{id=2;PLRDEF};
+ class Item3{id=3;PLRDEF};
+ class Item4{id=4;PLRDEF};
+ class Item5{id=5;PLRDEF};
+ class Item6{id=6;PLRDEF};
+ class Item7{id=7;PLRDEF};
+ class Item8{id=8;PLRDEF};
+ class Item9{id=9;PLRDEF};
+ class Item10{id=10;PLRDEF};
+ class Item11{id=11;PLRDEF};
+ class Item12{id=12;PLRDEF};
+ class Item13{id=13;PLRDEF};
+ class Item14{id=14;PLRDEF};
+ class Item15{id=15;PLRDEF};
+ class Item16{id=16;PLRDEF};
+ class Item17{id=17;PLRDEF};
+ class Item18{id=18;PLRDEF};
+ class Item19{id=19;PLRDEF};
+ class Item20{id=20;PLRDEF};
+ class Item21{id=21;PLRDEF};
+ class Item22{id=22;PLRDEF};
+ class Item23{id=23;PLRDEF};
+ class Item24{id=24;PLRDEF};
+ class Item25{id=25;PLRDEF};
+ class Item26{id=26;PLRDEF};
+ class Item27{id=27;PLRDEF};
+ class Item28{id=28;PLRDEF};
+ class Item29{id=29;PLRDEF};
+ class Item30{id=30;PLRDEF};
+ class Item31{id=31;PLRDEF};
+ class Item32{id=32;PLRDEF};
+ class Item33{id=33;PLRDEF};
+ class Item34{id=34;PLRDEF};
+ class Item35{id=35;PLRDEF};
+ class Item36{id=36;PLRDEF};
+ class Item37{id=37;PLRDEF};
+ class Item38{id=38;PLRDEF};
+ class Item39{id=39;PLRDEF};
+ class Item40{id=40;PLRDEF};
+ class Item41{id=41;PLRDEF};
+ class Item42{id=42;PLRDEF};
+ class Item43{id=43;PLRDEF};
+ class Item44{id=44;PLRDEF};
+ class Item45{id=45;PLRDEF};
+ class Item46{id=46;PLRDEF};
+ class Item47{id=47;PLRDEF};
+ class Item48{id=48;PLRDEF};
+ class Item49{id=49;PLRDEF};
+ class Item50{id=50;PLRDEF};
+ class Item51{id=51;PLRDEF};
+ class Item52{id=52;PLRDEF};
+ class Item53{id=53;PLRDEF};
+ class Item54{id=54;PLRDEF};
+ class Item55{id=55;PLRDEF};
+ class Item56{id=56;PLRDEF};
+ class Item57{id=57;PLRDEF};
+ class Item58{id=58;PLRDEF};
+ class Item59{id=59;PLRDEF};
+ class Item60{id=60;PLRDEF};
+ class Item61{id=61;PLRDEF};
+ class Item62{id=62;PLRDEF};
+ class Item63{id=63;PLRDEF};
+ class Item64{id=64;PLRDEF};
+ class Item65{id=65;PLRDEF};
+ class Item66{id=66;PLRDEF};
+ class Item67{id=67;PLRDEF};
+ class Item68{id=68;PLRDEF};
+ class Item69{id=69;PLRDEF};
+ class Item70{id=70;PLRDEF};
+ class Item71{id=71;PLRDEF};
+ class Item72{id=72;PLRDEF};
+ class Item73{id=73;PLRDEF};
+ class Item74{id=74;PLRDEF};
+ class Item75{id=75;PLRDEF};
+ class Item76{id=76;PLRDEF};
+ class Item77{id=77;PLRDEF};
+ class Item78{id=78;PLRDEF};
+ class Item79{id=79;PLRDEF};
+ class Item80{id=80;PLRDEF};
+ class Item81{id=81;PLRDEF};
+ class Item82{id=82;PLRDEF};
+ class Item83{id=83;PLRDEF};
+ class Item84{id=84;PLRDEF};
+ class Item85{id=85;PLRDEF};
+ class Item86{id=86;PLRDEF};
+ class Item87{id=87;PLRDEF};
+ class Item88{id=88;PLRDEF};
+ class Item89{id=89;PLRDEF};
+ class Item90{id=90;PLRDEF};
+ class Item91{id=91;PLRDEF};
+ class Item92{id=92;PLRDEF};
+ class Item93{id=93;PLRDEF};
+ class Item94{id=94;PLRDEF};
+ class Item95{id=95;PLRDEF};
+ class Item96{id=96;PLRDEF};
+ class Item97{id=97;PLRDEF};
+ class Item98{id=98;PLRDEF};
+ class Item99{id=99;PLRDEF};
};
};
class Item1
@@ -1161,13 +172,13 @@ class Mission
items=1;
class Item0
{
- position[]={-143.93861,0.52647489,2319.5012};
+ position[]={-144,0.5,2320};
id=50;
side="LOGIC";
vehicle="FunctionsManager";
leader=1;
lock="UNLOCKED";
- skill=0.60000002;
+ skill=0.6;
};
};
};
@@ -1268,8 +279,8 @@ class Intro
randomSeed=6913869;
class Intel
{
- startWeather=0.25;
- forecastWeather=0.25;
+ startWeather=0;
+ forecastWeather=0;
year=2008;
month=10;
day=11;
@@ -1290,8 +301,8 @@ class OutroWin
randomSeed=4081731;
class Intel
{
- startWeather=0.25;
- forecastWeather=0.25;
+ startWeather=0;
+ forecastWeather=0;
year=2008;
month=10;
day=11;
@@ -1312,8 +323,8 @@ class OutroLoose
randomSeed=4975929;
class Intel
{
- startWeather=0.25;
- forecastWeather=0.25;
+ startWeather=0;
+ forecastWeather=0;
year=2008;
month=10;
day=11;
diff --git a/Server Files/MPMissions/DayZ_Epoch_11.Chernarus/description.ext b/Server Files/MPMissions/DayZ_Epoch_11.Chernarus/description.ext
index b02cecdbb..fac0b5619 100644
--- a/Server Files/MPMissions/DayZ_Epoch_11.Chernarus/description.ext
+++ b/Server Files/MPMissions/DayZ_Epoch_11.Chernarus/description.ext
@@ -2,10 +2,10 @@ respawn = "BASE";
respawndelay = 5;
onLoadMission= "DayZ Epoch Chernarus";
OnLoadIntro = "Welcome to DayZ Epoch Chernarus";
-OnLoadIntroTime = False;
-OnLoadMissionTime = False;
+OnLoadIntroTime = false;
+OnLoadMissionTime = false;
disabledAI = true;
-disableChannels[]={0,2,6};
+disableChannels[]= {0,2,6};
enableItemsDropping = 0;
briefing = 0;
@@ -18,7 +18,7 @@ class Header
{
gameType = COOP; //DM, Team, Coop, ...
minPlayers = 1; //min # of players the mission supports
- maxPlayers = 100; //Max # of players the mission supports
+ maxPlayers = 100; //Max # of players the mission supports
};
aiKills = 1;
diff --git a/Server Files/MPMissions/DayZ_Epoch_11.Chernarus/init.sqf b/Server Files/MPMissions/DayZ_Epoch_11.Chernarus/init.sqf
index 3dfe0e723..dbb93206f 100644
--- a/Server Files/MPMissions/DayZ_Epoch_11.Chernarus/init.sqf
+++ b/Server Files/MPMissions/DayZ_Epoch_11.Chernarus/init.sqf
@@ -7,91 +7,146 @@ cutText ["","BLACK OUT"];
enableSaving [false, false];
//REALLY IMPORTANT VALUES
-dayZ_instance = 11; //The instance
+dayZ_instance = 11; //The instance
dayzHiveRequest = [];
initialized = false;
dayz_previousID = 0;
-//disable greeting menu
+//Disable Greeting Menu
player setVariable ["BIS_noCoreConversations", true];
-//disable radio messages to be heard and shown in the left lower corner of the screen
+
+//Disable radio messages to be heard and shown in the left lower corner of the screen
enableRadio false;
-// May prevent "how are you civillian?" messages from NPC
+
+//May prevent "how are you civillian?" messages from NPC
enableSentences false;
-// DayZ Epoch config
-spawnShoremode = 1; // Default = 1 (on shore)
-spawnArea= 1500; // Default = 1500
+//--------------------------------------------------------------------//
+//------------------------DayZ Epoch Config---------------------------//
+//--------------------------------------------------------------------//
-MaxVehicleLimit = 300; // Default = 50
-MaxDynamicDebris = 500; // Default = 100
-dayz_MapArea = 14000; // Default = 10000
-dayz_maxLocalZombies = 30; // Default = 30
+//Map & Player Spawn Variables
+spawnShoremode = 1; // Default: 1 (on shore)
+spawnArea= 1500; // Default: 1500
+dayz_paraSpawn = false; // Default: false
+dayz_fullMoonNights = true; // Default: false
+dayz_MapArea = 14000; // Default: 10000
-dayz_paraSpawn = false;
+//Do Not Edit - Chernarus Specific
+dayz_minpos = -1; // Do Not Edit - Chernarus Specific
+dayz_maxpos = 16000; // Do Not Edit - Chernarus Specific
-dayz_minpos = -1;
-dayz_maxpos = 16000;
+//Item Spawn Variables
+MaxHeliCrashes= 5; // Default: 5
+MaxVehicleLimit = 300; // Default: 50
+MaxDynamicDebris = 500; // Default: 100
+MaxMineVeins = 50; // Default: 50
+MaxAmmoBoxes = 3; // Default: 3
-dayz_sellDistance_vehicle = 10;
-dayz_sellDistance_boat = 30;
-dayz_sellDistance_air = 40;
+//Zombie Variables
+dayz_maxZeds = 500; // Default: 500
+dayz_maxLocalZombies = 30; // Default: 15
+dayz_maxGlobalZombiesInit = 15; // Default: 15
+dayz_maxGlobalZombiesIncrease = 5; // Default: 5
+dayz_zedsAttackVehicles = true; // Default: true
-dayz_maxAnimals = 5; // Default: 8
-dayz_tameDogs = true;
-DynamicVehicleDamageLow = 0; // Default: 0
-DynamicVehicleDamageHigh = 100; // Default: 100
+//Animal Variables
+dayz_maxAnimals = 8; // Default: 8
+dayz_tameDogs = false; // Default: false
-DZE_BuildOnRoads = false; // Default: False
+//Trader Variables
+dayz_sellDistance_vehicle = 10; // Default: 10
+dayz_sellDistance_boat = 30; // Default: 30
+dayz_sellDistance_air = 40; // Default: 40
-EpochEvents = [["any","any","any","any",30,"crash_spawner"],["any","any","any","any",0,"crash_spawner"],["any","any","any","any",15,"supply_drop"]];
-dayz_fullMoonNights = true;
+//Player Variables
+DZE_R3F_WEIGHT = true; // Default: true
+DZE_FriendlySaving = true; // Default: true
+DZE_PlayerZed = true; // Default: true
+DZE_BackpackGuard = true; // Default: true
+DZE_SelfTransfuse = false; // Default: false
+DZE_selfTransfuse_Values = [3000, 15, 300]; // Default: [12000, 15, 300]; = [blood amount, infection chance, cool-down (seconds)]
-//Load in compiled functions
-call compile preprocessFileLineNumbers "\z\addons\dayz_code\init\variables.sqf"; //Initilize the Variables (IMPORTANT: Must happen very early)
+//Name Tags
+DZE_ForceNameTags = false; // Default: false
+DZE_ForceNameTagsOff = false; // Default: false
+DZE_ForceNameTagsInTrader = false; // Default: false
+DZE_HumanityTargetDistance = 25; // Default: 25
+
+//Death Messages
+DZE_DeathMsgGlobal = false; // Default: false
+DZE_DeathMsgSide = false; // Default: false
+DZE_DeathMsgTitleText = false; // Default: false
+
+//Vehicles Variables
+DZE_AllowForceSave = false; // Default: false
+DZE_AllowCargoCheck = false; // Default: false
+DZE_HeliLift = true; // Default: true
+DZE_HaloJump = true; // Default: true
+DZE_AntiWallLimit = 3; // Default: 3
+DynamicVehicleDamageLow = 0; // Default: 0
+DynamicVehicleDamageHigh = 100; // Default: 100
+
+//Build Variables
+DZE_GodModeBase = false; // Default: false
+DZE_BuildingLimit = 200; // Default: 150
+DZE_requireplot = 1; // Default: 1
+DZE_PlotPole = [30,45]; // Default: [30,45] = [x,y]
+DZE_BuildOnRoads = false; // Default: false
+
+//--------------------------------------------------------------------//
+//--------------------------------------------------------------------//
+//--------------------------------------------------------------------//
+
+//Server Events
+EpochEvents = [
+["any","any","any","any",30,"crash_spawner"],
+["any","any","any","any",0,"crash_spawner"],
+["any","any","any","any",15,"supply_drop"]
+];
+
+//Load In Compiled Functions
+call compile preprocessFileLineNumbers "\z\addons\dayz_code\init\variables.sqf"; //Initilize the Variables (IMPORTANT: Must happen very early)
progressLoadingScreen 0.1;
-call compile preprocessFileLineNumbers "\z\addons\dayz_code\init\publicEH.sqf"; //Initilize the publicVariable event handlers
+call compile preprocessFileLineNumbers "\z\addons\dayz_code\init\publicEH.sqf"; //Initilize the publicVariable event handlers
progressLoadingScreen 0.2;
call compile preprocessFileLineNumbers "\z\addons\dayz_code\medical\setup_functions_med.sqf"; //Functions used by CLIENT for medical
progressLoadingScreen 0.4;
-call compile preprocessFileLineNumbers "\z\addons\dayz_code\init\compiles.sqf"; //Compile regular functions
+call compile preprocessFileLineNumbers "\z\addons\dayz_code\init\compiles.sqf"; //Compile regular functions
progressLoadingScreen 0.5;
-call compile preprocessFileLineNumbers "server_traders.sqf"; //Compile trader configs
+call compile preprocessFileLineNumbers "server_traders.sqf"; //Compile trader configs
progressLoadingScreen 1.0;
"filmic" setToneMappingParams [0.153, 0.357, 0.231, 0.1573, 0.011, 3.750, 6, 4]; setToneMapping "Filmic";
if (isServer) then {
+ //Compile Vehicle Configs
call compile preprocessFileLineNumbers "\z\addons\dayz_server\missions\DayZ_Epoch_11.Chernarus\dynamic_vehicle.sqf";
- //Compile vehicle configs
-
- // Add trader citys
+
+ //Add Trader Citys
_nil = [] execVM "\z\addons\dayz_server\missions\DayZ_Epoch_11.Chernarus\mission.sqf";
- _serverMonitor = [] execVM "\z\addons\dayz_code\system\server_monitor.sqf";
+ _serverMonitor = [] execVM "\z\addons\dayz_code\system\server_monitor.sqf";
};
if (!isDedicated) then {
- //Conduct map operations
+ //Conduct Map Operations
0 fadeSound 0;
waitUntil {!isNil "dayz_loadScreenMsg"};
dayz_loadScreenMsg = (localize "STR_AUTHENTICATING");
- //Run the player monitor
+ //Run The Player Monitor
_id = player addEventHandler ["Respawn", {_id = [] spawn player_death;}];
- _playerMonitor = [] execVM "\z\addons\dayz_code\system\player_monitor.sqf";
+ _playerMonitor = [] execVM "\z\addons\dayz_code\system\player_monitor.sqf";
- //anti Hack
+ //Anti-Hack
[] execVM "\z\addons\dayz_code\system\antihack.sqf";
//Lights
//[false,12] execVM "\z\addons\dayz_code\compile\local_lights_init.sqf";
-
};
-#include "\z\addons\dayz_code\system\REsec.sqf"
-
//Start Dynamic Weather
execVM "\z\addons\dayz_code\external\DynamicWeatherEffects.sqf";
-
+#include "\z\addons\dayz_code\system\REsec.sqf"
#include "\z\addons\dayz_code\system\BIS_Effects\init.sqf"
diff --git a/Server Files/MPMissions/DayZ_Epoch_11.Chernarus/mission.sqm b/Server Files/MPMissions/DayZ_Epoch_11.Chernarus/mission.sqm
index 96822fb28..22416cc15 100644
--- a/Server Files/MPMissions/DayZ_Epoch_11.Chernarus/mission.sqm
+++ b/Server Files/MPMissions/DayZ_Epoch_11.Chernarus/mission.sqm
@@ -31,8 +31,8 @@ class Mission
{
briefingName="DayZ Epoch Chernarus";
briefingDescription="DayZ Epoch Chernarus Private Server";
- startWeather=0.067362607;
- forecastWeather=0.52341133;
+ startWeather=0;
+ forecastWeather=0;
year=2008;
month=10;
day=1;
@@ -47,1108 +47,119 @@ class Mission
class Vehicles
{
items=100;
- class Item0
- {
- position[]={-7244.9355,365.97467,19534.543};
- azimut=-17.0839;
- id=11;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
+#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";
+ class Item0{id=0;PLRDEF};
class Item1
{
- position[]={-7245.2188,366.0018,19535.338};
- azimut=-17.0839;
+ position[]={-7240,0,19530};
+ azimut=0;
id=0;
side="WEST";
vehicle="Survivor1_DZ";
player="PLAYER COMMANDER";
leader=1;
rank="SERGEANT";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item2
- {
- position[]={-7245.9844,365.8941,19534.902};
- azimut=-17.083944;
- id=5;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item3
- {
- position[]={-7245.7793,366.00299,19536.176};
- azimut=-17.083944;
- id=8;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item4
- {
- position[]={-7245.502,365.97186,19535.32};
- azimut=-17.083944;
- id=18;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item5
- {
- position[]={-7246.252,365.8396,19534.508};
- azimut=-17.083944;
- id=2;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item6
- {
- position[]={-7244.6816,366.02472,19534.941};
- azimut=-17.083937;
- id=9;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item7
- {
- position[]={-7244.1113,366.13486,19535.801};
- azimut=-17.083944;
- id=21;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item8
- {
- position[]={-7244.2207,366.02667,19534.379};
- azimut=-17.083944;
- id=13;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item9
- {
- position[]={-7245.584,365.92297,19534.734};
- azimut=-17.083944;
- id=7;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item10
- {
- position[]={-7245.6055,366.00577,19535.961};
- azimut=-17.0839;
- id=36;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item11
- {
- position[]={-7245.502,365.94348,19534.91};
- azimut=-17.083944;
- id=25;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item12
- {
- position[]={-7245.0488,365.9512,19534.359};
- azimut=-17.083944;
- id=43;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item13
- {
- position[]={-7244.2598,366.04828,19534.742};
- azimut=-17.083944;
- id=30;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item14
- {
- position[]={-7244.707,366.10901,19536.191};
- azimut=-17.083944;
- id=33;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item15
- {
- position[]={-7244.5215,366.08228,19535.566};
- azimut=-17.083944;
- id=1;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item16
- {
- position[]={-7246.1973,365.91577,19535.527};
- azimut=-17.083944;
- id=4;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item17
- {
- position[]={-7244.2754,366.13422,19536.004};
- azimut=-17.083944;
- id=3;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item18
- {
- position[]={-7245.7637,365.94586,19535.328};
- azimut=-17.083944;
- id=6;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item19
- {
- position[]={-7246.0234,365.91901,19535.32};
- azimut=-17.083944;
- id=10;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item20
- {
- position[]={-7244.6504,366.00073,19534.555};
- azimut=-17.083944;
- id=16;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item21
- {
- position[]={-7245.1016,366.05789,19535.977};
- azimut=-17.083944;
- id=19;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item22
- {
- position[]={-7244.3926,366.10901,19535.789};
- azimut=-17.083944;
- id=15;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item23
- {
- position[]={-7245.1055,365.97046,19534.719};
- azimut=-17.083944;
- id=23;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item24
- {
- position[]={-7243.9824,366.12967,19535.563};
- azimut=-17.083944;
- id=26;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item25
- {
- position[]={-7243.9492,366.07623,19534.746};
- azimut=-17.083944;
- id=29;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item26
- {
- position[]={-7244.5723,366.02032,19534.738};
- azimut=-17.083944;
- id=31;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item27
- {
- position[]={-7244.7871,366.05829,19535.563};
- azimut=-17.083944;
- id=28;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item28
- {
- position[]={-7244.7051,366.05048,19535.344};
- azimut=-17.083944;
- id=35;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item29
- {
- position[]={-7244.0898,366.05066,19534.559};
- azimut=-17.083944;
- id=27;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item30
- {
- position[]={-7245.7246,365.89456,19534.529};
- azimut=-17.083937;
- id=34;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item31
- {
- position[]={-7244.4883,366.0018,19534.363};
- azimut=-17.083944;
- id=46;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item32
- {
- position[]={-7244.9922,366.08383,19536.193};
- azimut=-17.083944;
- id=38;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item33
- {
- position[]={-7244.5449,366.11032,19536.004};
- azimut=-17.083944;
- id=32;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item34
- {
- position[]={-7245.0957,366.02872,19535.547};
- azimut=-17.083944;
- id=47;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item35
- {
- position[]={-7245.9707,365.8685,19534.512};
- azimut=-17.083944;
- id=41;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item36
- {
- position[]={-7244.1563,366.15808,19536.195};
- azimut=-17.083944;
- id=40;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item37
- {
- position[]={-7245.5625,365.89777,19534.338};
- azimut=-17.083944;
- id=44;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item38
- {
- position[]={-7244.832,366.08411,19535.992};
- azimut=-17.083944;
- id=48;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item39
- {
- position[]={-7246.0391,365.97614,19536.168};
- azimut=-17.083944;
- id=39;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item40
- {
- position[]={-7243.9863,366.15912,19535.992};
- azimut=-17.083944;
- id=37;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item41
- {
- position[]={-7245.8613,365.89417,19534.723};
- azimut=-17.083944;
- id=45;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item42
- {
- position[]={-7246.5254,365.86578,19535.285};
- azimut=-17.0839;
- id=49;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item43
- {
- position[]={-7244.4004,366.02261,19534.551};
- azimut=-17.083944;
- id=42;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item44
- {
- position[]={-7245.1973,365.94858,19534.539};
- azimut=-17.083944;
- id=22;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item45
- {
- position[]={-7244.6719,366.08423,19535.789};
- azimut=-17.083944;
- id=12;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item46
- {
- position[]={-7244.5605,366.04813,19535.125};
- azimut=-17.083944;
- id=14;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item47
- {
- position[]={-7245.9102,365.94482,19535.527};
- azimut=-17.0839;
- id=24;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item48
- {
- position[]={-7245.6289,365.97433,19535.541};
- azimut=-17.083944;
- id=20;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item49
- {
- position[]={-7244.4277,366.07483,19535.34};
- azimut=-17.083944;
- id=17;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item50
- {
- position[]={-7244.9668,365.99765,19534.916};
- azimut=-17.0839;
- id=51;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item51
- {
- position[]={-7244.4414,366.13257,19536.191};
- azimut=-17.0839;
- id=52;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item52
- {
- position[]={-7246.166,365.94946,19535.969};
- azimut=-17.0839;
- id=55;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item53
- {
- position[]={-7246.4395,365.89023,19535.512};
- azimut=-17.0839;
- id=53;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item54
- {
- position[]={-7245.3574,366.0311,19535.965};
- azimut=-17.0839;
- id=54;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item55
- {
- position[]={-7246.125,365.86581,19534.699};
- azimut=-17.0839;
- id=70;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item56
- {
- position[]={-7246.3086,365.91998,19535.75};
- azimut=-17.0839;
- id=60;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item57
- {
- position[]={-7245.3652,365.94461,19534.727};
- azimut=-17.0839;
- id=68;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item58
- {
- position[]={-7246.1348,365.89316,19535.109};
- azimut=-17.0839;
- id=66;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item59
- {
- position[]={-7246.5098,365.81299,19534.5};
- azimut=-17.0839;
- id=61;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item60
- {
- position[]={-7245.7285,365.92142,19534.922};
- azimut=-17.0839;
- id=63;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item61
- {
- position[]={-7244.9961,366.02524,19535.352};
- azimut=-17.0839;
- id=72;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item62
- {
- position[]={-7245.3105,365.92368,19534.344};
- azimut=-17.0839;
- id=57;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item63
- {
- position[]={-7246.5078,365.84055,19534.895};
- azimut=-17.0839;
- id=58;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item64
- {
- position[]={-7245.5215,366.00006,19535.756};
- azimut=-17.0839;
- id=62;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item65
- {
- position[]={-7246.2598,365.86621,19534.902};
- azimut=-17.0839;
- id=75;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item66
- {
- position[]={-7246.3828,365.86755,19535.102};
- azimut=-17.0839;
- id=56;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item67
- {
- position[]={-7246.4238,365.92261,19535.957};
- azimut=-17.0839;
- id=73;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item68
- {
- position[]={-7243.9355,366.05197,19534.379};
- azimut=-17.0839;
- id=69;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item69
- {
- position[]={-7246.5176,365.89737,19535.73};
- azimut=-17.0839;
- id=67;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item70
- {
- position[]={-7244.7656,365.97693,19534.359};
- azimut=-17.0839;
- id=65;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item71
- {
- position[]={-7245.2012,365.97321,19534.898};
- azimut=-17.0839;
- id=74;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item72
- {
- position[]={-7245.625,365.94534,19535.117};
- azimut=-17.0839;
- id=71;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item73
- {
- position[]={-7244.8184,365.99875,19534.742};
- azimut=-17.0839;
- id=59;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item74
- {
- position[]={-7244.1191,366.07431,19534.938};
- azimut=-17.0839;
- id=64;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item75
- {
- position[]={-7244,366.09897,19535.141};
- azimut=-17.0839;
- id=81;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item76
- {
- position[]={-7244.4199,366.04663,19534.922};
- azimut=-17.0839;
- id=83;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item77
- {
- position[]={-7246.5293,365.92508,19536.148};
- azimut=-17.0839;
- id=82;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item78
- {
- position[]={-7245.5137,366.03052,19536.184};
- azimut=-17.0839;
- id=84;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item79
- {
- position[]={-7245.8438,365.86841,19534.326};
- azimut=-17.0839;
- id=85;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item80
- {
- position[]={-7245.8926,365.9769,19535.965};
- azimut=-17.0839;
- id=77;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item81
- {
- position[]={-7246.3965,365.83832,19534.699};
- azimut=-17.0839;
- id=78;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item82
- {
- position[]={-7246.084,365.84433,19534.33};
- azimut=-17.0839;
- id=79;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item83
- {
- position[]={-7245.4941,365.91776,19534.527};
- azimut=-17.0839;
- id=76;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item84
- {
- position[]={-7245.2324,366.02945,19535.758};
- azimut=-17.0839;
- id=80;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item85
- {
- position[]={-7245.3809,365.96979,19535.113};
- azimut=-17.0839;
- id=97;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item86
- {
- position[]={-7245.873,365.91943,19535.105};
- azimut=-17.0839;
- id=98;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item87
- {
- position[]={-7244.8418,366.02319,19535.125};
- azimut=-17.0839;
- id=99;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item88
- {
- position[]={-7244.1445,366.10074,19535.352};
- azimut=-17.0839;
- id=100;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item89
- {
- position[]={-7246.2871,365.89178,19535.313};
- azimut=-17.0839;
- id=96;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item90
- {
- position[]={-7246.3633,365.81516,19534.316};
- azimut=-17.0839;
- id=87;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item91
- {
- position[]={-7246.3027,365.94943,19536.168};
- azimut=-17.0839;
- id=92;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item92
- {
- position[]={-7245.7715,365.97437,19535.75};
- azimut=-17.0839;
- id=88;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item93
- {
- position[]={-7244.9824,366.05624,19535.781};
- azimut=-17.0839;
- id=89;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item94
- {
- position[]={-7244.2324,366.10815,19535.57};
- azimut=-17.0839;
- id=90;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item95
- {
- position[]={-7245.1289,365.99649,19535.129};
- azimut=-17.0839;
- id=86;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item96
- {
- position[]={-7245.248,366.05765,19536.188};
- azimut=-17.0839;
- id=93;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item97
- {
- position[]={-7245.3652,366.00076,19535.537};
- azimut=-17.0839;
- id=94;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item98
- {
- position[]={-7244.2832,366.07361,19535.137};
- azimut=-17.0839;
- id=91;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item99
- {
- position[]={-7246.0605,365.94415,19535.738};
- azimut=-17.0839;
- id=95;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
+ skill=0.6;
+ init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
+ };
+ class Item2{id=2;PLRDEF};
+ class Item3{id=3;PLRDEF};
+ class Item4{id=4;PLRDEF};
+ class Item5{id=5;PLRDEF};
+ class Item6{id=6;PLRDEF};
+ class Item7{id=7;PLRDEF};
+ class Item8{id=8;PLRDEF};
+ class Item9{id=9;PLRDEF};
+ class Item10{id=10;PLRDEF};
+ class Item11{id=11;PLRDEF};
+ class Item12{id=12;PLRDEF};
+ class Item13{id=13;PLRDEF};
+ class Item14{id=14;PLRDEF};
+ class Item15{id=15;PLRDEF};
+ class Item16{id=16;PLRDEF};
+ class Item17{id=17;PLRDEF};
+ class Item18{id=18;PLRDEF};
+ class Item19{id=19;PLRDEF};
+ class Item20{id=20;PLRDEF};
+ class Item21{id=21;PLRDEF};
+ class Item22{id=22;PLRDEF};
+ class Item23{id=23;PLRDEF};
+ class Item24{id=24;PLRDEF};
+ class Item25{id=25;PLRDEF};
+ class Item26{id=26;PLRDEF};
+ class Item27{id=27;PLRDEF};
+ class Item28{id=28;PLRDEF};
+ class Item29{id=29;PLRDEF};
+ class Item30{id=30;PLRDEF};
+ class Item31{id=31;PLRDEF};
+ class Item32{id=32;PLRDEF};
+ class Item33{id=33;PLRDEF};
+ class Item34{id=34;PLRDEF};
+ class Item35{id=35;PLRDEF};
+ class Item36{id=36;PLRDEF};
+ class Item37{id=37;PLRDEF};
+ class Item38{id=38;PLRDEF};
+ class Item39{id=39;PLRDEF};
+ class Item40{id=40;PLRDEF};
+ class Item41{id=41;PLRDEF};
+ class Item42{id=42;PLRDEF};
+ class Item43{id=43;PLRDEF};
+ class Item44{id=44;PLRDEF};
+ class Item45{id=45;PLRDEF};
+ class Item46{id=46;PLRDEF};
+ class Item47{id=47;PLRDEF};
+ class Item48{id=48;PLRDEF};
+ class Item49{id=49;PLRDEF};
+ class Item50{id=50;PLRDEF};
+ class Item51{id=51;PLRDEF};
+ class Item52{id=52;PLRDEF};
+ class Item53{id=53;PLRDEF};
+ class Item54{id=54;PLRDEF};
+ class Item55{id=55;PLRDEF};
+ class Item56{id=56;PLRDEF};
+ class Item57{id=57;PLRDEF};
+ class Item58{id=58;PLRDEF};
+ class Item59{id=59;PLRDEF};
+ class Item60{id=60;PLRDEF};
+ class Item61{id=61;PLRDEF};
+ class Item62{id=62;PLRDEF};
+ class Item63{id=63;PLRDEF};
+ class Item64{id=64;PLRDEF};
+ class Item65{id=65;PLRDEF};
+ class Item66{id=66;PLRDEF};
+ class Item67{id=67;PLRDEF};
+ class Item68{id=68;PLRDEF};
+ class Item69{id=69;PLRDEF};
+ class Item70{id=70;PLRDEF};
+ class Item71{id=71;PLRDEF};
+ class Item72{id=72;PLRDEF};
+ class Item73{id=73;PLRDEF};
+ class Item74{id=74;PLRDEF};
+ class Item75{id=75;PLRDEF};
+ class Item76{id=76;PLRDEF};
+ class Item77{id=77;PLRDEF};
+ class Item78{id=78;PLRDEF};
+ class Item79{id=79;PLRDEF};
+ class Item80{id=80;PLRDEF};
+ class Item81{id=81;PLRDEF};
+ class Item82{id=82;PLRDEF};
+ class Item83{id=83;PLRDEF};
+ class Item84{id=84;PLRDEF};
+ class Item85{id=85;PLRDEF};
+ class Item86{id=86;PLRDEF};
+ class Item87{id=87;PLRDEF};
+ class Item88{id=88;PLRDEF};
+ class Item89{id=89;PLRDEF};
+ class Item90{id=90;PLRDEF};
+ class Item91{id=91;PLRDEF};
+ class Item92{id=92;PLRDEF};
+ class Item93{id=93;PLRDEF};
+ class Item94{id=94;PLRDEF};
+ class Item95{id=95;PLRDEF};
+ class Item96{id=96;PLRDEF};
+ class Item97{id=97;PLRDEF};
+ class Item98{id=98;PLRDEF};
+ class Item99{id=99;PLRDEF};
};
};
class Item1
@@ -1159,13 +170,13 @@ class Mission
items=1;
class Item0
{
- position[]={-143.93861,0.52647489,2319.5012};
+ position[]={-144,0.5,2320};
id=50;
side="LOGIC";
vehicle="FunctionsManager";
leader=1;
lock="UNLOCKED";
- skill=0.60000002;
+ skill=0.6;
};
};
};
@@ -1399,8 +410,8 @@ class Intro
randomSeed=6913869;
class Intel
{
- startWeather=0.25;
- forecastWeather=0.25;
+ startWeather=0;
+ forecastWeather=0;
year=2008;
month=10;
day=11;
@@ -1421,8 +432,8 @@ class OutroWin
randomSeed=4081731;
class Intel
{
- startWeather=0.25;
- forecastWeather=0.25;
+ startWeather=0;
+ forecastWeather=0;
year=2008;
month=10;
day=11;
@@ -1443,8 +454,8 @@ class OutroLoose
randomSeed=4975929;
class Intel
{
- startWeather=0.25;
- forecastWeather=0.25;
+ startWeather=0;
+ forecastWeather=0;
year=2008;
month=10;
day=11;
diff --git a/Server Files/MPMissions/DayZ_Epoch_12.isladuala/mission.sqm b/Server Files/MPMissions/DayZ_Epoch_12.isladuala/mission.sqm
index 8de64e896..0bebb4ebf 100644
--- a/Server Files/MPMissions/DayZ_Epoch_12.isladuala/mission.sqm
+++ b/Server Files/MPMissions/DayZ_Epoch_12.isladuala/mission.sqm
@@ -34,8 +34,8 @@ class Mission
{
briefingName="DayZ Epoch Isla Duala";
briefingDescription="DayZ Epoch Isla Duala Private Server";
- startWeather=0.067362607;
- forecastWeather=0.52341133;
+ startWeather=0;
+ forecastWeather=0;
year=2008;
month=6;
day=1;
@@ -50,1108 +50,119 @@ class Mission
class Vehicles
{
items=100;
- class Item0
- {
- position[]={4942.3926,0.2420554,-2779.1663};
- azimut=-17.0839;
- id=11;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
+#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";
+ class Item0{id=0;PLRDEF};
class Item1
{
- position[]={4942.1084,0.25374985,-2778.3716};
- azimut=-17.0839;
+ position[]={4942,0.3,-2778};
+ azimut=0;
id=0;
side="WEST";
vehicle="Survivor1_DZ";
player="PLAYER COMMANDER";
leader=1;
rank="SERGEANT";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item2
- {
- position[]={4941.3428,0.24683994,-2778.8066};
- azimut=-17.083944;
- id=5;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item3
- {
- position[]={4941.5493,0.26979905,-2777.5332};
- azimut=-17.083944;
- id=8;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item4
- {
- position[]={4941.8252,0.25352859,-2778.3887};
- azimut=-17.083944;
- id=18;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item5
- {
- position[]={4941.0762,0.24116918,-2779.2017};
- azimut=-17.083944;
- id=2;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item6
- {
- position[]={4942.6455,0.24740502,-2778.7693};
- azimut=-17.083937;
- id=9;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item7
- {
- position[]={4943.2168,0.26130381,-2777.9092};
- azimut=-17.083944;
- id=21;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item8
- {
- position[]={4943.1074,0.24015892,-2779.3318};
- azimut=-17.083944;
- id=13;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item9
- {
- position[]={4941.7422,0.24448454,-2778.9744};
- azimut=-17.083944;
- id=7;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item10
- {
- position[]={4941.7217,0.26535571,-2777.7485};
- azimut=-17.0839;
- id=36;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item11
- {
- position[]={4941.8252,0.24699473,-2778.8003};
- azimut=-17.083944;
- id=25;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item12
- {
- position[]={4942.2783,0.23984578,-2779.3484};
- azimut=-17.083944;
- id=43;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item13
- {
- position[]={4943.0664,0.24457508,-2778.967};
- azimut=-17.083944;
- id=30;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item14
- {
- position[]={4942.6201,0.2693705,-2777.5195};
- azimut=-17.083944;
- id=33;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item15
- {
- position[]={4942.8057,0.25739425,-2778.1426};
- azimut=-17.083944;
- id=1;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item16
- {
- position[]={4941.1309,0.25725442,-2778.1821};
- azimut=-17.083944;
- id=4;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item17
- {
- position[]={4943.0508,0.2652854,-2777.7051};
- azimut=-17.083944;
- id=3;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item18
- {
- position[]={4941.564,0.25370958,-2778.3796};
- azimut=-17.083944;
- id=6;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item19
- {
- position[]={4941.3037,0.25358313,-2778.3884};
- azimut=-17.083944;
- id=10;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item20
- {
- position[]={4942.6777,0.2422072,-2779.1548};
- azimut=-17.083944;
- id=16;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item21
- {
- position[]={4942.2256,0.26538378,-2777.7329};
- azimut=-17.083944;
- id=19;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item22
- {
- position[]={4942.9346,0.26131654,-2777.9202};
- azimut=-17.083944;
- id=15;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item23
- {
- position[]={4942.2227,0.24430346,-2778.9922};
- azimut=-17.083944;
- id=23;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item24
- {
- position[]={4943.3457,0.25699228,-2778.145};
- azimut=-17.083944;
- id=26;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item25
- {
- position[]={4943.3779,0.24457017,-2778.9617};
- azimut=-17.083944;
- id=29;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item26
- {
- position[]={4942.7559,0.24457869,-2778.9714};
- azimut=-17.083944;
- id=31;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item27
- {
- position[]={4942.5391,0.25747353,-2778.1467};
- azimut=-17.083944;
- id=28;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item28
- {
- position[]={4942.623,0.25368327,-2778.3662};
- azimut=-17.083944;
- id=35;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item29
- {
- position[]={4943.2373,0.24223235,-2779.1521};
- azimut=-17.083944;
- id=27;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item30
- {
- position[]={4941.6025,0.24168259,-2779.1799};
- azimut=-17.083937;
- id=34;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item31
- {
- position[]={4942.8389,0.23999736,-2779.3445};
- azimut=-17.083944;
- id=46;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item32
- {
- position[]={4942.335,0.26965338,-2777.5161};
- azimut=-17.083944;
- id=38;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item33
- {
- position[]={4942.7822,0.26551366,-2777.7058};
- azimut=-17.083944;
- id=32;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item34
- {
- position[]={4942.2324,0.25736469,-2778.1609};
- azimut=-17.083944;
- id=47;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item35
- {
- position[]={4941.3574,0.24135503,-2779.1975};
- azimut=-17.083944;
- id=41;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item36
- {
- position[]={4943.1719,0.26897824,-2777.5129};
- azimut=-17.083944;
- id=40;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item37
- {
- position[]={4941.7656,0.23939502,-2779.3713};
- azimut=-17.083944;
- id=44;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item38
- {
- position[]={4942.4956,0.26552612,-2777.7161};
- azimut=-17.083944;
- id=48;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item39
- {
- position[]={4941.2881,0.26973006,-2777.5422};
- azimut=-17.083944;
- id=39;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item40
- {
- position[]={4943.3398,0.26478752,-2777.717};
- azimut=-17.083944;
- id=37;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item41
- {
- position[]={4941.4668,0.24425811,-2778.9861};
- azimut=-17.083944;
- id=45;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item42
- {
- position[]={4940.8027,0.25294173,-2778.4226};
- azimut=-17.0839;
- id=49;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item43
- {
- position[]={4942.9272,0.24215601,-2779.1592};
- azimut=-17.083944;
- id=42;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item44
- {
- position[]={4942.1289,0.24194953,-2779.1716};
- azimut=-17.083944;
- id=22;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item45
- {
- position[]={4942.6553,0.26151672,-2777.9202};
- azimut=-17.083944;
- id=12;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item46
- {
- position[]={4942.7666,0.25014248,-2778.5835};
- azimut=-17.083944;
- id=14;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item47
- {
- position[]={4941.417,0.25721434,-2778.1831};
- azimut=-17.0839;
- id=24;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item48
- {
- position[]={4941.6982,0.25740117,-2778.1685};
- azimut=-17.083944;
- id=20;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item49
- {
- position[]={4942.8984,0.2535148,-2778.3679};
- azimut=-17.083944;
- id=17;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item50
- {
- position[]={4942.3613,0.24708711,-2778.7935};
- azimut=-17.0839;
- id=51;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item51
- {
- position[]={4942.8857,0.26914868,-2777.5186};
- azimut=-17.0839;
- id=52;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item52
- {
- position[]={4941.1611,0.26570848,-2777.741};
- azimut=-17.0839;
- id=55;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item53
- {
- position[]={4940.8867,0.25698671,-2778.196};
- azimut=-17.0839;
- id=53;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item54
- {
- position[]={4941.9688,0.26529449,-2777.7446};
- azimut=-17.0839;
- id=54;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item55
- {
- position[]={4941.2021,0.24385273,-2779.0085};
- azimut=-17.0839;
- id=70;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item56
- {
- position[]={4941.0186,0.26140887,-2777.96};
- azimut=-17.0839;
- id=60;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item57
- {
- position[]={4941.9629,0.24441683,-2778.9814};
- azimut=-17.0839;
- id=68;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item58
- {
- position[]={4941.1914,0.25004309,-2778.5999};
- azimut=-17.0839;
- id=66;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item59
- {
- position[]={4940.8174,0.24092576,-2779.2078};
- azimut=-17.0839;
- id=61;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item60
- {
- position[]={4941.5986,0.24715799,-2778.7881};
- azimut=-17.0839;
- id=63;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item61
- {
- position[]={4942.3311,0.25389218,-2778.3591};
- azimut=-17.0839;
- id=72;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item62
- {
- position[]={4942.0176,0.23954415,-2779.3672};
- azimut=-17.0839;
- id=57;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item63
- {
- position[]={4940.8193,0.24652067,-2778.8159};
- azimut=-17.0839;
- id=58;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item64
- {
- position[]={4941.8066,0.26136434,-2777.9534};
- azimut=-17.0839;
- id=62;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item65
- {
- position[]={4941.0684,0.24673796,-2778.8081};
- azimut=-17.0839;
- id=75;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item66
- {
- position[]={4940.9443,0.24987298,-2778.6069};
- azimut=-17.0839;
- id=56;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item67
- {
- position[]={4940.9023,0.26556605,-2777.751};
- azimut=-17.0839;
- id=73;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item68
- {
- position[]={4943.3916,0.24017052,-2779.3289};
- azimut=-17.0839;
- id=69;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item69
- {
- position[]={4940.8096,0.26108366,-2777.9783};
- azimut=-17.0839;
- id=67;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item70
- {
- position[]={4942.5615,0.23987973,-2779.3513};
- azimut=-17.0839;
- id=65;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item71
- {
- position[]={4942.1265,0.24685019,-2778.8098};
- azimut=-17.0839;
- id=74;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item72
- {
- position[]={4941.7021,0.25020331,-2778.5918};
- azimut=-17.0839;
- id=71;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item73
- {
- position[]={4942.5088,0.24465707,-2778.9658};
- azimut=-17.0839;
- id=59;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item74
- {
- position[]={4943.209,0.24719542,-2778.7722};
- azimut=-17.0839;
- id=64;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item75
- {
- position[]={4943.3271,0.2501018,-2778.5701};
- azimut=-17.0839;
- id=81;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item76
- {
- position[]={4942.9063,0.24708463,-2778.7864};
- azimut=-17.0839;
- id=83;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item77
- {
- position[]={4940.7969,0.26948193,-2777.561};
- azimut=-17.0839;
- id=82;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item78
- {
- position[]={4941.8135,0.26978284,-2777.5266};
- azimut=-17.0839;
- id=84;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item79
- {
- position[]={4941.4834,0.23910978,-2779.3831};
- azimut=-17.0839;
- id=85;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item80
- {
- position[]={4941.4346,0.26556176,-2777.7439};
- azimut=-17.0839;
- id=77;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item81
- {
- position[]={4940.9307,0.24369389,-2779.011};
- azimut=-17.0839;
- id=78;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item82
- {
- position[]={4941.2422,0.23901567,-2779.3792};
- azimut=-17.0839;
- id=79;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item83
- {
- position[]={4941.834,0.2417345,-2779.1824};
- azimut=-17.0839;
- id=76;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item84
- {
- position[]={4942.0957,0.2612491,-2777.9519};
- azimut=-17.0839;
- id=80;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item85
- {
- position[]={4941.9473,0.25010124,-2778.5972};
- azimut=-17.0839;
- id=97;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item86
- {
- position[]={4941.4551,0.25001052,-2778.6038};
- azimut=-17.0839;
- id=98;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item87
- {
- position[]={4942.4854,0.25021154,-2778.5852};
- azimut=-17.0839;
- id=99;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item88
- {
- position[]={4943.1826,0.25353914,-2778.3564};
- azimut=-17.0839;
- id=100;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item89
- {
- position[]={4941.041,0.25344485,-2778.3958};
- azimut=-17.0839;
- id=96;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item90
- {
- position[]={4940.9639,0.23865831,-2779.3945};
- azimut=-17.0839;
- id=87;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item91
- {
- position[]={4941.0254,0.26981279,-2777.5422};
- azimut=-17.0839;
- id=92;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item92
- {
- position[]={4941.5566,0.26133358,-2777.958};
- azimut=-17.0839;
- id=88;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item93
- {
- position[]={4942.3457,0.26154143,-2777.929};
- azimut=-17.0839;
- id=89;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item94
- {
- position[]={4943.0957,0.25725552,-2778.1404};
- azimut=-17.0839;
- id=90;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item95
- {
- position[]={4942.1992,0.25035331,-2778.5793};
- azimut=-17.0839;
- id=86;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item96
- {
- position[]={4942.0791,0.26970193,-2777.5225};
- azimut=-17.0839;
- id=93;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item97
- {
- position[]={4941.9629,0.25724715,-2778.1721};
- azimut=-17.0839;
- id=94;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item98
- {
- position[]={4943.0449,0.25019288,-2778.574};
- azimut=-17.0839;
- id=91;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item99
- {
- position[]={4941.2676,0.26119414,-2777.9702};
- azimut=-17.0839;
- id=95;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
+ skill=0.6;
+ init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
+ };
+ class Item2{id=2;PLRDEF};
+ class Item3{id=3;PLRDEF};
+ class Item4{id=4;PLRDEF};
+ class Item5{id=5;PLRDEF};
+ class Item6{id=6;PLRDEF};
+ class Item7{id=7;PLRDEF};
+ class Item8{id=8;PLRDEF};
+ class Item9{id=9;PLRDEF};
+ class Item10{id=10;PLRDEF};
+ class Item11{id=11;PLRDEF};
+ class Item12{id=12;PLRDEF};
+ class Item13{id=13;PLRDEF};
+ class Item14{id=14;PLRDEF};
+ class Item15{id=15;PLRDEF};
+ class Item16{id=16;PLRDEF};
+ class Item17{id=17;PLRDEF};
+ class Item18{id=18;PLRDEF};
+ class Item19{id=19;PLRDEF};
+ class Item20{id=20;PLRDEF};
+ class Item21{id=21;PLRDEF};
+ class Item22{id=22;PLRDEF};
+ class Item23{id=23;PLRDEF};
+ class Item24{id=24;PLRDEF};
+ class Item25{id=25;PLRDEF};
+ class Item26{id=26;PLRDEF};
+ class Item27{id=27;PLRDEF};
+ class Item28{id=28;PLRDEF};
+ class Item29{id=29;PLRDEF};
+ class Item30{id=30;PLRDEF};
+ class Item31{id=31;PLRDEF};
+ class Item32{id=32;PLRDEF};
+ class Item33{id=33;PLRDEF};
+ class Item34{id=34;PLRDEF};
+ class Item35{id=35;PLRDEF};
+ class Item36{id=36;PLRDEF};
+ class Item37{id=37;PLRDEF};
+ class Item38{id=38;PLRDEF};
+ class Item39{id=39;PLRDEF};
+ class Item40{id=40;PLRDEF};
+ class Item41{id=41;PLRDEF};
+ class Item42{id=42;PLRDEF};
+ class Item43{id=43;PLRDEF};
+ class Item44{id=44;PLRDEF};
+ class Item45{id=45;PLRDEF};
+ class Item46{id=46;PLRDEF};
+ class Item47{id=47;PLRDEF};
+ class Item48{id=48;PLRDEF};
+ class Item49{id=49;PLRDEF};
+ class Item50{id=50;PLRDEF};
+ class Item51{id=51;PLRDEF};
+ class Item52{id=52;PLRDEF};
+ class Item53{id=53;PLRDEF};
+ class Item54{id=54;PLRDEF};
+ class Item55{id=55;PLRDEF};
+ class Item56{id=56;PLRDEF};
+ class Item57{id=57;PLRDEF};
+ class Item58{id=58;PLRDEF};
+ class Item59{id=59;PLRDEF};
+ class Item60{id=60;PLRDEF};
+ class Item61{id=61;PLRDEF};
+ class Item62{id=62;PLRDEF};
+ class Item63{id=63;PLRDEF};
+ class Item64{id=64;PLRDEF};
+ class Item65{id=65;PLRDEF};
+ class Item66{id=66;PLRDEF};
+ class Item67{id=67;PLRDEF};
+ class Item68{id=68;PLRDEF};
+ class Item69{id=69;PLRDEF};
+ class Item70{id=70;PLRDEF};
+ class Item71{id=71;PLRDEF};
+ class Item72{id=72;PLRDEF};
+ class Item73{id=73;PLRDEF};
+ class Item74{id=74;PLRDEF};
+ class Item75{id=75;PLRDEF};
+ class Item76{id=76;PLRDEF};
+ class Item77{id=77;PLRDEF};
+ class Item78{id=78;PLRDEF};
+ class Item79{id=79;PLRDEF};
+ class Item80{id=80;PLRDEF};
+ class Item81{id=81;PLRDEF};
+ class Item82{id=82;PLRDEF};
+ class Item83{id=83;PLRDEF};
+ class Item84{id=84;PLRDEF};
+ class Item85{id=85;PLRDEF};
+ class Item86{id=86;PLRDEF};
+ class Item87{id=87;PLRDEF};
+ class Item88{id=88;PLRDEF};
+ class Item89{id=89;PLRDEF};
+ class Item90{id=90;PLRDEF};
+ class Item91{id=91;PLRDEF};
+ class Item92{id=92;PLRDEF};
+ class Item93{id=93;PLRDEF};
+ class Item94{id=94;PLRDEF};
+ class Item95{id=95;PLRDEF};
+ class Item96{id=96;PLRDEF};
+ class Item97{id=97;PLRDEF};
+ class Item98{id=98;PLRDEF};
+ class Item99{id=99;PLRDEF};
};
};
class Item1
@@ -1162,13 +173,13 @@ class Mission
items=1;
class Item0
{
- position[]={-143.93861,0.52647489,2319.5012};
+ position[]={-144,0.5,2320};
id=50;
side="LOGIC";
vehicle="FunctionsManager";
leader=1;
lock="UNLOCKED";
- skill=0.60000002;
+ skill=0.6;
};
};
};
@@ -1411,8 +422,8 @@ class Intro
randomSeed=6913869;
class Intel
{
- startWeather=0.25;
- forecastWeather=0.25;
+ startWeather=0;
+ forecastWeather=0;
year=2008;
month=10;
day=11;
@@ -1433,8 +444,8 @@ class OutroWin
randomSeed=4081731;
class Intel
{
- startWeather=0.25;
- forecastWeather=0.25;
+ startWeather=0;
+ forecastWeather=0;
year=2008;
month=10;
day=11;
@@ -1455,8 +466,8 @@ class OutroLoose
randomSeed=4975929;
class Intel
{
- startWeather=0.25;
- forecastWeather=0.25;
+ startWeather=0;
+ forecastWeather=0;
year=2008;
month=10;
day=11;
diff --git a/Server Files/MPMissions/DayZ_Epoch_13.Tavi/mission.sqm b/Server Files/MPMissions/DayZ_Epoch_13.Tavi/mission.sqm
index 3b78ab10a..3c9f2264c 100644
--- a/Server Files/MPMissions/DayZ_Epoch_13.Tavi/mission.sqm
+++ b/Server Files/MPMissions/DayZ_Epoch_13.Tavi/mission.sqm
@@ -5,7 +5,7 @@ class Mission
{
"tavi",
"kh_dayztaviana",
- "ca_modules_animals",
+ "ca_modules_animals",
"dayz_anim",
"dayz_code",
"dayz_communityassets",
@@ -33,8 +33,8 @@ class Mission
{
briefingName="DayZ Epoch Taviana";
briefingDescription="DayZ Epoch Taviana Private Server";
- startWeather=0.067362607;
- forecastWeather=0.52341133;
+ startWeather=0;
+ forecastWeather=0;
year=2008;
month=6;
day=1;
@@ -49,1109 +49,119 @@ class Mission
class Vehicles
{
items=100;
- class Item0
- {
- position[]={126.2492,0.69394171,157.38708};
- azimut=-17.0839;
- id=11;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
+#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";
+ class Item0{id=0;PLRDEF};
class Item1
{
- position[]={125.96489,0.69394171,158.18182};
- azimut=-17.0839;
+ position[]={126,0.7,158};
+ azimut=0;
id=0;
side="WEST";
vehicle="Survivor1_DZ";
player="PLAYER COMMANDER";
leader=1;
rank="SERGEANT";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item2
- {
- position[]={125.19946,0.69394171,157.7467};
- azimut=-17.083944;
- id=5;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item3
- {
- position[]={125.40584,0.69394171,159.02014};
- azimut=-17.083944;
- id=8;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item4
- {
- position[]={125.68189,0.69394171,158.16467};
- azimut=-17.083944;
- id=18;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item5
- {
- position[]={124.93312,0.69394171,157.35168};
- azimut=-17.083944;
- id=2;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item6
- {
- position[]={126.50222,0.69394171,157.78412};
- azimut=-17.083937;
- id=9;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item7
- {
- position[]={127.07344,0.69394171,158.64423};
- azimut=-17.083944;
- id=21;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item8
- {
- position[]={126.96429,0.69394171,157.22162};
- azimut=-17.083944;
- id=13;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item9
- {
- position[]={125.59901,0.69394171,157.57892};
- azimut=-17.083944;
- id=7;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item10
- {
- position[]={125.57819,0.69394171,158.80487};
- azimut=-17.0839;
- id=36;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item11
- {
- position[]={125.68203,0.69394171,157.75305};
- azimut=-17.083944;
- id=25;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item12
- {
- position[]={126.13457,0.69394171,157.20508};
- azimut=-17.083944;
- id=43;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item13
- {
- position[]={126.92294,0.69394171,157.58636};
- azimut=-17.083944;
- id=30;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item14
- {
- position[]={126.47661,0.69394171,159.03381};
- azimut=-17.083944;
- id=33;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item15
- {
- position[]={126.66208,0.69394171,158.41077};
- azimut=-17.083944;
- id=1;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item16
- {
- position[]={124.98711,0.69394171,158.37115};
- azimut=-17.083944;
- id=4;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item17
- {
- position[]={126.90768,0.69394171,158.84821};
- azimut=-17.083944;
- id=3;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item18
- {
- position[]={125.42049,0.69394171,158.17358};
- azimut=-17.083944;
- id=6;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item19
- {
- position[]={125.15991,0.69394171,158.16504};
- azimut=-17.083944;
- id=10;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item20
- {
- position[]={126.53394,0.69394171,157.39856};
- azimut=-17.083944;
- id=16;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item21
- {
- position[]={126.08256,0.69394171,158.8205};
- azimut=-17.083944;
- id=19;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item22
- {
- position[]={126.79144,0.69394171,158.6333};
- azimut=-17.083944;
- id=15;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item23
- {
- position[]={126.07879,0.69394171,157.56116};
- azimut=-17.083944;
- id=23;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item24
- {
- position[]={127.20182,0.69394171,158.40826};
- azimut=-17.083944;
- id=26;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item25
- {
- position[]={127.23447,0.69394171,157.59155};
- azimut=-17.083944;
- id=29;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item26
- {
- position[]={126.61225,0.69394171,157.58185};
- azimut=-17.083944;
- id=31;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item27
- {
- position[]={126.39537,0.69394171,158.40656};
- azimut=-17.083944;
- id=28;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item28
- {
- position[]={126.47921,0.69394171,158.18719};
- azimut=-17.083944;
- id=35;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item29
- {
- position[]={127.09355,0.69394171,157.40118};
- azimut=-17.083944;
- id=27;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item30
- {
- position[]={125.4594,0.69394171,157.37329};
- azimut=-17.083937;
- id=34;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item31
- {
- position[]={126.69575,0.69394171,157.20886};
- azimut=-17.083944;
- id=46;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item32
- {
- position[]={126.19179,0.69394171,159.03729};
- azimut=-17.083944;
- id=38;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item33
- {
- position[]={126.63866,0.69394171,158.84766};
- azimut=-17.083944;
- id=32;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item34
- {
- position[]={126.08863,0.69394171,158.39252};
- azimut=-17.083944;
- id=47;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item35
- {
- position[]={125.2139,0.69394171,157.35583};
- azimut=-17.083944;
- id=41;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item36
- {
- position[]={127.02809,0.69394171,159.04047};
- azimut=-17.083944;
- id=40;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item37
- {
- position[]={125.62182,0.69394171,157.18188};
- azimut=-17.083944;
- id=44;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item38
- {
- position[]={126.35212,0.69394171,158.83722};
- azimut=-17.083944;
- id=48;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item39
- {
- position[]={125.14499,0.69394171,159.01099};
- azimut=-17.083944;
- id=39;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item40
- {
- position[]={127.19611,0.69394171,158.83636};
- azimut=-17.083944;
- id=37;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item41
- {
- position[]={125.32362,0.69394171,157.56714};
- azimut=-17.083944;
- id=45;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item42
- {
- position[]={124.65946,0.69394171,158.13086};
- azimut=-17.0839;
- id=49;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item43
- {
- position[]={126.78382,0.69394171,157.39423};
- azimut=-17.083944;
- id=42;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item44
- {
- position[]={125.9855,0.69394171,157.38159};
- azimut=-17.083944;
- id=22;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item45
- {
- position[]={126.51171,0.69394171,158.63306};
- azimut=-17.083944;
- id=12;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item46
- {
- position[]={126.62286,0.69394171,157.96991};
- azimut=-17.083944;
- id=14;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item47
- {
- position[]={125.27383,0.69394171,158.37024};
- azimut=-17.0839;
- id=24;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item48
- {
- position[]={125.55512,0.69394171,158.38495};
- azimut=-17.083944;
- id=20;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item49
- {
- position[]={126.75509,0.69394171,158.18536};
- azimut=-17.083944;
- id=17;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item50
- {
- position[]={126.21745,0.69394171,157.75995};
- azimut=-17.0839;
- id=51;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item51
- {
- position[]={126.74185,0.69394171,159.03485};
- azimut=-17.0839;
- id=52;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item52
- {
- position[]={125.01791,0.69394171,158.81232};
- azimut=-17.0839;
- id=55;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item53
- {
- position[]={124.74366,0.69394171,158.35718};
- azimut=-17.0839;
- id=53;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item54
- {
- position[]={125.8252,0.69394171,158.80878};
- azimut=-17.0839;
- id=54;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item55
- {
- position[]={125.05861,0.69394171,157.54474};
- azimut=-17.0839;
- id=70;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item56
- {
- position[]={124.87514,0.69394171,158.59332};
- azimut=-17.0839;
- id=60;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item57
- {
- position[]={125.81973,0.69394171,157.57184};
- azimut=-17.0839;
- id=68;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item58
- {
- position[]={125.04808,0.69394171,157.95349};
- azimut=-17.0839;
- id=66;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item59
- {
- position[]={124.67368,0.69394171,157.3457};
- azimut=-17.0839;
- id=61;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item60
- {
- position[]={125.45518,0.69394171,157.7652};
- azimut=-17.0839;
- id=63;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item61
- {
- position[]={126.18769,0.69394171,158.19409};
- azimut=-17.0839;
- id=72;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item62
- {
- position[]={125.87371,0.69394171,157.18622};
- azimut=-17.0839;
- id=57;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item63
- {
- position[]={124.67575,0.69394171,157.73749};
- azimut=-17.0839;
- id=58;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item64
- {
- position[]={125.66341,0.69394171,158.59998};
- azimut=-17.0839;
- id=62;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item65
- {
- position[]={124.92472,0.69394171,157.74524};
- azimut=-17.0839;
- id=75;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item66
- {
- position[]={124.80128,0.69394171,157.94641};
- azimut=-17.0839;
- id=56;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item67
- {
- position[]={124.75933,0.69394171,158.80243};
- azimut=-17.0839;
- id=73;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item68
- {
- position[]={127.2486,0.69394171,157.22461};
- azimut=-17.0839;
- id=69;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
-
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item69
- {
- position[]={124.6658,0.69394171,158.57513};
- azimut=-17.0839;
- id=67;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item70
- {
- position[]={126.41776,0.69394171,157.20197};
- azimut=-17.0839;
- id=65;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item71
- {
- position[]={125.983,0.69394171,157.74353};
- azimut=-17.0839;
- id=74;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item72
- {
- position[]={125.5589,0.69394171,157.96149};
- azimut=-17.0839;
- id=71;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item73
- {
- position[]={126.36541,0.69394171,157.58746};
- azimut=-17.0839;
- id=59;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item74
- {
- position[]={127.0658,0.69394171,157.78113};
- azimut=-17.0839;
- id=64;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item75
- {
- position[]={127.18354,0.69394171,157.98334};
- azimut=-17.0839;
- id=81;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item76
- {
- position[]={126.7629,0.69394171,157.76709};
- azimut=-17.0839;
- id=83;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item77
- {
- position[]={124.65369,0.69394171,158.99231};
- azimut=-17.0839;
- id=82;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item78
- {
- position[]={125.67021,0.69394171,159.02667};
- azimut=-17.0839;
- id=84;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item79
- {
- position[]={125.34006,0.69394171,157.17029};
- azimut=-17.0839;
- id=85;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item80
- {
- position[]={125.29077,0.69394171,158.80957};
- azimut=-17.0839;
- id=77;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item81
- {
- position[]={124.78751,0.69394171,157.54242};
- azimut=-17.0839;
- id=78;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item82
- {
- position[]={125.09854,0.69394171,157.17426};
- azimut=-17.0839;
- id=79;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item83
- {
- position[]={125.69042,0.69394171,157.37097};
- azimut=-17.0839;
- id=76;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item84
- {
- position[]={125.95187,0.69394171,158.60138};
- azimut=-17.0839;
- id=80;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item85
- {
- position[]={125.80393,0.69394171,157.95612};
- azimut=-17.0839;
- id=97;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item86
- {
- position[]={125.31184,0.69394171,157.94965};
- azimut=-17.0839;
- id=98;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item87
- {
- position[]={126.3416,0.69394171,157.96826};
- azimut=-17.0839;
- id=99;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item88
- {
- position[]={127.03947,0.69394171,158.1969};
- azimut=-17.0839;
- id=100;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item89
- {
- position[]={124.89738,0.69394171,158.15747};
- azimut=-17.0839;
- id=96;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item90
- {
- position[]={124.82037,0.69394171,157.15875};
- azimut=-17.0839;
- id=87;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item91
- {
- position[]={124.8823,0.69394171,159.01117};
- azimut=-17.0839;
- id=92;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item92
- {
- position[]={125.41312,0.69394171,158.59534};
- azimut=-17.0839;
- id=88;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item93
- {
- position[]={126.20239,0.69394171,158.62439};
- azimut=-17.0839;
- id=89;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item94
- {
- position[]={126.952,0.69394171,158.4129};
- azimut=-17.0839;
- id=90;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item95
- {
- position[]={126.05536,0.69394171,157.97388};
- azimut=-17.0839;
- id=86;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item96
- {
- position[]={125.93575,0.69394171,159.03082};
- azimut=-17.0839;
- id=93;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item97
- {
- position[]={125.81956,0.69394171,158.38116};
- azimut=-17.0839;
- id=94;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item98
- {
- position[]={126.90128,0.69394171,157.97949};
- azimut=-17.0839;
- id=91;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item99
- {
- position[]={125.12415,0.69394171,158.58307};
- azimut=-17.0839;
- id=95;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
+ skill=0.6;
+ init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
+ };
+ class Item2{id=2;PLRDEF};
+ class Item3{id=3;PLRDEF};
+ class Item4{id=4;PLRDEF};
+ class Item5{id=5;PLRDEF};
+ class Item6{id=6;PLRDEF};
+ class Item7{id=7;PLRDEF};
+ class Item8{id=8;PLRDEF};
+ class Item9{id=9;PLRDEF};
+ class Item10{id=10;PLRDEF};
+ class Item11{id=11;PLRDEF};
+ class Item12{id=12;PLRDEF};
+ class Item13{id=13;PLRDEF};
+ class Item14{id=14;PLRDEF};
+ class Item15{id=15;PLRDEF};
+ class Item16{id=16;PLRDEF};
+ class Item17{id=17;PLRDEF};
+ class Item18{id=18;PLRDEF};
+ class Item19{id=19;PLRDEF};
+ class Item20{id=20;PLRDEF};
+ class Item21{id=21;PLRDEF};
+ class Item22{id=22;PLRDEF};
+ class Item23{id=23;PLRDEF};
+ class Item24{id=24;PLRDEF};
+ class Item25{id=25;PLRDEF};
+ class Item26{id=26;PLRDEF};
+ class Item27{id=27;PLRDEF};
+ class Item28{id=28;PLRDEF};
+ class Item29{id=29;PLRDEF};
+ class Item30{id=30;PLRDEF};
+ class Item31{id=31;PLRDEF};
+ class Item32{id=32;PLRDEF};
+ class Item33{id=33;PLRDEF};
+ class Item34{id=34;PLRDEF};
+ class Item35{id=35;PLRDEF};
+ class Item36{id=36;PLRDEF};
+ class Item37{id=37;PLRDEF};
+ class Item38{id=38;PLRDEF};
+ class Item39{id=39;PLRDEF};
+ class Item40{id=40;PLRDEF};
+ class Item41{id=41;PLRDEF};
+ class Item42{id=42;PLRDEF};
+ class Item43{id=43;PLRDEF};
+ class Item44{id=44;PLRDEF};
+ class Item45{id=45;PLRDEF};
+ class Item46{id=46;PLRDEF};
+ class Item47{id=47;PLRDEF};
+ class Item48{id=48;PLRDEF};
+ class Item49{id=49;PLRDEF};
+ class Item50{id=50;PLRDEF};
+ class Item51{id=51;PLRDEF};
+ class Item52{id=52;PLRDEF};
+ class Item53{id=53;PLRDEF};
+ class Item54{id=54;PLRDEF};
+ class Item55{id=55;PLRDEF};
+ class Item56{id=56;PLRDEF};
+ class Item57{id=57;PLRDEF};
+ class Item58{id=58;PLRDEF};
+ class Item59{id=59;PLRDEF};
+ class Item60{id=60;PLRDEF};
+ class Item61{id=61;PLRDEF};
+ class Item62{id=62;PLRDEF};
+ class Item63{id=63;PLRDEF};
+ class Item64{id=64;PLRDEF};
+ class Item65{id=65;PLRDEF};
+ class Item66{id=66;PLRDEF};
+ class Item67{id=67;PLRDEF};
+ class Item68{id=68;PLRDEF};
+ class Item69{id=69;PLRDEF};
+ class Item70{id=70;PLRDEF};
+ class Item71{id=71;PLRDEF};
+ class Item72{id=72;PLRDEF};
+ class Item73{id=73;PLRDEF};
+ class Item74{id=74;PLRDEF};
+ class Item75{id=75;PLRDEF};
+ class Item76{id=76;PLRDEF};
+ class Item77{id=77;PLRDEF};
+ class Item78{id=78;PLRDEF};
+ class Item79{id=79;PLRDEF};
+ class Item80{id=80;PLRDEF};
+ class Item81{id=81;PLRDEF};
+ class Item82{id=82;PLRDEF};
+ class Item83{id=83;PLRDEF};
+ class Item84{id=84;PLRDEF};
+ class Item85{id=85;PLRDEF};
+ class Item86{id=86;PLRDEF};
+ class Item87{id=87;PLRDEF};
+ class Item88{id=88;PLRDEF};
+ class Item89{id=89;PLRDEF};
+ class Item90{id=90;PLRDEF};
+ class Item91{id=91;PLRDEF};
+ class Item92{id=92;PLRDEF};
+ class Item93{id=93;PLRDEF};
+ class Item94{id=94;PLRDEF};
+ class Item95{id=95;PLRDEF};
+ class Item96{id=96;PLRDEF};
+ class Item97{id=97;PLRDEF};
+ class Item98{id=98;PLRDEF};
+ class Item99{id=99;PLRDEF};
};
};
class Item1
@@ -1162,13 +172,13 @@ class Mission
items=1;
class Item0
{
- position[]={-143.93861,0.52647489,2319.5012};
+ position[]={-144,0.5,2320};
id=50;
side="LOGIC";
vehicle="FunctionsManager";
leader=1;
lock="UNLOCKED";
- skill=0.60000002;
+ skill=0.6;
};
};
};
@@ -1463,8 +473,8 @@ class Intro
randomSeed=6913869;
class Intel
{
- startWeather=0.25;
- forecastWeather=0.25;
+ startWeather=0;
+ forecastWeather=0;
year=2008;
month=10;
day=11;
@@ -1485,8 +495,8 @@ class OutroWin
randomSeed=4081731;
class Intel
{
- startWeather=0.25;
- forecastWeather=0.25;
+ startWeather=0;
+ forecastWeather=0;
year=2008;
month=10;
day=11;
@@ -1507,8 +517,8 @@ class OutroLoose
randomSeed=4975929;
class Intel
{
- startWeather=0.25;
- forecastWeather=0.25;
+ startWeather=0;
+ forecastWeather=0;
year=2008;
month=10;
day=11;
diff --git a/Server Files/MPMissions/DayZ_Epoch_15.namalsk/mission.sqm b/Server Files/MPMissions/DayZ_Epoch_15.namalsk/mission.sqm
index 0343dfd58..9f3f7b704 100644
--- a/Server Files/MPMissions/DayZ_Epoch_15.namalsk/mission.sqm
+++ b/Server Files/MPMissions/DayZ_Epoch_15.namalsk/mission.sqm
@@ -34,8 +34,8 @@ class Mission
{
briefingName="DayZ Epoch Namalsk";
briefingDescription="DayZ Epoch Namalsk Private Server";
- startWeather=0.067362607;
- forecastWeather=0.52341133;
+ startWeather=0;
+ forecastWeather=0;
year=2008;
month=6;
day=1;
@@ -50,1108 +50,119 @@ class Mission
class Vehicles
{
items=100;
- class Item0
- {
- position[]={13166.812,0.5969426,-362.96283};
- azimut=-17.0839;
- id=11;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
+#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";
+ class Item0{id=0;PLRDEF};
class Item1
{
- position[]={13166.527,0.58900499,-362.16803};
- azimut=-17.0839;
+ position[]={13167,0.6,-362};
+ azimut=0;
id=0;
side="WEST";
vehicle="Survivor1_DZ";
player="PLAYER COMMANDER";
leader=1;
rank="SERGEANT";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item2
- {
- position[]={13165.762,0.5905776,-362.60321};
- azimut=-17.083944;
- id=5;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item3
- {
- position[]={13165.969,0.57521474,-361.32977};
- azimut=-17.083944;
- id=8;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item4
- {
- position[]={13166.244,0.58800507,-362.18524};
- azimut=-17.083944;
- id=18;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item5
- {
- position[]={13165.495,0.59395719,-362.99823};
- azimut=-17.083944;
- id=2;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item6
- {
- position[]={13167.064,0.59401834,-362.56573};
- azimut=-17.083937;
- id=9;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item7
- {
- position[]={13167.636,0.58761466,-361.70563};
- azimut=-17.083944;
- id=21;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item8
- {
- position[]={13167.526,0.59736085,-363.12823};
- azimut=-17.083944;
- id=13;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item9
- {
- position[]={13166.161,0.59402877,-362.77094};
- azimut=-17.083944;
- id=7;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item10
- {
- position[]={13166.141,0.57941973,-361.54498};
- azimut=-17.0839;
- id=36;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item11
- {
- position[]={13166.244,0.59251642,-362.59686};
- azimut=-17.083944;
- id=25;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item12
- {
- position[]={13166.697,0.5982728,-363.14484};
- azimut=-17.083944;
- id=43;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item13
- {
- position[]={13167.485,0.59541392,-362.76349};
- azimut=-17.083944;
- id=30;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item14
- {
- position[]={13167.039,0.58171016,-361.3161};
- azimut=-17.083944;
- id=33;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item15
- {
- position[]={13167.225,0.58886367,-361.93915};
- azimut=-17.083944;
- id=1;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item16
- {
- position[]={13165.55,0.58131188,-361.9787};
- azimut=-17.083944;
- id=4;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item17
- {
- position[]={13167.47,0.58532017,-361.50165};
- azimut=-17.083944;
- id=3;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item18
- {
- position[]={13165.982,0.58660519,-362.17633};
- azimut=-17.083944;
- id=6;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item19
- {
- position[]={13165.723,0.58520329,-362.18488};
- azimut=-17.083944;
- id=10;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item20
- {
- position[]={13167.097,0.59689862,-362.95135};
- azimut=-17.083944;
- id=16;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item21
- {
- position[]={13166.645,0.5822342,-361.52936};
- azimut=-17.083944;
- id=19;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item22
- {
- position[]={13167.354,0.58708501,-361.71661};
- azimut=-17.083944;
- id=15;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item23
- {
- position[]={13166.642,0.59534419,-362.78876};
- azimut=-17.083944;
- id=23;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item24
- {
- position[]={13167.765,0.58969909,-361.94159};
- azimut=-17.083944;
- id=26;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item25
- {
- position[]={13167.797,0.59492064,-362.75836};
- azimut=-17.083944;
- id=29;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item26
- {
- position[]={13167.175,0.59561223,-362.76801};
- azimut=-17.083944;
- id=31;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item27
- {
- position[]={13166.958,0.58817202,-361.9433};
- azimut=-17.083944;
- id=28;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item28
- {
- position[]={13167.042,0.59051353,-362.16266};
- azimut=-17.083944;
- id=35;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item29
- {
- position[]={13167.656,0.59617138,-362.94867};
- azimut=-17.083944;
- id=27;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item30
- {
- position[]={13166.021,0.59568077,-362.97662};
- azimut=-17.083937;
- id=34;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item31
- {
- position[]={13167.258,0.59793019,-363.14105};
- azimut=-17.083944;
- id=46;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item32
- {
- position[]={13166.754,0.5801999,-361.31256};
- azimut=-17.083944;
- id=38;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item33
- {
- position[]={13167.201,0.58445197,-361.50226};
- azimut=-17.083944;
- id=32;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item34
- {
- position[]={13166.651,0.58721066,-361.95734};
- azimut=-17.083944;
- id=47;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item35
- {
- position[]={13165.776,0.59504426,-362.99408};
- azimut=-17.083944;
- id=41;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item36
- {
- position[]={13167.591,0.58378577,-361.30939};
- azimut=-17.083944;
- id=40;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item37
- {
- position[]={13166.185,0.5978843,-363.16803};
- azimut=-17.083944;
- id=44;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item38
- {
- position[]={13166.914,0.58337814,-361.51263};
- azimut=-17.083944;
- id=48;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item39
- {
- position[]={13165.707,0.57325554,-361.33893};
- azimut=-17.083944;
- id=39;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item40
- {
- position[]={13167.759,0.58614671,-361.51349};
- azimut=-17.083944;
- id=37;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item41
- {
- position[]={13165.886,0.59316432,-362.78278};
- azimut=-17.083944;
- id=45;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item42
- {
- position[]={13165.222,0.58228552,-362.21906};
- azimut=-17.0839;
- id=49;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item43
- {
- position[]={13167.346,0.59673518,-362.95563};
- azimut=-17.083944;
- id=42;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item44
- {
- position[]={13166.548,0.59674108,-362.96832};
- azimut=-17.083944;
- id=22;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item45
- {
- position[]={13167.074,0.58622462,-361.71686};
- azimut=-17.083944;
- id=12;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item46
- {
- position[]={13167.186,0.5926488,-362.37994};
- azimut=-17.083944;
- id=14;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item47
- {
- position[]={13165.836,0.58322299,-361.97968};
- azimut=-17.0839;
- id=24;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item48
- {
- position[]={13166.117,0.58471268,-361.9649};
- azimut=-17.083944;
- id=20;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item49
- {
- position[]={13167.317,0.59102178,-362.16449};
- azimut=-17.083944;
- id=17;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item50
- {
- position[]={13166.78,0.59384757,-362.5899};
- azimut=-17.0839;
- id=51;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item51
- {
- position[]={13167.305,0.58284408,-361.315};
- azimut=-17.0839;
- id=52;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item52
- {
- position[]={13165.58,0.57516879,-361.53754};
- azimut=-17.0839;
- id=55;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item53
- {
- position[]={13165.306,0.57968879,-361.99274};
- azimut=-17.0839;
- id=53;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item54
- {
- position[]={13166.388,0.58093411,-361.54108};
- azimut=-17.0839;
- id=54;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item55
- {
- position[]={13165.621,0.59228021,-362.80511};
- azimut=-17.0839;
- id=70;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item56
- {
- position[]={13165.438,0.5772664,-361.75653};
- azimut=-17.0839;
- id=60;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item57
- {
- position[]={13166.382,0.59470856,-362.77802};
- azimut=-17.0839;
- id=68;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item58
- {
- position[]={13165.61,0.58724201,-362.39642};
- azimut=-17.0839;
- id=66;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item59
- {
- position[]={13165.236,0.5927279,-363.00421};
- azimut=-17.0839;
- id=61;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item60
- {
- position[]={13166.018,0.59152853,-362.58466};
- azimut=-17.0839;
- id=63;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item61
- {
- position[]={13166.75,0.58964944,-362.15582};
- azimut=-17.0839;
- id=72;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item62
- {
- position[]={13166.437,0.59824836,-363.16364};
- azimut=-17.0839;
- id=57;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item63
- {
- position[]={13165.238,0.58778328,-362.61237};
- azimut=-17.0839;
- id=58;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item64
- {
- position[]={13166.226,0.58263975,-361.74994};
- azimut=-17.0839;
- id=62;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item65
- {
- position[]={13165.487,0.58918631,-362.60468};
- azimut=-17.0839;
- id=75;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item66
- {
- position[]={13165.363,0.58581251,-362.4035};
- azimut=-17.0839;
- id=56;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item67
- {
- position[]={13165.322,0.57311499,-361.54742};
- azimut=-17.0839;
- id=73;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item68
- {
- position[]={13167.811,0.59655792,-363.12531};
- azimut=-17.0839;
- id=69;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item69
- {
- position[]={13165.229,0.57581604,-361.77472};
- azimut=-17.0839;
- id=67;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item70
- {
- position[]={13166.98,0.59824383,-363.14789};
- azimut=-17.0839;
- id=65;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item71
- {
- position[]={13166.545,0.59347552,-362.60638};
- azimut=-17.0839;
- id=74;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item72
- {
- position[]={13166.121,0.58978117,-362.38837};
- azimut=-17.0839;
- id=71;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item73
- {
- position[]={13166.928,0.59546548,-362.76239};
- azimut=-17.0839;
- id=59;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item74
- {
- position[]={13167.628,0.59407383,-362.56879};
- azimut=-17.0839;
- id=64;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item75
- {
- position[]={13167.746,0.59269965,-362.36652};
- azimut=-17.0839;
- id=81;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item76
- {
- position[]={13167.325,0.59429663,-362.58282};
- azimut=-17.0839;
- id=83;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item77
- {
- position[]={13165.216,0.56919104,-361.3576};
- azimut=-17.0839;
- id=82;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item78
- {
- position[]={13166.232,0.57705939,-361.32318};
- azimut=-17.0839;
- id=84;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item79
- {
- position[]={13165.902,0.59734011,-363.17963};
- azimut=-17.0839;
- id=85;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item80
- {
- position[]={13165.854,0.57734793,-361.54034};
- azimut=-17.0839;
- id=77;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item81
- {
- position[]={13165.35,0.59090674,-362.80743};
- azimut=-17.0839;
- id=78;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item82
- {
- position[]={13165.661,0.59654659,-363.1756};
- azimut=-17.0839;
- id=79;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item83
- {
- position[]={13166.253,0.59631097,-362.97894};
- azimut=-17.0839;
- id=76;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item84
- {
- position[]={13166.515,0.58419037,-361.74847};
- azimut=-17.0839;
- id=80;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item85
- {
- position[]={13166.366,0.59082162,-362.39374};
- azimut=-17.0839;
- id=97;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item86
- {
- position[]={13165.874,0.58872074,-362.40021};
- azimut=-17.0839;
- id=98;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item87
- {
- position[]={13166.904,0.59220684,-362.38165};
- azimut=-17.0839;
- id=99;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item88
- {
- position[]={13167.602,0.59120595,-362.15302};
- azimut=-17.0839;
- id=100;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item89
- {
- position[]={13165.46,0.58360702,-362.19244};
- azimut=-17.0839;
- id=96;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item90
- {
- position[]={13165.383,0.59562808,-363.1911};
- azimut=-17.0839;
- id=87;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item91
- {
- position[]={13165.444,0.57098609,-361.33868};
- azimut=-17.0839;
- id=92;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item92
- {
- position[]={13165.976,0.58113772,-361.75458};
- azimut=-17.0839;
- id=88;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item93
- {
- position[]={13166.765,0.58511859,-361.72552};
- azimut=-17.0839;
- id=89;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item94
- {
- position[]={13167.515,0.58939534,-361.93695};
- azimut=-17.0839;
- id=90;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item95
- {
- position[]={13166.618,0.5914585,-362.37604};
- azimut=-17.0839;
- id=86;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item96
- {
- position[]={13166.498,0.57875502,-361.31903};
- azimut=-17.0839;
- id=93;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item97
- {
- position[]={13166.382,0.58613181,-361.96869};
- azimut=-17.0839;
- id=94;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item98
- {
- position[]={13167.464,0.59276748,-362.37042};
- azimut=-17.0839;
- id=91;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item99
- {
- position[]={13165.687,0.57932961,-361.76678};
- azimut=-17.0839;
- id=95;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
+ skill=0.6;
+ init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
+ };
+ class Item2{id=2;PLRDEF};
+ class Item3{id=3;PLRDEF};
+ class Item4{id=4;PLRDEF};
+ class Item5{id=5;PLRDEF};
+ class Item6{id=6;PLRDEF};
+ class Item7{id=7;PLRDEF};
+ class Item8{id=8;PLRDEF};
+ class Item9{id=9;PLRDEF};
+ class Item10{id=10;PLRDEF};
+ class Item11{id=11;PLRDEF};
+ class Item12{id=12;PLRDEF};
+ class Item13{id=13;PLRDEF};
+ class Item14{id=14;PLRDEF};
+ class Item15{id=15;PLRDEF};
+ class Item16{id=16;PLRDEF};
+ class Item17{id=17;PLRDEF};
+ class Item18{id=18;PLRDEF};
+ class Item19{id=19;PLRDEF};
+ class Item20{id=20;PLRDEF};
+ class Item21{id=21;PLRDEF};
+ class Item22{id=22;PLRDEF};
+ class Item23{id=23;PLRDEF};
+ class Item24{id=24;PLRDEF};
+ class Item25{id=25;PLRDEF};
+ class Item26{id=26;PLRDEF};
+ class Item27{id=27;PLRDEF};
+ class Item28{id=28;PLRDEF};
+ class Item29{id=29;PLRDEF};
+ class Item30{id=30;PLRDEF};
+ class Item31{id=31;PLRDEF};
+ class Item32{id=32;PLRDEF};
+ class Item33{id=33;PLRDEF};
+ class Item34{id=34;PLRDEF};
+ class Item35{id=35;PLRDEF};
+ class Item36{id=36;PLRDEF};
+ class Item37{id=37;PLRDEF};
+ class Item38{id=38;PLRDEF};
+ class Item39{id=39;PLRDEF};
+ class Item40{id=40;PLRDEF};
+ class Item41{id=41;PLRDEF};
+ class Item42{id=42;PLRDEF};
+ class Item43{id=43;PLRDEF};
+ class Item44{id=44;PLRDEF};
+ class Item45{id=45;PLRDEF};
+ class Item46{id=46;PLRDEF};
+ class Item47{id=47;PLRDEF};
+ class Item48{id=48;PLRDEF};
+ class Item49{id=49;PLRDEF};
+ class Item50{id=50;PLRDEF};
+ class Item51{id=51;PLRDEF};
+ class Item52{id=52;PLRDEF};
+ class Item53{id=53;PLRDEF};
+ class Item54{id=54;PLRDEF};
+ class Item55{id=55;PLRDEF};
+ class Item56{id=56;PLRDEF};
+ class Item57{id=57;PLRDEF};
+ class Item58{id=58;PLRDEF};
+ class Item59{id=59;PLRDEF};
+ class Item60{id=60;PLRDEF};
+ class Item61{id=61;PLRDEF};
+ class Item62{id=62;PLRDEF};
+ class Item63{id=63;PLRDEF};
+ class Item64{id=64;PLRDEF};
+ class Item65{id=65;PLRDEF};
+ class Item66{id=66;PLRDEF};
+ class Item67{id=67;PLRDEF};
+ class Item68{id=68;PLRDEF};
+ class Item69{id=69;PLRDEF};
+ class Item70{id=70;PLRDEF};
+ class Item71{id=71;PLRDEF};
+ class Item72{id=72;PLRDEF};
+ class Item73{id=73;PLRDEF};
+ class Item74{id=74;PLRDEF};
+ class Item75{id=75;PLRDEF};
+ class Item76{id=76;PLRDEF};
+ class Item77{id=77;PLRDEF};
+ class Item78{id=78;PLRDEF};
+ class Item79{id=79;PLRDEF};
+ class Item80{id=80;PLRDEF};
+ class Item81{id=81;PLRDEF};
+ class Item82{id=82;PLRDEF};
+ class Item83{id=83;PLRDEF};
+ class Item84{id=84;PLRDEF};
+ class Item85{id=85;PLRDEF};
+ class Item86{id=86;PLRDEF};
+ class Item87{id=87;PLRDEF};
+ class Item88{id=88;PLRDEF};
+ class Item89{id=89;PLRDEF};
+ class Item90{id=90;PLRDEF};
+ class Item91{id=91;PLRDEF};
+ class Item92{id=92;PLRDEF};
+ class Item93{id=93;PLRDEF};
+ class Item94{id=94;PLRDEF};
+ class Item95{id=95;PLRDEF};
+ class Item96{id=96;PLRDEF};
+ class Item97{id=97;PLRDEF};
+ class Item98{id=98;PLRDEF};
+ class Item99{id=99;PLRDEF};
};
};
class Item1
@@ -1162,13 +173,13 @@ class Mission
items=1;
class Item0
{
- position[]={-143.93861,0.52647489,2319.5012};
+ position[]={-144,0.5,2320};
id=50;
side="LOGIC";
vehicle="FunctionsManager";
leader=1;
lock="UNLOCKED";
- skill=0.60000002;
+ skill=0.6;
};
};
};
@@ -1365,8 +376,8 @@ class Intro
randomSeed=6913869;
class Intel
{
- startWeather=0.25;
- forecastWeather=0.25;
+ startWeather=0;
+ forecastWeather=0;
year=2008;
month=10;
day=11;
@@ -1387,8 +398,8 @@ class OutroWin
randomSeed=4081731;
class Intel
{
- startWeather=0.25;
- forecastWeather=0.25;
+ startWeather=0;
+ forecastWeather=0;
year=2008;
month=10;
day=11;
@@ -1409,8 +420,8 @@ class OutroLoose
randomSeed=4975929;
class Intel
{
- startWeather=0.25;
- forecastWeather=0.25;
+ startWeather=0;
+ forecastWeather=0;
year=2008;
month=10;
day=11;
diff --git a/Server Files/MPMissions/DayZ_Epoch_16.Panthera2/mission.sqm b/Server Files/MPMissions/DayZ_Epoch_16.Panthera2/mission.sqm
index ac0312c3f..ef6e46f2a 100644
--- a/Server Files/MPMissions/DayZ_Epoch_16.Panthera2/mission.sqm
+++ b/Server Files/MPMissions/DayZ_Epoch_16.Panthera2/mission.sqm
@@ -35,8 +35,8 @@ class Mission
{
briefingName="DayZ Epoch Panthera";
briefingDescription="Panthera DayZ Epoch Private Server";
- startWeather=0.067362607;
- forecastWeather=0.52341133;
+ startWeather=0;
+ forecastWeather=0;
year=2008;
month=6;
day=1;
@@ -51,1108 +51,119 @@ class Mission
class Vehicles
{
items=100;
- class Item0
- {
- position[]={5134.3613,0.99641186,-3092.2815};
- azimut=-17.0839;
- id=11;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
+#define PLRDEF position[]={5134,1,-3091};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[]={5134.0771,0.9765408,-3091.4868};
- azimut=-17.0839;
+ position[]={5134,1,-3091};
+ azimut=0;
id=0;
side="WEST";
vehicle="Survivor1_DZ";
player="PLAYER COMMANDER";
leader=1;
rank="SERGEANT";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item2
- {
- position[]={5133.3115,0.98587537,-3091.9219};
- azimut=-17.083944;
- id=5;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item3
- {
- position[]={5133.5176,0.9542951,-3090.6484};
- azimut=-17.083944;
- id=8;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item4
- {
- position[]={5133.7939,0.97643793,-3091.5039};
- azimut=-17.083944;
- id=18;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item5
- {
- position[]={5133.0449,0.99469459,-3092.3169};
- azimut=-17.083944;
- id=2;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item6
- {
- position[]={5134.6143,0.98728859,-3091.8845};
- azimut=-17.083937;
- id=9;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item7
- {
- position[]={5135.1855,0.96646786,-3091.0244};
- azimut=-17.083944;
- id=21;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item8
- {
- position[]={5135.0762,1.0014708,-3092.447};
- azimut=-17.083944;
- id=13;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item9
- {
- position[]={5133.7109,0.99065876,-3092.0896};
- azimut=-17.083944;
- id=7;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item10
- {
- position[]={5133.6904,0.96010286,-3090.8638};
- azimut=-17.0839;
- id=36;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item11
- {
- position[]={5133.7939,0.98663074,-3091.9155};
- azimut=-17.083944;
- id=25;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item12
- {
- position[]={5134.2466,1.0004935,-3092.4634};
- azimut=-17.083944;
- id=43;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item13
- {
- position[]={5135.0352,0.99273229,-3092.0823};
- azimut=-17.083944;
- id=30;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item14
- {
- position[]={5134.5889,0.95571029,-3090.6348};
- azimut=-17.083944;
- id=33;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item15
- {
- position[]={5134.7744,0.97184956,-3091.2578};
- azimut=-17.083944;
- id=1;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item16
- {
- position[]={5133.0991,0.96998656,-3091.2974};
- azimut=-17.083944;
- id=4;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item17
- {
- position[]={5135.0195,0.96105582,-3090.8203};
- azimut=-17.083944;
- id=3;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item18
- {
- position[]={5133.5322,0.97578025,-3091.4951};
- azimut=-17.083944;
- id=6;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item19
- {
- position[]={5133.2715,0.97549933,-3091.5034};
- azimut=-17.083944;
- id=10;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item20
- {
- position[]={5134.6455,0.99661732,-3092.27};
- azimut=-17.083944;
- id=16;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item21
- {
- position[]={5134.1943,0.9605239,-3090.8481};
- azimut=-17.083944;
- id=19;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item22
- {
- position[]={5134.9033,0.96636879,-3091.0352};
- azimut=-17.083944;
- id=15;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item23
- {
- position[]={5134.1904,0.99199688,-3092.1074};
- azimut=-17.083944;
- id=23;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item24
- {
- position[]={5135.3135,0.97263259,-3091.2603};
- azimut=-17.083944;
- id=26;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item25
- {
- position[]={5135.3467,0.99304891,-3092.0771};
- azimut=-17.083944;
- id=29;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item26
- {
- position[]={5134.7241,0.99238396,-3092.0867};
- azimut=-17.083944;
- id=31;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item27
- {
- position[]={5134.5073,0.97155923,-3091.262};
- azimut=-17.083944;
- id=28;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item28
- {
- position[]={5134.5908,0.97722554,-3091.4814};
- azimut=-17.083944;
- id=35;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item29
- {
- position[]={5135.2056,0.99741995,-3092.2673};
- azimut=-17.083944;
- id=27;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item30
- {
- position[]={5133.5713,0.99528152,-3092.2954};
- azimut=-17.083937;
- id=34;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item31
- {
- position[]={5134.8076,1.0013871,-3092.4597};
- azimut=-17.083944;
- id=46;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item32
- {
- position[]={5134.3037,0.95514995,-3090.6313};
- azimut=-17.083944;
- id=38;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item33
- {
- position[]={5134.751,0.96067578,-3090.8208};
- azimut=-17.083944;
- id=32;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item34
- {
- position[]={5134.2002,0.97141498,-3091.2761};
- azimut=-17.083944;
- id=47;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item35
- {
- position[]={5133.3262,0.99517798,-3092.3127};
- azimut=-17.083944;
- id=41;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item36
- {
- position[]={5135.1396,0.95627218,-3090.6282};
- azimut=-17.083944;
- id=40;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item37
- {
- position[]={5133.7334,1.0000269,-3092.4868};
- azimut=-17.083944;
- id=44;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item38
- {
- position[]={5134.4639,0.96052599,-3090.8313};
- azimut=-17.083944;
- id=48;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item39
- {
- position[]={5133.2568,0.95399952,-3090.6577};
- azimut=-17.083944;
- id=39;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item40
- {
- position[]={5135.3081,0.96171898,-3090.8323};
- azimut=-17.083944;
- id=37;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item41
- {
- position[]={5133.4355,0.99041241,-3092.1016};
- azimut=-17.083944;
- id=45;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item42
- {
- position[]={5132.7715,0.97531283,-3091.5376};
- azimut=-17.0839;
- id=49;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item43
- {
- position[]={5134.8955,0.99712861,-3092.2744};
- azimut=-17.083944;
- id=42;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item44
- {
- position[]={5134.0977,0.99608493,-3092.2871};
- azimut=-17.083944;
- id=22;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item45
- {
- position[]={5134.624,0.96596396,-3091.0356};
- azimut=-17.083944;
- id=12;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item46
- {
- position[]={5134.7349,0.98286068,-3091.6987};
- azimut=-17.083944;
- id=14;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item47
- {
- position[]={5133.3857,0.97055411,-3091.2983};
- azimut=-17.0839;
- id=24;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item48
- {
- position[]={5133.667,0.97070557,-3091.2837};
- azimut=-17.083944;
- id=20;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item49
- {
- position[]={5134.8672,0.97768366,-3091.4832};
- azimut=-17.083944;
- id=17;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item50
- {
- position[]={5134.3291,0.98739624,-3091.9087};
- azimut=-17.0839;
- id=51;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item51
- {
- position[]={5134.8535,0.95603073,-3090.6338};
- azimut=-17.0839;
- id=52;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item52
- {
- position[]={5133.1299,0.9588393,-3090.8562};
- azimut=-17.0839;
- id=55;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item53
- {
- position[]={5132.8555,0.96984965,-3091.3115};
- azimut=-17.0839;
- id=53;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item54
- {
- position[]={5133.9375,0.9604426,-3090.8599};
- azimut=-17.0839;
- id=54;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item55
- {
- position[]={5133.1709,0.99039286,-3092.1238};
- azimut=-17.0839;
- id=70;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item56
- {
- position[]={5132.9873,0.96415484,-3091.0752};
- azimut=-17.0839;
- id=60;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item57
- {
- position[]={5133.9316,0.99124253,-3092.0967};
- azimut=-17.0839;
- id=68;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item58
- {
- position[]={5133.1602,0.9805274,-3091.7151};
- azimut=-17.0839;
- id=66;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item59
- {
- position[]={5132.7856,0.99423087,-3092.3228};
- azimut=-17.0839;
- id=61;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item60
- {
- position[]={5133.5674,0.98593897,-3091.9033};
- azimut=-17.0839;
- id=63;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item61
- {
- position[]={5134.2998,0.97659075,-3091.4746};
- azimut=-17.0839;
- id=72;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item62
- {
- position[]={5133.9854,1.0004188,-3092.4824};
- azimut=-17.0839;
- id=57;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item63
- {
- position[]={5132.7881,0.98498249,-3091.9312};
- azimut=-17.0839;
- id=58;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item64
- {
- position[]={5133.7754,0.96541888,-3091.0686};
- azimut=-17.0839;
- id=62;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item65
- {
- position[]={5133.0366,0.98532814,-3091.9233};
- azimut=-17.0839;
- id=75;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item66
- {
- position[]={5132.9131,0.98015785,-3091.7222};
- azimut=-17.0839;
- id=56;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item67
- {
- position[]={5132.8711,0.95858139,-3090.8662};
- azimut=-17.0839;
- id=73;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item68
- {
- position[]={5135.3604,1.0018462,-3092.4438};
- azimut=-17.0839;
- id=69;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item69
- {
- position[]={5132.7773,0.96419322,-3091.0935};
- azimut=-17.0839;
- id=67;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item70
- {
- position[]={5134.5293,1.0010735,-3092.4666};
- azimut=-17.0839;
- id=65;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item71
- {
- position[]={5134.0947,0.98741108,-3091.925};
- azimut=-17.0839;
- id=74;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item72
- {
- position[]={5133.6709,0.9812898,-3091.707};
- azimut=-17.0839;
- id=71;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item73
- {
- position[]={5134.4775,0.99183631,-3092.0811};
- azimut=-17.0839;
- id=59;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item74
- {
- position[]={5135.1777,0.98818791,-3091.8875};
- azimut=-17.0839;
- id=64;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item75
- {
- position[]={5135.2954,0.98331201,-3091.6853};
- azimut=-17.0839;
- id=81;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item76
- {
- position[]={5134.875,0.98807186,-3091.9014};
- azimut=-17.0839;
- id=83;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item77
- {
- position[]={5132.7656,0.95352745,-3090.6763};
- azimut=-17.0839;
- id=82;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item78
- {
- position[]={5133.7822,0.95458001,-3090.6418};
- azimut=-17.0839;
- id=84;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item79
- {
- position[]={5133.4521,0.99971849,-3092.4983};
- azimut=-17.0839;
- id=85;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item80
- {
- position[]={5133.4023,0.95943558,-3090.8589};
- azimut=-17.0839;
- id=77;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item81
- {
- position[]={5132.8994,0.98989499,-3092.1262};
- azimut=-17.0839;
- id=78;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item82
- {
- position[]={5133.2104,0.99911439,-3092.4944};
- azimut=-17.0839;
- id=79;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item83
- {
- position[]={5133.8027,0.99578571,-3092.2976};
- azimut=-17.0839;
- id=76;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item84
- {
- position[]={5134.0635,0.96590972,-3091.0671};
- azimut=-17.0839;
- id=80;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item85
- {
- position[]={5133.916,0.98186028,-3091.7124};
- azimut=-17.0839;
- id=97;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item86
- {
- position[]={5133.4238,0.98112327,-3091.719};
- azimut=-17.0839;
- id=98;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item87
- {
- position[]={5134.4536,0.98248917,-3091.7002};
- azimut=-17.0839;
- id=99;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item88
- {
- position[]={5135.1514,0.97777396,-3091.4717};
- azimut=-17.0839;
- id=100;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item89
- {
- position[]={5133.0093,0.97516561,-3091.5112};
- azimut=-17.0839;
- id=96;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item90
- {
- position[]={5132.9326,0.99885654,-3092.5098};
- azimut=-17.0839;
- id=87;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item91
- {
- position[]={5132.9941,0.95348662,-3090.6575};
- azimut=-17.0839;
- id=92;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item92
- {
- position[]={5133.5254,0.96512252,-3091.0732};
- azimut=-17.0839;
- id=88;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item93
- {
- position[]={5134.3145,0.96570528,-3091.0442};
- azimut=-17.0839;
- id=89;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item94
- {
- position[]={5135.064,0.97219217,-3091.2556};
- azimut=-17.0839;
- id=90;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item95
- {
- position[]={5134.167,0.98187673,-3091.6948};
- azimut=-17.0839;
- id=86;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item96
- {
- position[]={5134.0479,0.95493633,-3090.6377};
- azimut=-17.0839;
- id=93;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item97
- {
- position[]={5133.9316,0.97125894,-3091.2874};
- azimut=-17.0839;
- id=94;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item98
- {
- position[]={5135.0132,0.98303092,-3091.689};
- azimut=-17.0839;
- id=91;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item99
- {
- position[]={5133.2363,0.96489203,-3091.0854};
- azimut=-17.0839;
- id=95;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
+ skill=0.6;
+ init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
+ };
+ class Item2{id=2;PLRDEF};
+ class Item3{id=3;PLRDEF};
+ class Item4{id=4;PLRDEF};
+ class Item5{id=5;PLRDEF};
+ class Item6{id=6;PLRDEF};
+ class Item7{id=7;PLRDEF};
+ class Item8{id=8;PLRDEF};
+ class Item9{id=9;PLRDEF};
+ class Item10{id=10;PLRDEF};
+ class Item11{id=11;PLRDEF};
+ class Item12{id=12;PLRDEF};
+ class Item13{id=13;PLRDEF};
+ class Item14{id=14;PLRDEF};
+ class Item15{id=15;PLRDEF};
+ class Item16{id=16;PLRDEF};
+ class Item17{id=17;PLRDEF};
+ class Item18{id=18;PLRDEF};
+ class Item19{id=19;PLRDEF};
+ class Item20{id=20;PLRDEF};
+ class Item21{id=21;PLRDEF};
+ class Item22{id=22;PLRDEF};
+ class Item23{id=23;PLRDEF};
+ class Item24{id=24;PLRDEF};
+ class Item25{id=25;PLRDEF};
+ class Item26{id=26;PLRDEF};
+ class Item27{id=27;PLRDEF};
+ class Item28{id=28;PLRDEF};
+ class Item29{id=29;PLRDEF};
+ class Item30{id=30;PLRDEF};
+ class Item31{id=31;PLRDEF};
+ class Item32{id=32;PLRDEF};
+ class Item33{id=33;PLRDEF};
+ class Item34{id=34;PLRDEF};
+ class Item35{id=35;PLRDEF};
+ class Item36{id=36;PLRDEF};
+ class Item37{id=37;PLRDEF};
+ class Item38{id=38;PLRDEF};
+ class Item39{id=39;PLRDEF};
+ class Item40{id=40;PLRDEF};
+ class Item41{id=41;PLRDEF};
+ class Item42{id=42;PLRDEF};
+ class Item43{id=43;PLRDEF};
+ class Item44{id=44;PLRDEF};
+ class Item45{id=45;PLRDEF};
+ class Item46{id=46;PLRDEF};
+ class Item47{id=47;PLRDEF};
+ class Item48{id=48;PLRDEF};
+ class Item49{id=49;PLRDEF};
+ class Item50{id=50;PLRDEF};
+ class Item51{id=51;PLRDEF};
+ class Item52{id=52;PLRDEF};
+ class Item53{id=53;PLRDEF};
+ class Item54{id=54;PLRDEF};
+ class Item55{id=55;PLRDEF};
+ class Item56{id=56;PLRDEF};
+ class Item57{id=57;PLRDEF};
+ class Item58{id=58;PLRDEF};
+ class Item59{id=59;PLRDEF};
+ class Item60{id=60;PLRDEF};
+ class Item61{id=61;PLRDEF};
+ class Item62{id=62;PLRDEF};
+ class Item63{id=63;PLRDEF};
+ class Item64{id=64;PLRDEF};
+ class Item65{id=65;PLRDEF};
+ class Item66{id=66;PLRDEF};
+ class Item67{id=67;PLRDEF};
+ class Item68{id=68;PLRDEF};
+ class Item69{id=69;PLRDEF};
+ class Item70{id=70;PLRDEF};
+ class Item71{id=71;PLRDEF};
+ class Item72{id=72;PLRDEF};
+ class Item73{id=73;PLRDEF};
+ class Item74{id=74;PLRDEF};
+ class Item75{id=75;PLRDEF};
+ class Item76{id=76;PLRDEF};
+ class Item77{id=77;PLRDEF};
+ class Item78{id=78;PLRDEF};
+ class Item79{id=79;PLRDEF};
+ class Item80{id=80;PLRDEF};
+ class Item81{id=81;PLRDEF};
+ class Item82{id=82;PLRDEF};
+ class Item83{id=83;PLRDEF};
+ class Item84{id=84;PLRDEF};
+ class Item85{id=85;PLRDEF};
+ class Item86{id=86;PLRDEF};
+ class Item87{id=87;PLRDEF};
+ class Item88{id=88;PLRDEF};
+ class Item89{id=89;PLRDEF};
+ class Item90{id=90;PLRDEF};
+ class Item91{id=91;PLRDEF};
+ class Item92{id=92;PLRDEF};
+ class Item93{id=93;PLRDEF};
+ class Item94{id=94;PLRDEF};
+ class Item95{id=95;PLRDEF};
+ class Item96{id=96;PLRDEF};
+ class Item97{id=97;PLRDEF};
+ class Item98{id=98;PLRDEF};
+ class Item99{id=99;PLRDEF};
};
};
class Item1
@@ -1163,13 +174,13 @@ class Mission
items=1;
class Item0
{
- position[]={-143.93861,0.52647489,2319.5012};
+ position[]={-144,0.5,2320};
id=50;
side="LOGIC";
vehicle="FunctionsManager";
leader=1;
lock="UNLOCKED";
- skill=0.60000002;
+ skill=0.6;
};
};
};
@@ -1549,8 +560,8 @@ class Intro
randomSeed=6913869;
class Intel
{
- startWeather=0.25;
- forecastWeather=0.25;
+ startWeather=0;
+ forecastWeather=0;
year=2008;
month=10;
day=11;
@@ -1571,8 +582,8 @@ class OutroWin
randomSeed=4081731;
class Intel
{
- startWeather=0.25;
- forecastWeather=0.25;
+ startWeather=0;
+ forecastWeather=0;
year=2008;
month=10;
day=11;
@@ -1593,8 +604,8 @@ class OutroLoose
randomSeed=4975929;
class Intel
{
- startWeather=0.25;
- forecastWeather=0.25;
+ startWeather=0;
+ forecastWeather=0;
year=2008;
month=10;
day=11;
diff --git a/Server Files/MPMissions/DayZ_Epoch_17.Chernarus/mission.sqm b/Server Files/MPMissions/DayZ_Epoch_17.Chernarus/mission.sqm
index d21017ea4..606f8c364 100644
--- a/Server Files/MPMissions/DayZ_Epoch_17.Chernarus/mission.sqm
+++ b/Server Files/MPMissions/DayZ_Epoch_17.Chernarus/mission.sqm
@@ -28,8 +28,8 @@ class Mission
{
briefingName="DayZ Epoch Chernarus";
briefingDescription="DayZ Epoch Chernarus Private Server";
- startWeather=0.067362607;
- forecastWeather=0.52341133;
+ startWeather=0;
+ forecastWeather=0;
year=2008;
month=10;
day=1;
@@ -44,1108 +44,119 @@ class Mission
class Vehicles
{
items=100;
- class Item0
- {
- position[]={20386.953,0.15662582,-5039.3979};
- azimut=-17.0839;
- id=11;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
+#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";
+ class Item0{id=0;PLRDEF};
class Item1
{
- position[]={20386.67,0.16479233,-5038.603};
- azimut=-17.0839;
+ position[]={20387,0.2,-5039};
+ azimut=0;
id=0;
side="WEST";
vehicle="Survivor1_DZ";
player="PLAYER COMMANDER";
leader=1;
rank="SERGEANT";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item2
- {
- position[]={20385.904,0.17103837,-5039.0381};
- azimut=-17.083944;
- id=5;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item3
- {
- position[]={20386.109,0.18125358,-5037.7646};
- azimut=-17.083944;
- id=8;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item4
- {
- position[]={20386.387,0.16829216,-5038.6201};
- azimut=-17.083944;
- id=18;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item5
- {
- position[]={20385.637,0.17105211,-5039.4331};
- azimut=-17.083944;
- id=2;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item6
- {
- position[]={20387.207,0.15618066,-5039.001};
- azimut=-17.083937;
- id=9;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item7
- {
- position[]={20387.777,0.15535651,-5038.1406};
- azimut=-17.083944;
- id=21;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item8
- {
- position[]={20387.668,0.15059547,-5039.5635};
- azimut=-17.083944;
- id=13;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item9
- {
- position[]={20386.305,0.16457191,-5039.2061};
- azimut=-17.083944;
- id=7;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item10
- {
- position[]={20386.283,0.17612521,-5037.98};
- azimut=-17.0839;
- id=36;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item11
- {
- position[]={20386.387,0.16492182,-5039.0317};
- azimut=-17.083944;
- id=25;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item12
- {
- position[]={20386.84,0.15676776,-5039.5801};
- azimut=-17.083944;
- id=43;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item13
- {
- position[]={20387.629,0.15180451,-5039.1987};
- azimut=-17.083944;
- id=30;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item14
- {
- position[]={20387.182,0.16543984,-5037.751};
- azimut=-17.083944;
- id=33;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item15
- {
- position[]={20387.367,0.15828332,-5038.374};
- azimut=-17.083944;
- id=1;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item16
- {
- position[]={20385.691,0.18046901,-5038.4141};
- azimut=-17.083944;
- id=4;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item17
- {
- position[]={20387.613,0.15850514,-5037.9365};
- azimut=-17.083944;
- id=3;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item18
- {
- position[]={20386.125,0.17194009,-5038.6113};
- azimut=-17.083944;
- id=6;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item19
- {
- position[]={20385.865,0.17562421,-5038.6201};
- azimut=-17.083944;
- id=10;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item20
- {
- position[]={20387.238,0.15417965,-5039.3862};
- azimut=-17.083944;
- id=16;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item21
- {
- position[]={20386.787,0.16882704,-5037.9644};
- azimut=-17.083944;
- id=19;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item22
- {
- position[]={20387.496,0.15831235,-5038.1519};
- azimut=-17.083944;
- id=15;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item23
- {
- position[]={20386.783,0.15919085,-5039.2236};
- azimut=-17.083944;
- id=23;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item24
- {
- position[]={20387.906,0.15275961,-5038.377};
- azimut=-17.083944;
- id=26;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item25
- {
- position[]={20387.939,0.14963758,-5039.1934};
- azimut=-17.083944;
- id=29;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item26
- {
- position[]={20387.316,0.15429249,-5039.2031};
- azimut=-17.083944;
- id=31;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item27
- {
- position[]={20387.102,0.16125855,-5038.3784};
- azimut=-17.083944;
- id=28;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item28
- {
- position[]={20387.184,0.15882353,-5038.5977};
- azimut=-17.083944;
- id=35;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item29
- {
- position[]={20387.799,0.15010782,-5039.3838};
- azimut=-17.083944;
- id=27;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item30
- {
- position[]={20386.164,0.16473716,-5039.4116};
- azimut=-17.083937;
- id=34;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item31
- {
- position[]={20387.4,0.1523414,-5039.5762};
- azimut=-17.083944;
- id=46;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item32
- {
- position[]={20386.896,0.16940625,-5037.7476};
- azimut=-17.083944;
- id=38;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item33
- {
- position[]={20387.344,0.16170959,-5037.9375};
- azimut=-17.083944;
- id=32;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item34
- {
- position[]={20386.793,0.16497263,-5038.3926};
- azimut=-17.083944;
- id=47;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item35
- {
- position[]={20385.918,0.16750859,-5039.4292};
- azimut=-17.083944;
- id=41;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item36
- {
- position[]={20387.732,0.15848649,-5037.7446};
- azimut=-17.083944;
- id=40;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item37
- {
- position[]={20386.326,0.16162063,-5039.603};
- azimut=-17.083944;
- id=44;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item38
- {
- position[]={20387.057,0.1653451,-5037.9478};
- azimut=-17.083944;
- id=48;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item39
- {
- position[]={20385.85,0.18546806,-5037.7739};
- azimut=-17.083944;
- id=39;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item40
- {
- position[]={20387.902,0.15520072,-5037.9487};
- azimut=-17.083944;
- id=37;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item41
- {
- position[]={20386.027,0.16787702,-5039.2178};
- azimut=-17.083944;
- id=45;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item42
- {
- position[]={20385.363,0.18298733,-5038.6543};
- azimut=-17.0839;
- id=49;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item43
- {
- position[]={20387.488,0.15223679,-5039.3906};
- azimut=-17.083944;
- id=42;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item44
- {
- position[]={20386.691,0.15906778,-5039.4033};
- azimut=-17.083944;
- id=22;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item45
- {
- position[]={20387.217,0.16162799,-5038.1519};
- azimut=-17.083944;
- id=12;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item46
- {
- position[]={20387.328,0.15603289,-5038.8149};
- azimut=-17.083944;
- id=14;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item47
- {
- position[]={20385.979,0.17604545,-5038.4146};
- azimut=-17.0839;
- id=24;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item48
- {
- position[]={20386.26,0.17209506,-5038.3999};
- azimut=-17.083944;
- id=20;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item49
- {
- position[]={20387.461,0.15587915,-5038.5996};
- azimut=-17.083944;
- id=17;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item50
- {
- position[]={20386.922,0.15893415,-5039.0249};
- azimut=-17.0839;
- id=51;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item51
- {
- position[]={20387.447,0.16194293,-5037.75};
- azimut=-17.0839;
- id=52;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item52
- {
- position[]={20385.723,0.18517312,-5037.9727};
- azimut=-17.0839;
- id=55;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item53
- {
- position[]={20385.449,0.18421075,-5038.4277};
- azimut=-17.0839;
- id=53;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item54
- {
- position[]={20386.531,0.17241226,-5037.9761};
- azimut=-17.0839;
- id=54;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item55
- {
- position[]={20385.764,0.17107509,-5039.2402};
- azimut=-17.0839;
- id=70;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item56
- {
- position[]={20385.58,0.18492576,-5038.1914};
- azimut=-17.0839;
- id=60;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item57
- {
- position[]={20386.523,0.16200742,-5039.2129};
- azimut=-17.0839;
- id=68;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item58
- {
- position[]={20385.754,0.1750953,-5038.8315};
- azimut=-17.0839;
- id=66;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item59
- {
- position[]={20385.379,0.17446737,-5039.4395};
- azimut=-17.0839;
- id=61;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item60
- {
- position[]={20386.16,0.16785209,-5039.0195};
- azimut=-17.0839;
- id=63;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item61
- {
- position[]={20386.893,0.16217497,-5038.5908};
- azimut=-17.0839;
- id=72;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item62
- {
- position[]={20386.578,0.15910837,-5039.5986};
- azimut=-17.0839;
- id=57;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item63
- {
- position[]={20385.381,0.17838521,-5039.0474};
- azimut=-17.0839;
- id=58;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item64
- {
- position[]={20386.367,0.1727002,-5038.1851};
- azimut=-17.0839;
- id=62;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item65
- {
- position[]={20385.629,0.17481448,-5039.0396};
- azimut=-17.0839;
- id=75;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item66
- {
- position[]={20385.506,0.17867063,-5038.8384};
- azimut=-17.0839;
- id=56;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item67
- {
- position[]={20385.465,0.18942796,-5037.9824};
- azimut=-17.0839;
- id=73;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item68
- {
- position[]={20387.953,0.14896986,-5039.5605};
- azimut=-17.0839;
- id=69;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item69
- {
- position[]={20385.371,0.18815118,-5038.21};
- azimut=-17.0839;
- id=67;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item70
- {
- position[]={20387.123,0.15439001,-5039.583};
- azimut=-17.0839;
- id=65;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item71
- {
- position[]={20386.688,0.16135314,-5039.0415};
- azimut=-17.0839;
- id=74;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item72
- {
- position[]={20386.264,0.16812733,-5038.8232};
- azimut=-17.0839;
- id=71;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item73
- {
- position[]={20387.07,0.15650542,-5039.1973};
- azimut=-17.0839;
- id=59;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item74
- {
- position[]={20387.77,0.15133803,-5039.0039};
- azimut=-17.0839;
- id=64;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item75
- {
- position[]={20387.889,0.15113732,-5038.8018};
- azimut=-17.0839;
- id=81;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item76
- {
- position[]={20387.469,0.15375,-5039.0181};
- azimut=-17.0839;
- id=83;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item77
- {
- position[]={20385.359,0.19382229,-5037.7925};
- azimut=-17.0839;
- id=82;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item78
- {
- position[]={20386.375,0.17710835,-5037.7583};
- azimut=-17.0839;
- id=84;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item79
- {
- position[]={20386.045,0.1646574,-5039.6147};
- azimut=-17.0839;
- id=85;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item80
- {
- position[]={20385.996,0.18065768,-5037.9756};
- azimut=-17.0839;
- id=77;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item81
- {
- position[]={20385.492,0.17478399,-5039.2427};
- azimut=-17.0839;
- id=78;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item82
- {
- position[]={20385.805,0.16745709,-5039.6108};
- azimut=-17.0839;
- id=79;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item83
- {
- position[]={20386.395,0.1621165,-5039.4141};
- azimut=-17.0839;
- id=76;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item84
- {
- position[]={20386.656,0.16861492,-5038.1836};
- azimut=-17.0839;
- id=80;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item85
- {
- position[]={20386.508,0.16501319,-5038.8291};
- azimut=-17.0839;
- id=97;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item86
- {
- position[]={20386.016,0.17139146,-5038.8354};
- azimut=-17.0839;
- id=98;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item87
- {
- position[]={20387.047,0.15888432,-5038.8169};
- azimut=-17.0839;
- id=99;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item88
- {
- position[]={20387.744,0.1532651,-5038.5879};
- azimut=-17.0839;
- id=100;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item89
- {
- position[]={20385.602,0.1795412,-5038.6274};
- azimut=-17.0839;
- id=96;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item90
- {
- position[]={20385.525,0.17081107,-5039.626};
- azimut=-17.0839;
- id=87;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item91
- {
- position[]={20385.586,0.18999885,-5037.7739};
- azimut=-17.0839;
- id=92;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item92
- {
- position[]={20386.117,0.176385,-5038.1895};
- azimut=-17.0839;
- id=88;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item93
- {
- position[]={20386.906,0.16545716,-5038.1606};
- azimut=-17.0839;
- id=89;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item94
- {
- position[]={20387.656,0.15522508,-5038.3721};
- azimut=-17.0839;
- id=90;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item95
- {
- position[]={20386.76,0.16213484,-5038.811};
- azimut=-17.0839;
- id=86;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item96
- {
- position[]={20386.641,0.17308669,-5037.7539};
- azimut=-17.0839;
- id=93;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item97
- {
- position[]={20386.523,0.16837664,-5038.4038};
- azimut=-17.0839;
- id=94;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item98
- {
- position[]={20387.605,0.15348728,-5038.8057};
- azimut=-17.0839;
- id=91;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item99
- {
- position[]={20385.828,0.18072389,-5038.2021};
- azimut=-17.0839;
- id=95;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
+ skill=0.6;
+ init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
+ };
+ class Item2{id=2;PLRDEF};
+ class Item3{id=3;PLRDEF};
+ class Item4{id=4;PLRDEF};
+ class Item5{id=5;PLRDEF};
+ class Item6{id=6;PLRDEF};
+ class Item7{id=7;PLRDEF};
+ class Item8{id=8;PLRDEF};
+ class Item9{id=9;PLRDEF};
+ class Item10{id=10;PLRDEF};
+ class Item11{id=11;PLRDEF};
+ class Item12{id=12;PLRDEF};
+ class Item13{id=13;PLRDEF};
+ class Item14{id=14;PLRDEF};
+ class Item15{id=15;PLRDEF};
+ class Item16{id=16;PLRDEF};
+ class Item17{id=17;PLRDEF};
+ class Item18{id=18;PLRDEF};
+ class Item19{id=19;PLRDEF};
+ class Item20{id=20;PLRDEF};
+ class Item21{id=21;PLRDEF};
+ class Item22{id=22;PLRDEF};
+ class Item23{id=23;PLRDEF};
+ class Item24{id=24;PLRDEF};
+ class Item25{id=25;PLRDEF};
+ class Item26{id=26;PLRDEF};
+ class Item27{id=27;PLRDEF};
+ class Item28{id=28;PLRDEF};
+ class Item29{id=29;PLRDEF};
+ class Item30{id=30;PLRDEF};
+ class Item31{id=31;PLRDEF};
+ class Item32{id=32;PLRDEF};
+ class Item33{id=33;PLRDEF};
+ class Item34{id=34;PLRDEF};
+ class Item35{id=35;PLRDEF};
+ class Item36{id=36;PLRDEF};
+ class Item37{id=37;PLRDEF};
+ class Item38{id=38;PLRDEF};
+ class Item39{id=39;PLRDEF};
+ class Item40{id=40;PLRDEF};
+ class Item41{id=41;PLRDEF};
+ class Item42{id=42;PLRDEF};
+ class Item43{id=43;PLRDEF};
+ class Item44{id=44;PLRDEF};
+ class Item45{id=45;PLRDEF};
+ class Item46{id=46;PLRDEF};
+ class Item47{id=47;PLRDEF};
+ class Item48{id=48;PLRDEF};
+ class Item49{id=49;PLRDEF};
+ class Item50{id=50;PLRDEF};
+ class Item51{id=51;PLRDEF};
+ class Item52{id=52;PLRDEF};
+ class Item53{id=53;PLRDEF};
+ class Item54{id=54;PLRDEF};
+ class Item55{id=55;PLRDEF};
+ class Item56{id=56;PLRDEF};
+ class Item57{id=57;PLRDEF};
+ class Item58{id=58;PLRDEF};
+ class Item59{id=59;PLRDEF};
+ class Item60{id=60;PLRDEF};
+ class Item61{id=61;PLRDEF};
+ class Item62{id=62;PLRDEF};
+ class Item63{id=63;PLRDEF};
+ class Item64{id=64;PLRDEF};
+ class Item65{id=65;PLRDEF};
+ class Item66{id=66;PLRDEF};
+ class Item67{id=67;PLRDEF};
+ class Item68{id=68;PLRDEF};
+ class Item69{id=69;PLRDEF};
+ class Item70{id=70;PLRDEF};
+ class Item71{id=71;PLRDEF};
+ class Item72{id=72;PLRDEF};
+ class Item73{id=73;PLRDEF};
+ class Item74{id=74;PLRDEF};
+ class Item75{id=75;PLRDEF};
+ class Item76{id=76;PLRDEF};
+ class Item77{id=77;PLRDEF};
+ class Item78{id=78;PLRDEF};
+ class Item79{id=79;PLRDEF};
+ class Item80{id=80;PLRDEF};
+ class Item81{id=81;PLRDEF};
+ class Item82{id=82;PLRDEF};
+ class Item83{id=83;PLRDEF};
+ class Item84{id=84;PLRDEF};
+ class Item85{id=85;PLRDEF};
+ class Item86{id=86;PLRDEF};
+ class Item87{id=87;PLRDEF};
+ class Item88{id=88;PLRDEF};
+ class Item89{id=89;PLRDEF};
+ class Item90{id=90;PLRDEF};
+ class Item91{id=91;PLRDEF};
+ class Item92{id=92;PLRDEF};
+ class Item93{id=93;PLRDEF};
+ class Item94{id=94;PLRDEF};
+ class Item95{id=95;PLRDEF};
+ class Item96{id=96;PLRDEF};
+ class Item97{id=97;PLRDEF};
+ class Item98{id=98;PLRDEF};
+ class Item99{id=99;PLRDEF};
};
};
class Item1
@@ -1156,13 +167,13 @@ class Mission
items=1;
class Item0
{
- position[]={-143.93861,0.52647489,2319.5012};
+ position[]={-144,0.5,2320};
id=50;
side="LOGIC";
vehicle="FunctionsManager";
leader=1;
lock="UNLOCKED";
- skill=0.60000002;
+ skill=0.6;
};
};
};
@@ -1356,8 +367,8 @@ class Intro
randomSeed=6913869;
class Intel
{
- startWeather=0.25;
- forecastWeather=0.25;
+ startWeather=0;
+ forecastWeather=0;
year=2008;
month=10;
day=11;
@@ -1378,8 +389,8 @@ class OutroWin
randomSeed=4081731;
class Intel
{
- startWeather=0.25;
- forecastWeather=0.25;
+ startWeather=0;
+ forecastWeather=0;
year=2008;
month=10;
day=11;
@@ -1400,8 +411,8 @@ class OutroLoose
randomSeed=4975929;
class Intel
{
- startWeather=0.25;
- forecastWeather=0.25;
+ startWeather=0;
+ forecastWeather=0;
year=2008;
month=10;
day=11;
diff --git a/Server Files/MPMissions/DayZ_Epoch_18.Sara/mission.sqm b/Server Files/MPMissions/DayZ_Epoch_18.Sara/mission.sqm
index 6ac83b4cc..8920d8559 100644
--- a/Server Files/MPMissions/DayZ_Epoch_18.Sara/mission.sqm
+++ b/Server Files/MPMissions/DayZ_Epoch_18.Sara/mission.sqm
@@ -28,8 +28,8 @@ class Mission
{
briefingName="DayZ Epoch SMD Sahrani";
briefingDescription="DayZ Epoch SMD Sahrani Private Server";
- startWeather=0.067362607;
- forecastWeather=0.52341133;
+ startWeather=0;
+ forecastWeather=0;
year=2008;
month=10;
day=1;
@@ -44,1108 +44,119 @@ class Mission
class Vehicles
{
items=100;
- class Item0
- {
- position[]={12000.893,0.25716898,-4596.6191};
- azimut=-17.0839;
- id=11;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
+#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";
+ class Item0{id=0;PLRDEF};
class Item1
{
- position[]={12000.607,0.24714553,-4595.8247};
- azimut=-17.0839;
+ position[]={12001,0.2,-4596};
+ azimut=0;
id=0;
side="WEST";
vehicle="Survivor1_DZ";
player="PLAYER COMMANDER";
leader=1;
rank="SERGEANT";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item2
- {
- position[]={11999.842,0.25294074,-4596.2598};
- azimut=-17.083944;
- id=5;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item3
- {
- position[]={12000.049,0.24141403,-4594.9863};
- azimut=-17.083944;
- id=8;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item4
- {
- position[]={12000.324,0.24766466,-4595.8418};
- azimut=-17.083944;
- id=18;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item5
- {
- position[]={11999.576,0.25844413,-4596.6548};
- azimut=-17.083944;
- id=2;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item6
- {
- position[]={12001.145,0.25137407,-4596.2222};
- azimut=-17.083937;
- id=9;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item7
- {
- position[]={12001.717,0.24112105,-4595.3618};
- azimut=-17.083944;
- id=21;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item8
- {
- position[]={12001.607,0.25952935,-4596.7847};
- azimut=-17.083944;
- id=13;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item9
- {
- position[]={12000.242,0.25480965,-4596.4272};
- azimut=-17.083944;
- id=7;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item10
- {
- position[]={12000.221,0.24234308,-4595.2017};
- azimut=-17.0839;
- id=36;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item11
- {
- position[]={12000.324,0.2524305,-4596.2534};
- azimut=-17.083944;
- id=25;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item12
- {
- position[]={12000.777,0.26006976,-4596.8013};
- azimut=-17.083944;
- id=43;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item13
- {
- position[]={12001.566,0.25382796,-4596.4199};
- azimut=-17.083944;
- id=30;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item14
- {
- position[]={12001.119,0.23923661,-4594.9727};
- azimut=-17.083944;
- id=33;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item15
- {
- position[]={12001.305,0.24392018,-4595.5957};
- azimut=-17.083944;
- id=1;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item16
- {
- position[]={11999.629,0.24659455,-4595.6353};
- azimut=-17.083944;
- id=4;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item17
- {
- position[]={12001.551,0.23972255,-4595.1582};
- azimut=-17.083944;
- id=3;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item18
- {
- position[]={12000.063,0.24786881,-4595.8325};
- azimut=-17.083944;
- id=6;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item19
- {
- position[]={11999.803,0.24827172,-4595.8413};
- azimut=-17.083944;
- id=10;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item20
- {
- position[]={12001.176,0.25687364,-4596.6079};
- azimut=-17.083944;
- id=16;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item21
- {
- position[]={12000.727,0.24134165,-4595.186};
- azimut=-17.083944;
- id=19;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item22
- {
- position[]={12001.434,0.24166292,-4595.373};
- azimut=-17.083944;
- id=15;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item23
- {
- position[]={12000.723,0.25472426,-4596.4453};
- azimut=-17.083944;
- id=23;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item24
- {
- position[]={12001.844,0.24321041,-4595.5981};
- azimut=-17.083944;
- id=26;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item25
- {
- position[]={12001.877,0.2535252,-4596.4146};
- azimut=-17.083944;
- id=29;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item26
- {
- position[]={12001.254,0.25407079,-4596.4243};
- azimut=-17.083944;
- id=31;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item27
- {
- position[]={12001.039,0.24429953,-4595.6001};
- azimut=-17.083944;
- id=28;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item28
- {
- position[]={12001.121,0.24645308,-4595.8188};
- azimut=-17.083944;
- id=35;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item29
- {
- position[]={12001.736,0.25654557,-4596.605};
- azimut=-17.083944;
- id=27;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item30
- {
- position[]={12000.102,0.25782275,-4596.6333};
- azimut=-17.083937;
- id=34;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item31
- {
- position[]={12001.34,0.259758,-4596.7974};
- azimut=-17.083944;
- id=46;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item32
- {
- position[]={12000.836,0.23976846,-4594.9692};
- azimut=-17.083944;
- id=38;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item33
- {
- position[]={12001.281,0.24017173,-4595.1587};
- azimut=-17.083944;
- id=32;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item34
- {
- position[]={12000.73,0.2448495,-4595.6138};
- azimut=-17.083944;
- id=47;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item35
- {
- position[]={11999.855,0.25819901,-4596.6504};
- azimut=-17.083944;
- id=41;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item36
- {
- position[]={12001.672,0.2381531,-4594.9658};
- azimut=-17.083944;
- id=40;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item37
- {
- position[]={12000.266,0.26065901,-4596.8247};
- azimut=-17.083944;
- id=44;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item38
- {
- position[]={12000.996,0.24075411,-4595.1694};
- azimut=-17.083944;
- id=48;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item39
- {
- position[]={11999.789,0.24197309,-4594.9956};
- azimut=-17.083944;
- id=39;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item40
- {
- position[]={12001.84,0.23930143,-4595.1699};
- azimut=-17.083944;
- id=37;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item41
- {
- position[]={11999.967,0.25514835,-4596.439};
- azimut=-17.083944;
- id=45;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item42
- {
- position[]={11999.303,0.24925366,-4595.8755};
- azimut=-17.0839;
- id=49;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item43
- {
- position[]={12001.426,0.2568047,-4596.6118};
- azimut=-17.083944;
- id=42;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item44
- {
- position[]={12000.629,0.25742435,-4596.6245};
- azimut=-17.083944;
- id=22;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item45
- {
- position[]={12001.154,0.24209243,-4595.3735};
- azimut=-17.083944;
- id=12;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item46
- {
- position[]={12001.266,0.24884211,-4596.0366};
- azimut=-17.083944;
- id=14;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item47
- {
- position[]={11999.918,0.24618301,-4595.6362};
- azimut=-17.0839;
- id=24;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item48
- {
- position[]={12000.199,0.24566701,-4595.6216};
- azimut=-17.083944;
- id=20;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item49
- {
- position[]={12001.398,0.24617742,-4595.8208};
- azimut=-17.083944;
- id=17;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item50
- {
- position[]={12000.859,0.25190732,-4596.2466};
- azimut=-17.0839;
- id=51;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item51
- {
- position[]={12001.385,0.23872402,-4594.9712};
- azimut=-17.0839;
- id=52;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item52
- {
- position[]={11999.66,0.24329698,-4595.1938};
- azimut=-17.0839;
- id=55;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item53
- {
- position[]={11999.387,0.24706073,-4595.6489};
- azimut=-17.0839;
- id=53;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item54
- {
- position[]={12000.469,0.24188206,-4595.1978};
- azimut=-17.0839;
- id=54;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item55
- {
- position[]={11999.701,0.25566927,-4596.4614};
- azimut=-17.0839;
- id=70;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item56
- {
- position[]={11999.518,0.24500826,-4595.4131};
- azimut=-17.0839;
- id=60;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item57
- {
- position[]={12000.463,0.25476354,-4596.4346};
- azimut=-17.0839;
- id=68;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item58
- {
- position[]={11999.691,0.2506595,-4596.0527};
- azimut=-17.0839;
- id=66;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item59
- {
- position[]={11999.316,0.25866908,-4596.6606};
- azimut=-17.0839;
- id=61;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item60
- {
- position[]={12000.098,0.25247672,-4596.2412};
- azimut=-17.0839;
- id=63;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item61
- {
- position[]={12000.83,0.24673493,-4595.812};
- azimut=-17.0839;
- id=72;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item62
- {
- position[]={12000.516,0.26047421,-4596.8198};
- azimut=-17.0839;
- id=57;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item63
- {
- position[]={11999.318,0.25352842,-4596.269};
- azimut=-17.0839;
- id=58;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item64
- {
- position[]={12000.307,0.24367064,-4595.4063};
- azimut=-17.0839;
- id=62;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item65
- {
- position[]={11999.566,0.25322604,-4596.2612};
- azimut=-17.0839;
- id=75;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item66
- {
- position[]={11999.445,0.25099874,-4596.0601};
- azimut=-17.0839;
- id=56;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item67
- {
- position[]={11999.402,0.24382576,-4595.2036};
- azimut=-17.0839;
- id=73;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item68
- {
- position[]={12001.891,0.25937366,-4596.7817};
- azimut=-17.0839;
- id=69;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item69
- {
- position[]={11999.309,0.24548319,-4595.4312};
- azimut=-17.0839;
- id=67;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item70
- {
- position[]={12001.061,0.2600219,-4596.8042};
- azimut=-17.0839;
- id=65;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item71
- {
- position[]={12000.625,0.25231209,-4596.2627};
- azimut=-17.0839;
- id=74;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item72
- {
- position[]={12000.201,0.25004497,-4596.0449};
- azimut=-17.0839;
- id=71;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item73
- {
- position[]={12001.008,0.25418279,-4596.4189};
- azimut=-17.0839;
- id=59;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item74
- {
- position[]={12001.709,0.25094065,-4596.2251};
- azimut=-17.0839;
- id=64;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item75
- {
- position[]={12001.826,0.24818306,-4596.0229};
- azimut=-17.0839;
- id=81;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item76
- {
- position[]={12001.406,0.25137219,-4596.2393};
- azimut=-17.0839;
- id=83;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item77
- {
- position[]={11999.297,0.24303979,-4595.0142};
- azimut=-17.0839;
- id=82;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item78
- {
- position[]={12000.313,0.24084502,-4594.98};
- azimut=-17.0839;
- id=84;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item79
- {
- position[]={11999.982,0.2609334,-4596.8359};
- azimut=-17.0839;
- id=85;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item80
- {
- position[]={11999.934,0.24281952,-4595.1968};
- azimut=-17.0839;
- id=77;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item81
- {
- position[]={11999.43,0.25588429,-4596.4639};
- azimut=-17.0839;
- id=78;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item82
- {
- position[]={11999.742,0.26100618,-4596.832};
- azimut=-17.0839;
- id=79;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item83
- {
- position[]={12000.332,0.25773573,-4596.6353};
- azimut=-17.0839;
- id=76;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item84
- {
- position[]={12000.594,0.24320698,-4595.4048};
- azimut=-17.0839;
- id=80;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item85
- {
- position[]={12000.447,0.2498458,-4596.0503};
- azimut=-17.0839;
- id=97;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item86
- {
- position[]={11999.955,0.25041413,-4596.0566};
- azimut=-17.0839;
- id=98;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item87
- {
- position[]={12000.984,0.24917726,-4596.0381};
- azimut=-17.0839;
- id=99;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item88
- {
- position[]={12001.684,0.24572466,-4595.8096};
- azimut=-17.0839;
- id=100;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item89
- {
- position[]={11999.539,0.24867597,-4595.8491};
- azimut=-17.0839;
- id=96;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item90
- {
- position[]={11999.463,0.26133537,-4596.8477};
- azimut=-17.0839;
- id=87;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item91
- {
- position[]={11999.525,0.24251032,-4594.9951};
- azimut=-17.0839;
- id=92;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item92
- {
- position[]={12000.055,0.2441003,-4595.4111};
- azimut=-17.0839;
- id=88;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item93
- {
- position[]={12000.846,0.24261184,-4595.3818};
- azimut=-17.0839;
- id=89;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item94
- {
- position[]={12001.594,0.24348214,-4595.5933};
- azimut=-17.0839;
- id=90;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item95
- {
- position[]={12000.699,0.24936867,-4596.0327};
- azimut=-17.0839;
- id=86;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item96
- {
- position[]={12000.578,0.24030304,-4594.9756};
- azimut=-17.0839;
- id=93;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item97
- {
- position[]={12000.463,0.24534141,-4595.6255};
- azimut=-17.0839;
- id=94;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item98
- {
- position[]={12001.543,0.24847873,-4596.0269};
- azimut=-17.0839;
- id=91;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item99
- {
- position[]={11999.766,0.24467346,-4595.4233};
- azimut=-17.0839;
- id=95;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
+ skill=0.6;
+ init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
+ };
+ class Item2{id=2;PLRDEF};
+ class Item3{id=3;PLRDEF};
+ class Item4{id=4;PLRDEF};
+ class Item5{id=5;PLRDEF};
+ class Item6{id=6;PLRDEF};
+ class Item7{id=7;PLRDEF};
+ class Item8{id=8;PLRDEF};
+ class Item9{id=9;PLRDEF};
+ class Item10{id=10;PLRDEF};
+ class Item11{id=11;PLRDEF};
+ class Item12{id=12;PLRDEF};
+ class Item13{id=13;PLRDEF};
+ class Item14{id=14;PLRDEF};
+ class Item15{id=15;PLRDEF};
+ class Item16{id=16;PLRDEF};
+ class Item17{id=17;PLRDEF};
+ class Item18{id=18;PLRDEF};
+ class Item19{id=19;PLRDEF};
+ class Item20{id=20;PLRDEF};
+ class Item21{id=21;PLRDEF};
+ class Item22{id=22;PLRDEF};
+ class Item23{id=23;PLRDEF};
+ class Item24{id=24;PLRDEF};
+ class Item25{id=25;PLRDEF};
+ class Item26{id=26;PLRDEF};
+ class Item27{id=27;PLRDEF};
+ class Item28{id=28;PLRDEF};
+ class Item29{id=29;PLRDEF};
+ class Item30{id=30;PLRDEF};
+ class Item31{id=31;PLRDEF};
+ class Item32{id=32;PLRDEF};
+ class Item33{id=33;PLRDEF};
+ class Item34{id=34;PLRDEF};
+ class Item35{id=35;PLRDEF};
+ class Item36{id=36;PLRDEF};
+ class Item37{id=37;PLRDEF};
+ class Item38{id=38;PLRDEF};
+ class Item39{id=39;PLRDEF};
+ class Item40{id=40;PLRDEF};
+ class Item41{id=41;PLRDEF};
+ class Item42{id=42;PLRDEF};
+ class Item43{id=43;PLRDEF};
+ class Item44{id=44;PLRDEF};
+ class Item45{id=45;PLRDEF};
+ class Item46{id=46;PLRDEF};
+ class Item47{id=47;PLRDEF};
+ class Item48{id=48;PLRDEF};
+ class Item49{id=49;PLRDEF};
+ class Item50{id=50;PLRDEF};
+ class Item51{id=51;PLRDEF};
+ class Item52{id=52;PLRDEF};
+ class Item53{id=53;PLRDEF};
+ class Item54{id=54;PLRDEF};
+ class Item55{id=55;PLRDEF};
+ class Item56{id=56;PLRDEF};
+ class Item57{id=57;PLRDEF};
+ class Item58{id=58;PLRDEF};
+ class Item59{id=59;PLRDEF};
+ class Item60{id=60;PLRDEF};
+ class Item61{id=61;PLRDEF};
+ class Item62{id=62;PLRDEF};
+ class Item63{id=63;PLRDEF};
+ class Item64{id=64;PLRDEF};
+ class Item65{id=65;PLRDEF};
+ class Item66{id=66;PLRDEF};
+ class Item67{id=67;PLRDEF};
+ class Item68{id=68;PLRDEF};
+ class Item69{id=69;PLRDEF};
+ class Item70{id=70;PLRDEF};
+ class Item71{id=71;PLRDEF};
+ class Item72{id=72;PLRDEF};
+ class Item73{id=73;PLRDEF};
+ class Item74{id=74;PLRDEF};
+ class Item75{id=75;PLRDEF};
+ class Item76{id=76;PLRDEF};
+ class Item77{id=77;PLRDEF};
+ class Item78{id=78;PLRDEF};
+ class Item79{id=79;PLRDEF};
+ class Item80{id=80;PLRDEF};
+ class Item81{id=81;PLRDEF};
+ class Item82{id=82;PLRDEF};
+ class Item83{id=83;PLRDEF};
+ class Item84{id=84;PLRDEF};
+ class Item85{id=85;PLRDEF};
+ class Item86{id=86;PLRDEF};
+ class Item87{id=87;PLRDEF};
+ class Item88{id=88;PLRDEF};
+ class Item89{id=89;PLRDEF};
+ class Item90{id=90;PLRDEF};
+ class Item91{id=91;PLRDEF};
+ class Item92{id=92;PLRDEF};
+ class Item93{id=93;PLRDEF};
+ class Item94{id=94;PLRDEF};
+ class Item95{id=95;PLRDEF};
+ class Item96{id=96;PLRDEF};
+ class Item97{id=97;PLRDEF};
+ class Item98{id=98;PLRDEF};
+ class Item99{id=99;PLRDEF};
};
};
class Item1
@@ -1156,13 +167,13 @@ class Mission
items=1;
class Item0
{
- position[]={-143.93861,0.52647489,2319.5012};
+ position[]={-144,0.5,2320};
id=50;
side="LOGIC";
vehicle="FunctionsManager";
leader=1;
lock="UNLOCKED";
- skill=0.60000002;
+ skill=0.6;
};
};
};
@@ -1362,8 +373,8 @@ class Intro
randomSeed=6913869;
class Intel
{
- startWeather=0.25;
- forecastWeather=0.25;
+ startWeather=0;
+ forecastWeather=0;
year=2008;
month=10;
day=11;
@@ -1384,8 +395,8 @@ class OutroWin
randomSeed=4081731;
class Intel
{
- startWeather=0.25;
- forecastWeather=0.25;
+ startWeather=0;
+ forecastWeather=0;
year=2008;
month=10;
day=11;
@@ -1406,8 +417,8 @@ class OutroLoose
randomSeed=4975929;
class Intel
{
- startWeather=0.25;
- forecastWeather=0.25;
+ startWeather=0;
+ forecastWeather=0;
year=2008;
month=10;
day=11;
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 0602a76b3..5c7d0038e 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
@@ -28,8 +28,8 @@ class Mission
{
briefingName="DayZ Epoch Podagorsk";
briefingDescription="DayZ Epoch Podagorsk Private Server";
- startWeather=0.067362607;
- forecastWeather=0.52341133;
+ startWeather=0;
+ forecastWeather=0;
year=2008;
month=10;
day=1;
@@ -44,1108 +44,119 @@ class Mission
class Vehicles
{
items=100;
- class Item0
- {
- position[]={10061.913,0.48566359,-9457.3369};
- azimut=-17.0839;
- id=11;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
+#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";
+ class Item0{id=0;PLRDEF};
class Item1
{
- position[]={10061.629,0.50118423,-9456.543};
- azimut=-17.0839;
+ position[]={10062,0.5,-9457};
+ azimut=0;
id=0;
side="WEST";
vehicle="Survivor1_DZ";
player="PLAYER COMMANDER";
leader=1;
rank="SERGEANT";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item2
- {
- position[]={10060.863,0.49191189,-9456.9775};
- azimut=-17.083944;
- id=5;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item3
- {
- position[]={10061.069,0.51964557,-9455.7041};
- azimut=-17.083944;
- id=8;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item4
- {
- position[]={10061.346,0.5007363,-9456.5596};
- azimut=-17.083944;
- id=18;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item5
- {
- position[]={10060.597,0.48439926,-9457.373};
- azimut=-17.083944;
- id=2;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item6
- {
- position[]={10062.166,0.49333996,-9456.9395};
- azimut=-17.083937;
- id=9;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item7
- {
- position[]={10062.737,0.51209259,-9456.0801};
- azimut=-17.083944;
- id=21;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item8
- {
- position[]={10062.628,0.48300523,-9457.502};
- azimut=-17.083944;
- id=13;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item9
- {
- position[]={10061.263,0.48891276,-9457.1445};
- azimut=-17.083944;
- id=7;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item10
- {
- position[]={10061.242,0.51469243,-9455.9199};
- azimut=-17.0839;
- id=36;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item11
- {
- position[]={10061.346,0.49235049,-9456.9707};
- azimut=-17.083944;
- id=25;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item12
- {
- position[]={10061.799,0.48233649,-9457.5195};
- azimut=-17.083944;
- id=43;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item13
- {
- position[]={10062.587,0.48967433,-9457.1377};
- azimut=-17.083944;
- id=30;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item14
- {
- position[]={10062.141,0.52065909,-9455.6904};
- azimut=-17.083944;
- id=33;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item15
- {
- position[]={10062.326,0.50655675,-9456.3135};
- azimut=-17.083944;
- id=1;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item16
- {
- position[]={10060.65,0.50460398,-9456.3535};
- azimut=-17.083944;
- id=4;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item17
- {
- position[]={10062.571,0.51665568,-9455.876};
- azimut=-17.083944;
- id=3;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item18
- {
- position[]={10061.084,0.50072753,-9456.5508};
- azimut=-17.083944;
- id=6;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item19
- {
- position[]={10060.824,0.50034672,-9456.5586};
- azimut=-17.083944;
- id=10;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item20
- {
- position[]={10062.197,0.48601699,-9457.3262};
- azimut=-17.083944;
- id=16;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item21
- {
- position[]={10061.746,0.51539958,-9455.9043};
- azimut=-17.083944;
- id=19;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item22
- {
- position[]={10062.455,0.5116235,-9456.0908};
- azimut=-17.083944;
- id=15;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item23
- {
- position[]={10061.742,0.48876801,-9457.1631};
- azimut=-17.083944;
- id=23;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item24
- {
- position[]={10062.865,0.50678784,-9456.3164};
- azimut=-17.083944;
- id=26;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item25
- {
- position[]={10062.898,0.48991689,-9457.1328};
- azimut=-17.083944;
- id=29;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item26
- {
- position[]={10062.276,0.48942754,-9457.1426};
- azimut=-17.083944;
- id=31;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item27
- {
- position[]={10062.059,0.50630915,-9456.3184};
- azimut=-17.083944;
- id=28;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item28
- {
- position[]={10062.143,0.50159693,-9456.5371};
- azimut=-17.083944;
- id=35;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item29
- {
- position[]={10062.758,0.4862974,-9457.3223};
- azimut=-17.083944;
- id=27;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item30
- {
- position[]={10061.123,0.48507878,-9457.3516};
- azimut=-17.083937;
- id=34;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item31
- {
- position[]={10062.359,0.48267111,-9457.5156};
- azimut=-17.083944;
- id=46;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item32
- {
- position[]={10061.855,0.52057058,-9455.6875};
- azimut=-17.083944;
- id=38;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item33
- {
- position[]={10062.303,0.51648098,-9455.877};
- azimut=-17.083944;
- id=32;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item34
- {
- position[]={10061.752,0.50581813,-9456.332};
- azimut=-17.083944;
- id=47;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item35
- {
- position[]={10060.878,0.484626,-9457.3682};
- azimut=-17.083944;
- id=41;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item36
- {
- position[]={10062.691,0.5212481,-9455.6836};
- azimut=-17.083944;
- id=40;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item37
- {
- position[]={10061.285,0.48174036,-9457.543};
- azimut=-17.083944;
- id=44;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item38
- {
- position[]={10062.016,0.51608139,-9455.8867};
- azimut=-17.083944;
- id=48;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item39
- {
- position[]={10060.809,0.51920789,-9455.7129};
- azimut=-17.083944;
- id=39;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item40
- {
- position[]={10062.859,0.51659203,-9455.8877};
- azimut=-17.083944;
- id=37;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item41
- {
- position[]={10060.987,0.48855713,-9457.1563};
- azimut=-17.083944;
- id=45;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item42
- {
- position[]={10060.323,0.49928761,-9456.5938};
- azimut=-17.0839;
- id=49;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item43
- {
- position[]={10062.447,0.48599854,-9457.3301};
- azimut=-17.083944;
- id=42;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item44
- {
- position[]={10061.649,0.48547018,-9457.3418};
- azimut=-17.083944;
- id=22;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item45
- {
- position[]={10062.176,0.51145691,-9456.0918};
- azimut=-17.083944;
- id=12;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item46
- {
- position[]={10062.287,0.49716586,-9456.7539};
- azimut=-17.083944;
- id=14;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item47
- {
- position[]={10060.938,0.50473958,-9456.3535};
- azimut=-17.0839;
- id=24;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item48
- {
- position[]={10061.219,0.5052954,-9456.3398};
- azimut=-17.083944;
- id=20;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item49
- {
- position[]={10062.419,0.50174809,-9456.5391};
- azimut=-17.083944;
- id=17;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item50
- {
- position[]={10061.881,0.49267241,-9456.9648};
- azimut=-17.0839;
- id=51;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item51
- {
- position[]={10062.406,0.52093887,-9455.6895};
- azimut=-17.0839;
- id=52;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item52
- {
- position[]={10060.682,0.51452869,-9455.9121};
- azimut=-17.0839;
- id=55;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item53
- {
- position[]={10060.407,0.50415516,-9456.3672};
- azimut=-17.0839;
- id=53;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item54
- {
- position[]={10061.489,0.51498479,-9455.916};
- azimut=-17.0839;
- id=54;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item55
- {
- position[]={10060.723,0.48801666,-9457.1797};
- azimut=-17.0839;
- id=70;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item56
- {
- position[]={10060.539,0.50943828,-9456.1309};
- azimut=-17.0839;
- id=60;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item57
- {
- position[]={10061.483,0.48888871,-9457.1523};
- azimut=-17.0839;
- id=68;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item58
- {
- position[]={10060.712,0.49586719,-9456.7705};
- azimut=-17.0839;
- id=66;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item59
- {
- position[]={10060.338,0.48415601,-9457.3789};
- azimut=-17.0839;
- id=61;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item60
- {
- position[]={10061.119,0.49241203,-9456.959};
- azimut=-17.0839;
- id=63;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item61
- {
- position[]={10061.852,0.50157249,-9456.5293};
- azimut=-17.0839;
- id=72;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item62
- {
- position[]={10061.537,0.48192456,-9457.5371};
- azimut=-17.0839;
- id=57;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item63
- {
- position[]={10060.34,0.4914068,-9456.9863};
- azimut=-17.0839;
- id=58;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item64
- {
- position[]={10061.327,0.51015007,-9456.124};
- azimut=-17.0839;
- id=62;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item65
- {
- position[]={10060.588,0.49168447,-9456.9785};
- azimut=-17.0839;
- id=75;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item66
- {
- position[]={10060.465,0.49561435,-9456.7773};
- azimut=-17.0839;
- id=56;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item67
- {
- position[]={10060.423,0.51405299,-9455.9219};
- azimut=-17.0839;
- id=73;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item68
- {
- position[]={10062.912,0.48316342,-9457.5};
- azimut=-17.0839;
- id=69;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item69
- {
- position[]={10060.33,0.50886947,-9456.1484};
- azimut=-17.0839;
- id=67;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item70
- {
- position[]={10062.082,0.48250431,-9457.5215};
- azimut=-17.0839;
- id=65;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item71
- {
- position[]={10061.646,0.49232388,-9456.9805};
- azimut=-17.0839;
- id=74;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item72
- {
- position[]={10061.223,0.49639964,-9456.7627};
- azimut=-17.0839;
- id=71;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item73
- {
- position[]={10062.029,0.48947349,-9457.1367};
- azimut=-17.0839;
- id=59;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item74
- {
- position[]={10062.729,0.49362645,-9456.9434};
- azimut=-17.0839;
- id=64;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item75
- {
- position[]={10062.848,0.49779847,-9456.7402};
- azimut=-17.0839;
- id=81;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item76
- {
- position[]={10062.427,0.49308991,-9456.957};
- azimut=-17.0839;
- id=83;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item77
- {
- position[]={10060.317,0.51835966,-9455.7324};
- azimut=-17.0839;
- id=82;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item78
- {
- position[]={10061.334,0.51994085,-9455.6973};
- azimut=-17.0839;
- id=84;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item79
- {
- position[]={10061.004,0.48146468,-9457.5537};
- azimut=-17.0839;
- id=85;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item80
- {
- position[]={10060.955,0.51459372,-9455.9141};
- azimut=-17.0839;
- id=77;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item81
- {
- position[]={10060.451,0.48779804,-9457.1816};
- azimut=-17.0839;
- id=78;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item82
- {
- position[]={10060.762,0.48143363,-9457.5498};
- azimut=-17.0839;
- id=79;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item83
- {
- position[]={10061.354,0.48515135,-9457.3535};
- azimut=-17.0839;
- id=76;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item84
- {
- position[]={10061.615,0.51036584,-9456.123};
- azimut=-17.0839;
- id=80;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item85
- {
- position[]={10061.468,0.49641067,-9456.7676};
- azimut=-17.0839;
- id=97;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item86
- {
- position[]={10060.976,0.49599296,-9456.7744};
- azimut=-17.0839;
- id=98;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item87
- {
- position[]={10062.006,0.49694812,-9456.7559};
- azimut=-17.0839;
- id=99;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item88
- {
- position[]={10062.703,0.50217605,-9456.5273};
- azimut=-17.0839;
- id=100;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item89
- {
- position[]={10060.561,0.50000423,-9456.5664};
- azimut=-17.0839;
- id=96;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item90
- {
- position[]={10060.484,0.48102146,-9457.5654};
- azimut=-17.0839;
- id=87;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item91
- {
- position[]={10060.546,0.51899832,-9455.7129};
- azimut=-17.0839;
- id=92;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item92
- {
- position[]={10061.077,0.50986743,-9456.1289};
- azimut=-17.0839;
- id=88;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item93
- {
- position[]={10061.866,0.51103616,-9456.0996};
- azimut=-17.0839;
- id=89;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item94
- {
- position[]={10062.615,0.50679302,-9456.3105};
- azimut=-17.0839;
- id=90;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item95
- {
- position[]={10061.719,0.49692523,-9456.75};
- azimut=-17.0839;
- id=86;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item96
- {
- position[]={10061.6,0.52023011,-9455.6934};
- azimut=-17.0839;
- id=93;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item97
- {
- position[]={10061.483,0.5053888,-9456.3438};
- azimut=-17.0839;
- id=94;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item98
- {
- position[]={10062.564,0.49750501,-9456.7441};
- azimut=-17.0839;
- id=91;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item99
- {
- position[]={10060.788,0.50937861,-9456.1406};
- azimut=-17.0839;
- id=95;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
+ skill=0.6;
+ init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
+ };
+ class Item2{id=2;PLRDEF};
+ class Item3{id=3;PLRDEF};
+ class Item4{id=4;PLRDEF};
+ class Item5{id=5;PLRDEF};
+ class Item6{id=6;PLRDEF};
+ class Item7{id=7;PLRDEF};
+ class Item8{id=8;PLRDEF};
+ class Item9{id=9;PLRDEF};
+ class Item10{id=10;PLRDEF};
+ class Item11{id=11;PLRDEF};
+ class Item12{id=12;PLRDEF};
+ class Item13{id=13;PLRDEF};
+ class Item14{id=14;PLRDEF};
+ class Item15{id=15;PLRDEF};
+ class Item16{id=16;PLRDEF};
+ class Item17{id=17;PLRDEF};
+ class Item18{id=18;PLRDEF};
+ class Item19{id=19;PLRDEF};
+ class Item20{id=20;PLRDEF};
+ class Item21{id=21;PLRDEF};
+ class Item22{id=22;PLRDEF};
+ class Item23{id=23;PLRDEF};
+ class Item24{id=24;PLRDEF};
+ class Item25{id=25;PLRDEF};
+ class Item26{id=26;PLRDEF};
+ class Item27{id=27;PLRDEF};
+ class Item28{id=28;PLRDEF};
+ class Item29{id=29;PLRDEF};
+ class Item30{id=30;PLRDEF};
+ class Item31{id=31;PLRDEF};
+ class Item32{id=32;PLRDEF};
+ class Item33{id=33;PLRDEF};
+ class Item34{id=34;PLRDEF};
+ class Item35{id=35;PLRDEF};
+ class Item36{id=36;PLRDEF};
+ class Item37{id=37;PLRDEF};
+ class Item38{id=38;PLRDEF};
+ class Item39{id=39;PLRDEF};
+ class Item40{id=40;PLRDEF};
+ class Item41{id=41;PLRDEF};
+ class Item42{id=42;PLRDEF};
+ class Item43{id=43;PLRDEF};
+ class Item44{id=44;PLRDEF};
+ class Item45{id=45;PLRDEF};
+ class Item46{id=46;PLRDEF};
+ class Item47{id=47;PLRDEF};
+ class Item48{id=48;PLRDEF};
+ class Item49{id=49;PLRDEF};
+ class Item50{id=50;PLRDEF};
+ class Item51{id=51;PLRDEF};
+ class Item52{id=52;PLRDEF};
+ class Item53{id=53;PLRDEF};
+ class Item54{id=54;PLRDEF};
+ class Item55{id=55;PLRDEF};
+ class Item56{id=56;PLRDEF};
+ class Item57{id=57;PLRDEF};
+ class Item58{id=58;PLRDEF};
+ class Item59{id=59;PLRDEF};
+ class Item60{id=60;PLRDEF};
+ class Item61{id=61;PLRDEF};
+ class Item62{id=62;PLRDEF};
+ class Item63{id=63;PLRDEF};
+ class Item64{id=64;PLRDEF};
+ class Item65{id=65;PLRDEF};
+ class Item66{id=66;PLRDEF};
+ class Item67{id=67;PLRDEF};
+ class Item68{id=68;PLRDEF};
+ class Item69{id=69;PLRDEF};
+ class Item70{id=70;PLRDEF};
+ class Item71{id=71;PLRDEF};
+ class Item72{id=72;PLRDEF};
+ class Item73{id=73;PLRDEF};
+ class Item74{id=74;PLRDEF};
+ class Item75{id=75;PLRDEF};
+ class Item76{id=76;PLRDEF};
+ class Item77{id=77;PLRDEF};
+ class Item78{id=78;PLRDEF};
+ class Item79{id=79;PLRDEF};
+ class Item80{id=80;PLRDEF};
+ class Item81{id=81;PLRDEF};
+ class Item82{id=82;PLRDEF};
+ class Item83{id=83;PLRDEF};
+ class Item84{id=84;PLRDEF};
+ class Item85{id=85;PLRDEF};
+ class Item86{id=86;PLRDEF};
+ class Item87{id=87;PLRDEF};
+ class Item88{id=88;PLRDEF};
+ class Item89{id=89;PLRDEF};
+ class Item90{id=90;PLRDEF};
+ class Item91{id=91;PLRDEF};
+ class Item92{id=92;PLRDEF};
+ class Item93{id=93;PLRDEF};
+ class Item94{id=94;PLRDEF};
+ class Item95{id=95;PLRDEF};
+ class Item96{id=96;PLRDEF};
+ class Item97{id=97;PLRDEF};
+ class Item98{id=98;PLRDEF};
+ class Item99{id=99;PLRDEF};
};
};
class Item1
@@ -1156,13 +167,13 @@ class Mission
items=1;
class Item0
{
- position[]={-143.93861,0.52647489,2319.5012};
+ position[]={-144,0.5,2320};
id=50;
side="LOGIC";
vehicle="FunctionsManager";
leader=1;
lock="UNLOCKED";
- skill=0.60000002;
+ skill=0.6;
};
};
};
@@ -1331,8 +342,8 @@ class Intro
randomSeed=6913869;
class Intel
{
- startWeather=0.25;
- forecastWeather=0.25;
+ startWeather=0;
+ forecastWeather=0;
year=2008;
month=10;
day=11;
@@ -1353,8 +364,8 @@ class OutroWin
randomSeed=4081731;
class Intel
{
- startWeather=0.25;
- forecastWeather=0.25;
+ startWeather=0;
+ forecastWeather=0;
year=2008;
month=10;
day=11;
@@ -1375,8 +386,8 @@ class OutroLoose
randomSeed=4975929;
class Intel
{
- startWeather=0.25;
- forecastWeather=0.25;
+ startWeather=0;
+ forecastWeather=0;
year=2008;
month=10;
day=11;
diff --git a/Server Files/MPMissions/DayZ_Epoch_2.Utes/mission.sqm b/Server Files/MPMissions/DayZ_Epoch_2.Utes/mission.sqm
index ba9eb3bea..1ec704b41 100644
--- a/Server Files/MPMissions/DayZ_Epoch_2.Utes/mission.sqm
+++ b/Server Files/MPMissions/DayZ_Epoch_2.Utes/mission.sqm
@@ -34,8 +34,8 @@ class Mission
{
briefingName="DayZ Epoch Utes";
briefingDescription="DayZ Epoch Utes Private Server";
- startWeather=0.067362607;
- forecastWeather=0.52341133;
+ startWeather=0;
+ forecastWeather=0;
year=2008;
month=6;
day=1;
@@ -50,1108 +50,119 @@ class Mission
class Vehicles
{
items=100;
- class Item0
- {
- position[]={2486.8347,0.516783,-901.27167};
- azimut=-17.0839;
- id=11;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
+#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";
+ class Item0{id=0;PLRDEF};
class Item1
{
- position[]={2486.5505,0.49753481,-900.47693};
- azimut=-17.0839;
+ position[]={2487,0.5,-900};
+ azimut=0;
id=0;
side="WEST";
vehicle="Survivor1_DZ";
player="PLAYER COMMANDER";
leader=1;
rank="SERGEANT";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item2
- {
- position[]={2485.7852,0.5097537,-900.91205};
- azimut=-17.083944;
- id=5;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item3
- {
- position[]={2485.9915,0.47060871,-899.63861};
- azimut=-17.083944;
- id=8;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item4
- {
- position[]={2486.2676,0.49824676,-900.49408};
- azimut=-17.083944;
- id=18;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item5
- {
- position[]={2485.5188,0.51958525,-901.30707};
- azimut=-17.083944;
- id=2;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item6
- {
- position[]={2487.0879,0.50660825,-900.87463};
- azimut=-17.083937;
- id=9;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item7
- {
- position[]={2487.6589,0.48083049,-900.01453};
- azimut=-17.083944;
- id=21;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item8
- {
- position[]={2487.55,0.51612175,-901.43713};
- azimut=-17.083944;
- id=13;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item9
- {
- position[]={2486.1846,0.51400363,-901.07983};
- azimut=-17.083944;
- id=7;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item10
- {
- position[]={2486.1638,0.47823822,-899.85388};
- azimut=-17.0839;
- id=36;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item11
- {
- position[]={2486.2678,0.50952065,-900.9057};
- azimut=-17.083944;
- id=25;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item12
- {
- position[]={2486.7202,0.521047,-901.45367};
- azimut=-17.083944;
- id=43;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item13
- {
- position[]={2487.5085,0.50903165,-901.07239};
- azimut=-17.083944;
- id=30;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item14
- {
- position[]={2487.0623,0.47043568,-899.62494};
- azimut=-17.083944;
- id=33;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item15
- {
- position[]={2487.2478,0.48931122,-900.24799};
- azimut=-17.083944;
- id=1;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item16
- {
- position[]={2485.5728,0.49106705,-900.2876};
- azimut=-17.083944;
- id=4;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item17
- {
- position[]={2487.4934,0.4752861,-899.81055};
- azimut=-17.083944;
- id=3;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item18
- {
- position[]={2486.0061,0.49791765,-900.48517};
- azimut=-17.083944;
- id=6;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item19
- {
- position[]={2485.7456,0.49782002,-900.49371};
- azimut=-17.083944;
- id=10;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item20
- {
- position[]={2487.1196,0.51523399,-901.26019};
- azimut=-17.083944;
- id=16;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item21
- {
- position[]={2486.6682,0.47789702,-899.83826};
- azimut=-17.083944;
- id=19;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item22
- {
- position[]={2487.3772,0.4823027,-900.02545};
- azimut=-17.083944;
- id=15;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item23
- {
- position[]={2486.6643,0.51344573,-901.0976};
- azimut=-17.083944;
- id=23;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item24
- {
- position[]={2487.7874,0.48698121,-900.25049};
- azimut=-17.083944;
- id=26;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item25
- {
- position[]={2487.8201,0.50686187,-901.0672};
- azimut=-17.083944;
- id=29;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item26
- {
- position[]={2487.198,0.51085377,-901.0769};
- azimut=-17.083944;
- id=31;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item27
- {
- position[]={2486.981,0.49022746,-900.2522};
- azimut=-17.083944;
- id=28;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item28
- {
- position[]={2487.0647,0.49622256,-900.47156};
- azimut=-17.083944;
- id=35;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item29
- {
- position[]={2487.6792,0.51175988,-901.25757};
- azimut=-17.083944;
- id=27;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item30
- {
- position[]={2486.0452,0.51908559,-901.28546};
- azimut=-17.083937;
- id=34;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item31
- {
- position[]={2487.2815,0.51812983,-901.44989};
- azimut=-17.083944;
- id=46;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item32
- {
- position[]={2486.7776,0.47066343,-899.62146};
- azimut=-17.083944;
- id=38;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item33
- {
- position[]={2487.2244,0.47613373,-899.8111};
- azimut=-17.083944;
- id=32;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item34
- {
- position[]={2486.6743,0.49123335,-900.26624};
- azimut=-17.083944;
- id=47;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item35
- {
- position[]={2485.7996,0.51962769,-901.30292};
- azimut=-17.083944;
- id=41;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item36
- {
- position[]={2487.6138,0.46871525,-899.61829};
- azimut=-17.083944;
- id=40;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item37
- {
- position[]={2486.2075,0.52310026,-901.47687};
- azimut=-17.083944;
- id=44;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item38
- {
- position[]={2486.9377,0.47705251,-899.82153};
- azimut=-17.083944;
- id=48;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item39
- {
- position[]={2485.7307,0.47021571,-899.64777};
- azimut=-17.083944;
- id=39;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item40
- {
- position[]={2487.7817,0.47446695,-899.82239};
- azimut=-17.083944;
- id=37;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item41
- {
- position[]={2485.9094,0.51446903,-901.09161};
- azimut=-17.083944;
- id=45;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item42
- {
- position[]={2485.2451,0.49745768,-900.52789};
- azimut=-17.0839;
- id=49;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item43
- {
- position[]={2487.3694,0.51393044,-901.26453};
- azimut=-17.083944;
- id=42;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item44
- {
- position[]={2486.571,0.51782072,-901.27716};
- azimut=-17.083944;
- id=22;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item45
- {
- position[]={2487.0974,0.48314118,-900.0257};
- azimut=-17.083944;
- id=12;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item46
- {
- position[]={2487.2085,0.50147164,-900.68884};
- azimut=-17.083944;
- id=14;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item47
- {
- position[]={2485.8596,0.49175674,-900.28851};
- azimut=-17.0839;
- id=24;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item48
- {
- position[]={2486.1409,0.49164814,-900.2738};
- azimut=-17.083944;
- id=20;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item49
- {
- position[]={2487.3406,0.49525383,-900.47339};
- azimut=-17.083944;
- id=17;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item50
- {
- position[]={2486.803,0.50823778,-900.8988};
- azimut=-17.0839;
- id=51;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item51
- {
- position[]={2487.3274,0.46981096,-899.6239};
- azimut=-17.0839;
- id=52;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item52
- {
- position[]={2485.6035,0.47667328,-899.84644};
- azimut=-17.0839;
- id=55;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item53
- {
- position[]={2485.3293,0.49070191,-900.30157};
- azimut=-17.0839;
- id=53;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item54
- {
- position[]={2486.4109,0.47831744,-899.84998};
- azimut=-17.0839;
- id=54;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item55
- {
- position[]={2485.6443,0.51490343,-901.11401};
- azimut=-17.0839;
- id=70;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item56
- {
- position[]={2485.4607,0.48353374,-900.06543};
- azimut=-17.0839;
- id=60;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item57
- {
- position[]={2486.4055,0.51384103,-901.08691};
- azimut=-17.0839;
- id=68;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item58
- {
- position[]={2485.6335,0.50380522,-900.70526};
- azimut=-17.0839;
- id=66;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item59
- {
- position[]={2485.2593,0.51933706,-901.31305};
- azimut=-17.0839;
- id=61;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item60
- {
- position[]={2486.0408,0.50933701,-900.89355};
- azimut=-17.0839;
- id=63;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item61
- {
- position[]={2486.7732,0.49681294,-900.46466};
- azimut=-17.0839;
- id=72;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item62
- {
- position[]={2486.4592,0.52236307,-901.47253};
- azimut=-17.0839;
- id=57;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item63
- {
- position[]={2485.2615,0.50902337,-900.92126};
- azimut=-17.0839;
- id=58;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item64
- {
- position[]={2486.249,0.48498955,-900.05878};
- azimut=-17.0839;
- id=62;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item65
- {
- position[]={2485.5105,0.50941813,-900.91351};
- azimut=-17.0839;
- id=75;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item66
- {
- position[]={2485.387,0.50343478,-900.71234};
- azimut=-17.0839;
- id=56;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item67
- {
- position[]={2485.345,0.47595757,-899.85632};
- azimut=-17.0839;
- id=73;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item68
- {
- position[]={2487.8342,0.51392776,-901.43414};
- azimut=-17.0839;
- id=69;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item69
- {
- position[]={2485.2515,0.48325092,-900.08362};
- azimut=-17.0839;
- id=67;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item70
- {
- position[]={2487.0034,0.51981729,-901.45679};
- azimut=-17.0839;
- id=65;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item71
- {
- position[]={2486.5686,0.50926459,-900.91522};
- azimut=-17.0839;
- id=74;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item72
- {
- position[]={2486.1445,0.50400674,-900.69727};
- azimut=-17.0839;
- id=71;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item73
- {
- position[]={2486.9509,0.51182312,-901.07129};
- azimut=-17.0839;
- id=59;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item74
- {
- position[]={2487.6514,0.50377983,-900.87762};
- azimut=-17.0839;
- id=64;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item75
- {
- position[]={2487.7693,0.49821472,-900.67542};
- azimut=-17.0839;
- id=81;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item76
- {
- position[]={2487.3484,0.50582355,-900.89166};
- azimut=-17.0839;
- id=83;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item77
- {
- position[]={2485.2393,0.46880591,-899.66644};
- azimut=-17.0839;
- id=82;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item78
- {
- position[]={2486.2559,0.47086838,-899.63208};
- azimut=-17.0839;
- id=84;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item79
- {
- position[]={2485.9255,0.52378589,-901.48846};
- azimut=-17.0839;
- id=85;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item80
- {
- position[]={2485.8765,0.47753453,-899.84918};
- azimut=-17.0839;
- id=77;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item81
- {
- position[]={2485.3733,0.51457429,-901.11633};
- azimut=-17.0839;
- id=78;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item82
- {
- position[]={2485.6843,0.52381998,-901.4845};
- azimut=-17.0839;
- id=79;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item83
- {
- position[]={2486.2761,0.51879686,-901.28778};
- azimut=-17.0839;
- id=76;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item84
- {
- position[]={2486.5374,0.48496658,-900.05737};
- azimut=-17.0839;
- id=80;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item85
- {
- position[]={2486.3894,0.50400764,-900.70264};
- azimut=-17.0839;
- id=97;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item86
- {
- position[]={2485.8975,0.5042485,-900.70911};
- azimut=-17.0839;
- id=98;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item87
- {
- position[]={2486.9272,0.50254059,-900.69049};
- azimut=-17.0839;
- id=99;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item88
- {
- position[]={2487.6252,0.4935993,-900.46185};
- azimut=-17.0839;
- id=100;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item89
- {
- position[]={2485.4832,0.49743396,-900.50128};
- azimut=-17.0839;
- id=96;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item90
- {
- position[]={2485.406,0.52403605,-901.5};
- azimut=-17.0839;
- id=87;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item91
- {
- position[]={2485.468,0.46922749,-899.64758};
- azimut=-17.0839;
- id=92;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item92
- {
- position[]={2485.9988,0.48485488,-900.06342};
- azimut=-17.0839;
- id=88;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item93
- {
- position[]={2486.7881,0.48401627,-900.03436};
- azimut=-17.0839;
- id=89;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item94
- {
- position[]={2487.5376,0.48808491,-900.24585};
- azimut=-17.0839;
- id=90;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item95
- {
- position[]={2486.6409,0.50312734,-900.68488};
- azimut=-17.0839;
- id=86;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item96
- {
- position[]={2486.5212,0.47091135,-899.62793};
- azimut=-17.0839;
- id=93;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item97
- {
- position[]={2486.405,0.49180311,-900.27759};
- azimut=-17.0839;
- id=94;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item98
- {
- position[]={2487.4871,0.49991897,-900.67926};
- azimut=-17.0839;
- id=91;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item99
- {
- position[]={2485.7097,0.48463431,-900.07568};
- azimut=-17.0839;
- id=95;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
+ skill=0.6;
+ init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
+ };
+ class Item2{id=2;PLRDEF};
+ class Item3{id=3;PLRDEF};
+ class Item4{id=4;PLRDEF};
+ class Item5{id=5;PLRDEF};
+ class Item6{id=6;PLRDEF};
+ class Item7{id=7;PLRDEF};
+ class Item8{id=8;PLRDEF};
+ class Item9{id=9;PLRDEF};
+ class Item10{id=10;PLRDEF};
+ class Item11{id=11;PLRDEF};
+ class Item12{id=12;PLRDEF};
+ class Item13{id=13;PLRDEF};
+ class Item14{id=14;PLRDEF};
+ class Item15{id=15;PLRDEF};
+ class Item16{id=16;PLRDEF};
+ class Item17{id=17;PLRDEF};
+ class Item18{id=18;PLRDEF};
+ class Item19{id=19;PLRDEF};
+ class Item20{id=20;PLRDEF};
+ class Item21{id=21;PLRDEF};
+ class Item22{id=22;PLRDEF};
+ class Item23{id=23;PLRDEF};
+ class Item24{id=24;PLRDEF};
+ class Item25{id=25;PLRDEF};
+ class Item26{id=26;PLRDEF};
+ class Item27{id=27;PLRDEF};
+ class Item28{id=28;PLRDEF};
+ class Item29{id=29;PLRDEF};
+ class Item30{id=30;PLRDEF};
+ class Item31{id=31;PLRDEF};
+ class Item32{id=32;PLRDEF};
+ class Item33{id=33;PLRDEF};
+ class Item34{id=34;PLRDEF};
+ class Item35{id=35;PLRDEF};
+ class Item36{id=36;PLRDEF};
+ class Item37{id=37;PLRDEF};
+ class Item38{id=38;PLRDEF};
+ class Item39{id=39;PLRDEF};
+ class Item40{id=40;PLRDEF};
+ class Item41{id=41;PLRDEF};
+ class Item42{id=42;PLRDEF};
+ class Item43{id=43;PLRDEF};
+ class Item44{id=44;PLRDEF};
+ class Item45{id=45;PLRDEF};
+ class Item46{id=46;PLRDEF};
+ class Item47{id=47;PLRDEF};
+ class Item48{id=48;PLRDEF};
+ class Item49{id=49;PLRDEF};
+ class Item50{id=50;PLRDEF};
+ class Item51{id=51;PLRDEF};
+ class Item52{id=52;PLRDEF};
+ class Item53{id=53;PLRDEF};
+ class Item54{id=54;PLRDEF};
+ class Item55{id=55;PLRDEF};
+ class Item56{id=56;PLRDEF};
+ class Item57{id=57;PLRDEF};
+ class Item58{id=58;PLRDEF};
+ class Item59{id=59;PLRDEF};
+ class Item60{id=60;PLRDEF};
+ class Item61{id=61;PLRDEF};
+ class Item62{id=62;PLRDEF};
+ class Item63{id=63;PLRDEF};
+ class Item64{id=64;PLRDEF};
+ class Item65{id=65;PLRDEF};
+ class Item66{id=66;PLRDEF};
+ class Item67{id=67;PLRDEF};
+ class Item68{id=68;PLRDEF};
+ class Item69{id=69;PLRDEF};
+ class Item70{id=70;PLRDEF};
+ class Item71{id=71;PLRDEF};
+ class Item72{id=72;PLRDEF};
+ class Item73{id=73;PLRDEF};
+ class Item74{id=74;PLRDEF};
+ class Item75{id=75;PLRDEF};
+ class Item76{id=76;PLRDEF};
+ class Item77{id=77;PLRDEF};
+ class Item78{id=78;PLRDEF};
+ class Item79{id=79;PLRDEF};
+ class Item80{id=80;PLRDEF};
+ class Item81{id=81;PLRDEF};
+ class Item82{id=82;PLRDEF};
+ class Item83{id=83;PLRDEF};
+ class Item84{id=84;PLRDEF};
+ class Item85{id=85;PLRDEF};
+ class Item86{id=86;PLRDEF};
+ class Item87{id=87;PLRDEF};
+ class Item88{id=88;PLRDEF};
+ class Item89{id=89;PLRDEF};
+ class Item90{id=90;PLRDEF};
+ class Item91{id=91;PLRDEF};
+ class Item92{id=92;PLRDEF};
+ class Item93{id=93;PLRDEF};
+ class Item94{id=94;PLRDEF};
+ class Item95{id=95;PLRDEF};
+ class Item96{id=96;PLRDEF};
+ class Item97{id=97;PLRDEF};
+ class Item98{id=98;PLRDEF};
+ class Item99{id=99;PLRDEF};
};
};
class Item1
@@ -1162,13 +173,13 @@ class Mission
items=1;
class Item0
{
- position[]={-143.93861,0.52647489,2319.5012};
+ position[]={-144,0.5,2320};
id=50;
side="LOGIC";
vehicle="FunctionsManager";
leader=1;
lock="UNLOCKED";
- skill=0.60000002;
+ skill=0.6;
};
};
};
@@ -1269,8 +280,8 @@ class Intro
randomSeed=6913869;
class Intel
{
- startWeather=0.25;
- forecastWeather=0.25;
+ startWeather=0;
+ forecastWeather=0;
year=2008;
month=10;
day=11;
@@ -1291,8 +302,8 @@ class OutroWin
randomSeed=4081731;
class Intel
{
- startWeather=0.25;
- forecastWeather=0.25;
+ startWeather=0;
+ forecastWeather=0;
year=2008;
month=10;
day=11;
@@ -1313,8 +324,8 @@ class OutroLoose
randomSeed=4975929;
class Intel
{
- startWeather=0.25;
- forecastWeather=0.25;
+ startWeather=0;
+ forecastWeather=0;
year=2008;
month=10;
day=11;
diff --git a/Server Files/MPMissions/DayZ_Epoch_20.fapovo/mission.sqm b/Server Files/MPMissions/DayZ_Epoch_20.fapovo/mission.sqm
index 9a2e59e2f..d8bc51d57 100644
--- a/Server Files/MPMissions/DayZ_Epoch_20.fapovo/mission.sqm
+++ b/Server Files/MPMissions/DayZ_Epoch_20.fapovo/mission.sqm
@@ -45,8 +45,8 @@ class Mission
{
briefingName="DayZ Epoch Fapovo";
briefingDescription="DayZ Epoch Fapovo Private Server";
- startWeather=0.067362607;
- forecastWeather=0.52341133;
+ startWeather=0;
+ forecastWeather=0;
year=2008;
month=6;
day=1;
@@ -61,1108 +61,119 @@ class Mission
class Vehicles
{
items=100;
- class Item0
- {
- position[]={2757.8579,0.57739574,-2655.8594};
- azimut=-17.0839;
- id=11;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
+#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";
+ class Item0{id=0;PLRDEF};
class Item1
{
- position[]={2757.5735,0.59366137,-2655.0649};
- azimut=-17.0839;
+ position[]={2758,0.6,-2655};
+ azimut=0;
id=0;
side="WEST";
vehicle="Survivor1_DZ";
player="PLAYER COMMANDER";
leader=1;
rank="SERGEANT";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item2
- {
- position[]={2756.8081,0.57490277,-2655.5};
- azimut=-17.083944;
- id=5;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item3
- {
- position[]={2757.0144,0.60900658,-2654.2266};
- azimut=-17.083944;
- id=8;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item4
- {
- position[]={2757.2905,0.5902431,-2655.082};
- azimut=-17.083944;
- id=18;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item5
- {
- position[]={2756.5417,0.56272554,-2655.895};
- azimut=-17.083944;
- id=2;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item6
- {
- position[]={2758.1108,0.58956254,-2655.4624};
- azimut=-17.083937;
- id=9;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item7
- {
- position[]={2758.6821,0.61711591,-2654.6025};
- azimut=-17.083944;
- id=21;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item8
- {
- position[]={2758.5728,0.58105987,-2656.0249};
- azimut=-17.083944;
- id=13;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item9
- {
- position[]={2757.2075,0.57506335,-2655.6675};
- azimut=-17.083944;
- id=7;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item10
- {
- position[]={2757.1868,0.60534722,-2654.4419};
- azimut=-17.0839;
- id=36;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item11
- {
- position[]={2757.2905,0.58012694,-2655.4937};
- azimut=-17.083944;
- id=25;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item12
- {
- position[]={2757.7432,0.57194871,-2656.0415};
- azimut=-17.083944;
- id=43;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item13
- {
- position[]={2758.5315,0.58921248,-2655.6602};
- azimut=-17.083944;
- id=30;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item14
- {
- position[]={2758.0852,0.62070841,-2654.2129};
- azimut=-17.083944;
- id=33;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item15
- {
- position[]={2758.2705,0.60680848,-2654.8359};
- azimut=-17.083944;
- id=1;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item16
- {
- position[]={2756.5957,0.58809263,-2654.8755};
- azimut=-17.083944;
- id=4;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item17
- {
- position[]={2758.5161,0.62057388,-2654.3984};
- azimut=-17.083944;
- id=3;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item18
- {
- position[]={2757.0291,0.58770746,-2655.073};
- azimut=-17.083944;
- id=6;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item19
- {
- position[]={2756.7686,0.58472997,-2655.0815};
- azimut=-17.083944;
- id=10;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item20
- {
- position[]={2758.1426,0.58064616,-2655.8481};
- azimut=-17.083944;
- id=16;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item21
- {
- position[]={2757.6912,0.61108166,-2654.4263};
- azimut=-17.083944;
- id=19;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item22
- {
- position[]={2758.3999,0.61384094,-2654.6133};
- azimut=-17.083944;
- id=15;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item23
- {
- position[]={2757.6875,0.57968718,-2655.6855};
- azimut=-17.083944;
- id=23;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item24
- {
- position[]={2758.8105,0.61249411,-2654.8384};
- azimut=-17.083944;
- id=26;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item25
- {
- position[]={2758.843,0.59264332,-2655.655};
- azimut=-17.083944;
- id=29;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item26
- {
- position[]={2758.2207,0.58584952,-2655.6646};
- azimut=-17.083944;
- id=31;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item27
- {
- position[]={2758.0039,0.60388356,-2654.8398};
- azimut=-17.083944;
- id=28;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item28
- {
- position[]={2758.0879,0.59925544,-2655.0596};
- azimut=-17.083944;
- id=35;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item29
- {
- position[]={2758.7021,0.58663011,-2655.8452};
- azimut=-17.083944;
- id=27;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item30
- {
- position[]={2757.0679,0.56875497,-2655.8733};
- azimut=-17.083937;
- id=34;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item31
- {
- position[]={2758.3042,0.57795882,-2656.0376};
- azimut=-17.083944;
- id=46;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item32
- {
- position[]={2757.8003,0.61778694,-2654.2095};
- azimut=-17.083944;
- id=38;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item33
- {
- position[]={2758.2473,0.61769122,-2654.3989};
- azimut=-17.083944;
- id=32;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item34
- {
- position[]={2757.6973,0.60029703,-2654.854};
- azimut=-17.083944;
- id=47;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item35
- {
- position[]={2756.8225,0.56576544,-2655.8906};
- azimut=-17.083944;
- id=41;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item36
- {
- position[]={2758.6367,0.62676573,-2654.2061};
- azimut=-17.083944;
- id=40;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item37
- {
- position[]={2757.2305,0.56605124,-2656.0647};
- azimut=-17.083944;
- id=44;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item38
- {
- position[]={2757.9607,0.61436087,-2654.4092};
- azimut=-17.083944;
- id=48;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item39
- {
- position[]={2756.7534,0.60601652,-2654.2356};
- azimut=-17.083944;
- id=39;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item40
- {
- position[]={2758.8047,0.62334359,-2654.4102};
- azimut=-17.083944;
- id=37;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item41
- {
- position[]={2756.9321,0.57189417,-2655.6794};
- azimut=-17.083944;
- id=45;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item42
- {
- position[]={2756.2681,0.57867569,-2655.1157};
- azimut=-17.0839;
- id=49;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item43
- {
- position[]={2758.3923,0.5831809,-2655.8525};
- azimut=-17.083944;
- id=42;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item44
- {
- position[]={2757.5942,0.57448941,-2655.865};
- azimut=-17.083944;
- id=22;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item45
- {
- position[]={2758.1204,0.61087018,-2654.6135};
- azimut=-17.083944;
- id=12;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item46
- {
- position[]={2758.2314,0.59536159,-2655.2769};
- azimut=-17.083944;
- id=14;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item47
- {
- position[]={2756.8823,0.59109145,-2654.8765};
- azimut=-17.0839;
- id=24;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item48
- {
- position[]={2757.1636,0.59442514,-2654.8618};
- azimut=-17.083944;
- id=20;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item49
- {
- position[]={2758.3638,0.60216272,-2655.061};
- azimut=-17.083944;
- id=17;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item50
- {
- position[]={2757.8262,0.58596635,-2655.4868};
- azimut=-17.0839;
- id=51;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item51
- {
- position[]={2758.3506,0.6235733,-2654.2119};
- azimut=-17.0839;
- id=52;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item52
- {
- position[]={2756.6265,0.59958827,-2654.4341};
- azimut=-17.0839;
- id=55;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item53
- {
- position[]={2756.3523,0.58519745,-2654.8894};
- azimut=-17.0839;
- id=53;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item54
- {
- position[]={2757.4338,0.60806423,-2654.438};
- azimut=-17.0839;
- id=54;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item55
- {
- position[]={2756.6672,0.56858474,-2655.7017};
- azimut=-17.0839;
- id=70;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item56
- {
- position[]={2756.4836,0.59254658,-2654.6533};
- azimut=-17.0839;
- id=60;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item57
- {
- position[]={2757.4282,0.57721716,-2655.6748};
- azimut=-17.0839;
- id=68;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item58
- {
- position[]={2756.6567,0.5783391,-2655.293};
- azimut=-17.0839;
- id=66;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item59
- {
- position[]={2756.2822,0.55990589,-2655.9009};
- azimut=-17.0839;
- id=61;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item60
- {
- position[]={2757.0637,0.5780372,-2655.4814};
- azimut=-17.0839;
- id=63;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item61
- {
- position[]={2757.7964,0.59636092,-2655.0525};
- azimut=-17.0839;
- id=72;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item62
- {
- position[]={2757.4824,0.56877834,-2656.0605};
- azimut=-17.0839;
- id=57;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item63
- {
- position[]={2756.2842,0.56919557,-2655.5093};
- azimut=-17.0839;
- id=58;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item64
- {
- position[]={2757.272,0.60104501,-2654.6465};
- azimut=-17.0839;
- id=62;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item65
- {
- position[]={2756.5332,0.57196635,-2655.5015};
- azimut=-17.0839;
- id=75;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item66
- {
- position[]={2756.4099,0.57559687,-2655.3003};
- azimut=-17.0839;
- id=56;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item67
- {
- position[]={2756.3679,0.59662354,-2654.4443};
- azimut=-17.0839;
- id=73;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item68
- {
- position[]={2758.8572,0.58413088,-2656.022};
- azimut=-17.0839;
- id=69;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item69
- {
- position[]={2756.2744,0.58987933,-2654.6714};
- azimut=-17.0839;
- id=67;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item70
- {
- position[]={2758.0264,0.57486105,-2656.0444};
- azimut=-17.0839;
- id=65;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item71
- {
- position[]={2757.5916,0.58306944,-2655.5029};
- azimut=-17.0839;
- id=74;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item72
- {
- position[]={2757.1675,0.58393723,-2655.2852};
- azimut=-17.0839;
- id=71;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item73
- {
- position[]={2757.9741,0.58335352,-2655.6592};
- azimut=-17.0839;
- id=59;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item74
- {
- position[]={2758.6743,0.59543419,-2655.4653};
- azimut=-17.0839;
- id=64;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item75
- {
- position[]={2758.792,0.60167944,-2655.2632};
- azimut=-17.0839;
- id=81;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item76
- {
- position[]={2758.3716,0.59189814,-2655.4795};
- azimut=-17.0839;
- id=83;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item77
- {
- position[]={2756.2622,0.60035366,-2654.2544};
- azimut=-17.0839;
- id=82;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item78
- {
- position[]={2757.2788,0.61198229,-2654.2197};
- azimut=-17.0839;
- id=84;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item79
- {
- position[]={2756.9487,0.56282157,-2656.0762};
- azimut=-17.0839;
- id=85;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item80
- {
- position[]={2756.8994,0.60240752,-2654.437};
- azimut=-17.0839;
- id=77;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item81
- {
- position[]={2756.396,0.56569129,-2655.7041};
- azimut=-17.0839;
- id=78;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item82
- {
- position[]={2756.707,0.56038314,-2656.0723};
- azimut=-17.0839;
- id=79;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item83
- {
- position[]={2757.2991,0.57114142,-2655.8755};
- azimut=-17.0839;
- id=76;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item84
- {
- position[]={2757.5605,0.60412437,-2654.645};
- azimut=-17.0839;
- id=80;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item85
- {
- position[]={2757.4126,0.58638251,-2655.2905};
- azimut=-17.0839;
- id=97;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item86
- {
- position[]={2756.9204,0.58103043,-2655.2969};
- azimut=-17.0839;
- id=98;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item87
- {
- position[]={2757.9502,0.59238183,-2655.2783};
- azimut=-17.0839;
- id=99;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item88
- {
- position[]={2758.6479,0.60545379,-2655.0498};
- azimut=-17.0839;
- id=100;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item89
- {
- position[]={2756.5059,0.58181137,-2655.0891};
- azimut=-17.0839;
- id=96;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item90
- {
- position[]={2756.429,0.55715048,-2656.0879};
- azimut=-17.0839;
- id=87;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item91
- {
- position[]={2756.4907,0.60324568,-2654.2354};
- azimut=-17.0839;
- id=92;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item92
- {
- position[]={2757.0217,0.59825468,-2654.6514};
- azimut=-17.0839;
- id=88;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item93
- {
- position[]={2757.811,0.60735554,-2654.6221};
- azimut=-17.0839;
- id=89;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item94
- {
- position[]={2758.5605,0.60998815,-2654.8335};
- azimut=-17.0839;
- id=90;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item95
- {
- position[]={2757.6641,0.58946222,-2655.2727};
- azimut=-17.0839;
- id=86;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item96
- {
- position[]={2757.5444,0.61488098,-2654.2158};
- azimut=-17.0839;
- id=93;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item97
- {
- position[]={2757.4282,0.59714019,-2654.8652};
- azimut=-17.0839;
- id=94;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item98
- {
- position[]={2758.5098,0.59856755,-2655.2671};
- azimut=-17.0839;
- id=91;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item99
- {
- position[]={2756.7327,0.59487832,-2654.6636};
- azimut=-17.0839;
- id=95;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
+ skill=0.6;
+ init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
+ };
+ class Item2{id=2;PLRDEF};
+ class Item3{id=3;PLRDEF};
+ class Item4{id=4;PLRDEF};
+ class Item5{id=5;PLRDEF};
+ class Item6{id=6;PLRDEF};
+ class Item7{id=7;PLRDEF};
+ class Item8{id=8;PLRDEF};
+ class Item9{id=9;PLRDEF};
+ class Item10{id=10;PLRDEF};
+ class Item11{id=11;PLRDEF};
+ class Item12{id=12;PLRDEF};
+ class Item13{id=13;PLRDEF};
+ class Item14{id=14;PLRDEF};
+ class Item15{id=15;PLRDEF};
+ class Item16{id=16;PLRDEF};
+ class Item17{id=17;PLRDEF};
+ class Item18{id=18;PLRDEF};
+ class Item19{id=19;PLRDEF};
+ class Item20{id=20;PLRDEF};
+ class Item21{id=21;PLRDEF};
+ class Item22{id=22;PLRDEF};
+ class Item23{id=23;PLRDEF};
+ class Item24{id=24;PLRDEF};
+ class Item25{id=25;PLRDEF};
+ class Item26{id=26;PLRDEF};
+ class Item27{id=27;PLRDEF};
+ class Item28{id=28;PLRDEF};
+ class Item29{id=29;PLRDEF};
+ class Item30{id=30;PLRDEF};
+ class Item31{id=31;PLRDEF};
+ class Item32{id=32;PLRDEF};
+ class Item33{id=33;PLRDEF};
+ class Item34{id=34;PLRDEF};
+ class Item35{id=35;PLRDEF};
+ class Item36{id=36;PLRDEF};
+ class Item37{id=37;PLRDEF};
+ class Item38{id=38;PLRDEF};
+ class Item39{id=39;PLRDEF};
+ class Item40{id=40;PLRDEF};
+ class Item41{id=41;PLRDEF};
+ class Item42{id=42;PLRDEF};
+ class Item43{id=43;PLRDEF};
+ class Item44{id=44;PLRDEF};
+ class Item45{id=45;PLRDEF};
+ class Item46{id=46;PLRDEF};
+ class Item47{id=47;PLRDEF};
+ class Item48{id=48;PLRDEF};
+ class Item49{id=49;PLRDEF};
+ class Item50{id=50;PLRDEF};
+ class Item51{id=51;PLRDEF};
+ class Item52{id=52;PLRDEF};
+ class Item53{id=53;PLRDEF};
+ class Item54{id=54;PLRDEF};
+ class Item55{id=55;PLRDEF};
+ class Item56{id=56;PLRDEF};
+ class Item57{id=57;PLRDEF};
+ class Item58{id=58;PLRDEF};
+ class Item59{id=59;PLRDEF};
+ class Item60{id=60;PLRDEF};
+ class Item61{id=61;PLRDEF};
+ class Item62{id=62;PLRDEF};
+ class Item63{id=63;PLRDEF};
+ class Item64{id=64;PLRDEF};
+ class Item65{id=65;PLRDEF};
+ class Item66{id=66;PLRDEF};
+ class Item67{id=67;PLRDEF};
+ class Item68{id=68;PLRDEF};
+ class Item69{id=69;PLRDEF};
+ class Item70{id=70;PLRDEF};
+ class Item71{id=71;PLRDEF};
+ class Item72{id=72;PLRDEF};
+ class Item73{id=73;PLRDEF};
+ class Item74{id=74;PLRDEF};
+ class Item75{id=75;PLRDEF};
+ class Item76{id=76;PLRDEF};
+ class Item77{id=77;PLRDEF};
+ class Item78{id=78;PLRDEF};
+ class Item79{id=79;PLRDEF};
+ class Item80{id=80;PLRDEF};
+ class Item81{id=81;PLRDEF};
+ class Item82{id=82;PLRDEF};
+ class Item83{id=83;PLRDEF};
+ class Item84{id=84;PLRDEF};
+ class Item85{id=85;PLRDEF};
+ class Item86{id=86;PLRDEF};
+ class Item87{id=87;PLRDEF};
+ class Item88{id=88;PLRDEF};
+ class Item89{id=89;PLRDEF};
+ class Item90{id=90;PLRDEF};
+ class Item91{id=91;PLRDEF};
+ class Item92{id=92;PLRDEF};
+ class Item93{id=93;PLRDEF};
+ class Item94{id=94;PLRDEF};
+ class Item95{id=95;PLRDEF};
+ class Item96{id=96;PLRDEF};
+ class Item97{id=97;PLRDEF};
+ class Item98{id=98;PLRDEF};
+ class Item99{id=99;PLRDEF};
};
};
class Item1
@@ -1173,13 +184,13 @@ class Mission
items=1;
class Item0
{
- position[]={-143.93861,0.52647489,2319.5012};
+ position[]={-144,0.5,2320};
id=50;
side="LOGIC";
vehicle="FunctionsManager";
leader=1;
lock="UNLOCKED";
- skill=0.60000002;
+ skill=0.6;
};
};
};
@@ -1420,8 +431,8 @@ class Intro
randomSeed=6913869;
class Intel
{
- startWeather=0.25;
- forecastWeather=0.25;
+ startWeather=0;
+ forecastWeather=0;
year=2008;
month=10;
day=11;
@@ -1442,8 +453,8 @@ class OutroWin
randomSeed=4081731;
class Intel
{
- startWeather=0.25;
- forecastWeather=0.25;
+ startWeather=0;
+ forecastWeather=0;
year=2008;
month=10;
day=11;
@@ -1464,8 +475,8 @@ class OutroLoose
randomSeed=4975929;
class Intel
{
- startWeather=0.25;
- forecastWeather=0.25;
+ startWeather=0;
+ forecastWeather=0;
year=2008;
month=10;
day=11;
diff --git a/Server Files/MPMissions/DayZ_Epoch_21.Caribou/mission.sqm b/Server Files/MPMissions/DayZ_Epoch_21.Caribou/mission.sqm
index 3b7b20e7a..b46f53f6e 100644
--- a/Server Files/MPMissions/DayZ_Epoch_21.Caribou/mission.sqm
+++ b/Server Files/MPMissions/DayZ_Epoch_21.Caribou/mission.sqm
@@ -31,8 +31,8 @@ class Mission
{
briefingName="DayZ Epoch Caribou";
briefingDescription="DayZ Epoch Caribou Private Server";
- startWeather=0.067362607;
- forecastWeather=0.52341133;
+ startWeather=0;
+ forecastWeather=0;
year=2008;
month=10;
day=1;
@@ -47,1108 +47,119 @@ class Mission
class Vehicles
{
items=100;
- class Item0
- {
- position[]={-7908.0835,7.2200294,4911.1665};
- azimut=-17.0839;
- id=11;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
+#define PLRDEF position[]={-7908,7,4912};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[]={-7908.3667,7.2342749,4911.9614};
- azimut=-17.0839;
+ position[]={-7908,7,4912};
+ azimut=0;
id=0;
side="WEST";
vehicle="Survivor1_DZ";
player="PLAYER COMMANDER";
leader=1;
rank="SERGEANT";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item2
- {
- position[]={-7909.1323,7.2060251,4911.5259};
- azimut=-17.083944;
- id=5;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item3
- {
- position[]={-7908.9272,7.2466354,4912.7993};
- azimut=-17.083944;
- id=8;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item4
- {
- position[]={-7908.6499,7.2275329,4911.9438};
- azimut=-17.083944;
- id=18;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item5
- {
- position[]={-7909.3999,7.1898923,4911.1313};
- azimut=-17.083944;
- id=2;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item6
- {
- position[]={-7907.8296,7.2359595,4911.5649};
- azimut=-17.083937;
- id=9;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item7
- {
- position[]={-7907.2593,7.2725,4912.4243};
- azimut=-17.083944;
- id=21;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item8
- {
- position[]={-7907.3687,7.2316632,4911.0024};
- azimut=-17.083944;
- id=13;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item9
- {
- position[]={-7908.7319,7.2105761,4911.3579};
- azimut=-17.083944;
- id=7;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item10
- {
- position[]={-7908.7534,7.2440953,4912.5845};
- azimut=-17.0839;
- id=36;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item11
- {
- position[]={-7908.6499,7.216938,4911.5337};
- azimut=-17.083944;
- id=25;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item12
- {
- position[]={-7908.1968,7.2127714,4910.9829};
- azimut=-17.083944;
- id=43;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item13
- {
- position[]={-7907.4077,7.24018,4911.3657};
- azimut=-17.083944;
- id=30;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item14
- {
- position[]={-7907.855,7.2709088,4912.8149};
- azimut=-17.083944;
- id=33;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item15
- {
- position[]={-7907.6694,7.2564116,4912.1899};
- azimut=-17.083944;
- id=1;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item16
- {
- position[]={-7909.3452,7.2180395,4912.1509};
- azimut=-17.083944;
- id=4;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item17
- {
- position[]={-7907.4233,7.2749076,4912.6274};
- azimut=-17.083944;
- id=3;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item18
- {
- position[]={-7908.9097,7.2219672,4911.9517};
- azimut=-17.083944;
- id=6;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item19
- {
- position[]={-7909.1714,7.2159543,4911.9438};
- azimut=-17.083944;
- id=10;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item20
- {
- position[]={-7907.7983,7.2266636,4911.1782};
- azimut=-17.083944;
- id=16;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item21
- {
- position[]={-7908.2495,7.2557492,4912.6001};
- azimut=-17.083944;
- id=19;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item22
- {
- position[]={-7907.5405,7.2659059,4912.4126};
- azimut=-17.083944;
- id=15;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item23
- {
- position[]={-7908.2534,7.2207971,4911.3423};
- azimut=-17.083944;
- id=23;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item24
- {
- position[]={-7907.1304,7.2682643,4912.186};
- azimut=-17.083944;
- id=26;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item25
- {
- position[]={-7907.0972,7.2471762,4911.3696};
- azimut=-17.083944;
- id=29;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item26
- {
- position[]={-7907.7202,7.2331405,4911.3618};
- azimut=-17.083944;
- id=31;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item27
- {
- position[]={-7907.9351,7.2503972,4912.186};
- azimut=-17.083944;
- id=28;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item28
- {
- position[]={-7907.853,7.245832,4911.9673};
- azimut=-17.083944;
- id=35;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item29
- {
- position[]={-7907.2378,7.2392106,4911.1821};
- azimut=-17.083944;
- id=27;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item30
- {
- position[]={-7908.8726,7.2021561,4911.1528};
- azimut=-17.083937;
- id=34;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item31
- {
- position[]={-7907.6362,7.2253184,4910.9868};
- azimut=-17.083944;
- id=46;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item32
- {
- position[]={-7908.1401,7.264636,4912.8169};
- azimut=-17.083944;
- id=38;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item33
- {
- position[]={-7907.6929,7.2689233,4912.6274};
- azimut=-17.083944;
- id=32;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item34
- {
- position[]={-7908.2437,7.2430801,4912.1704};
- azimut=-17.083944;
- id=47;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item35
- {
- position[]={-7909.1187,7.1962376,4911.1353};
- azimut=-17.083944;
- id=41;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item36
- {
- position[]={-7907.355,7.2825055,4912.8315};
- azimut=-17.083944;
- id=40;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item37
- {
- position[]={-7908.7104,7.2008109,4910.9614};
- azimut=-17.083944;
- id=44;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item38
- {
- position[]={-7907.98,7.2621994,4912.6157};
- azimut=-17.083944;
- id=48;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item39
- {
- position[]={-7909.187,7.2406349,4912.7915};
- azimut=-17.083944;
- id=39;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item40
- {
- position[]={-7907.1343,7.2809768,4912.6157};
- azimut=-17.083944;
- id=37;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item41
- {
- position[]={-7909.0093,7.2041149,4911.3462};
- azimut=-17.083944;
- id=45;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item42
- {
- position[]={-7909.6733,7.2039013,4911.9087};
- azimut=-17.0839;
- id=49;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item43
- {
- position[]={-7907.5483,7.2321134,4911.1743};
- azimut=-17.083944;
- id=42;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item44
- {
- position[]={-7908.3452,7.2141171,4911.1626};
- azimut=-17.083944;
- id=22;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item45
- {
- position[]={-7907.8198,7.2597046,4912.4126};
- azimut=-17.083944;
- id=12;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item46
- {
- position[]={-7907.7085,7.2433901,4911.7485};
- azimut=-17.083944;
- id=14;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item47
- {
- position[]={-7909.0581,7.2244143,4912.1509};
- azimut=-17.0839;
- id=24;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item48
- {
- position[]={-7908.7769,7.2310667,4912.1646};
- azimut=-17.083944;
- id=20;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item49
- {
- position[]={-7907.5757,7.2518888,4911.9634};
- azimut=-17.083944;
- id=17;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item50
- {
- position[]={-7908.1147,7.2289715,4911.5396};
- azimut=-17.0839;
- id=51;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item51
- {
- position[]={-7907.5894,7.2768068,4912.8149};
- azimut=-17.0839;
- id=52;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item52
- {
- position[]={-7909.314,7.2318821,4912.5923};
- azimut=-17.0839;
- id=55;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item53
- {
- position[]={-7909.5874,7.2121964,4912.1353};
- azimut=-17.0839;
- id=53;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item54
- {
- position[]={-7908.5054,7.2497191,4912.5884};
- azimut=-17.0839;
- id=54;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item55
- {
- position[]={-7909.2729,7.1976557,4911.3228};
- azimut=-17.0839;
- id=70;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item56
- {
- position[]={-7909.4565,7.2222004,4912.3735};
- azimut=-17.0839;
- id=60;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item57
- {
- position[]={-7908.5132,7.2152314,4911.3501};
- azimut=-17.0839;
- id=68;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item58
- {
- position[]={-7909.2827,7.2080336,4911.7329};
- azimut=-17.0839;
- id=66;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item59
- {
- position[]={-7909.6577,7.1839657,4911.1235};
- azimut=-17.0839;
- id=61;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item60
- {
- position[]={-7908.8765,7.2122107,4911.5454};
- azimut=-17.0839;
- id=63;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item61
- {
- position[]={-7908.144,7.239572,4911.9751};
- azimut=-17.0839;
- id=72;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item62
- {
- position[]={-7908.4585,7.2065568,4910.9673};
- azimut=-17.0839;
- id=57;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item63
- {
- position[]={-7909.6558,7.1942005,4911.5181};
- azimut=-17.0839;
- id=58;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item64
- {
- position[]={-7908.6694,7.2398515,4912.3794};
- azimut=-17.0839;
- id=62;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item65
- {
- position[]={-7909.4077,7.1999102,4911.5259};
- azimut=-17.0839;
- id=75;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item66
- {
- position[]={-7909.5308,7.2023244,4911.7251};
- azimut=-17.0839;
- id=56;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item67
- {
- position[]={-7909.5718,7.2258086,4912.5806};
- azimut=-17.0839;
- id=73;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item68
- {
- position[]={-7907.0835,7.2379947,4911.0024};
- azimut=-17.0839;
- id=69;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item69
- {
- position[]={-7909.6655,7.2169785,4912.354};
- azimut=-17.0839;
- id=67;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item70
- {
- position[]={-7907.9136,7.2190595,4910.9829};
- azimut=-17.0839;
- id=65;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item71
- {
- position[]={-7908.3491,7.2233138,4911.522};
- azimut=-17.0839;
- id=74;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item72
- {
- position[]={-7908.7729,7.2195539,4911.7407};
- azimut=-17.0839;
- id=71;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item73
- {
- position[]={-7907.9663,7.227777,4911.3657};
- azimut=-17.0839;
- id=59;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item74
- {
- position[]={-7907.2671,7.2483478,4911.561};
- azimut=-17.0839;
- id=64;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item75
- {
- position[]={-7907.1479,7.2562404,4911.7642};
- azimut=-17.0839;
- id=81;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item76
- {
- position[]={-7907.5679,7.2412658,4911.5454};
- azimut=-17.0839;
- id=83;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item77
- {
- position[]={-7909.6772,7.2291684,4912.772};
- azimut=-17.0839;
- id=82;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item78
- {
- position[]={-7908.6597,7.2528095,4912.8071};
- azimut=-17.0839;
- id=84;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item79
- {
- position[]={-7908.9917,7.1942639,4910.9497};
- azimut=-17.0839;
- id=85;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item80
- {
- position[]={-7909.0405,7.2378368,4912.5884};
- azimut=-17.0839;
- id=77;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item81
- {
- position[]={-7909.5444,7.1916275,4911.3228};
- azimut=-17.0839;
- id=78;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item82
- {
- position[]={-7909.2319,7.1890306,4910.9536};
- azimut=-17.0839;
- id=79;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item83
- {
- position[]={-7908.6421,7.2072229,4911.1509};
- azimut=-17.0839;
- id=76;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item84
- {
- position[]={-7908.3804,7.2463279,4912.3813};
- azimut=-17.0839;
- id=80;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item85
- {
- position[]={-7908.5288,7.224874,4911.7368};
- azimut=-17.0839;
- id=97;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item86
- {
- position[]={-7909.021,7.2137437,4911.729};
- azimut=-17.0839;
- id=98;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item87
- {
- position[]={-7907.9897,7.2371454,4911.7485};
- azimut=-17.0839;
- id=99;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item88
- {
- position[]={-7907.2925,7.2584801,4911.9751};
- azimut=-17.0839;
- id=100;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item89
- {
- position[]={-7909.4351,7.209898,4911.936};
- azimut=-17.0839;
- id=96;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item90
- {
- position[]={-7909.5112,7.182476,4910.9399};
- azimut=-17.0839;
- id=87;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item91
- {
- position[]={-7909.4507,7.2347808,4912.7915};
- azimut=-17.0839;
- id=92;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item92
- {
- position[]={-7908.9194,7.2341261,4912.3735};
- azimut=-17.0839;
- id=88;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item93
- {
- position[]={-7908.1304,7.2525768,4912.4048};
- azimut=-17.0839;
- id=89;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item94
- {
- position[]={-7907.3804,7.2629461,4912.1938};
- azimut=-17.0839;
- id=90;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item95
- {
- position[]={-7908.2769,7.2308717,4911.7524};
- azimut=-17.0839;
- id=86;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item96
- {
- position[]={-7908.396,7.25878,4912.811};
- azimut=-17.0839;
- id=93;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item97
- {
- position[]={-7908.5132,7.2368045,4912.1606};
- azimut=-17.0839;
- id=94;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item98
- {
- position[]={-7907.4312,7.2498507,4911.7603};
- azimut=-17.0839;
- id=91;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item99
- {
- position[]={-7909.2085,7.2273588,4912.3618};
- azimut=-17.0839;
- id=95;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
+ skill=0.6;
+ init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
+ };
+ class Item2{id=2;PLRDEF};
+ class Item3{id=3;PLRDEF};
+ class Item4{id=4;PLRDEF};
+ class Item5{id=5;PLRDEF};
+ class Item6{id=6;PLRDEF};
+ class Item7{id=7;PLRDEF};
+ class Item8{id=8;PLRDEF};
+ class Item9{id=9;PLRDEF};
+ class Item10{id=10;PLRDEF};
+ class Item11{id=11;PLRDEF};
+ class Item12{id=12;PLRDEF};
+ class Item13{id=13;PLRDEF};
+ class Item14{id=14;PLRDEF};
+ class Item15{id=15;PLRDEF};
+ class Item16{id=16;PLRDEF};
+ class Item17{id=17;PLRDEF};
+ class Item18{id=18;PLRDEF};
+ class Item19{id=19;PLRDEF};
+ class Item20{id=20;PLRDEF};
+ class Item21{id=21;PLRDEF};
+ class Item22{id=22;PLRDEF};
+ class Item23{id=23;PLRDEF};
+ class Item24{id=24;PLRDEF};
+ class Item25{id=25;PLRDEF};
+ class Item26{id=26;PLRDEF};
+ class Item27{id=27;PLRDEF};
+ class Item28{id=28;PLRDEF};
+ class Item29{id=29;PLRDEF};
+ class Item30{id=30;PLRDEF};
+ class Item31{id=31;PLRDEF};
+ class Item32{id=32;PLRDEF};
+ class Item33{id=33;PLRDEF};
+ class Item34{id=34;PLRDEF};
+ class Item35{id=35;PLRDEF};
+ class Item36{id=36;PLRDEF};
+ class Item37{id=37;PLRDEF};
+ class Item38{id=38;PLRDEF};
+ class Item39{id=39;PLRDEF};
+ class Item40{id=40;PLRDEF};
+ class Item41{id=41;PLRDEF};
+ class Item42{id=42;PLRDEF};
+ class Item43{id=43;PLRDEF};
+ class Item44{id=44;PLRDEF};
+ class Item45{id=45;PLRDEF};
+ class Item46{id=46;PLRDEF};
+ class Item47{id=47;PLRDEF};
+ class Item48{id=48;PLRDEF};
+ class Item49{id=49;PLRDEF};
+ class Item50{id=50;PLRDEF};
+ class Item51{id=51;PLRDEF};
+ class Item52{id=52;PLRDEF};
+ class Item53{id=53;PLRDEF};
+ class Item54{id=54;PLRDEF};
+ class Item55{id=55;PLRDEF};
+ class Item56{id=56;PLRDEF};
+ class Item57{id=57;PLRDEF};
+ class Item58{id=58;PLRDEF};
+ class Item59{id=59;PLRDEF};
+ class Item60{id=60;PLRDEF};
+ class Item61{id=61;PLRDEF};
+ class Item62{id=62;PLRDEF};
+ class Item63{id=63;PLRDEF};
+ class Item64{id=64;PLRDEF};
+ class Item65{id=65;PLRDEF};
+ class Item66{id=66;PLRDEF};
+ class Item67{id=67;PLRDEF};
+ class Item68{id=68;PLRDEF};
+ class Item69{id=69;PLRDEF};
+ class Item70{id=70;PLRDEF};
+ class Item71{id=71;PLRDEF};
+ class Item72{id=72;PLRDEF};
+ class Item73{id=73;PLRDEF};
+ class Item74{id=74;PLRDEF};
+ class Item75{id=75;PLRDEF};
+ class Item76{id=76;PLRDEF};
+ class Item77{id=77;PLRDEF};
+ class Item78{id=78;PLRDEF};
+ class Item79{id=79;PLRDEF};
+ class Item80{id=80;PLRDEF};
+ class Item81{id=81;PLRDEF};
+ class Item82{id=82;PLRDEF};
+ class Item83{id=83;PLRDEF};
+ class Item84{id=84;PLRDEF};
+ class Item85{id=85;PLRDEF};
+ class Item86{id=86;PLRDEF};
+ class Item87{id=87;PLRDEF};
+ class Item88{id=88;PLRDEF};
+ class Item89{id=89;PLRDEF};
+ class Item90{id=90;PLRDEF};
+ class Item91{id=91;PLRDEF};
+ class Item92{id=92;PLRDEF};
+ class Item93{id=93;PLRDEF};
+ class Item94{id=94;PLRDEF};
+ class Item95{id=95;PLRDEF};
+ class Item96{id=96;PLRDEF};
+ class Item97{id=97;PLRDEF};
+ class Item98{id=98;PLRDEF};
+ class Item99{id=99;PLRDEF};
};
};
class Item1
@@ -1159,13 +170,13 @@ class Mission
items=1;
class Item0
{
- position[]={-143.93861,0.52647489,2319.5012};
+ position[]={-144,0.5,2320};
id=50;
side="LOGIC";
vehicle="FunctionsManager";
leader=1;
lock="UNLOCKED";
- skill=0.60000002;
+ skill=0.6;
};
};
};
@@ -1495,8 +506,8 @@ class Intro
randomSeed=6913869;
class Intel
{
- startWeather=0.25;
- forecastWeather=0.25;
+ startWeather=0;
+ forecastWeather=0;
year=2008;
month=10;
day=11;
@@ -1517,8 +528,8 @@ class OutroWin
randomSeed=4081731;
class Intel
{
- startWeather=0.25;
- forecastWeather=0.25;
+ startWeather=0;
+ forecastWeather=0;
year=2008;
month=10;
day=11;
@@ -1539,8 +550,8 @@ class OutroLoose
randomSeed=4975929;
class Intel
{
- startWeather=0.25;
- forecastWeather=0.25;
+ startWeather=0;
+ forecastWeather=0;
year=2008;
month=10;
day=11;
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 45a58f7e7..ee5739f75 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
@@ -28,8 +28,8 @@ class Mission
{
briefingName="DayZ Epoch SMD Sahrani";
briefingDescription="DayZ Epoch SMD Sahrani Private Server";
- startWeather=0.067362607;
- forecastWeather=0.52341133;
+ startWeather=0;
+ forecastWeather=0;
year=2008;
month=10;
day=1;
@@ -44,1108 +44,119 @@ class Mission
class Vehicles
{
items=100;
- class Item0
- {
- position[]={12000.893,0.25716898,-4596.6191};
- azimut=-17.0839;
- id=11;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
+#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";
+ class Item0{id=0;PLRDEF};
class Item1
{
- position[]={12000.607,0.24714553,-4595.8247};
- azimut=-17.0839;
+ position[]={12001,0.2,-4596};
+ azimut=0;
id=0;
side="WEST";
vehicle="Survivor1_DZ";
player="PLAYER COMMANDER";
leader=1;
rank="SERGEANT";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item2
- {
- position[]={11999.842,0.25294074,-4596.2598};
- azimut=-17.083944;
- id=5;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item3
- {
- position[]={12000.049,0.24141403,-4594.9863};
- azimut=-17.083944;
- id=8;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item4
- {
- position[]={12000.324,0.24766466,-4595.8418};
- azimut=-17.083944;
- id=18;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item5
- {
- position[]={11999.576,0.25844413,-4596.6548};
- azimut=-17.083944;
- id=2;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item6
- {
- position[]={12001.145,0.25137407,-4596.2222};
- azimut=-17.083937;
- id=9;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item7
- {
- position[]={12001.717,0.24112105,-4595.3618};
- azimut=-17.083944;
- id=21;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item8
- {
- position[]={12001.607,0.25952935,-4596.7847};
- azimut=-17.083944;
- id=13;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item9
- {
- position[]={12000.242,0.25480965,-4596.4272};
- azimut=-17.083944;
- id=7;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item10
- {
- position[]={12000.221,0.24234308,-4595.2017};
- azimut=-17.0839;
- id=36;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item11
- {
- position[]={12000.324,0.2524305,-4596.2534};
- azimut=-17.083944;
- id=25;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item12
- {
- position[]={12000.777,0.26006976,-4596.8013};
- azimut=-17.083944;
- id=43;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item13
- {
- position[]={12001.566,0.25382796,-4596.4199};
- azimut=-17.083944;
- id=30;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item14
- {
- position[]={12001.119,0.23923661,-4594.9727};
- azimut=-17.083944;
- id=33;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item15
- {
- position[]={12001.305,0.24392018,-4595.5957};
- azimut=-17.083944;
- id=1;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item16
- {
- position[]={11999.629,0.24659455,-4595.6353};
- azimut=-17.083944;
- id=4;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item17
- {
- position[]={12001.551,0.23972255,-4595.1582};
- azimut=-17.083944;
- id=3;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item18
- {
- position[]={12000.063,0.24786881,-4595.8325};
- azimut=-17.083944;
- id=6;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item19
- {
- position[]={11999.803,0.24827172,-4595.8413};
- azimut=-17.083944;
- id=10;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item20
- {
- position[]={12001.176,0.25687364,-4596.6079};
- azimut=-17.083944;
- id=16;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item21
- {
- position[]={12000.727,0.24134165,-4595.186};
- azimut=-17.083944;
- id=19;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item22
- {
- position[]={12001.434,0.24166292,-4595.373};
- azimut=-17.083944;
- id=15;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item23
- {
- position[]={12000.723,0.25472426,-4596.4453};
- azimut=-17.083944;
- id=23;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item24
- {
- position[]={12001.844,0.24321041,-4595.5981};
- azimut=-17.083944;
- id=26;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item25
- {
- position[]={12001.877,0.2535252,-4596.4146};
- azimut=-17.083944;
- id=29;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item26
- {
- position[]={12001.254,0.25407079,-4596.4243};
- azimut=-17.083944;
- id=31;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item27
- {
- position[]={12001.039,0.24429953,-4595.6001};
- azimut=-17.083944;
- id=28;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item28
- {
- position[]={12001.121,0.24645308,-4595.8188};
- azimut=-17.083944;
- id=35;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item29
- {
- position[]={12001.736,0.25654557,-4596.605};
- azimut=-17.083944;
- id=27;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item30
- {
- position[]={12000.102,0.25782275,-4596.6333};
- azimut=-17.083937;
- id=34;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item31
- {
- position[]={12001.34,0.259758,-4596.7974};
- azimut=-17.083944;
- id=46;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item32
- {
- position[]={12000.836,0.23976846,-4594.9692};
- azimut=-17.083944;
- id=38;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item33
- {
- position[]={12001.281,0.24017173,-4595.1587};
- azimut=-17.083944;
- id=32;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item34
- {
- position[]={12000.73,0.2448495,-4595.6138};
- azimut=-17.083944;
- id=47;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item35
- {
- position[]={11999.855,0.25819901,-4596.6504};
- azimut=-17.083944;
- id=41;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item36
- {
- position[]={12001.672,0.2381531,-4594.9658};
- azimut=-17.083944;
- id=40;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item37
- {
- position[]={12000.266,0.26065901,-4596.8247};
- azimut=-17.083944;
- id=44;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item38
- {
- position[]={12000.996,0.24075411,-4595.1694};
- azimut=-17.083944;
- id=48;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item39
- {
- position[]={11999.789,0.24197309,-4594.9956};
- azimut=-17.083944;
- id=39;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item40
- {
- position[]={12001.84,0.23930143,-4595.1699};
- azimut=-17.083944;
- id=37;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item41
- {
- position[]={11999.967,0.25514835,-4596.439};
- azimut=-17.083944;
- id=45;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item42
- {
- position[]={11999.303,0.24925366,-4595.8755};
- azimut=-17.0839;
- id=49;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item43
- {
- position[]={12001.426,0.2568047,-4596.6118};
- azimut=-17.083944;
- id=42;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item44
- {
- position[]={12000.629,0.25742435,-4596.6245};
- azimut=-17.083944;
- id=22;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item45
- {
- position[]={12001.154,0.24209243,-4595.3735};
- azimut=-17.083944;
- id=12;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item46
- {
- position[]={12001.266,0.24884211,-4596.0366};
- azimut=-17.083944;
- id=14;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item47
- {
- position[]={11999.918,0.24618301,-4595.6362};
- azimut=-17.0839;
- id=24;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item48
- {
- position[]={12000.199,0.24566701,-4595.6216};
- azimut=-17.083944;
- id=20;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item49
- {
- position[]={12001.398,0.24617742,-4595.8208};
- azimut=-17.083944;
- id=17;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item50
- {
- position[]={12000.859,0.25190732,-4596.2466};
- azimut=-17.0839;
- id=51;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item51
- {
- position[]={12001.385,0.23872402,-4594.9712};
- azimut=-17.0839;
- id=52;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item52
- {
- position[]={11999.66,0.24329698,-4595.1938};
- azimut=-17.0839;
- id=55;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item53
- {
- position[]={11999.387,0.24706073,-4595.6489};
- azimut=-17.0839;
- id=53;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item54
- {
- position[]={12000.469,0.24188206,-4595.1978};
- azimut=-17.0839;
- id=54;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item55
- {
- position[]={11999.701,0.25566927,-4596.4614};
- azimut=-17.0839;
- id=70;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item56
- {
- position[]={11999.518,0.24500826,-4595.4131};
- azimut=-17.0839;
- id=60;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item57
- {
- position[]={12000.463,0.25476354,-4596.4346};
- azimut=-17.0839;
- id=68;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item58
- {
- position[]={11999.691,0.2506595,-4596.0527};
- azimut=-17.0839;
- id=66;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item59
- {
- position[]={11999.316,0.25866908,-4596.6606};
- azimut=-17.0839;
- id=61;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item60
- {
- position[]={12000.098,0.25247672,-4596.2412};
- azimut=-17.0839;
- id=63;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item61
- {
- position[]={12000.83,0.24673493,-4595.812};
- azimut=-17.0839;
- id=72;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item62
- {
- position[]={12000.516,0.26047421,-4596.8198};
- azimut=-17.0839;
- id=57;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item63
- {
- position[]={11999.318,0.25352842,-4596.269};
- azimut=-17.0839;
- id=58;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item64
- {
- position[]={12000.307,0.24367064,-4595.4063};
- azimut=-17.0839;
- id=62;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item65
- {
- position[]={11999.566,0.25322604,-4596.2612};
- azimut=-17.0839;
- id=75;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item66
- {
- position[]={11999.445,0.25099874,-4596.0601};
- azimut=-17.0839;
- id=56;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item67
- {
- position[]={11999.402,0.24382576,-4595.2036};
- azimut=-17.0839;
- id=73;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item68
- {
- position[]={12001.891,0.25937366,-4596.7817};
- azimut=-17.0839;
- id=69;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item69
- {
- position[]={11999.309,0.24548319,-4595.4312};
- azimut=-17.0839;
- id=67;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item70
- {
- position[]={12001.061,0.2600219,-4596.8042};
- azimut=-17.0839;
- id=65;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item71
- {
- position[]={12000.625,0.25231209,-4596.2627};
- azimut=-17.0839;
- id=74;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item72
- {
- position[]={12000.201,0.25004497,-4596.0449};
- azimut=-17.0839;
- id=71;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item73
- {
- position[]={12001.008,0.25418279,-4596.4189};
- azimut=-17.0839;
- id=59;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item74
- {
- position[]={12001.709,0.25094065,-4596.2251};
- azimut=-17.0839;
- id=64;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item75
- {
- position[]={12001.826,0.24818306,-4596.0229};
- azimut=-17.0839;
- id=81;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item76
- {
- position[]={12001.406,0.25137219,-4596.2393};
- azimut=-17.0839;
- id=83;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item77
- {
- position[]={11999.297,0.24303979,-4595.0142};
- azimut=-17.0839;
- id=82;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item78
- {
- position[]={12000.313,0.24084502,-4594.98};
- azimut=-17.0839;
- id=84;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item79
- {
- position[]={11999.982,0.2609334,-4596.8359};
- azimut=-17.0839;
- id=85;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item80
- {
- position[]={11999.934,0.24281952,-4595.1968};
- azimut=-17.0839;
- id=77;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item81
- {
- position[]={11999.43,0.25588429,-4596.4639};
- azimut=-17.0839;
- id=78;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item82
- {
- position[]={11999.742,0.26100618,-4596.832};
- azimut=-17.0839;
- id=79;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item83
- {
- position[]={12000.332,0.25773573,-4596.6353};
- azimut=-17.0839;
- id=76;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item84
- {
- position[]={12000.594,0.24320698,-4595.4048};
- azimut=-17.0839;
- id=80;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item85
- {
- position[]={12000.447,0.2498458,-4596.0503};
- azimut=-17.0839;
- id=97;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item86
- {
- position[]={11999.955,0.25041413,-4596.0566};
- azimut=-17.0839;
- id=98;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item87
- {
- position[]={12000.984,0.24917726,-4596.0381};
- azimut=-17.0839;
- id=99;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item88
- {
- position[]={12001.684,0.24572466,-4595.8096};
- azimut=-17.0839;
- id=100;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item89
- {
- position[]={11999.539,0.24867597,-4595.8491};
- azimut=-17.0839;
- id=96;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item90
- {
- position[]={11999.463,0.26133537,-4596.8477};
- azimut=-17.0839;
- id=87;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item91
- {
- position[]={11999.525,0.24251032,-4594.9951};
- azimut=-17.0839;
- id=92;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item92
- {
- position[]={12000.055,0.2441003,-4595.4111};
- azimut=-17.0839;
- id=88;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item93
- {
- position[]={12000.846,0.24261184,-4595.3818};
- azimut=-17.0839;
- id=89;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item94
- {
- position[]={12001.594,0.24348214,-4595.5933};
- azimut=-17.0839;
- id=90;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item95
- {
- position[]={12000.699,0.24936867,-4596.0327};
- azimut=-17.0839;
- id=86;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item96
- {
- position[]={12000.578,0.24030304,-4594.9756};
- azimut=-17.0839;
- id=93;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item97
- {
- position[]={12000.463,0.24534141,-4595.6255};
- azimut=-17.0839;
- id=94;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item98
- {
- position[]={12001.543,0.24847873,-4596.0269};
- azimut=-17.0839;
- id=91;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item99
- {
- position[]={11999.766,0.24467346,-4595.4233};
- azimut=-17.0839;
- id=95;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
+ skill=0.6;
+ init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
+ };
+ class Item2{id=2;PLRDEF};
+ class Item3{id=3;PLRDEF};
+ class Item4{id=4;PLRDEF};
+ class Item5{id=5;PLRDEF};
+ class Item6{id=6;PLRDEF};
+ class Item7{id=7;PLRDEF};
+ class Item8{id=8;PLRDEF};
+ class Item9{id=9;PLRDEF};
+ class Item10{id=10;PLRDEF};
+ class Item11{id=11;PLRDEF};
+ class Item12{id=12;PLRDEF};
+ class Item13{id=13;PLRDEF};
+ class Item14{id=14;PLRDEF};
+ class Item15{id=15;PLRDEF};
+ class Item16{id=16;PLRDEF};
+ class Item17{id=17;PLRDEF};
+ class Item18{id=18;PLRDEF};
+ class Item19{id=19;PLRDEF};
+ class Item20{id=20;PLRDEF};
+ class Item21{id=21;PLRDEF};
+ class Item22{id=22;PLRDEF};
+ class Item23{id=23;PLRDEF};
+ class Item24{id=24;PLRDEF};
+ class Item25{id=25;PLRDEF};
+ class Item26{id=26;PLRDEF};
+ class Item27{id=27;PLRDEF};
+ class Item28{id=28;PLRDEF};
+ class Item29{id=29;PLRDEF};
+ class Item30{id=30;PLRDEF};
+ class Item31{id=31;PLRDEF};
+ class Item32{id=32;PLRDEF};
+ class Item33{id=33;PLRDEF};
+ class Item34{id=34;PLRDEF};
+ class Item35{id=35;PLRDEF};
+ class Item36{id=36;PLRDEF};
+ class Item37{id=37;PLRDEF};
+ class Item38{id=38;PLRDEF};
+ class Item39{id=39;PLRDEF};
+ class Item40{id=40;PLRDEF};
+ class Item41{id=41;PLRDEF};
+ class Item42{id=42;PLRDEF};
+ class Item43{id=43;PLRDEF};
+ class Item44{id=44;PLRDEF};
+ class Item45{id=45;PLRDEF};
+ class Item46{id=46;PLRDEF};
+ class Item47{id=47;PLRDEF};
+ class Item48{id=48;PLRDEF};
+ class Item49{id=49;PLRDEF};
+ class Item50{id=50;PLRDEF};
+ class Item51{id=51;PLRDEF};
+ class Item52{id=52;PLRDEF};
+ class Item53{id=53;PLRDEF};
+ class Item54{id=54;PLRDEF};
+ class Item55{id=55;PLRDEF};
+ class Item56{id=56;PLRDEF};
+ class Item57{id=57;PLRDEF};
+ class Item58{id=58;PLRDEF};
+ class Item59{id=59;PLRDEF};
+ class Item60{id=60;PLRDEF};
+ class Item61{id=61;PLRDEF};
+ class Item62{id=62;PLRDEF};
+ class Item63{id=63;PLRDEF};
+ class Item64{id=64;PLRDEF};
+ class Item65{id=65;PLRDEF};
+ class Item66{id=66;PLRDEF};
+ class Item67{id=67;PLRDEF};
+ class Item68{id=68;PLRDEF};
+ class Item69{id=69;PLRDEF};
+ class Item70{id=70;PLRDEF};
+ class Item71{id=71;PLRDEF};
+ class Item72{id=72;PLRDEF};
+ class Item73{id=73;PLRDEF};
+ class Item74{id=74;PLRDEF};
+ class Item75{id=75;PLRDEF};
+ class Item76{id=76;PLRDEF};
+ class Item77{id=77;PLRDEF};
+ class Item78{id=78;PLRDEF};
+ class Item79{id=79;PLRDEF};
+ class Item80{id=80;PLRDEF};
+ class Item81{id=81;PLRDEF};
+ class Item82{id=82;PLRDEF};
+ class Item83{id=83;PLRDEF};
+ class Item84{id=84;PLRDEF};
+ class Item85{id=85;PLRDEF};
+ class Item86{id=86;PLRDEF};
+ class Item87{id=87;PLRDEF};
+ class Item88{id=88;PLRDEF};
+ class Item89{id=89;PLRDEF};
+ class Item90{id=90;PLRDEF};
+ class Item91{id=91;PLRDEF};
+ class Item92{id=92;PLRDEF};
+ class Item93{id=93;PLRDEF};
+ class Item94{id=94;PLRDEF};
+ class Item95{id=95;PLRDEF};
+ class Item96{id=96;PLRDEF};
+ class Item97{id=97;PLRDEF};
+ class Item98{id=98;PLRDEF};
+ class Item99{id=99;PLRDEF};
};
};
class Item1
@@ -1156,13 +167,13 @@ class Mission
items=1;
class Item0
{
- position[]={-143.93861,0.52647489,2319.5012};
+ position[]={-144,0.5,2320};
id=50;
side="LOGIC";
vehicle="FunctionsManager";
leader=1;
lock="UNLOCKED";
- skill=0.60000002;
+ skill=0.6;
};
};
};
@@ -1385,8 +396,8 @@ class Intro
randomSeed=6913869;
class Intel
{
- startWeather=0.25;
- forecastWeather=0.25;
+ startWeather=0;
+ forecastWeather=0;
year=2008;
month=10;
day=11;
@@ -1407,8 +418,8 @@ class OutroWin
randomSeed=4081731;
class Intel
{
- startWeather=0.25;
- forecastWeather=0.25;
+ startWeather=0;
+ forecastWeather=0;
year=2008;
month=10;
day=11;
@@ -1429,8 +440,8 @@ class OutroLoose
randomSeed=4975929;
class Intel
{
- startWeather=0.25;
- forecastWeather=0.25;
+ startWeather=0;
+ forecastWeather=0;
year=2008;
month=10;
day=11;
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 6c69afa50..378d9963a 100644
--- a/Server Files/MPMissions/DayZ_Epoch_23.cmr_ovaron/mission.sqm
+++ b/Server Files/MPMissions/DayZ_Epoch_23.cmr_ovaron/mission.sqm
@@ -34,8 +34,8 @@ class Mission
{
briefingName="DayZ Epoch Overon";
briefingDescription="Overon DayZ Epoch Private Server";
- startWeather=0.067362607;
- forecastWeather=0.52341133;
+ startWeather=0;
+ forecastWeather=0;
year=2008;
month=6;
day=1;
@@ -50,1108 +50,119 @@ class Mission
class Vehicles
{
items=100;
- class Item0
- {
- position[]={2109.9397,27.711813,-2497.6404};
- azimut=-17.0839;
- id=11;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
+#define PLRDEF position[]={2110,28,-2497};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[]={2109.6555,27.740833,-2496.8457};
- azimut=-17.0839;
+ position[]={2110,28,-2497};
+ azimut=0;
id=0;
side="WEST";
vehicle="Survivor1_DZ";
player="PLAYER COMMANDER";
leader=1;
rank="SERGEANT";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item2
- {
- position[]={2108.8899,27.645807,-2497.2808};
- azimut=-17.083944;
- id=5;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item3
- {
- position[]={2109.0959,27.749109,-2496.0073};
- azimut=-17.083944;
- id=8;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item4
- {
- position[]={2109.3723,27.715353,-2496.8628};
- azimut=-17.083944;
- id=18;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item5
- {
- position[]={2108.6233,27.59635,-2497.6758};
- azimut=-17.083944;
- id=2;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item6
- {
- position[]={2110.1926,27.760925,-2497.2434};
- azimut=-17.083937;
- id=9;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item7
- {
- position[]={2110.7639,27.869892,-2496.3833};
- azimut=-17.083944;
- id=21;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item8
- {
- position[]={2110.6545,27.764462,-2497.8059};
- azimut=-17.083944;
- id=13;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item9
- {
- position[]={2109.2893,27.668842,-2497.4485};
- azimut=-17.083944;
- id=7;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item10
- {
- position[]={2109.2688,27.749487,-2496.2227};
- azimut=-17.0839;
- id=36;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item11
- {
- position[]={2109.3723,27.687677,-2497.2744};
- azimut=-17.083944;
- id=25;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item12
- {
- position[]={2109.825,27.68973,-2497.8223};
- azimut=-17.083944;
- id=43;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item13
- {
- position[]={2110.6135,27.785303,-2497.4412};
- azimut=-17.083944;
- id=30;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item14
- {
- position[]={2110.1672,27.84267,-2495.9937};
- azimut=-17.083944;
- id=33;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item15
- {
- position[]={2110.3528,27.817394,-2496.6167};
- azimut=-17.083944;
- id=1;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item16
- {
- position[]={2108.6775,27.669538,-2496.6563};
- azimut=-17.083944;
- id=4;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item17
- {
- position[]={2110.5979,27.868757,-2496.1792};
- azimut=-17.083944;
- id=3;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item18
- {
- position[]={2109.1106,27.693445,-2496.854};
- azimut=-17.083944;
- id=6;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item19
- {
- position[]={2108.8499,27.670502,-2496.8623};
- azimut=-17.083944;
- id=10;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item20
- {
- position[]={2110.2239,27.737801,-2497.6289};
- azimut=-17.083944;
- id=16;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item21
- {
- position[]={2109.7727,27.793831,-2496.207};
- azimut=-17.083944;
- id=19;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item22
- {
- position[]={2110.4817,27.843904,-2496.394};
- azimut=-17.083944;
- id=15;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item23
- {
- position[]={2109.7688,27.708838,-2497.4663};
- azimut=-17.083944;
- id=23;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item24
- {
- position[]={2110.8918,27.86549,-2496.6191};
- azimut=-17.083944;
- id=26;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item25
- {
- position[]={2110.925,27.813545,-2497.436};
- azimut=-17.083944;
- id=29;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item26
- {
- position[]={2110.3025,27.757179,-2497.4456};
- azimut=-17.083944;
- id=31;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item27
- {
- position[]={2110.0857,27.793205,-2496.6208};
- azimut=-17.083944;
- id=28;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item28
- {
- position[]={2110.1692,27.785925,-2496.8403};
- azimut=-17.083944;
- id=35;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item29
- {
- position[]={2110.7839,27.788128,-2497.6262};
- azimut=-17.083944;
- id=27;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item30
- {
- position[]={2109.1497,27.643005,-2497.6543};
- azimut=-17.083937;
- id=34;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item31
- {
- position[]={2110.386,27.739569,-2497.8186};
- azimut=-17.083944;
- id=46;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item32
- {
- position[]={2109.8821,27.817793,-2495.9902};
- azimut=-17.083944;
- id=38;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item33
- {
- position[]={2110.3293,27.844687,-2496.1797};
- azimut=-17.083944;
- id=32;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item34
- {
- position[]={2109.7786,27.765564,-2496.635};
- azimut=-17.083944;
- id=47;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item35
- {
- position[]={2108.9045,27.620785,-2497.6716};
- azimut=-17.083944;
- id=41;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item36
- {
- position[]={2110.718,27.892422,-2495.9871};
- azimut=-17.083944;
- id=40;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item37
- {
- position[]={2109.3118,27.644066,-2497.8457};
- azimut=-17.083944;
- id=44;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item38
- {
- position[]={2110.0422,27.818272,-2496.1902};
- azimut=-17.083944;
- id=48;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item39
- {
- position[]={2108.8352,27.726095,-2496.0166};
- azimut=-17.083944;
- id=39;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item40
- {
- position[]={2110.8865,27.893776,-2496.1912};
- azimut=-17.083944;
- id=37;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item41
- {
- position[]={2109.0139,27.644381,-2497.4604};
- azimut=-17.083944;
- id=45;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item42
- {
- position[]={2108.3499,27.62525,-2496.8965};
- azimut=-17.0839;
- id=49;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item43
- {
- position[]={2110.4739,27.75989,-2497.6333};
- azimut=-17.083944;
- id=42;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item44
- {
- position[]={2109.676,27.688786,-2497.646};
- azimut=-17.083944;
- id=22;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item45
- {
- position[]={2110.2024,27.818876,-2496.3945};
- azimut=-17.083944;
- id=12;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item46
- {
- position[]={2110.3132,27.78421,-2497.0576};
- azimut=-17.083944;
- id=14;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item47
- {
- position[]={2108.9641,27.694096,-2496.6572};
- azimut=-17.0839;
- id=24;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item48
- {
- position[]={2109.2454,27.71925,-2496.6426};
- azimut=-17.083944;
- id=20;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item49
- {
- position[]={2110.4456,27.810549,-2496.842};
- azimut=-17.083944;
- id=17;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item50
- {
- position[]={2109.9075,27.73411,-2497.2676};
- azimut=-17.0839;
- id=51;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item51
- {
- position[]={2110.4319,27.86643,-2495.9927};
- azimut=-17.0839;
- id=52;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item52
- {
- position[]={2108.7083,27.701853,-2496.2151};
- azimut=-17.0839;
- id=55;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item53
- {
- position[]={2108.4338,27.647661,-2496.6704};
- azimut=-17.0839;
- id=53;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item54
- {
- position[]={2109.5159,27.770977,-2496.2188};
- azimut=-17.0839;
- id=54;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item55
- {
- position[]={2108.7493,27.62014,-2497.4827};
- azimut=-17.0839;
- id=70;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item56
- {
- position[]={2108.5657,27.674866,-2496.4341};
- azimut=-17.0839;
- id=60;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item57
- {
- position[]={2109.51,27.687325,-2497.4556};
- azimut=-17.0839;
- id=68;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item58
- {
- position[]={2108.7385,27.646706,-2497.074};
- azimut=-17.0839;
- id=66;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item59
- {
- position[]={2108.364,27.573679,-2497.6816};
- azimut=-17.0839;
- id=61;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item60
- {
- position[]={2109.1458,27.669033,-2497.2622};
- azimut=-17.0839;
- id=63;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item61
- {
- position[]={2109.8782,27.760778,-2496.8335};
- azimut=-17.0839;
- id=72;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item62
- {
- position[]={2109.5637,27.666004,-2497.8413};
- azimut=-17.0839;
- id=57;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item63
- {
- position[]={2108.3665,27.600222,-2497.29};
- azimut=-17.0839;
- id=58;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item64
- {
- position[]={2109.3538,27.743021,-2496.4275};
- azimut=-17.0839;
- id=62;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item65
- {
- position[]={2108.615,27.622084,-2497.2822};
- azimut=-17.0839;
- id=75;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item66
- {
- position[]={2108.4915,27.625,-2497.0811};
- azimut=-17.0839;
- id=56;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item67
- {
- position[]={2108.4495,27.678944,-2496.2251};
- azimut=-17.0839;
- id=73;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item68
- {
- position[]={2110.9387,27.79011,-2497.8027};
- azimut=-17.0839;
- id=69;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item69
- {
- position[]={2108.3557,27.655598,-2496.4524};
- azimut=-17.0839;
- id=67;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item70
- {
- position[]={2110.1077,27.714193,-2497.8254};
- azimut=-17.0839;
- id=65;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item71
- {
- position[]={2109.6731,27.712877,-2497.2839};
- azimut=-17.0839;
- id=74;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item72
- {
- position[]={2109.2493,27.691122,-2497.0659};
- azimut=-17.0839;
- id=71;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item73
- {
- position[]={2110.0559,27.735474,-2497.4399};
- azimut=-17.0839;
- id=59;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item74
- {
- position[]={2110.7561,27.811161,-2497.2463};
- azimut=-17.0839;
- id=64;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item75
- {
- position[]={2110.8738,27.835297,-2497.0442};
- azimut=-17.0839;
- id=81;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item76
- {
- position[]={2110.4534,27.783129,-2497.2603};
- azimut=-17.0839;
- id=83;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item77
- {
- position[]={2108.344,27.682646,-2496.0352};
- azimut=-17.0839;
- id=82;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item78
- {
- position[]={2109.3606,27.772293,-2496.0007};
- azimut=-17.0839;
- id=84;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item79
- {
- position[]={2109.0305,27.619139,-2497.8572};
- azimut=-17.0839;
- id=85;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item80
- {
- position[]={2108.9807,27.725067,-2496.2178};
- azimut=-17.0839;
- id=77;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item81
- {
- position[]={2108.4778,27.596657,-2497.4851};
- azimut=-17.0839;
- id=78;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item82
- {
- position[]={2108.7888,27.598642,-2497.8533};
- azimut=-17.0839;
- id=79;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item83
- {
- position[]={2109.3811,27.662737,-2497.6565};
- azimut=-17.0839;
- id=76;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item84
- {
- position[]={2109.6418,27.767862,-2496.426};
- azimut=-17.0839;
- id=80;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item85
- {
- position[]={2109.4944,27.711817,-2497.0713};
- azimut=-17.0839;
- id=97;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item86
- {
- position[]={2109.0022,27.66909,-2497.0779};
- azimut=-17.0839;
- id=98;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item87
- {
- position[]={2110.032,27.758934,-2497.0591};
- azimut=-17.0839;
- id=99;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item88
- {
- position[]={2110.7297,27.836765,-2496.8306};
- azimut=-17.0839;
- id=100;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item89
- {
- position[]={2108.5876,27.647446,-2496.8701};
- azimut=-17.0839;
- id=96;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item90
- {
- position[]={2108.511,27.573736,-2497.8687};
- azimut=-17.0839;
- id=87;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item91
- {
- position[]={2108.5725,27.703543,-2496.0164};
- azimut=-17.0839;
- id=92;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item92
- {
- position[]={2109.1038,27.721233,-2496.4321};
- azimut=-17.0839;
- id=88;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item93
- {
- position[]={2109.8928,27.790974,-2496.4031};
- azimut=-17.0839;
- id=89;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item94
- {
- position[]={2110.6423,27.843466,-2496.6145};
- azimut=-17.0839;
- id=90;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item95
- {
- position[]={2109.7454,27.734558,-2497.0537};
- azimut=-17.0839;
- id=86;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item96
- {
- position[]={2109.6262,27.795403,-2495.9966};
- azimut=-17.0839;
- id=93;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item97
- {
- position[]={2109.51,27.741734,-2496.6462};
- azimut=-17.0839;
- id=94;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item98
- {
- position[]={2110.5916,27.809782,-2497.0479};
- azimut=-17.0839;
- id=91;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item99
- {
- position[]={2108.8147,27.69557,-2496.4443};
- azimut=-17.0839;
- id=95;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
+ skill=0.6;
+ init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
+ };
+ class Item2{id=2;PLRDEF};
+ class Item3{id=3;PLRDEF};
+ class Item4{id=4;PLRDEF};
+ class Item5{id=5;PLRDEF};
+ class Item6{id=6;PLRDEF};
+ class Item7{id=7;PLRDEF};
+ class Item8{id=8;PLRDEF};
+ class Item9{id=9;PLRDEF};
+ class Item10{id=10;PLRDEF};
+ class Item11{id=11;PLRDEF};
+ class Item12{id=12;PLRDEF};
+ class Item13{id=13;PLRDEF};
+ class Item14{id=14;PLRDEF};
+ class Item15{id=15;PLRDEF};
+ class Item16{id=16;PLRDEF};
+ class Item17{id=17;PLRDEF};
+ class Item18{id=18;PLRDEF};
+ class Item19{id=19;PLRDEF};
+ class Item20{id=20;PLRDEF};
+ class Item21{id=21;PLRDEF};
+ class Item22{id=22;PLRDEF};
+ class Item23{id=23;PLRDEF};
+ class Item24{id=24;PLRDEF};
+ class Item25{id=25;PLRDEF};
+ class Item26{id=26;PLRDEF};
+ class Item27{id=27;PLRDEF};
+ class Item28{id=28;PLRDEF};
+ class Item29{id=29;PLRDEF};
+ class Item30{id=30;PLRDEF};
+ class Item31{id=31;PLRDEF};
+ class Item32{id=32;PLRDEF};
+ class Item33{id=33;PLRDEF};
+ class Item34{id=34;PLRDEF};
+ class Item35{id=35;PLRDEF};
+ class Item36{id=36;PLRDEF};
+ class Item37{id=37;PLRDEF};
+ class Item38{id=38;PLRDEF};
+ class Item39{id=39;PLRDEF};
+ class Item40{id=40;PLRDEF};
+ class Item41{id=41;PLRDEF};
+ class Item42{id=42;PLRDEF};
+ class Item43{id=43;PLRDEF};
+ class Item44{id=44;PLRDEF};
+ class Item45{id=45;PLRDEF};
+ class Item46{id=46;PLRDEF};
+ class Item47{id=47;PLRDEF};
+ class Item48{id=48;PLRDEF};
+ class Item49{id=49;PLRDEF};
+ class Item50{id=50;PLRDEF};
+ class Item51{id=51;PLRDEF};
+ class Item52{id=52;PLRDEF};
+ class Item53{id=53;PLRDEF};
+ class Item54{id=54;PLRDEF};
+ class Item55{id=55;PLRDEF};
+ class Item56{id=56;PLRDEF};
+ class Item57{id=57;PLRDEF};
+ class Item58{id=58;PLRDEF};
+ class Item59{id=59;PLRDEF};
+ class Item60{id=60;PLRDEF};
+ class Item61{id=61;PLRDEF};
+ class Item62{id=62;PLRDEF};
+ class Item63{id=63;PLRDEF};
+ class Item64{id=64;PLRDEF};
+ class Item65{id=65;PLRDEF};
+ class Item66{id=66;PLRDEF};
+ class Item67{id=67;PLRDEF};
+ class Item68{id=68;PLRDEF};
+ class Item69{id=69;PLRDEF};
+ class Item70{id=70;PLRDEF};
+ class Item71{id=71;PLRDEF};
+ class Item72{id=72;PLRDEF};
+ class Item73{id=73;PLRDEF};
+ class Item74{id=74;PLRDEF};
+ class Item75{id=75;PLRDEF};
+ class Item76{id=76;PLRDEF};
+ class Item77{id=77;PLRDEF};
+ class Item78{id=78;PLRDEF};
+ class Item79{id=79;PLRDEF};
+ class Item80{id=80;PLRDEF};
+ class Item81{id=81;PLRDEF};
+ class Item82{id=82;PLRDEF};
+ class Item83{id=83;PLRDEF};
+ class Item84{id=84;PLRDEF};
+ class Item85{id=85;PLRDEF};
+ class Item86{id=86;PLRDEF};
+ class Item87{id=87;PLRDEF};
+ class Item88{id=88;PLRDEF};
+ class Item89{id=89;PLRDEF};
+ class Item90{id=90;PLRDEF};
+ class Item91{id=91;PLRDEF};
+ class Item92{id=92;PLRDEF};
+ class Item93{id=93;PLRDEF};
+ class Item94{id=94;PLRDEF};
+ class Item95{id=95;PLRDEF};
+ class Item96{id=96;PLRDEF};
+ class Item97{id=97;PLRDEF};
+ class Item98{id=98;PLRDEF};
+ class Item99{id=99;PLRDEF};
};
};
class Item1
@@ -1162,13 +173,13 @@ class Mission
items=1;
class Item0
{
- position[]={-143.93861,0.52647489,2319.5012};
+ position[]={-144,0.5,2320};
id=50;
side="LOGIC";
vehicle="FunctionsManager";
leader=1;
lock="UNLOCKED";
- skill=0.60000002;
+ skill=0.6;
};
};
};
@@ -1523,8 +534,8 @@ class Intro
randomSeed=6913869;
class Intel
{
- startWeather=0.25;
- forecastWeather=0.25;
+ startWeather=0;
+ forecastWeather=0;
year=2008;
month=10;
day=11;
@@ -1545,8 +556,8 @@ class OutroWin
randomSeed=4081731;
class Intel
{
- startWeather=0.25;
- forecastWeather=0.25;
+ startWeather=0;
+ forecastWeather=0;
year=2008;
month=10;
day=11;
@@ -1567,8 +578,8 @@ class OutroLoose
randomSeed=4975929;
class Intel
{
- startWeather=0.25;
- forecastWeather=0.25;
+ startWeather=0;
+ forecastWeather=0;
year=2008;
month=10;
day=11;
diff --git a/Server Files/MPMissions/DayZ_Epoch_24.Napf/mission.sqm b/Server Files/MPMissions/DayZ_Epoch_24.Napf/mission.sqm
index 9de8b6cbc..232f5ca1d 100644
--- a/Server Files/MPMissions/DayZ_Epoch_24.Napf/mission.sqm
+++ b/Server Files/MPMissions/DayZ_Epoch_24.Napf/mission.sqm
@@ -32,8 +32,8 @@ class Mission
{
briefingName="DayZ Epoch Napf";
briefingDescription="DayZ Epoch Napf";
- startWeather=0.067362607;
- forecastWeather=0.52341133;
+ startWeather=0;
+ forecastWeather=0;
year=2008;
month=6;
day=1;
@@ -48,1108 +48,119 @@ class Mission
class Vehicles
{
items=100;
- class Item0
- {
- position[]={10153.744,0.50311524,-4593.8862};
- azimut=-17.0839;
- id=11;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
+#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";
+ class Item0{id=0;PLRDEF};
class Item1
{
- position[]={10153.459,0.48586944,-4593.0918};
- azimut=-17.0839;
+ position[]={10153,0.5,-4593};
+ azimut=0;
id=0;
side="WEST";
vehicle="Survivor1_DZ";
player="PLAYER COMMANDER";
leader=1;
rank="SERGEANT";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item2
- {
- position[]={10152.694,0.49981955,-4593.5269};
- azimut=-17.083944;
- id=5;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item3
- {
- position[]={10152.9,0.47125387,-4592.2534};
- azimut=-17.083944;
- id=8;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item4
- {
- position[]={10153.177,0.48773205,-4593.1089};
- azimut=-17.083944;
- id=18;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item5
- {
- position[]={10152.428,0.51084626,-4593.9219};
- azimut=-17.083944;
- id=2;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item6
- {
- position[]={10153.997,0.49231794,-4593.4897};
- azimut=-17.083937;
- id=9;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item7
- {
- position[]={10154.568,0.47059688,-4592.6294};
- azimut=-17.083944;
- id=21;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item8
- {
- position[]={10154.459,0.50353569,-4594.0522};
- azimut=-17.083944;
- id=13;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item9
- {
- position[]={10153.094,0.50182068,-4593.6948};
- azimut=-17.083944;
- id=7;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item10
- {
- position[]={10153.072,0.47461963,-4592.4688};
- azimut=-17.0839;
- id=36;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item11
- {
- position[]={10153.177,0.49725819,-4593.5205};
- azimut=-17.083944;
- id=25;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item12
- {
- position[]={10153.629,0.50829321,-4594.0688};
- azimut=-17.083944;
- id=43;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item13
- {
- position[]={10154.418,0.49486038,-4593.687};
- azimut=-17.083944;
- id=30;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item14
- {
- position[]={10153.971,0.46586338,-4592.2397};
- azimut=-17.083944;
- id=33;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item15
- {
- position[]={10154.156,0.47743705,-4592.8628};
- azimut=-17.083944;
- id=1;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item16
- {
- position[]={10152.481,0.48660722,-4592.9023};
- azimut=-17.083944;
- id=4;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item17
- {
- position[]={10154.402,0.4673461,-4592.4253};
- azimut=-17.083944;
- id=3;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item18
- {
- position[]={10152.915,0.48880449,-4593.1001};
- azimut=-17.083944;
- id=6;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item19
- {
- position[]={10152.654,0.49035135,-4593.1089};
- azimut=-17.083944;
- id=10;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item20
- {
- position[]={10154.028,0.50136226,-4593.875};
- azimut=-17.083944;
- id=16;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item21
- {
- position[]={10153.577,0.47185764,-4592.4531};
- azimut=-17.083944;
- id=19;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item22
- {
- position[]={10154.286,0.47215092,-4592.6401};
- azimut=-17.083944;
- id=15;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item23
- {
- position[]={10153.573,0.49975514,-4593.7124};
- azimut=-17.083944;
- id=23;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item24
- {
- position[]={10154.696,0.4748567,-4592.8652};
- azimut=-17.083944;
- id=26;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item25
- {
- position[]={10154.729,0.4931505,-4593.6821};
- azimut=-17.083944;
- id=29;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item26
- {
- position[]={10154.107,0.49655178,-4593.6919};
- azimut=-17.083944;
- id=31;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item27
- {
- position[]={10153.89,0.47885907,-4592.8667};
- azimut=-17.083944;
- id=28;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item28
- {
- position[]={10153.974,0.48323369,-4593.0864};
- azimut=-17.083944;
- id=35;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item29
- {
- position[]={10154.588,0.49848735,-4593.8726};
- azimut=-17.083944;
- id=27;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item30
- {
- position[]={10152.954,0.50754023,-4593.8999};
- azimut=-17.083937;
- id=34;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item31
- {
- position[]={10154.19,0.50525862,-4594.0649};
- azimut=-17.083944;
- id=46;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item32
- {
- position[]={10153.687,0.46712178,-4592.2363};
- azimut=-17.083944;
- id=38;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item33
- {
- position[]={10154.133,0.4686819,-4592.4263};
- azimut=-17.083944;
- id=32;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item34
- {
- position[]={10153.583,0.48070607,-4592.8813};
- azimut=-17.083944;
- id=47;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item35
- {
- position[]={10152.709,0.50927985,-4593.9175};
- azimut=-17.083944;
- id=41;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item36
- {
- position[]={10154.522,0.46312362,-4592.2329};
- azimut=-17.083944;
- id=40;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item37
- {
- position[]={10153.116,0.51145846,-4594.0913};
- azimut=-17.083944;
- id=44;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item38
- {
- position[]={10153.847,0.4702372,-4592.436};
- azimut=-17.083944;
- id=48;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item39
- {
- position[]={10152.64,0.47267562,-4592.2622};
- azimut=-17.083944;
- id=39;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item40
- {
- position[]={10154.69,0.46624091,-4592.437};
- azimut=-17.083944;
- id=37;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item41
- {
- position[]={10152.818,0.50354683,-4593.7065};
- azimut=-17.083944;
- id=45;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item42
- {
- position[]={10152.154,0.49370223,-4593.1431};
- azimut=-17.0839;
- id=49;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item43
- {
- position[]={10154.278,0.50020021,-4593.8794};
- azimut=-17.083944;
- id=42;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item44
- {
- position[]={10153.48,0.50457126,-4593.8921};
- azimut=-17.083944;
- id=22;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item45
- {
- position[]={10154.006,0.47355169,-4592.6401};
- azimut=-17.083944;
- id=12;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item46
- {
- position[]={10154.117,0.48742583,-4593.3037};
- azimut=-17.083944;
- id=14;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item47
- {
- position[]={10152.769,0.48518196,-4592.9033};
- azimut=-17.0839;
- id=24;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item48
- {
- position[]={10153.05,0.48348072,-4592.8887};
- azimut=-17.083944;
- id=20;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item49
- {
- position[]={10154.25,0.48185119,-4593.0884};
- azimut=-17.083944;
- id=17;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item50
- {
- position[]={10153.712,0.49430352,-4593.5137};
- azimut=-17.0839;
- id=51;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item51
- {
- position[]={10154.236,0.46461582,-4592.2388};
- azimut=-17.0839;
- id=52;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item52
- {
- position[]={10152.513,0.47721958,-4592.4614};
- azimut=-17.0839;
- id=55;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item53
- {
- position[]={10152.238,0.4881506,-4592.9165};
- azimut=-17.0839;
- id=53;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item54
- {
- position[]={10153.32,0.47334558,-4592.4648};
- azimut=-17.0839;
- id=54;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item55
- {
- position[]={10152.553,0.50546563,-4593.729};
- azimut=-17.0839;
- id=70;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item56
- {
- position[]={10152.37,0.48239934,-4592.6802};
- azimut=-17.0839;
- id=60;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item57
- {
- position[]={10153.314,0.50083828,-4593.7017};
- azimut=-17.0839;
- id=68;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item58
- {
- position[]={10152.543,0.49575391,-4593.3198};
- azimut=-17.0839;
- id=66;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item59
- {
- position[]={10152.168,0.51234049,-4593.9282};
- azimut=-17.0839;
- id=61;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item60
- {
- position[]={10152.95,0.49810034,-4593.5083};
- azimut=-17.0839;
- id=63;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item61
- {
- position[]={10153.683,0.48445016,-4593.0796};
- azimut=-17.0839;
- id=72;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item62
- {
- position[]={10153.368,0.51001459,-4594.0874};
- azimut=-17.0839;
- id=57;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item63
- {
- position[]={10152.17,0.50278431,-4593.5361};
- azimut=-17.0839;
- id=58;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item64
- {
- position[]={10153.158,0.47838441,-4592.6733};
- azimut=-17.0839;
- id=62;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item65
- {
- position[]={10152.419,0.50132722,-4593.5283};
- azimut=-17.0839;
- id=75;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item66
- {
- position[]={10152.296,0.49721727,-4593.3271};
- azimut=-17.0839;
- id=56;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item67
- {
- position[]={10152.254,0.47863933,-4592.4712};
- azimut=-17.0839;
- id=73;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item68
- {
- position[]={10154.743,0.50197285,-4594.0493};
- azimut=-17.0839;
- id=69;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item69
- {
- position[]={10152.16,0.48384592,-4592.6987};
- azimut=-17.0839;
- id=67;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item70
- {
- position[]={10153.912,0.50680417,-4594.0718};
- azimut=-17.0839;
- id=65;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item71
- {
- position[]={10153.478,0.49591514,-4593.5298};
- azimut=-17.0839;
- id=74;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item72
- {
- position[]={10153.054,0.49294269,-4593.312};
- azimut=-17.0839;
- id=71;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item73
- {
- position[]={10153.86,0.49767381,-4593.686};
- azimut=-17.0839;
- id=59;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item74
- {
- position[]={10154.561,0.48950407,-4593.4927};
- azimut=-17.0839;
- id=64;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item75
- {
- position[]={10154.678,0.48429561,-4593.2905};
- azimut=-17.0839;
- id=81;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item76
- {
- position[]={10154.258,0.49131379,-4593.5063};
- azimut=-17.0839;
- id=83;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item77
- {
- position[]={10152.148,0.47539547,-4592.2813};
- azimut=-17.0839;
- id=82;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item78
- {
- position[]={10153.165,0.46983063,-4592.2466};
- azimut=-17.0839;
- id=84;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item79
- {
- position[]={10152.835,0.51323724,-4594.103};
- azimut=-17.0839;
- id=85;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item80
- {
- position[]={10152.785,0.47591728,-4592.4644};
- azimut=-17.0839;
- id=77;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item81
- {
- position[]={10152.282,0.50693947,-4593.731};
- azimut=-17.0839;
- id=78;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item82
- {
- position[]={10152.593,0.51446599,-4594.0991};
- azimut=-17.0839;
- id=79;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item83
- {
- position[]={10153.186,0.50643021,-4593.9028};
- azimut=-17.0839;
- id=76;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item84
- {
- position[]={10153.446,0.47697195,-4592.6724};
- azimut=-17.0839;
- id=80;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item85
- {
- position[]={10153.299,0.49183843,-4593.3174};
- azimut=-17.0839;
- id=97;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item86
- {
- position[]={10152.807,0.49446729,-4593.3237};
- azimut=-17.0839;
- id=98;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item87
- {
- position[]={10153.836,0.48882437,-4593.3052};
- azimut=-17.0839;
- id=99;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item88
- {
- position[]={10154.534,0.48020315,-4593.0767};
- azimut=-17.0839;
- id=100;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item89
- {
- position[]={10152.392,0.49182391,-4593.1157};
- azimut=-17.0839;
- id=96;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item90
- {
- position[]={10152.314,0.51629972,-4594.1147};
- azimut=-17.0839;
- id=87;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item91
- {
- position[]={10152.377,0.47389543,-4592.2622};
- azimut=-17.0839;
- id=92;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item92
- {
- position[]={10152.908,0.47973198,-4592.6782};
- azimut=-17.0839;
- id=88;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item93
- {
- position[]={10153.697,0.47519091,-4592.6489};
- azimut=-17.0839;
- id=89;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item94
- {
- position[]={10154.446,0.47598252,-4592.8608};
- azimut=-17.0839;
- id=90;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item95
- {
- position[]={10153.55,0.49011698,-4593.2993};
- azimut=-17.0839;
- id=86;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item96
- {
- position[]={10153.431,0.46849826,-4592.2427};
- azimut=-17.0839;
- id=93;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item97
- {
- position[]={10153.314,0.48224306,-4592.8921};
- azimut=-17.0839;
- id=94;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item98
- {
- position[]={10154.396,0.48575252,-4593.2944};
- azimut=-17.0839;
- id=91;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item99
- {
- position[]={10152.619,0.48141283,-4592.6904};
- azimut=-17.0839;
- id=95;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
+ skill=0.6;
+ init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
+ };
+ class Item2{id=2;PLRDEF};
+ class Item3{id=3;PLRDEF};
+ class Item4{id=4;PLRDEF};
+ class Item5{id=5;PLRDEF};
+ class Item6{id=6;PLRDEF};
+ class Item7{id=7;PLRDEF};
+ class Item8{id=8;PLRDEF};
+ class Item9{id=9;PLRDEF};
+ class Item10{id=10;PLRDEF};
+ class Item11{id=11;PLRDEF};
+ class Item12{id=12;PLRDEF};
+ class Item13{id=13;PLRDEF};
+ class Item14{id=14;PLRDEF};
+ class Item15{id=15;PLRDEF};
+ class Item16{id=16;PLRDEF};
+ class Item17{id=17;PLRDEF};
+ class Item18{id=18;PLRDEF};
+ class Item19{id=19;PLRDEF};
+ class Item20{id=20;PLRDEF};
+ class Item21{id=21;PLRDEF};
+ class Item22{id=22;PLRDEF};
+ class Item23{id=23;PLRDEF};
+ class Item24{id=24;PLRDEF};
+ class Item25{id=25;PLRDEF};
+ class Item26{id=26;PLRDEF};
+ class Item27{id=27;PLRDEF};
+ class Item28{id=28;PLRDEF};
+ class Item29{id=29;PLRDEF};
+ class Item30{id=30;PLRDEF};
+ class Item31{id=31;PLRDEF};
+ class Item32{id=32;PLRDEF};
+ class Item33{id=33;PLRDEF};
+ class Item34{id=34;PLRDEF};
+ class Item35{id=35;PLRDEF};
+ class Item36{id=36;PLRDEF};
+ class Item37{id=37;PLRDEF};
+ class Item38{id=38;PLRDEF};
+ class Item39{id=39;PLRDEF};
+ class Item40{id=40;PLRDEF};
+ class Item41{id=41;PLRDEF};
+ class Item42{id=42;PLRDEF};
+ class Item43{id=43;PLRDEF};
+ class Item44{id=44;PLRDEF};
+ class Item45{id=45;PLRDEF};
+ class Item46{id=46;PLRDEF};
+ class Item47{id=47;PLRDEF};
+ class Item48{id=48;PLRDEF};
+ class Item49{id=49;PLRDEF};
+ class Item50{id=50;PLRDEF};
+ class Item51{id=51;PLRDEF};
+ class Item52{id=52;PLRDEF};
+ class Item53{id=53;PLRDEF};
+ class Item54{id=54;PLRDEF};
+ class Item55{id=55;PLRDEF};
+ class Item56{id=56;PLRDEF};
+ class Item57{id=57;PLRDEF};
+ class Item58{id=58;PLRDEF};
+ class Item59{id=59;PLRDEF};
+ class Item60{id=60;PLRDEF};
+ class Item61{id=61;PLRDEF};
+ class Item62{id=62;PLRDEF};
+ class Item63{id=63;PLRDEF};
+ class Item64{id=64;PLRDEF};
+ class Item65{id=65;PLRDEF};
+ class Item66{id=66;PLRDEF};
+ class Item67{id=67;PLRDEF};
+ class Item68{id=68;PLRDEF};
+ class Item69{id=69;PLRDEF};
+ class Item70{id=70;PLRDEF};
+ class Item71{id=71;PLRDEF};
+ class Item72{id=72;PLRDEF};
+ class Item73{id=73;PLRDEF};
+ class Item74{id=74;PLRDEF};
+ class Item75{id=75;PLRDEF};
+ class Item76{id=76;PLRDEF};
+ class Item77{id=77;PLRDEF};
+ class Item78{id=78;PLRDEF};
+ class Item79{id=79;PLRDEF};
+ class Item80{id=80;PLRDEF};
+ class Item81{id=81;PLRDEF};
+ class Item82{id=82;PLRDEF};
+ class Item83{id=83;PLRDEF};
+ class Item84{id=84;PLRDEF};
+ class Item85{id=85;PLRDEF};
+ class Item86{id=86;PLRDEF};
+ class Item87{id=87;PLRDEF};
+ class Item88{id=88;PLRDEF};
+ class Item89{id=89;PLRDEF};
+ class Item90{id=90;PLRDEF};
+ class Item91{id=91;PLRDEF};
+ class Item92{id=92;PLRDEF};
+ class Item93{id=93;PLRDEF};
+ class Item94{id=94;PLRDEF};
+ class Item95{id=95;PLRDEF};
+ class Item96{id=96;PLRDEF};
+ class Item97{id=97;PLRDEF};
+ class Item98{id=98;PLRDEF};
+ class Item99{id=99;PLRDEF};
};
};
class Item1
@@ -1166,7 +177,7 @@ class Mission
vehicle="FunctionsManager";
leader=1;
lock="UNLOCKED";
- skill=0.60000002;
+ skill=0.6;
};
};
};
@@ -1504,8 +515,8 @@ class Intro
randomSeed=6913869;
class Intel
{
- startWeather=0.25;
- forecastWeather=0.25;
+ startWeather=0;
+ forecastWeather=0;
year=2008;
month=10;
day=11;
@@ -1526,8 +537,8 @@ class OutroWin
randomSeed=4081731;
class Intel
{
- startWeather=0.25;
- forecastWeather=0.25;
+ startWeather=0;
+ forecastWeather=0;
year=2008;
month=10;
day=11;
@@ -1548,8 +559,8 @@ class OutroLoose
randomSeed=4975929;
class Intel
{
- startWeather=0.25;
- forecastWeather=0.25;
+ startWeather=0;
+ forecastWeather=0;
year=2008;
month=10;
day=11;
diff --git a/Server Files/MPMissions/DayZ_Epoch_25.sauerland/mission.sqm b/Server Files/MPMissions/DayZ_Epoch_25.sauerland/mission.sqm
index 2c0906757..5f807ac17 100644
--- a/Server Files/MPMissions/DayZ_Epoch_25.sauerland/mission.sqm
+++ b/Server Files/MPMissions/DayZ_Epoch_25.sauerland/mission.sqm
@@ -32,8 +32,8 @@ class Mission
{
briefingName="DayZ Epoch Sauerland";
briefingDescription="DayZ Epoch Sauerland";
- startWeather=0.067362607;
- forecastWeather=0.52341133;
+ startWeather=0;
+ forecastWeather=0;
year=2008;
month=6;
day=1;
@@ -48,1108 +48,119 @@ class Mission
class Vehicles
{
items=100;
- class Item0
- {
- position[]={12547.952,213.96292,-5866.5972};
- azimut=-17.0839;
- id=11;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
+#define PLRDEF position[]={12548,214,-5866};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[]={12547.667,213.9644,-5865.8027};
- azimut=-17.0839;
+ position[]={12548,214,-5866};
+ azimut=0;
id=0;
side="WEST";
vehicle="Survivor1_DZ";
player="PLAYER COMMANDER";
leader=1;
rank="SERGEANT";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item2
- {
- position[]={12546.902,213.97403,-5866.2378};
- azimut=-17.083944;
- id=5;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item3
- {
- position[]={12547.108,213.96887,-5864.9644};
- azimut=-17.083944;
- id=8;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item4
- {
- position[]={12547.385,213.96764,-5865.8198};
- azimut=-17.083944;
- id=18;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item5
- {
- position[]={12546.636,213.97791,-5866.6328};
- azimut=-17.083944;
- id=2;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item6
- {
- position[]={12548.205,213.95918,-5866.2007};
- azimut=-17.083937;
- id=9;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item7
- {
- position[]={12548.776,213.95081,-5865.3403};
- azimut=-17.083944;
- id=21;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item8
- {
- position[]={12548.667,213.9552,-5866.7632};
- azimut=-17.083944;
- id=13;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item9
- {
- position[]={12547.302,213.96988,-5866.4058};
- azimut=-17.083944;
- id=7;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item10
- {
- position[]={12547.28,213.96741,-5865.1797};
- azimut=-17.0839;
- id=36;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item11
- {
- position[]={12547.385,213.96854,-5866.2314};
- azimut=-17.083944;
- id=25;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item12
- {
- position[]={12547.837,213.96465,-5866.7798};
- azimut=-17.083944;
- id=43;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item13
- {
- position[]={12548.626,213.95485,-5866.3979};
- azimut=-17.083944;
- id=30;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item14
- {
- position[]={12548.179,213.95673,-5864.9507};
- azimut=-17.083944;
- id=33;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item15
- {
- position[]={12548.364,213.95599,-5865.5737};
- azimut=-17.083944;
- id=1;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item16
- {
- position[]={12546.689,213.97507,-5865.6133};
- azimut=-17.083944;
- id=4;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item17
- {
- position[]={12548.61,213.95226,-5865.1362};
- azimut=-17.083944;
- id=3;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item18
- {
- position[]={12547.123,213.97057,-5865.811};
- azimut=-17.083944;
- id=6;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item19
- {
- position[]={12546.862,213.97356,-5865.8198};
- azimut=-17.083944;
- id=10;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item20
- {
- position[]={12548.236,213.95969,-5866.5859};
- azimut=-17.083944;
- id=16;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item21
- {
- position[]={12547.785,213.96165,-5865.1641};
- azimut=-17.083944;
- id=19;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item22
- {
- position[]={12548.494,213.95404,-5865.3511};
- azimut=-17.083944;
- id=15;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item23
- {
- position[]={12547.781,213.96448,-5866.4233};
- azimut=-17.083944;
- id=23;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item24
- {
- position[]={12548.904,213.94989,-5865.5762};
- azimut=-17.083944;
- id=26;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item25
- {
- position[]={12548.937,213.95132,-5866.3931};
- azimut=-17.083944;
- id=29;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item26
- {
- position[]={12548.315,213.95837,-5866.4028};
- azimut=-17.083944;
- id=31;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item27
- {
- position[]={12548.098,213.95903,-5865.5776};
- azimut=-17.083944;
- id=28;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item28
- {
- position[]={12548.182,213.95856,-5865.7974};
- azimut=-17.083944;
- id=35;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item29
- {
- position[]={12548.796,213.95334,-5866.5835};
- azimut=-17.083944;
- id=27;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item30
- {
- position[]={12547.162,213.97189,-5866.6108};
- azimut=-17.083937;
- id=34;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item31
- {
- position[]={12548.398,213.95827,-5866.7759};
- azimut=-17.083944;
- id=46;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item32
- {
- position[]={12547.895,213.95993,-5864.9473};
- azimut=-17.083944;
- id=38;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item33
- {
- position[]={12548.341,213.95531,-5865.1372};
- azimut=-17.083944;
- id=32;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item34
- {
- position[]={12547.791,213.96254,-5865.5923};
- azimut=-17.083944;
- id=47;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item35
- {
- position[]={12546.917,213.97472,-5866.6284};
- azimut=-17.083944;
- id=41;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item36
- {
- position[]={12548.73,213.95045,-5864.9438};
- azimut=-17.083944;
- id=40;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item37
- {
- position[]={12547.324,213.97049,-5866.8022};
- azimut=-17.083944;
- id=44;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item38
- {
- position[]={12548.055,213.95856,-5865.147};
- azimut=-17.083944;
- id=48;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item39
- {
- position[]={12546.848,213.97185,-5864.9731};
- azimut=-17.083944;
- id=39;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item40
- {
- position[]={12548.898,213.94901,-5865.1479};
- azimut=-17.083944;
- id=37;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item41
- {
- position[]={12547.026,213.97301,-5866.4175};
- azimut=-17.083944;
- id=45;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item42
- {
- position[]={12546.362,213.97929,-5865.854};
- azimut=-17.0839;
- id=49;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item43
- {
- position[]={12548.486,213.95685,-5866.5903};
- azimut=-17.083944;
- id=42;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item44
- {
- position[]={12547.688,213.96593,-5866.603};
- azimut=-17.083944;
- id=22;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item45
- {
- position[]={12548.214,213.95721,-5865.3511};
- azimut=-17.083944;
- id=12;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item46
- {
- position[]={12548.325,213.95741,-5866.0146};
- azimut=-17.083944;
- id=14;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item47
- {
- position[]={12546.977,213.9718,-5865.6143};
- azimut=-17.0839;
- id=24;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item48
- {
- position[]={12547.258,213.9686,-5865.5996};
- azimut=-17.083944;
- id=20;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item49
- {
- position[]={12548.458,213.95543,-5865.7993};
- azimut=-17.083944;
- id=17;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item50
- {
- position[]={12547.92,213.96246,-5866.2246};
- azimut=-17.0839;
- id=51;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item51
- {
- position[]={12548.444,213.95372,-5864.9497};
- azimut=-17.0839;
- id=52;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item52
- {
- position[]={12546.721,213.97372,-5865.1724};
- azimut=-17.0839;
- id=55;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item53
- {
- position[]={12546.446,213.97784,-5865.6274};
- azimut=-17.0839;
- id=53;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item54
- {
- position[]={12547.528,213.96458,-5865.1758};
- azimut=-17.0839;
- id=54;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item55
- {
- position[]={12546.761,213.97606,-5866.4399};
- azimut=-17.0839;
- id=70;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item56
- {
- position[]={12546.578,213.97583,-5865.3911};
- azimut=-17.0839;
- id=60;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item57
- {
- position[]={12547.522,213.96739,-5866.4126};
- azimut=-17.0839;
- id=68;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item58
- {
- position[]={12546.751,213.97528,-5866.0308};
- azimut=-17.0839;
- id=66;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item59
- {
- position[]={12546.376,213.98087,-5866.6392};
- azimut=-17.0839;
- id=61;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item60
- {
- position[]={12547.158,213.97108,-5866.2192};
- azimut=-17.0839;
- id=63;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item61
- {
- position[]={12547.891,213.96184,-5865.7905};
- azimut=-17.0839;
- id=72;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item62
- {
- position[]={12547.576,213.96762,-5866.7983};
- azimut=-17.0839;
- id=57;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item63
- {
- position[]={12546.378,213.98,-5866.2471};
- azimut=-17.0839;
- id=58;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item64
- {
- position[]={12547.366,213.96689,-5865.3843};
- azimut=-17.0839;
- id=62;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item65
- {
- position[]={12546.627,213.97713,-5866.2393};
- azimut=-17.0839;
- id=75;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item66
- {
- position[]={12546.504,213.97809,-5866.0381};
- azimut=-17.0839;
- id=56;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item67
- {
- position[]={12546.462,213.97667,-5865.1821};
- azimut=-17.0839;
- id=73;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item68
- {
- position[]={12548.951,213.95198,-5866.7603};
- azimut=-17.0839;
- id=69;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item69
- {
- position[]={12546.368,213.97824,-5865.4097};
- azimut=-17.0839;
- id=67;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item70
- {
- position[]={12548.12,213.96143,-5866.7827};
- azimut=-17.0839;
- id=65;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item71
- {
- position[]={12547.686,213.96516,-5866.2407};
- azimut=-17.0839;
- id=74;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item72
- {
- position[]={12547.262,213.96947,-5866.0229};
- azimut=-17.0839;
- id=71;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item73
- {
- position[]={12548.068,213.96117,-5866.397};
- azimut=-17.0839;
- id=59;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item74
- {
- position[]={12548.769,213.9528,-5866.2036};
- azimut=-17.0839;
- id=64;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item75
- {
- position[]={12548.886,213.95103,-5866.0015};
- azimut=-17.0839;
- id=81;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item76
- {
- position[]={12548.466,213.95627,-5866.2173};
- azimut=-17.0839;
- id=83;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item77
- {
- position[]={12546.356,213.97745,-5864.9922};
- azimut=-17.0839;
- id=82;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item78
- {
- position[]={12547.373,213.96587,-5864.9575};
- azimut=-17.0839;
- id=84;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item79
- {
- position[]={12547.043,213.97371,-5866.814};
- azimut=-17.0839;
- id=85;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item80
- {
- position[]={12546.993,213.97064,-5865.1753};
- azimut=-17.0839;
- id=77;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item81
- {
- position[]={12546.49,213.97914,-5866.4419};
- azimut=-17.0839;
- id=78;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item82
- {
- position[]={12546.801,213.97644,-5866.8101};
- azimut=-17.0839;
- id=79;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item83
- {
- position[]={12547.394,213.9693,-5866.6138};
- azimut=-17.0839;
- id=76;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item84
- {
- position[]={12547.654,213.96361,-5865.3833};
- azimut=-17.0839;
- id=80;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item85
- {
- position[]={12547.507,213.96672,-5866.0283};
- azimut=-17.0839;
- id=97;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item86
- {
- position[]={12547.015,213.97231,-5866.0347};
- azimut=-17.0839;
- id=98;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item87
- {
- position[]={12548.044,213.9606,-5866.0161};
- azimut=-17.0839;
- id=99;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item88
- {
- position[]={12548.742,213.95219,-5865.7876};
- azimut=-17.0839;
- id=100;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item89
- {
- position[]={12546.6,213.97655,-5865.8267};
- azimut=-17.0839;
- id=96;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item90
- {
- position[]={12546.522,213.97961,-5866.8257};
- azimut=-17.0839;
- id=87;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item91
- {
- position[]={12546.585,213.97482,-5864.9731};
- azimut=-17.0839;
- id=92;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item92
- {
- position[]={12547.116,213.96971,-5865.3892};
- azimut=-17.0839;
- id=88;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item93
- {
- position[]={12547.905,213.96072,-5865.3599};
- azimut=-17.0839;
- id=89;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item94
- {
- position[]={12548.654,213.95271,-5865.5718};
- azimut=-17.0839;
- id=90;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item95
- {
- position[]={12547.758,213.96382,-5866.0103};
- azimut=-17.0839;
- id=86;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item96
- {
- position[]={12547.639,213.96284,-5864.9536};
- azimut=-17.0839;
- id=93;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item97
- {
- position[]={12547.522,213.96559,-5865.603};
- azimut=-17.0839;
- id=94;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item98
- {
- position[]={12548.604,213.95424,-5866.0054};
- azimut=-17.0839;
- id=91;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item99
- {
- position[]={12546.827,213.97302,-5865.4014};
- azimut=-17.0839;
- id=95;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
+ skill=0.6;
+ init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
+ };
+ class Item2{id=2;PLRDEF};
+ class Item3{id=3;PLRDEF};
+ class Item4{id=4;PLRDEF};
+ class Item5{id=5;PLRDEF};
+ class Item6{id=6;PLRDEF};
+ class Item7{id=7;PLRDEF};
+ class Item8{id=8;PLRDEF};
+ class Item9{id=9;PLRDEF};
+ class Item10{id=10;PLRDEF};
+ class Item11{id=11;PLRDEF};
+ class Item12{id=12;PLRDEF};
+ class Item13{id=13;PLRDEF};
+ class Item14{id=14;PLRDEF};
+ class Item15{id=15;PLRDEF};
+ class Item16{id=16;PLRDEF};
+ class Item17{id=17;PLRDEF};
+ class Item18{id=18;PLRDEF};
+ class Item19{id=19;PLRDEF};
+ class Item20{id=20;PLRDEF};
+ class Item21{id=21;PLRDEF};
+ class Item22{id=22;PLRDEF};
+ class Item23{id=23;PLRDEF};
+ class Item24{id=24;PLRDEF};
+ class Item25{id=25;PLRDEF};
+ class Item26{id=26;PLRDEF};
+ class Item27{id=27;PLRDEF};
+ class Item28{id=28;PLRDEF};
+ class Item29{id=29;PLRDEF};
+ class Item30{id=30;PLRDEF};
+ class Item31{id=31;PLRDEF};
+ class Item32{id=32;PLRDEF};
+ class Item33{id=33;PLRDEF};
+ class Item34{id=34;PLRDEF};
+ class Item35{id=35;PLRDEF};
+ class Item36{id=36;PLRDEF};
+ class Item37{id=37;PLRDEF};
+ class Item38{id=38;PLRDEF};
+ class Item39{id=39;PLRDEF};
+ class Item40{id=40;PLRDEF};
+ class Item41{id=41;PLRDEF};
+ class Item42{id=42;PLRDEF};
+ class Item43{id=43;PLRDEF};
+ class Item44{id=44;PLRDEF};
+ class Item45{id=45;PLRDEF};
+ class Item46{id=46;PLRDEF};
+ class Item47{id=47;PLRDEF};
+ class Item48{id=48;PLRDEF};
+ class Item49{id=49;PLRDEF};
+ class Item50{id=50;PLRDEF};
+ class Item51{id=51;PLRDEF};
+ class Item52{id=52;PLRDEF};
+ class Item53{id=53;PLRDEF};
+ class Item54{id=54;PLRDEF};
+ class Item55{id=55;PLRDEF};
+ class Item56{id=56;PLRDEF};
+ class Item57{id=57;PLRDEF};
+ class Item58{id=58;PLRDEF};
+ class Item59{id=59;PLRDEF};
+ class Item60{id=60;PLRDEF};
+ class Item61{id=61;PLRDEF};
+ class Item62{id=62;PLRDEF};
+ class Item63{id=63;PLRDEF};
+ class Item64{id=64;PLRDEF};
+ class Item65{id=65;PLRDEF};
+ class Item66{id=66;PLRDEF};
+ class Item67{id=67;PLRDEF};
+ class Item68{id=68;PLRDEF};
+ class Item69{id=69;PLRDEF};
+ class Item70{id=70;PLRDEF};
+ class Item71{id=71;PLRDEF};
+ class Item72{id=72;PLRDEF};
+ class Item73{id=73;PLRDEF};
+ class Item74{id=74;PLRDEF};
+ class Item75{id=75;PLRDEF};
+ class Item76{id=76;PLRDEF};
+ class Item77{id=77;PLRDEF};
+ class Item78{id=78;PLRDEF};
+ class Item79{id=79;PLRDEF};
+ class Item80{id=80;PLRDEF};
+ class Item81{id=81;PLRDEF};
+ class Item82{id=82;PLRDEF};
+ class Item83{id=83;PLRDEF};
+ class Item84{id=84;PLRDEF};
+ class Item85{id=85;PLRDEF};
+ class Item86{id=86;PLRDEF};
+ class Item87{id=87;PLRDEF};
+ class Item88{id=88;PLRDEF};
+ class Item89{id=89;PLRDEF};
+ class Item90{id=90;PLRDEF};
+ class Item91{id=91;PLRDEF};
+ class Item92{id=92;PLRDEF};
+ class Item93{id=93;PLRDEF};
+ class Item94{id=94;PLRDEF};
+ class Item95{id=95;PLRDEF};
+ class Item96{id=96;PLRDEF};
+ class Item97{id=97;PLRDEF};
+ class Item98{id=98;PLRDEF};
+ class Item99{id=99;PLRDEF};
};
};
class Item1
@@ -1166,7 +177,7 @@ class Mission
vehicle="FunctionsManager";
leader=1;
lock="UNLOCKED";
- skill=0.60000002;
+ skill=0.6;
};
};
};
@@ -1445,8 +456,8 @@ class Intro
randomSeed=6913869;
class Intel
{
- startWeather=0.25;
- forecastWeather=0.25;
+ startWeather=0;
+ forecastWeather=0;
year=2008;
month=10;
day=11;
@@ -1467,8 +478,8 @@ class OutroWin
randomSeed=4081731;
class Intel
{
- startWeather=0.25;
- forecastWeather=0.25;
+ startWeather=0;
+ forecastWeather=0;
year=2008;
month=10;
day=11;
@@ -1489,8 +500,8 @@ class OutroLoose
randomSeed=4975929;
class Intel
{
- startWeather=0.25;
- forecastWeather=0.25;
+ startWeather=0;
+ forecastWeather=0;
year=2008;
month=10;
day=11;
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 90f90fc07..47fb2b94c 100644
--- a/Server Files/MPMissions/DayZ_Epoch_3.Shapur_BAF/mission.sqm
+++ b/Server Files/MPMissions/DayZ_Epoch_3.Shapur_BAF/mission.sqm
@@ -33,8 +33,8 @@ class Mission
{
briefingName="DayZ Epoch Shapur BAF";
briefingDescription="DayZ Epoch Shapur BAF Private Server";
- startWeather=0.067362607;
- forecastWeather=0.52341133;
+ startWeather=0;
+ forecastWeather=0;
year=2008;
month=6;
day=1;
@@ -49,1108 +49,119 @@ class Mission
class Vehicles
{
items=100;
- class Item0
- {
- position[]={-2150.8979,27.526142,-1204.2509};
- azimut=-17.0839;
- id=11;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
+#define PLRDEF position[]={-2151,28,-1203};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[]={-2151.1821,27.547941,-1203.4561};
- azimut=-17.0839;
+ position[]={-2151,28,-1203};
+ azimut=0;
id=0;
side="WEST";
vehicle="Survivor1_DZ";
player="PLAYER COMMANDER";
leader=1;
rank="SERGEANT";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item2
- {
- position[]={-2151.9475,27.564363,-1203.8912};
- azimut=-17.083944;
- id=5;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item3
- {
- position[]={-2151.7412,27.578621,-1202.6178};
- azimut=-17.083944;
- id=8;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item4
- {
- position[]={-2151.4651,27.556334,-1203.4733};
- azimut=-17.083944;
- id=18;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item5
- {
- position[]={-2152.2139,27.566389,-1204.2863};
- azimut=-17.083944;
- id=2;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item6
- {
- position[]={-2150.6448,27.525045,-1203.8538};
- azimut=-17.083937;
- id=9;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item7
- {
- position[]={-2150.0737,27.521448,-1202.9937};
- azimut=-17.083944;
- id=21;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item8
- {
- position[]={-2150.1826,27.501387,-1204.4163};
- azimut=-17.083944;
- id=13;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item9
- {
- position[]={-2151.5479,27.549345,-1204.0591};
- azimut=-17.083944;
- id=7;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item10
- {
- position[]={-2151.5688,27.569862,-1202.833};
- azimut=-17.0839;
- id=36;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item11
- {
- position[]={-2151.4648,27.549673,-1203.8849};
- azimut=-17.083944;
- id=25;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item12
- {
- position[]={-2151.0122,27.526525,-1204.4329};
- azimut=-17.083944;
- id=43;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item13
- {
- position[]={-2150.2241,27.508909,-1204.0515};
- azimut=-17.083944;
- id=30;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item14
- {
- position[]={-2150.6704,27.546028,-1202.6041};
- azimut=-17.083944;
- id=33;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item15
- {
- position[]={-2150.4849,27.530273,-1203.2272};
- azimut=-17.083944;
- id=1;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item16
- {
- position[]={-2152.1597,27.581219,-1203.2668};
- azimut=-17.083944;
- id=4;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item17
- {
- position[]={-2150.2393,27.529816,-1202.7898};
- azimut=-17.083944;
- id=3;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item18
- {
- position[]={-2151.7266,27.564491,-1203.4644};
- azimut=-17.083944;
- id=6;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item19
- {
- position[]={-2151.9871,27.572334,-1203.4729};
- azimut=-17.083944;
- id=10;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item20
- {
- position[]={-2150.613,27.517607,-1204.2394};
- azimut=-17.083944;
- id=16;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item21
- {
- position[]={-2151.0645,27.554657,-1202.8174};
- azimut=-17.083944;
- id=19;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item22
- {
- position[]={-2150.3555,27.529903,-1203.0046};
- azimut=-17.083944;
- id=15;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item23
- {
- position[]={-2151.0684,27.534348,-1204.0768};
- azimut=-17.083944;
- id=23;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item24
- {
- position[]={-2149.9453,27.513697,-1203.2297};
- azimut=-17.083944;
- id=26;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item25
- {
- position[]={-2149.9126,27.499451,-1204.0464};
- azimut=-17.083944;
- id=29;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item26
- {
- position[]={-2150.5347,27.518347,-1204.0562};
- azimut=-17.083944;
- id=31;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item27
- {
- position[]={-2150.7515,27.538372,-1203.2314};
- azimut=-17.083944;
- id=28;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item28
- {
- position[]={-2150.6677,27.532265,-1203.4507};
- azimut=-17.083944;
- id=35;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item29
- {
- position[]={-2150.0532,27.500496,-1204.2368};
- azimut=-17.083944;
- id=27;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item30
- {
- position[]={-2151.6875,27.5501,-1204.2646};
- azimut=-17.083937;
- id=34;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item31
- {
- position[]={-2150.4512,27.509398,-1204.4291};
- azimut=-17.083944;
- id=46;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item32
- {
- position[]={-2150.9551,27.55481,-1202.6006};
- azimut=-17.083944;
- id=38;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item33
- {
- position[]={-2150.5083,27.538054,-1202.7903};
- azimut=-17.083944;
- id=32;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item34
- {
- position[]={-2151.0583,27.547552,-1203.2454};
- azimut=-17.083944;
- id=47;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item35
- {
- position[]={-2151.9331,27.557354,-1204.2821};
- azimut=-17.083944;
- id=41;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item36
- {
- position[]={-2150.1189,27.529236,-1202.5974};
- azimut=-17.083944;
- id=40;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item37
- {
- position[]={-2151.5251,27.541847,-1204.4561};
- azimut=-17.083944;
- id=44;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item38
- {
- position[]={-2150.7949,27.546667,-1202.8008};
- azimut=-17.083944;
- id=48;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item39
- {
- position[]={-2152.002,27.586468,-1202.627};
- azimut=-17.083944;
- id=39;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item40
- {
- position[]={-2149.9507,27.520782,-1202.8015};
- azimut=-17.083944;
- id=37;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item41
- {
- position[]={-2151.8232,27.557583,-1204.0708};
- azimut=-17.083944;
- id=45;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item42
- {
- position[]={-2152.4875,27.587927,-1203.5071};
- azimut=-17.0839;
- id=49;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item43
- {
- position[]={-2150.3633,27.509882,-1204.2437};
- azimut=-17.083944;
- id=42;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item44
- {
- position[]={-2151.1616,27.534128,-1204.2563};
- azimut=-17.083944;
- id=22;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item45
- {
- position[]={-2150.6353,27.538473,-1203.0049};
- azimut=-17.083944;
- id=12;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item46
- {
- position[]={-2150.5239,27.524345,-1203.668};
- azimut=-17.083944;
- id=14;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item47
- {
- position[]={-2151.873,27.572157,-1203.2677};
- azimut=-17.0839;
- id=24;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item48
- {
- position[]={-2151.5918,27.563778,-1203.2529};
- azimut=-17.083944;
- id=20;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item49
- {
- position[]={-2150.3918,27.523779,-1203.4526};
- azimut=-17.083944;
- id=17;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item50
- {
- position[]={-2150.9297,27.533386,-1203.8779};
- azimut=-17.0839;
- id=51;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item51
- {
- position[]={-2150.4053,27.53792,-1202.603};
- azimut=-17.0839;
- id=52;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item52
- {
- position[]={-2152.1289,27.587357,-1202.8257};
- azimut=-17.0839;
- id=55;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item53
- {
- position[]={-2152.4033,27.588863,-1203.2808};
- azimut=-17.0839;
- id=53;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item54
- {
- position[]={-2151.3218,27.562353,-1202.8291};
- azimut=-17.0839;
- id=54;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item55
- {
- position[]={-2152.0884,27.565538,-1204.0933};
- azimut=-17.0839;
- id=70;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item56
- {
- position[]={-2152.272,27.588438,-1203.0447};
- azimut=-17.0839;
- id=60;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item57
- {
- position[]={-2151.3271,27.542461,-1204.0662};
- azimut=-17.0839;
- id=68;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item58
- {
- position[]={-2152.0989,27.572506,-1203.6844};
- azimut=-17.0839;
- id=66;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item59
- {
- position[]={-2152.4731,27.574833,-1204.2922};
- azimut=-17.0839;
- id=61;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item60
- {
- position[]={-2151.6919,27.556828,-1203.8728};
- azimut=-17.0839;
- id=63;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item61
- {
- position[]={-2150.9595,27.541315,-1203.4438};
- azimut=-17.0839;
- id=72;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item62
- {
- position[]={-2151.2734,27.534208,-1204.4517};
- azimut=-17.0839;
- id=57;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item63
- {
- position[]={-2152.4712,27.581285,-1203.9004};
- azimut=-17.0839;
- id=58;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item64
- {
- position[]={-2151.4834,27.563931,-1203.038};
- azimut=-17.0839;
- id=62;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item65
- {
- position[]={-2152.2222,27.573196,-1203.8927};
- azimut=-17.0839;
- id=75;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item66
- {
- position[]={-2152.3457,27.580389,-1203.6915};
- azimut=-17.0839;
- id=56;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item67
- {
- position[]={-2152.3877,27.595556,-1202.8354};
- azimut=-17.0839;
- id=73;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item68
- {
- position[]={-2149.8984,27.492729,-1204.4133};
- azimut=-17.0839;
- id=69;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item69
- {
- position[]={-2152.4812,27.594904,-1203.0627};
- azimut=-17.0839;
- id=67;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item70
- {
- position[]={-2150.7292,27.517799,-1204.436};
- azimut=-17.0839;
- id=65;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item71
- {
- position[]={-2151.1641,27.540302,-1203.8944};
- azimut=-17.0839;
- id=74;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item72
- {
- position[]={-2151.5879,27.556812,-1203.6765};
- azimut=-17.0839;
- id=71;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item73
- {
- position[]={-2150.7817,27.526014,-1204.0505};
- azimut=-17.0839;
- id=59;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item74
- {
- position[]={-2150.0811,27.507721,-1203.8568};
- azimut=-17.0839;
- id=64;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item75
- {
- position[]={-2149.9634,27.507385,-1203.6545};
- azimut=-17.0839;
- id=81;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item76
- {
- position[]={-2150.384,27.516779,-1203.8708};
- azimut=-17.0839;
- id=83;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item77
- {
- position[]={-2152.4932,27.60203,-1202.6456};
- azimut=-17.0839;
- id=82;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item78
- {
- position[]={-2151.4766,27.570616,-1202.6113};
- azimut=-17.0839;
- id=84;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item79
- {
- position[]={-2151.8069,27.550314,-1204.4677};
- azimut=-17.0839;
- id=85;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item80
- {
- position[]={-2151.8562,27.578743,-1202.8284};
- azimut=-17.0839;
- id=77;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item81
- {
- position[]={-2152.3594,27.57443,-1204.0955};
- azimut=-17.0839;
- id=78;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item82
- {
- position[]={-2152.0483,27.557917,-1204.4636};
- azimut=-17.0839;
- id=79;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item83
- {
- position[]={-2151.4565,27.542986,-1204.267};
- azimut=-17.0839;
- id=76;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item84
- {
- position[]={-2151.1951,27.555117,-1203.0366};
- azimut=-17.0839;
- id=80;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item85
- {
- position[]={-2151.343,27.549223,-1203.6819};
- azimut=-17.0839;
- id=97;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item86
- {
- position[]={-2151.835,27.564194,-1203.6882};
- azimut=-17.0839;
- id=98;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item87
- {
- position[]={-2150.8052,27.532936,-1203.6697};
- azimut=-17.0839;
- id=99;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item88
- {
- position[]={-2150.1074,27.515249,-1203.441};
- azimut=-17.0839;
- id=100;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item89
- {
- position[]={-2152.2495,27.580667,-1203.4805};
- azimut=-17.0839;
- id=96;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item90
- {
- position[]={-2152.3267,27.566824,-1204.4792};
- azimut=-17.0839;
- id=87;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item91
- {
- position[]={-2152.2646,27.594957,-1202.6267};
- azimut=-17.0839;
- id=92;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item92
- {
- position[]={-2151.7339,27.571531,-1203.0426};
- azimut=-17.0839;
- id=88;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item93
- {
- position[]={-2150.9446,27.547813,-1203.0135};
- azimut=-17.0839;
- id=89;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item94
- {
- position[]={-2150.1948,27.521418,-1203.2251};
- azimut=-17.0839;
- id=90;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item95
- {
- position[]={-2151.0918,27.541811,-1203.6641};
- azimut=-17.0839;
- id=86;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item96
- {
- position[]={-2151.2112,27.56255,-1202.6072};
- azimut=-17.0839;
- id=93;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item97
- {
- position[]={-2151.3274,27.555613,-1203.2568};
- azimut=-17.0839;
- id=94;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item98
- {
- position[]={-2150.2456,27.51597,-1203.6584};
- azimut=-17.0839;
- id=91;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item99
- {
- position[]={-2152.0229,27.580229,-1203.0549};
- azimut=-17.0839;
- id=95;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
+ skill=0.6;
+ init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
+ };
+ class Item2{id=2;PLRDEF};
+ class Item3{id=3;PLRDEF};
+ class Item4{id=4;PLRDEF};
+ class Item5{id=5;PLRDEF};
+ class Item6{id=6;PLRDEF};
+ class Item7{id=7;PLRDEF};
+ class Item8{id=8;PLRDEF};
+ class Item9{id=9;PLRDEF};
+ class Item10{id=10;PLRDEF};
+ class Item11{id=11;PLRDEF};
+ class Item12{id=12;PLRDEF};
+ class Item13{id=13;PLRDEF};
+ class Item14{id=14;PLRDEF};
+ class Item15{id=15;PLRDEF};
+ class Item16{id=16;PLRDEF};
+ class Item17{id=17;PLRDEF};
+ class Item18{id=18;PLRDEF};
+ class Item19{id=19;PLRDEF};
+ class Item20{id=20;PLRDEF};
+ class Item21{id=21;PLRDEF};
+ class Item22{id=22;PLRDEF};
+ class Item23{id=23;PLRDEF};
+ class Item24{id=24;PLRDEF};
+ class Item25{id=25;PLRDEF};
+ class Item26{id=26;PLRDEF};
+ class Item27{id=27;PLRDEF};
+ class Item28{id=28;PLRDEF};
+ class Item29{id=29;PLRDEF};
+ class Item30{id=30;PLRDEF};
+ class Item31{id=31;PLRDEF};
+ class Item32{id=32;PLRDEF};
+ class Item33{id=33;PLRDEF};
+ class Item34{id=34;PLRDEF};
+ class Item35{id=35;PLRDEF};
+ class Item36{id=36;PLRDEF};
+ class Item37{id=37;PLRDEF};
+ class Item38{id=38;PLRDEF};
+ class Item39{id=39;PLRDEF};
+ class Item40{id=40;PLRDEF};
+ class Item41{id=41;PLRDEF};
+ class Item42{id=42;PLRDEF};
+ class Item43{id=43;PLRDEF};
+ class Item44{id=44;PLRDEF};
+ class Item45{id=45;PLRDEF};
+ class Item46{id=46;PLRDEF};
+ class Item47{id=47;PLRDEF};
+ class Item48{id=48;PLRDEF};
+ class Item49{id=49;PLRDEF};
+ class Item50{id=50;PLRDEF};
+ class Item51{id=51;PLRDEF};
+ class Item52{id=52;PLRDEF};
+ class Item53{id=53;PLRDEF};
+ class Item54{id=54;PLRDEF};
+ class Item55{id=55;PLRDEF};
+ class Item56{id=56;PLRDEF};
+ class Item57{id=57;PLRDEF};
+ class Item58{id=58;PLRDEF};
+ class Item59{id=59;PLRDEF};
+ class Item60{id=60;PLRDEF};
+ class Item61{id=61;PLRDEF};
+ class Item62{id=62;PLRDEF};
+ class Item63{id=63;PLRDEF};
+ class Item64{id=64;PLRDEF};
+ class Item65{id=65;PLRDEF};
+ class Item66{id=66;PLRDEF};
+ class Item67{id=67;PLRDEF};
+ class Item68{id=68;PLRDEF};
+ class Item69{id=69;PLRDEF};
+ class Item70{id=70;PLRDEF};
+ class Item71{id=71;PLRDEF};
+ class Item72{id=72;PLRDEF};
+ class Item73{id=73;PLRDEF};
+ class Item74{id=74;PLRDEF};
+ class Item75{id=75;PLRDEF};
+ class Item76{id=76;PLRDEF};
+ class Item77{id=77;PLRDEF};
+ class Item78{id=78;PLRDEF};
+ class Item79{id=79;PLRDEF};
+ class Item80{id=80;PLRDEF};
+ class Item81{id=81;PLRDEF};
+ class Item82{id=82;PLRDEF};
+ class Item83{id=83;PLRDEF};
+ class Item84{id=84;PLRDEF};
+ class Item85{id=85;PLRDEF};
+ class Item86{id=86;PLRDEF};
+ class Item87{id=87;PLRDEF};
+ class Item88{id=88;PLRDEF};
+ class Item89{id=89;PLRDEF};
+ class Item90{id=90;PLRDEF};
+ class Item91{id=91;PLRDEF};
+ class Item92{id=92;PLRDEF};
+ class Item93{id=93;PLRDEF};
+ class Item94{id=94;PLRDEF};
+ class Item95{id=95;PLRDEF};
+ class Item96{id=96;PLRDEF};
+ class Item97{id=97;PLRDEF};
+ class Item98{id=98;PLRDEF};
+ class Item99{id=99;PLRDEF};
};
};
class Item1
@@ -1161,13 +172,13 @@ class Mission
items=1;
class Item0
{
- position[]={-143.93861,0.52647489,2319.5012};
+ position[]={-144,0.5,2320};
id=50;
side="LOGIC";
vehicle="FunctionsManager";
leader=1;
lock="UNLOCKED";
- skill=0.60000002;
+ skill=0.6;
};
};
};
@@ -1288,8 +299,8 @@ class Intro
randomSeed=6913869;
class Intel
{
- startWeather=0.25;
- forecastWeather=0.25;
+ startWeather=0;
+ forecastWeather=0;
year=2008;
month=10;
day=11;
@@ -1310,8 +321,8 @@ class OutroWin
randomSeed=4081731;
class Intel
{
- startWeather=0.25;
- forecastWeather=0.25;
+ startWeather=0;
+ forecastWeather=0;
year=2008;
month=10;
day=11;
@@ -1332,8 +343,8 @@ class OutroLoose
randomSeed=4975929;
class Intel
{
- startWeather=0.25;
- forecastWeather=0.25;
+ startWeather=0;
+ forecastWeather=0;
year=2008;
month=10;
day=11;
diff --git a/Server Files/MPMissions/DayZ_Epoch_4.Zargabad/mission.sqm b/Server Files/MPMissions/DayZ_Epoch_4.Zargabad/mission.sqm
index 7e32f0263..b677078b2 100644
--- a/Server Files/MPMissions/DayZ_Epoch_4.Zargabad/mission.sqm
+++ b/Server Files/MPMissions/DayZ_Epoch_4.Zargabad/mission.sqm
@@ -32,8 +32,8 @@ class Mission
{
briefingName="DayZ Epoch Zargabad";
briefingDescription="DayZ Epoch Zargabad Private Server";
- startWeather=0.067362607;
- forecastWeather=0.52341133;
+ startWeather=0;
+ forecastWeather=0;
year=2008;
month=6;
day=1;
@@ -48,1108 +48,119 @@ class Mission
class Vehicles
{
items=100;
- class Item0
- {
- position[]={5013.5229,70.83947,-4118.2095};
- azimut=-17.0839;
- id=11;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
+#define PLRDEF position[]={5013,71,-4117};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[]={5013.2383,70.817139,-4117.415};
- azimut=-17.0839;
+ position[]={5013,71,-4117};
+ azimut=0;
id=0;
side="WEST";
vehicle="Survivor1_DZ";
player="PLAYER COMMANDER";
leader=1;
rank="SERGEANT";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item2
- {
- position[]={5012.4731,70.766731,-4117.8501};
- azimut=-17.083944;
- id=5;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item3
- {
- position[]={5012.6792,70.776306,-4116.5767};
- azimut=-17.083944;
- id=8;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item4
- {
- position[]={5012.9556,70.797974,-4117.4321};
- azimut=-17.083944;
- id=18;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item5
- {
- position[]={5012.2065,70.750069,-4118.2451};
- azimut=-17.083944;
- id=2;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item6
- {
- position[]={5013.7759,70.855186,-4117.8125};
- azimut=-17.083937;
- id=9;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item7
- {
- position[]={5014.3472,70.895294,-4116.9521};
- azimut=-17.083944;
- id=21;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item8
- {
- position[]={5014.2378,70.88871,-4118.375};
- azimut=-17.083944;
- id=13;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item9
- {
- position[]={5012.8726,70.794518,-4118.0176};
- azimut=-17.083944;
- id=7;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item10
- {
- position[]={5012.8516,70.788696,-4116.792};
- azimut=-17.0839;
- id=36;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item11
- {
- position[]={5012.9556,70.799507,-4117.8438};
- azimut=-17.083944;
- id=25;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item12
- {
- position[]={5013.4077,70.832314,-4118.3916};
- azimut=-17.083944;
- id=43;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item13
- {
- position[]={5014.1963,70.885117,-4118.0103};
- azimut=-17.083944;
- id=30;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item14
- {
- position[]={5013.75,70.852562,-4116.563};
- azimut=-17.083944;
- id=33;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item15
- {
- position[]={5013.9355,70.866112,-4117.186};
- azimut=-17.083944;
- id=1;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item16
- {
- position[]={5012.2603,70.749916,-4117.2256};
- azimut=-17.083944;
- id=4;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item17
- {
- position[]={5014.1812,70.883369,-4116.7485};
- azimut=-17.083944;
- id=3;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item18
- {
- position[]={5012.6938,70.780136,-4117.4229};
- azimut=-17.083944;
- id=6;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item19
- {
- position[]={5012.4331,70.762444,-4117.4316};
- azimut=-17.083944;
- id=10;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item20
- {
- position[]={5013.8071,70.858757,-4118.1982};
- azimut=-17.083944;
- id=16;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item21
- {
- position[]={5013.356,70.824615,-4116.7764};
- azimut=-17.083944;
- id=19;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item22
- {
- position[]={5014.0649,70.875206,-4116.9634};
- azimut=-17.083944;
- id=15;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item23
- {
- position[]={5013.3521,70.827194,-4118.0356};
- azimut=-17.083944;
- id=23;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item24
- {
- position[]={5014.4751,70.904533,-4117.1885};
- azimut=-17.083944;
- id=26;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item25
- {
- position[]={5014.5078,70.907303,-4118.0049};
- azimut=-17.083944;
- id=29;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item26
- {
- position[]={5013.8857,70.863411,-4118.0146};
- azimut=-17.083944;
- id=31;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item27
- {
- position[]={5013.6689,70.847122,-4117.1904};
- azimut=-17.083944;
- id=28;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item28
- {
- position[]={5013.7524,70.853188,-4117.4092};
- azimut=-17.083944;
- id=35;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item29
- {
- position[]={5014.3667,70.897354,-4118.1953};
- azimut=-17.083944;
- id=27;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item30
- {
- position[]={5012.7329,70.785797,-4118.2236};
- azimut=-17.083937;
- id=34;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item31
- {
- position[]={5013.9692,70.870491,-4118.3877};
- azimut=-17.083944;
- id=46;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item32
- {
- position[]={5013.4653,70.832291,-4116.5596};
- azimut=-17.083944;
- id=38;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item33
- {
- position[]={5013.9121,70.864204,-4116.749};
- azimut=-17.083944;
- id=32;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item34
- {
- position[]={5013.3618,70.825256,-4117.2041};
- azimut=-17.083944;
- id=47;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item35
- {
- position[]={5012.4873,70.76915,-4118.2407};
- azimut=-17.083944;
- id=41;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item36
- {
- position[]={5014.3013,70.891823,-4116.5562};
- azimut=-17.083944;
- id=40;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item37
- {
- position[]={5012.895,70.797531,-4118.415};
- azimut=-17.083944;
- id=44;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item38
- {
- position[]={5013.6255,70.843803,-4116.7598};
- azimut=-17.083944;
- id=48;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item39
- {
- position[]={5012.4185,70.758278,-4116.5859};
- azimut=-17.083944;
- id=39;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item40
- {
- position[]={5014.4692,70.903893,-4116.7603};
- azimut=-17.083944;
- id=37;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item41
- {
- position[]={5012.5972,70.775826,-4118.0293};
- azimut=-17.083944;
- id=45;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item42
- {
- position[]={5011.9331,70.728264,-4117.4658};
- azimut=-17.0839;
- id=49;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item43
- {
- position[]={5014.0571,70.875771,-4118.2021};
- azimut=-17.083944;
- id=42;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item44
- {
- position[]={5013.2588,70.821518,-4118.2148};
- azimut=-17.083944;
- id=22;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item45
- {
- position[]={5013.7852,70.855278,-4116.9639};
- azimut=-17.083944;
- id=12;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item46
- {
- position[]={5013.896,70.863525,-4117.627};
- azimut=-17.083944;
- id=14;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item47
- {
- position[]={5012.5474,70.76944,-4117.2266};
- azimut=-17.0839;
- id=24;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item48
- {
- position[]={5012.8286,70.788521,-4117.2119};
- azimut=-17.083944;
- id=20;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item49
- {
- position[]={5014.0288,70.872864,-4117.4111};
- azimut=-17.083944;
- id=17;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item50
- {
- position[]={5013.4907,70.835884,-4117.8369};
- azimut=-17.0839;
- id=51;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item51
- {
- position[]={5014.0151,70.871445,-4116.5615};
- azimut=-17.0839;
- id=52;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item52
- {
- position[]={5012.2915,70.750389,-4116.7842};
- azimut=-17.0839;
- id=55;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item53
- {
- position[]={5012.0171,70.733421,-4117.2393};
- azimut=-17.0839;
- id=53;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item54
- {
- position[]={5013.0986,70.80629,-4116.7881};
- azimut=-17.0839;
- id=54;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item55
- {
- position[]={5012.332,70.757881,-4118.0518};
- azimut=-17.0839;
- id=70;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item56
- {
- position[]={5012.1484,70.741478,-4117.0034};
- azimut=-17.0839;
- id=60;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item57
- {
- position[]={5013.0933,70.809555,-4118.0249};
- azimut=-17.0839;
- id=68;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item58
- {
- position[]={5012.3218,70.755653,-4117.6431};
- azimut=-17.0839;
- id=66;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item59
- {
- position[]={5011.9473,70.732231,-4118.251};
- azimut=-17.0839;
- id=61;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item60
- {
- position[]={5012.7285,70.784019,-4117.8315};
- azimut=-17.0839;
- id=63;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item61
- {
- position[]={5013.4614,70.832458,-4117.4023};
- azimut=-17.0839;
- id=72;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item62
- {
- position[]={5013.147,70.814651,-4118.4102};
- azimut=-17.0839;
- id=57;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item63
- {
- position[]={5011.9492,70.730904,-4117.8594};
- azimut=-17.0839;
- id=58;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item64
- {
- position[]={5012.937,70.795082,-4116.9966};
- azimut=-17.0839;
- id=62;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item65
- {
- position[]={5012.1982,70.748032,-4117.8516};
- azimut=-17.0839;
- id=75;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item66
- {
- position[]={5012.0747,70.738884,-4117.6504};
- azimut=-17.0839;
- id=56;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item67
- {
- position[]={5012.0327,70.732826,-4116.7939};
- azimut=-17.0839;
- id=73;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item68
- {
- position[]={5014.522,70.908501,-4118.3721};
- azimut=-17.0839;
- id=69;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item69
- {
- position[]={5011.939,70.727036,-4117.0215};
- azimut=-17.0839;
- id=67;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item70
- {
- position[]={5013.6909,70.851585,-4118.3945};
- azimut=-17.0839;
- id=65;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item71
- {
- position[]={5013.2563,70.820007,-4117.853};
- azimut=-17.0839;
- id=74;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item72
- {
- position[]={5012.8325,70.790359,-4117.6353};
- azimut=-17.0839;
- id=71;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item73
- {
- position[]={5013.6392,70.846626,-4118.0093};
- azimut=-17.0839;
- id=59;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item74
- {
- position[]={5014.3394,70.895203,-4117.8154};
- azimut=-17.0839;
- id=64;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item75
- {
- position[]={5014.457,70.903481,-4117.6133};
- azimut=-17.0839;
- id=81;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item76
- {
- position[]={5014.0366,70.87365,-4117.8296};
- azimut=-17.0839;
- id=83;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item77
- {
- position[]={5011.9272,70.724625,-4116.6045};
- azimut=-17.0839;
- id=82;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item78
- {
- position[]={5012.9438,70.795158,-4116.5703};
- azimut=-17.0839;
- id=84;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item79
- {
- position[]={5012.6138,70.778442,-4118.4263};
- azimut=-17.0839;
- id=85;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item80
- {
- position[]={5012.564,70.768929,-4116.7871};
- azimut=-17.0839;
- id=77;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item81
- {
- position[]={5012.061,70.739464,-4118.0542};
- azimut=-17.0839;
- id=78;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item82
- {
- position[]={5012.3721,70.761993,-4118.4224};
- azimut=-17.0839;
- id=79;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item83
- {
- position[]={5012.9639,70.801506,-4118.2256};
- azimut=-17.0839;
- id=76;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item84
- {
- position[]={5013.2251,70.815407,-4116.9951};
- azimut=-17.0839;
- id=80;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item85
- {
- position[]={5013.0776,70.80706,-4117.6406};
- azimut=-17.0839;
- id=97;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item86
- {
- position[]={5012.5854,70.773605,-4117.647};
- azimut=-17.0839;
- id=98;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item87
- {
- position[]={5013.6147,70.843544,-4117.6284};
- azimut=-17.0839;
- id=99;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item88
- {
- position[]={5014.313,70.893105,-4117.3999};
- azimut=-17.0839;
- id=100;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item89
- {
- position[]={5012.1709,70.744629,-4117.4395};
- azimut=-17.0839;
- id=96;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item90
- {
- position[]={5012.0938,70.743126,-4118.438};
- azimut=-17.0839;
- id=87;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item91
- {
- position[]={5012.1558,70.740417,-4116.5854};
- azimut=-17.0839;
- id=92;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item92
- {
- position[]={5012.6865,70.778069,-4117.0015};
- azimut=-17.0839;
- id=88;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item93
- {
- position[]={5013.4761,70.833275,-4116.9722};
- azimut=-17.0839;
- id=89;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item94
- {
- position[]={5014.2256,70.886765,-4117.1836};
- azimut=-17.0839;
- id=90;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item95
- {
- position[]={5013.3286,70.824059,-4117.623};
- azimut=-17.0839;
- id=86;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item96
- {
- position[]={5013.2095,70.814064,-4116.5659};
- azimut=-17.0839;
- id=93;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item97
- {
- position[]={5013.0933,70.806534,-4117.2158};
- azimut=-17.0839;
- id=94;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item98
- {
- position[]={5014.1748,70.883377,-4117.6172};
- azimut=-17.0839;
- id=91;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item99
- {
- position[]={5012.3975,70.758453,-4117.0137};
- azimut=-17.0839;
- id=95;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
+ skill=0.6;
+ init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
+ };
+ class Item2{id=2;PLRDEF};
+ class Item3{id=3;PLRDEF};
+ class Item4{id=4;PLRDEF};
+ class Item5{id=5;PLRDEF};
+ class Item6{id=6;PLRDEF};
+ class Item7{id=7;PLRDEF};
+ class Item8{id=8;PLRDEF};
+ class Item9{id=9;PLRDEF};
+ class Item10{id=10;PLRDEF};
+ class Item11{id=11;PLRDEF};
+ class Item12{id=12;PLRDEF};
+ class Item13{id=13;PLRDEF};
+ class Item14{id=14;PLRDEF};
+ class Item15{id=15;PLRDEF};
+ class Item16{id=16;PLRDEF};
+ class Item17{id=17;PLRDEF};
+ class Item18{id=18;PLRDEF};
+ class Item19{id=19;PLRDEF};
+ class Item20{id=20;PLRDEF};
+ class Item21{id=21;PLRDEF};
+ class Item22{id=22;PLRDEF};
+ class Item23{id=23;PLRDEF};
+ class Item24{id=24;PLRDEF};
+ class Item25{id=25;PLRDEF};
+ class Item26{id=26;PLRDEF};
+ class Item27{id=27;PLRDEF};
+ class Item28{id=28;PLRDEF};
+ class Item29{id=29;PLRDEF};
+ class Item30{id=30;PLRDEF};
+ class Item31{id=31;PLRDEF};
+ class Item32{id=32;PLRDEF};
+ class Item33{id=33;PLRDEF};
+ class Item34{id=34;PLRDEF};
+ class Item35{id=35;PLRDEF};
+ class Item36{id=36;PLRDEF};
+ class Item37{id=37;PLRDEF};
+ class Item38{id=38;PLRDEF};
+ class Item39{id=39;PLRDEF};
+ class Item40{id=40;PLRDEF};
+ class Item41{id=41;PLRDEF};
+ class Item42{id=42;PLRDEF};
+ class Item43{id=43;PLRDEF};
+ class Item44{id=44;PLRDEF};
+ class Item45{id=45;PLRDEF};
+ class Item46{id=46;PLRDEF};
+ class Item47{id=47;PLRDEF};
+ class Item48{id=48;PLRDEF};
+ class Item49{id=49;PLRDEF};
+ class Item50{id=50;PLRDEF};
+ class Item51{id=51;PLRDEF};
+ class Item52{id=52;PLRDEF};
+ class Item53{id=53;PLRDEF};
+ class Item54{id=54;PLRDEF};
+ class Item55{id=55;PLRDEF};
+ class Item56{id=56;PLRDEF};
+ class Item57{id=57;PLRDEF};
+ class Item58{id=58;PLRDEF};
+ class Item59{id=59;PLRDEF};
+ class Item60{id=60;PLRDEF};
+ class Item61{id=61;PLRDEF};
+ class Item62{id=62;PLRDEF};
+ class Item63{id=63;PLRDEF};
+ class Item64{id=64;PLRDEF};
+ class Item65{id=65;PLRDEF};
+ class Item66{id=66;PLRDEF};
+ class Item67{id=67;PLRDEF};
+ class Item68{id=68;PLRDEF};
+ class Item69{id=69;PLRDEF};
+ class Item70{id=70;PLRDEF};
+ class Item71{id=71;PLRDEF};
+ class Item72{id=72;PLRDEF};
+ class Item73{id=73;PLRDEF};
+ class Item74{id=74;PLRDEF};
+ class Item75{id=75;PLRDEF};
+ class Item76{id=76;PLRDEF};
+ class Item77{id=77;PLRDEF};
+ class Item78{id=78;PLRDEF};
+ class Item79{id=79;PLRDEF};
+ class Item80{id=80;PLRDEF};
+ class Item81{id=81;PLRDEF};
+ class Item82{id=82;PLRDEF};
+ class Item83{id=83;PLRDEF};
+ class Item84{id=84;PLRDEF};
+ class Item85{id=85;PLRDEF};
+ class Item86{id=86;PLRDEF};
+ class Item87{id=87;PLRDEF};
+ class Item88{id=88;PLRDEF};
+ class Item89{id=89;PLRDEF};
+ class Item90{id=90;PLRDEF};
+ class Item91{id=91;PLRDEF};
+ class Item92{id=92;PLRDEF};
+ class Item93{id=93;PLRDEF};
+ class Item94{id=94;PLRDEF};
+ class Item95{id=95;PLRDEF};
+ class Item96{id=96;PLRDEF};
+ class Item97{id=97;PLRDEF};
+ class Item98{id=98;PLRDEF};
+ class Item99{id=99;PLRDEF};
};
};
class Item1
@@ -1160,13 +171,13 @@ class Mission
items=1;
class Item0
{
- position[]={-143.93861,0.52647489,2319.5012};
+ position[]={-144,0.5,2320};
id=50;
side="LOGIC";
vehicle="FunctionsManager";
leader=1;
lock="UNLOCKED";
- skill=0.60000002;
+ skill=0.6;
};
};
};
@@ -1283,8 +294,8 @@ class Intro
randomSeed=6913869;
class Intel
{
- startWeather=0.25;
- forecastWeather=0.25;
+ startWeather=0;
+ forecastWeather=0;
year=2008;
month=10;
day=11;
@@ -1305,8 +316,8 @@ class OutroWin
randomSeed=4081731;
class Intel
{
- startWeather=0.25;
- forecastWeather=0.25;
+ startWeather=0;
+ forecastWeather=0;
year=2008;
month=10;
day=11;
@@ -1327,8 +338,8 @@ class OutroLoose
randomSeed=4975929;
class Intel
{
- startWeather=0.25;
- forecastWeather=0.25;
+ startWeather=0;
+ forecastWeather=0;
year=2008;
month=10;
day=11;
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 57e759a42..6416df6cc 100644
--- a/Server Files/MPMissions/DayZ_Epoch_5.Bootcamp_ACR/mission.sqm
+++ b/Server Files/MPMissions/DayZ_Epoch_5.Bootcamp_ACR/mission.sqm
@@ -31,8 +31,8 @@ class Mission
{
briefingName="DayZ Epoch Bootcamp ACR";
briefingDescription="DayZ Epoch Bootcamp ACR Private Server";
- startWeather=0.067362607;
- forecastWeather=0.52341133;
+ startWeather=0;
+ forecastWeather=0;
year=2008;
month=6;
day=1;
@@ -47,1108 +47,119 @@ class Mission
class Vehicles
{
items=100;
- class Item0
- {
- position[]={2130.165,335.38824,-2284.8999};
- azimut=-17.0839;
- id=11;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
+#define PLRDEF position[]={2130,335,-2284};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[]={2129.8809,335.3743,-2284.1055};
- azimut=-17.0839;
+ position[]={2130,335,-2284};
+ azimut=0;
id=0;
side="WEST";
vehicle="Survivor1_DZ";
player="PLAYER COMMANDER";
leader=1;
rank="SERGEANT";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item2
- {
- position[]={2129.1155,335.36005,-2284.5405};
- azimut=-17.083944;
- id=5;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item3
- {
- position[]={2129.3218,335.35364,-2283.2671};
- azimut=-17.083944;
- id=8;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item4
- {
- position[]={2129.5979,335.36774,-2284.1226};
- azimut=-17.083944;
- id=18;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item5
- {
- position[]={2128.8491,335.35724,-2284.9355};
- azimut=-17.083944;
- id=2;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item6
- {
- position[]={2130.4182,335.3909,-2284.5029};
- azimut=-17.083937;
- id=9;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item7
- {
- position[]={2130.9893,335.39728,-2283.6431};
- azimut=-17.083944;
- id=21;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item8
- {
- position[]={2130.8804,335.40723,-2285.0654};
- azimut=-17.083944;
- id=13;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item9
- {
- position[]={2129.5149,335.371,-2284.7083};
- azimut=-17.083944;
- id=7;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item10
- {
- position[]={2129.4941,335.35962,-2283.4824};
- azimut=-17.0839;
- id=36;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item11
- {
- position[]={2129.5981,335.3714,-2284.5342};
- azimut=-17.083944;
- id=25;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item12
- {
- position[]={2130.0505,335.38705,-2285.082};
- azimut=-17.083944;
- id=43;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item13
- {
- position[]={2130.8389,335.40298,-2284.7007};
- azimut=-17.083944;
- id=30;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item14
- {
- position[]={2130.3926,335.37918,-2283.2534};
- azimut=-17.083944;
- id=33;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item15
- {
- position[]={2130.5781,335.38925,-2283.8765};
- azimut=-17.083944;
- id=1;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item16
- {
- position[]={2128.9031,335.34946,-2283.916};
- azimut=-17.083944;
- id=4;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item17
- {
- position[]={2130.8237,335.39142,-2283.439};
- azimut=-17.083944;
- id=3;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item18
- {
- position[]={2129.3364,335.36148,-2284.1135};
- azimut=-17.083944;
- id=6;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item19
- {
- position[]={2129.0759,335.35538,-2284.1221};
- azimut=-17.083944;
- id=10;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item20
- {
- position[]={2130.45,335.39508,-2284.8887};
- azimut=-17.083944;
- id=16;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item21
- {
- position[]={2129.9985,335.37143,-2283.4668};
- azimut=-17.083944;
- id=19;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item22
- {
- position[]={2130.7075,335.39044,-2283.6538};
- azimut=-17.083944;
- id=15;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item23
- {
- position[]={2129.9946,335.38251,-2284.7261};
- azimut=-17.083944;
- id=23;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item24
- {
- position[]={2131.1177,335.40253,-2283.8789};
- azimut=-17.083944;
- id=26;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item25
- {
- position[]={2131.1504,335.41055,-2284.6956};
- azimut=-17.083944;
- id=29;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item26
- {
- position[]={2130.5283,335.39539,-2284.7053};
- azimut=-17.083944;
- id=31;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item27
- {
- position[]={2130.3113,335.38275,-2283.8806};
- azimut=-17.083944;
- id=28;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item28
- {
- position[]={2130.395,335.38675,-2284.1001};
- azimut=-17.083944;
- id=35;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item29
- {
- position[]={2131.0095,335.40881,-2284.886};
- azimut=-17.083944;
- id=27;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item30
- {
- position[]={2129.3755,335.36954,-2284.9138};
- azimut=-17.083937;
- id=34;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item31
- {
- position[]={2130.6118,335.40076,-2285.0781};
- azimut=-17.083944;
- id=46;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item32
- {
- position[]={2130.1077,335.37219,-2283.25};
- azimut=-17.083944;
- id=38;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item33
- {
- position[]={2130.5547,335.38483,-2283.4395};
- azimut=-17.083944;
- id=32;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item34
- {
- position[]={2130.0046,335.37537,-2283.8945};
- azimut=-17.083944;
- id=47;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item35
- {
- position[]={2129.1299,335.36386,-2284.9312};
- azimut=-17.083944;
- id=41;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item36
- {
- position[]={2130.9441,335.39264,-2283.2466};
- azimut=-17.083944;
- id=40;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item37
- {
- position[]={2129.5378,335.37503,-2285.1052};
- azimut=-17.083944;
- id=44;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item38
- {
- position[]={2130.2681,335.37787,-2283.45};
- azimut=-17.083944;
- id=48;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item39
- {
- position[]={2129.061,335.34753,-2283.2761};
- azimut=-17.083944;
- id=39;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item40
- {
- position[]={2131.1121,335.39856,-2283.4507};
- azimut=-17.083944;
- id=37;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item41
- {
- position[]={2129.2395,335.36456,-2284.72};
- azimut=-17.083944;
- id=45;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item42
- {
- position[]={2128.5754,335.34384,-2284.1563};
- azimut=-17.0839;
- id=49;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item43
- {
- position[]={2130.6997,335.40128,-2284.8931};
- azimut=-17.083944;
- id=42;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item44
- {
- position[]={2129.9014,335.3819,-2284.9055};
- azimut=-17.083944;
- id=22;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item45
- {
- position[]={2130.4277,335.38361,-2283.6541};
- azimut=-17.083944;
- id=12;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item46
- {
- position[]={2130.5388,335.39221,-2284.3174};
- azimut=-17.083944;
- id=14;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item47
- {
- position[]={2129.1899,335.35629,-2283.917};
- azimut=-17.0839;
- id=24;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item48
- {
- position[]={2129.4712,335.36279,-2283.9023};
- azimut=-17.083944;
- id=20;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item49
- {
- position[]={2130.6709,335.39352,-2284.1018};
- azimut=-17.083944;
- id=17;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item50
- {
- position[]={2130.1333,335.38412,-2284.5273};
- azimut=-17.0839;
- id=51;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item51
- {
- position[]={2130.6577,335.38565,-2283.2524};
- azimut=-17.0839;
- id=52;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item52
- {
- position[]={2128.9338,335.34628,-2283.4749};
- azimut=-17.0839;
- id=55;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item53
- {
- position[]={2128.6597,335.34381,-2283.9299};
- azimut=-17.0839;
- id=53;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item54
- {
- position[]={2129.7412,335.36542,-2283.4785};
- azimut=-17.0839;
- id=54;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item55
- {
- position[]={2128.9746,335.35849,-2284.7424};
- azimut=-17.0839;
- id=70;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item56
- {
- position[]={2128.791,335.34485,-2283.6938};
- azimut=-17.0839;
- id=60;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item57
- {
- position[]={2129.7358,335.37628,-2284.7153};
- azimut=-17.0839;
- id=68;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item58
- {
- position[]={2128.9641,335.35461,-2284.3335};
- azimut=-17.0839;
- id=66;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item59
- {
- position[]={2128.5896,335.35117,-2284.9414};
- azimut=-17.0839;
- id=61;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item60
- {
- position[]={2129.3711,335.36594,-2284.522};
- azimut=-17.0839;
- id=63;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item61
- {
- position[]={2130.1035,335.37955,-2284.093};
- azimut=-17.0839;
- id=72;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item62
- {
- position[]={2129.7896,335.38098,-2285.1011};
- azimut=-17.0839;
- id=57;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item63
- {
- position[]={2128.5918,335.34775,-2284.5498};
- azimut=-17.0839;
- id=58;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item64
- {
- position[]={2129.5793,335.36346,-2283.687};
- azimut=-17.0839;
- id=62;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item65
- {
- position[]={2128.8408,335.35355,-2284.542};
- azimut=-17.0839;
- id=75;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item66
- {
- position[]={2128.7173,335.34885,-2284.3408};
- azimut=-17.0839;
- id=56;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item67
- {
- position[]={2128.6753,335.34024,-2283.4849};
- azimut=-17.0839;
- id=73;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item68
- {
- position[]={2131.1646,335.41415,-2285.0625};
- azimut=-17.0839;
- id=69;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item69
- {
- position[]={2128.5818,335.34006,-2283.7119};
- azimut=-17.0839;
- id=67;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item70
- {
- position[]={2130.3337,335.39398,-2285.0852};
- azimut=-17.0839;
- id=65;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item71
- {
- position[]={2129.8989,335.37863,-2284.5435};
- azimut=-17.0839;
- id=74;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item72
- {
- position[]={2129.4749,335.36667,-2284.3257};
- azimut=-17.0839;
- id=71;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item73
- {
- position[]={2130.2813,335.38928,-2284.6997};
- azimut=-17.0839;
- id=59;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item74
- {
- position[]={2130.9817,335.40475,-2284.5059};
- azimut=-17.0839;
- id=64;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item75
- {
- position[]={2131.0996,335.40582,-2284.3037};
- azimut=-17.0839;
- id=81;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item76
- {
- position[]={2130.6787,335.39743,-2284.52};
- azimut=-17.0839;
- id=83;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item77
- {
- position[]={2128.5696,335.33606,-2283.2949};
- azimut=-17.0839;
- id=82;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item78
- {
- position[]={2129.5862,335.35983,-2283.2605};
- azimut=-17.0839;
- id=84;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item79
- {
- position[]={2129.2559,335.3685,-2285.1167};
- azimut=-17.0839;
- id=85;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item80
- {
- position[]={2129.2068,335.35278,-2283.4775};
- azimut=-17.0839;
- id=77;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item81
- {
- position[]={2128.7036,335.35208,-2284.7446};
- azimut=-17.0839;
- id=78;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item82
- {
- position[]={2129.0146,335.36276,-2285.1128};
- azimut=-17.0839;
- id=79;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item83
- {
- position[]={2129.6064,335.375,-2284.916};
- azimut=-17.0839;
- id=76;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item84
- {
- position[]={2129.8677,335.37024,-2283.6858};
- azimut=-17.0839;
- id=80;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item85
- {
- position[]={2129.7197,335.3725,-2284.3311};
- azimut=-17.0839;
- id=97;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item86
- {
- position[]={2129.2278,335.3609,-2284.3374};
- azimut=-17.0839;
- id=98;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item87
- {
- position[]={2130.2576,335.38535,-2284.3188};
- azimut=-17.0839;
- id=99;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item88
- {
- position[]={2130.9556,335.40042,-2284.0903};
- azimut=-17.0839;
- id=100;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item89
- {
- position[]={2128.8135,335.34921,-2284.1296};
- azimut=-17.0839;
- id=96;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item90
- {
- position[]={2128.7363,335.35629,-2285.1284};
- azimut=-17.0839;
- id=87;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item91
- {
- position[]={2128.7983,335.34131,-2283.2759};
- azimut=-17.0839;
- id=92;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item92
- {
- position[]={2129.3291,335.35757,-2283.6919};
- azimut=-17.0839;
- id=88;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item93
- {
- position[]={2130.1184,335.3761,-2283.6626};
- azimut=-17.0839;
- id=89;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item94
- {
- position[]={2130.8679,335.39633,-2283.8743};
- azimut=-17.0839;
- id=90;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item95
- {
- position[]={2129.9712,335.3783,-2284.3132};
- azimut=-17.0839;
- id=86;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item96
- {
- position[]={2129.8516,335.36606,-2283.2563};
- azimut=-17.0839;
- id=93;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item97
- {
- position[]={2129.7354,335.36908,-2283.906};
- azimut=-17.0839;
- id=94;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item98
- {
- position[]={2130.8174,335.39896,-2284.3076};
- azimut=-17.0839;
- id=91;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item99
- {
- position[]={2129.04,335.35083,-2283.7041};
- azimut=-17.0839;
- id=95;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
+ skill=0.6;
+ init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
+ };
+ class Item2{id=2;PLRDEF};
+ class Item3{id=3;PLRDEF};
+ class Item4{id=4;PLRDEF};
+ class Item5{id=5;PLRDEF};
+ class Item6{id=6;PLRDEF};
+ class Item7{id=7;PLRDEF};
+ class Item8{id=8;PLRDEF};
+ class Item9{id=9;PLRDEF};
+ class Item10{id=10;PLRDEF};
+ class Item11{id=11;PLRDEF};
+ class Item12{id=12;PLRDEF};
+ class Item13{id=13;PLRDEF};
+ class Item14{id=14;PLRDEF};
+ class Item15{id=15;PLRDEF};
+ class Item16{id=16;PLRDEF};
+ class Item17{id=17;PLRDEF};
+ class Item18{id=18;PLRDEF};
+ class Item19{id=19;PLRDEF};
+ class Item20{id=20;PLRDEF};
+ class Item21{id=21;PLRDEF};
+ class Item22{id=22;PLRDEF};
+ class Item23{id=23;PLRDEF};
+ class Item24{id=24;PLRDEF};
+ class Item25{id=25;PLRDEF};
+ class Item26{id=26;PLRDEF};
+ class Item27{id=27;PLRDEF};
+ class Item28{id=28;PLRDEF};
+ class Item29{id=29;PLRDEF};
+ class Item30{id=30;PLRDEF};
+ class Item31{id=31;PLRDEF};
+ class Item32{id=32;PLRDEF};
+ class Item33{id=33;PLRDEF};
+ class Item34{id=34;PLRDEF};
+ class Item35{id=35;PLRDEF};
+ class Item36{id=36;PLRDEF};
+ class Item37{id=37;PLRDEF};
+ class Item38{id=38;PLRDEF};
+ class Item39{id=39;PLRDEF};
+ class Item40{id=40;PLRDEF};
+ class Item41{id=41;PLRDEF};
+ class Item42{id=42;PLRDEF};
+ class Item43{id=43;PLRDEF};
+ class Item44{id=44;PLRDEF};
+ class Item45{id=45;PLRDEF};
+ class Item46{id=46;PLRDEF};
+ class Item47{id=47;PLRDEF};
+ class Item48{id=48;PLRDEF};
+ class Item49{id=49;PLRDEF};
+ class Item50{id=50;PLRDEF};
+ class Item51{id=51;PLRDEF};
+ class Item52{id=52;PLRDEF};
+ class Item53{id=53;PLRDEF};
+ class Item54{id=54;PLRDEF};
+ class Item55{id=55;PLRDEF};
+ class Item56{id=56;PLRDEF};
+ class Item57{id=57;PLRDEF};
+ class Item58{id=58;PLRDEF};
+ class Item59{id=59;PLRDEF};
+ class Item60{id=60;PLRDEF};
+ class Item61{id=61;PLRDEF};
+ class Item62{id=62;PLRDEF};
+ class Item63{id=63;PLRDEF};
+ class Item64{id=64;PLRDEF};
+ class Item65{id=65;PLRDEF};
+ class Item66{id=66;PLRDEF};
+ class Item67{id=67;PLRDEF};
+ class Item68{id=68;PLRDEF};
+ class Item69{id=69;PLRDEF};
+ class Item70{id=70;PLRDEF};
+ class Item71{id=71;PLRDEF};
+ class Item72{id=72;PLRDEF};
+ class Item73{id=73;PLRDEF};
+ class Item74{id=74;PLRDEF};
+ class Item75{id=75;PLRDEF};
+ class Item76{id=76;PLRDEF};
+ class Item77{id=77;PLRDEF};
+ class Item78{id=78;PLRDEF};
+ class Item79{id=79;PLRDEF};
+ class Item80{id=80;PLRDEF};
+ class Item81{id=81;PLRDEF};
+ class Item82{id=82;PLRDEF};
+ class Item83{id=83;PLRDEF};
+ class Item84{id=84;PLRDEF};
+ class Item85{id=85;PLRDEF};
+ class Item86{id=86;PLRDEF};
+ class Item87{id=87;PLRDEF};
+ class Item88{id=88;PLRDEF};
+ class Item89{id=89;PLRDEF};
+ class Item90{id=90;PLRDEF};
+ class Item91{id=91;PLRDEF};
+ class Item92{id=92;PLRDEF};
+ class Item93{id=93;PLRDEF};
+ class Item94{id=94;PLRDEF};
+ class Item95{id=95;PLRDEF};
+ class Item96{id=96;PLRDEF};
+ class Item97{id=97;PLRDEF};
+ class Item98{id=98;PLRDEF};
+ class Item99{id=99;PLRDEF};
};
};
class Item1
@@ -1159,13 +170,13 @@ class Mission
items=1;
class Item0
{
- position[]={-143.93861,0.52647489,2319.5012};
+ position[]={-144,0.5,2320};
id=50;
side="LOGIC";
vehicle="FunctionsManager";
leader=1;
lock="UNLOCKED";
- skill=0.60000002;
+ skill=0.6;
};
};
};
@@ -1266,8 +277,8 @@ class Intro
randomSeed=6913869;
class Intel
{
- startWeather=0.25;
- forecastWeather=0.25;
+ startWeather=0;
+ forecastWeather=0;
year=2008;
month=10;
day=11;
@@ -1288,8 +299,8 @@ class OutroWin
randomSeed=4081731;
class Intel
{
- startWeather=0.25;
- forecastWeather=0.25;
+ startWeather=0;
+ forecastWeather=0;
year=2008;
month=10;
day=11;
@@ -1310,8 +321,8 @@ class OutroLoose
randomSeed=4975929;
class Intel
{
- startWeather=0.25;
- forecastWeather=0.25;
+ startWeather=0;
+ forecastWeather=0;
year=2008;
month=10;
day=11;
diff --git a/Server Files/MPMissions/DayZ_Epoch_6.Dingor/mission.sqm b/Server Files/MPMissions/DayZ_Epoch_6.Dingor/mission.sqm
index 2282c9c74..c86306a4c 100644
--- a/Server Files/MPMissions/DayZ_Epoch_6.Dingor/mission.sqm
+++ b/Server Files/MPMissions/DayZ_Epoch_6.Dingor/mission.sqm
@@ -47,8 +47,8 @@ class Mission
{
briefingName="DayZ Epoch Dingor";
briefingDescription="DayZ Epoch Dingor Private Server";
- startWeather=0.067362607;
- forecastWeather=0.52341133;
+ startWeather=0;
+ forecastWeather=0;
year=2008;
month=6;
day=1;
@@ -63,1108 +63,119 @@ class Mission
class Vehicles
{
items=100;
- class Item0
- {
- position[]={4989.5796,1.1376145,-4179.748};
- azimut=-17.0839;
- id=11;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
+#define PLRDEF position[]={4989,1,-4179};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[]={4989.2954,1.128916,-4178.9541};
- azimut=-17.0839;
+ position[]={4989,1,-4179};
+ azimut=0;
id=0;
side="WEST";
vehicle="Survivor1_DZ";
player="PLAYER COMMANDER";
leader=1;
rank="SERGEANT";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item2
- {
- position[]={4988.5303,1.1299179,-4179.3887};
- azimut=-17.083944;
- id=5;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item3
- {
- position[]={4988.7363,1.1228499,-4178.1152};
- azimut=-17.083944;
- id=8;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item4
- {
- position[]={4989.0127,1.1280178,-4178.9707};
- azimut=-17.083944;
- id=18;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item5
- {
- position[]={4988.2637,1.1334121,-4179.7842};
- azimut=-17.083944;
- id=2;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item6
- {
- position[]={4989.833,1.1343074,-4179.3516};
- azimut=-17.083937;
- id=9;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item7
- {
- position[]={4990.4043,1.130579,-4178.4912};
- azimut=-17.083944;
- id=21;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item8
- {
- position[]={4990.2949,1.1422743,-4179.9141};
- azimut=-17.083944;
- id=13;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item9
- {
- position[]={4988.9297,1.1330776,-4179.5566};
- azimut=-17.083944;
- id=7;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item10
- {
- position[]={4988.9087,1.1241314,-4178.3311};
- azimut=-17.0839;
- id=36;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item11
- {
- position[]={4989.0127,1.1315703,-4179.3828};
- azimut=-17.083944;
- id=25;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item12
- {
- position[]={4989.4653,1.1394417,-4179.9307};
- azimut=-17.083944;
- id=43;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item13
- {
- position[]={4990.2534,1.137879,-4179.5488};
- azimut=-17.083944;
- id=30;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item14
- {
- position[]={4989.8071,1.1269963,-4178.1016};
- azimut=-17.083944;
- id=33;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item15
- {
- position[]={4989.9927,1.1301138,-4178.7246};
- azimut=-17.083944;
- id=1;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item16
- {
- position[]={4988.3179,1.1240762,-4178.7646};
- azimut=-17.083944;
- id=4;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item17
- {
- position[]={4990.2383,1.1291803,-4178.2871};
- azimut=-17.083944;
- id=3;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item18
- {
- position[]={4988.751,1.1269994,-4178.9619};
- azimut=-17.083944;
- id=6;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item19
- {
- position[]={4988.4902,1.1261245,-4178.9707};
- azimut=-17.083944;
- id=10;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item20
- {
- position[]={4989.8643,1.13851,-4179.7373};
- azimut=-17.083944;
- id=16;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item21
- {
- position[]={4989.4131,1.1260064,-4178.3154};
- azimut=-17.083944;
- id=19;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item22
- {
- position[]={4990.1221,1.1294868,-4178.502};
- azimut=-17.083944;
- id=15;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item23
- {
- position[]={4989.4092,1.1350015,-4179.5742};
- azimut=-17.083944;
- id=23;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item24
- {
- position[]={4990.5322,1.132262,-4178.7275};
- azimut=-17.083944;
- id=26;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item25
- {
- position[]={4990.5649,1.1390119,-4179.5439};
- azimut=-17.083944;
- id=29;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item26
- {
- position[]={4989.9429,1.1367344,-4179.5537};
- azimut=-17.083944;
- id=31;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item27
- {
- position[]={4989.7261,1.1291013,-4178.7285};
- azimut=-17.083944;
- id=28;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item28
- {
- position[]={4989.8096,1.1308337,-4178.9482};
- azimut=-17.083944;
- id=35;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item29
- {
- position[]={4990.4243,1.1405733,-4179.7344};
- azimut=-17.083944;
- id=27;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item30
- {
- position[]={4988.79,1.1349564,-4179.7617};
- azimut=-17.083937;
- id=34;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item31
- {
- position[]={4990.0264,1.1414403,-4179.9268};
- azimut=-17.083944;
- id=46;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item32
- {
- position[]={4989.5225,1.1258559,-4178.0986};
- azimut=-17.083944;
- id=38;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item33
- {
- position[]={4989.9692,1.1280934,-4178.2881};
- azimut=-17.083944;
- id=32;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item34
- {
- position[]={4989.4189,1.1280088,-4178.7432};
- azimut=-17.083944;
- id=47;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item35
- {
- position[]={4988.5444,1.1343101,-4179.7793};
- azimut=-17.083944;
- id=41;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item36
- {
- position[]={4990.3584,1.1292046,-4178.0947};
- azimut=-17.083944;
- id=40;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item37
- {
- position[]={4988.9521,1.1379471,-4179.9531};
- azimut=-17.083944;
- id=44;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item38
- {
- position[]={4989.6826,1.1269922,-4178.2979};
- azimut=-17.083944;
- id=48;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item39
- {
- position[]={4988.4756,1.121888,-4178.124};
- azimut=-17.083944;
- id=39;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item40
- {
- position[]={4990.5269,1.130373,-4178.2988};
- azimut=-17.083944;
- id=37;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item41
- {
- position[]={4988.6543,1.1322597,-4179.5684};
- azimut=-17.083944;
- id=45;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item42
- {
- position[]={4987.9902,1.1246169,-4179.0049};
- azimut=-17.0839;
- id=49;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item43
- {
- position[]={4990.1143,1.1394767,-4179.7412};
- azimut=-17.083944;
- id=42;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item44
- {
- position[]={4989.3159,1.1367165,-4179.7539};
- azimut=-17.083944;
- id=22;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item45
- {
- position[]={4989.8423,1.1283929,-4178.502};
- azimut=-17.083944;
- id=12;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item46
- {
- position[]={4989.9536,1.1330785,-4179.166};
- azimut=-17.083944;
- id=14;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item47
- {
- position[]={4988.6045,1.1251259,-4178.7656};
- azimut=-17.0839;
- id=24;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item48
- {
- position[]={4988.8857,1.1260535,-4178.751};
- azimut=-17.083944;
- id=20;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item49
- {
- position[]={4990.0859,1.1319226,-4178.9502};
- azimut=-17.083944;
- id=17;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item50
- {
- position[]={4989.5479,1.1334705,-4179.376};
- azimut=-17.0839;
- id=51;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item51
- {
- position[]={4990.0723,1.1280524,-4178.1006};
- azimut=-17.0839;
- id=52;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item52
- {
- position[]={4988.3486,1.1220077,-4178.3232};
- azimut=-17.0839;
- id=55;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item53
- {
- position[]={4988.0742,1.1232922,-4178.7783};
- azimut=-17.0839;
- id=53;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item54
- {
- position[]={4989.1558,1.1250515,-4178.3271};
- azimut=-17.0839;
- id=54;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item55
- {
- position[]={4988.3892,1.1315607,-4179.5908};
- azimut=-17.0839;
- id=70;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item56
- {
- position[]={4988.2056,1.1224227,-4178.542};
- azimut=-17.0839;
- id=60;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item57
- {
- position[]={4989.1504,1.1339467,-4179.5635};
- azimut=-17.0839;
- id=68;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item58
- {
- position[]={4988.3789,1.1274456,-4179.1816};
- azimut=-17.0839;
- id=66;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item59
- {
- position[]={4988.0044,1.132607,-4179.79};
- azimut=-17.0839;
- id=61;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item60
- {
- position[]={4988.7856,1.1306417,-4179.3701};
- azimut=-17.0839;
- id=63;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item61
- {
- position[]={4989.5186,1.1296798,-4178.9414};
- azimut=-17.0839;
- id=72;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item62
- {
- position[]={4989.2041,1.1387606,-4179.9492};
- azimut=-17.0839;
- id=57;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item63
- {
- position[]={4988.0063,1.1282141,-4179.3984};
- azimut=-17.0839;
- id=58;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item64
- {
- position[]={4988.9941,1.125288,-4178.5352};
- azimut=-17.0839;
- id=62;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item65
- {
- position[]={4988.2554,1.1289873,-4179.3906};
- azimut=-17.0839;
- id=75;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item66
- {
- position[]={4988.1318,1.1266552,-4179.1895};
- azimut=-17.0839;
- id=56;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item67
- {
- position[]={4988.0898,1.1211065,-4178.333};
- azimut=-17.0839;
- id=73;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item68
- {
- position[]={4990.5791,1.1432878,-4179.9111};
- azimut=-17.0839;
- id=69;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item69
- {
- position[]={4987.9966,1.1217693,-4178.5605};
- azimut=-17.0839;
- id=67;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item70
- {
- position[]={4989.7485,1.1405107,-4179.9336};
- azimut=-17.0839;
- id=65;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item71
- {
- position[]={4989.3135,1.1327386,-4179.3916};
- azimut=-17.0839;
- id=74;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item72
- {
- position[]={4988.8896,1.1291881,-4179.1738};
- azimut=-17.0839;
- id=71;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item73
- {
- position[]={4989.6958,1.1357808,-4179.5479};
- azimut=-17.0839;
- id=59;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item74
- {
- position[]={4990.3965,1.1364762,-4179.3545};
- azimut=-17.0839;
- id=64;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item75
- {
- position[]={4990.5142,1.1351315,-4179.1523};
- azimut=-17.0839;
- id=81;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item76
- {
- position[]={4990.0938,1.1354384,-4179.3682};
- azimut=-17.0839;
- id=83;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item77
- {
- position[]={4987.9844,1.1201351,-4178.1436};
- azimut=-17.0839;
- id=82;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item78
- {
- position[]={4989.001,1.1238558,-4178.1084};
- azimut=-17.0839;
- id=84;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item79
- {
- position[]={4988.6709,1.1370927,-4179.9648};
- azimut=-17.0839;
- id=85;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item80
- {
- position[]={4988.6211,1.1230354,-4178.3262};
- azimut=-17.0839;
- id=77;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item81
- {
- position[]={4988.1182,1.1306676,-4179.5928};
- azimut=-17.0839;
- id=78;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item82
- {
- position[]={4988.4292,1.1362231,-4179.9609};
- azimut=-17.0839;
- id=79;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item83
- {
- position[]={4989.021,1.1358083,-4179.7646};
- azimut=-17.0839;
- id=76;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item84
- {
- position[]={4989.2822,1.1263735,-4178.5342};
- azimut=-17.0839;
- id=80;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item85
- {
- position[]={4989.1348,1.1301359,-4179.1797};
- azimut=-17.0839;
- id=97;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item86
- {
- position[]={4988.6426,1.1284119,-4179.1855};
- azimut=-17.0839;
- id=98;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item87
- {
- position[]={4989.6724,1.1320267,-4179.167};
- azimut=-17.0839;
- id=99;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item88
- {
- position[]={4990.3701,1.1329392,-4178.9385};
- azimut=-17.0839;
- id=100;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item89
- {
- position[]={4988.228,1.1252419,-4178.9775};
- azimut=-17.0839;
- id=96;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item90
- {
- position[]={4988.1509,1.1355083,-4179.9766};
- azimut=-17.0839;
- id=87;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item91
- {
- position[]={4988.2129,1.1209238,-4178.124};
- azimut=-17.0839;
- id=92;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item92
- {
- position[]={4988.7437,1.1243817,-4178.54};
- azimut=-17.0839;
- id=88;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item93
- {
- position[]={4989.5332,1.1272248,-4178.5107};
- azimut=-17.0839;
- id=89;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item94
- {
- position[]={4990.2827,1.1312382,-4178.7227};
- azimut=-17.0839;
- id=90;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item95
- {
- position[]={4989.3857,1.1309158,-4179.1611};
- azimut=-17.0839;
- id=86;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item96
- {
- position[]={4989.2666,1.1248612,-4178.1045};
- azimut=-17.0839;
- id=93;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item97
- {
- position[]={4989.1504,1.127057,-4178.7539};
- azimut=-17.0839;
- id=94;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item98
- {
- position[]={4990.2319,1.1340721,-4179.1563};
- azimut=-17.0839;
- id=91;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item99
- {
- position[]={4988.4546,1.1233807,-4178.5527};
- azimut=-17.0839;
- id=95;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
+ skill=0.6;
+ init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
+ };
+ class Item2{id=2;PLRDEF};
+ class Item3{id=3;PLRDEF};
+ class Item4{id=4;PLRDEF};
+ class Item5{id=5;PLRDEF};
+ class Item6{id=6;PLRDEF};
+ class Item7{id=7;PLRDEF};
+ class Item8{id=8;PLRDEF};
+ class Item9{id=9;PLRDEF};
+ class Item10{id=10;PLRDEF};
+ class Item11{id=11;PLRDEF};
+ class Item12{id=12;PLRDEF};
+ class Item13{id=13;PLRDEF};
+ class Item14{id=14;PLRDEF};
+ class Item15{id=15;PLRDEF};
+ class Item16{id=16;PLRDEF};
+ class Item17{id=17;PLRDEF};
+ class Item18{id=18;PLRDEF};
+ class Item19{id=19;PLRDEF};
+ class Item20{id=20;PLRDEF};
+ class Item21{id=21;PLRDEF};
+ class Item22{id=22;PLRDEF};
+ class Item23{id=23;PLRDEF};
+ class Item24{id=24;PLRDEF};
+ class Item25{id=25;PLRDEF};
+ class Item26{id=26;PLRDEF};
+ class Item27{id=27;PLRDEF};
+ class Item28{id=28;PLRDEF};
+ class Item29{id=29;PLRDEF};
+ class Item30{id=30;PLRDEF};
+ class Item31{id=31;PLRDEF};
+ class Item32{id=32;PLRDEF};
+ class Item33{id=33;PLRDEF};
+ class Item34{id=34;PLRDEF};
+ class Item35{id=35;PLRDEF};
+ class Item36{id=36;PLRDEF};
+ class Item37{id=37;PLRDEF};
+ class Item38{id=38;PLRDEF};
+ class Item39{id=39;PLRDEF};
+ class Item40{id=40;PLRDEF};
+ class Item41{id=41;PLRDEF};
+ class Item42{id=42;PLRDEF};
+ class Item43{id=43;PLRDEF};
+ class Item44{id=44;PLRDEF};
+ class Item45{id=45;PLRDEF};
+ class Item46{id=46;PLRDEF};
+ class Item47{id=47;PLRDEF};
+ class Item48{id=48;PLRDEF};
+ class Item49{id=49;PLRDEF};
+ class Item50{id=50;PLRDEF};
+ class Item51{id=51;PLRDEF};
+ class Item52{id=52;PLRDEF};
+ class Item53{id=53;PLRDEF};
+ class Item54{id=54;PLRDEF};
+ class Item55{id=55;PLRDEF};
+ class Item56{id=56;PLRDEF};
+ class Item57{id=57;PLRDEF};
+ class Item58{id=58;PLRDEF};
+ class Item59{id=59;PLRDEF};
+ class Item60{id=60;PLRDEF};
+ class Item61{id=61;PLRDEF};
+ class Item62{id=62;PLRDEF};
+ class Item63{id=63;PLRDEF};
+ class Item64{id=64;PLRDEF};
+ class Item65{id=65;PLRDEF};
+ class Item66{id=66;PLRDEF};
+ class Item67{id=67;PLRDEF};
+ class Item68{id=68;PLRDEF};
+ class Item69{id=69;PLRDEF};
+ class Item70{id=70;PLRDEF};
+ class Item71{id=71;PLRDEF};
+ class Item72{id=72;PLRDEF};
+ class Item73{id=73;PLRDEF};
+ class Item74{id=74;PLRDEF};
+ class Item75{id=75;PLRDEF};
+ class Item76{id=76;PLRDEF};
+ class Item77{id=77;PLRDEF};
+ class Item78{id=78;PLRDEF};
+ class Item79{id=79;PLRDEF};
+ class Item80{id=80;PLRDEF};
+ class Item81{id=81;PLRDEF};
+ class Item82{id=82;PLRDEF};
+ class Item83{id=83;PLRDEF};
+ class Item84{id=84;PLRDEF};
+ class Item85{id=85;PLRDEF};
+ class Item86{id=86;PLRDEF};
+ class Item87{id=87;PLRDEF};
+ class Item88{id=88;PLRDEF};
+ class Item89{id=89;PLRDEF};
+ class Item90{id=90;PLRDEF};
+ class Item91{id=91;PLRDEF};
+ class Item92{id=92;PLRDEF};
+ class Item93{id=93;PLRDEF};
+ class Item94{id=94;PLRDEF};
+ class Item95{id=95;PLRDEF};
+ class Item96{id=96;PLRDEF};
+ class Item97{id=97;PLRDEF};
+ class Item98{id=98;PLRDEF};
+ class Item99{id=99;PLRDEF};
};
};
class Item1
@@ -1175,13 +186,13 @@ class Mission
items=1;
class Item0
{
- position[]={-143.93861,0.52647489,2319.5012};
+ position[]={-144,0.5,2320};
id=50;
side="LOGIC";
vehicle="FunctionsManager";
leader=1;
lock="UNLOCKED";
- skill=0.60000002;
+ skill=0.6;
};
};
};
@@ -1477,8 +488,8 @@ class Intro
randomSeed=6913869;
class Intel
{
- startWeather=0.25;
- forecastWeather=0.25;
+ startWeather=0;
+ forecastWeather=0;
year=2008;
month=10;
day=11;
@@ -1500,8 +511,8 @@ class OutroWin
randomSeed=4081731;
class Intel
{
- startWeather=0.25;
- forecastWeather=0.25;
+ startWeather=0;
+ forecastWeather=0;
year=2008;
month=10;
day=11;
@@ -1523,8 +534,8 @@ class OutroLoose
randomSeed=4975929;
class Intel
{
- startWeather=0.25;
- forecastWeather=0.25;
+ startWeather=0;
+ forecastWeather=0;
year=2008;
month=10;
day=11;
diff --git a/Server Files/MPMissions/DayZ_Epoch_7.Lingor/mission.sqm b/Server Files/MPMissions/DayZ_Epoch_7.Lingor/mission.sqm
index 84c7cbedd..4c927ad56 100644
--- a/Server Files/MPMissions/DayZ_Epoch_7.Lingor/mission.sqm
+++ b/Server Files/MPMissions/DayZ_Epoch_7.Lingor/mission.sqm
@@ -46,8 +46,8 @@ class Mission
{
briefingName="DayZ Epoch Lingor";
briefingDescription="DayZ Epoch Lingor Private Server";
- startWeather=0.067362607;
- forecastWeather=0.52341133;
+ startWeather=0;
+ forecastWeather=0;
year=2008;
month=6;
day=1;
@@ -62,1108 +62,119 @@ class Mission
class Vehicles
{
items=100;
- class Item0
- {
- position[]={4989.5796,1.1376145,-4179.748};
- azimut=-17.0839;
- id=11;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
+#define PLRDEF position[]={4989,1,-4179};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[]={4989.2954,1.128916,-4178.9541};
- azimut=-17.0839;
+ position[]={4989,1,-4179};
+ azimut=0;
id=0;
side="WEST";
vehicle="Survivor1_DZ";
player="PLAYER COMMANDER";
leader=1;
rank="SERGEANT";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item2
- {
- position[]={4988.5303,1.1299179,-4179.3887};
- azimut=-17.083944;
- id=5;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item3
- {
- position[]={4988.7363,1.1228499,-4178.1152};
- azimut=-17.083944;
- id=8;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item4
- {
- position[]={4989.0127,1.1280178,-4178.9707};
- azimut=-17.083944;
- id=18;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item5
- {
- position[]={4988.2637,1.1334121,-4179.7842};
- azimut=-17.083944;
- id=2;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item6
- {
- position[]={4989.833,1.1343074,-4179.3516};
- azimut=-17.083937;
- id=9;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item7
- {
- position[]={4990.4043,1.130579,-4178.4912};
- azimut=-17.083944;
- id=21;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item8
- {
- position[]={4990.2949,1.1422743,-4179.9141};
- azimut=-17.083944;
- id=13;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item9
- {
- position[]={4988.9297,1.1330776,-4179.5566};
- azimut=-17.083944;
- id=7;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item10
- {
- position[]={4988.9087,1.1241314,-4178.3311};
- azimut=-17.0839;
- id=36;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item11
- {
- position[]={4989.0127,1.1315703,-4179.3828};
- azimut=-17.083944;
- id=25;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item12
- {
- position[]={4989.4653,1.1394417,-4179.9307};
- azimut=-17.083944;
- id=43;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item13
- {
- position[]={4990.2534,1.137879,-4179.5488};
- azimut=-17.083944;
- id=30;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item14
- {
- position[]={4989.8071,1.1269963,-4178.1016};
- azimut=-17.083944;
- id=33;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item15
- {
- position[]={4989.9927,1.1301138,-4178.7246};
- azimut=-17.083944;
- id=1;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item16
- {
- position[]={4988.3179,1.1240762,-4178.7646};
- azimut=-17.083944;
- id=4;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item17
- {
- position[]={4990.2383,1.1291803,-4178.2871};
- azimut=-17.083944;
- id=3;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item18
- {
- position[]={4988.751,1.1269994,-4178.9619};
- azimut=-17.083944;
- id=6;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item19
- {
- position[]={4988.4902,1.1261245,-4178.9707};
- azimut=-17.083944;
- id=10;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item20
- {
- position[]={4989.8643,1.13851,-4179.7373};
- azimut=-17.083944;
- id=16;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item21
- {
- position[]={4989.4131,1.1260064,-4178.3154};
- azimut=-17.083944;
- id=19;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item22
- {
- position[]={4990.1221,1.1294868,-4178.502};
- azimut=-17.083944;
- id=15;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item23
- {
- position[]={4989.4092,1.1350015,-4179.5742};
- azimut=-17.083944;
- id=23;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item24
- {
- position[]={4990.5322,1.132262,-4178.7275};
- azimut=-17.083944;
- id=26;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item25
- {
- position[]={4990.5649,1.1390119,-4179.5439};
- azimut=-17.083944;
- id=29;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item26
- {
- position[]={4989.9429,1.1367344,-4179.5537};
- azimut=-17.083944;
- id=31;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item27
- {
- position[]={4989.7261,1.1291013,-4178.7285};
- azimut=-17.083944;
- id=28;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item28
- {
- position[]={4989.8096,1.1308337,-4178.9482};
- azimut=-17.083944;
- id=35;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item29
- {
- position[]={4990.4243,1.1405733,-4179.7344};
- azimut=-17.083944;
- id=27;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item30
- {
- position[]={4988.79,1.1349564,-4179.7617};
- azimut=-17.083937;
- id=34;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item31
- {
- position[]={4990.0264,1.1414403,-4179.9268};
- azimut=-17.083944;
- id=46;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item32
- {
- position[]={4989.5225,1.1258559,-4178.0986};
- azimut=-17.083944;
- id=38;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item33
- {
- position[]={4989.9692,1.1280934,-4178.2881};
- azimut=-17.083944;
- id=32;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item34
- {
- position[]={4989.4189,1.1280088,-4178.7432};
- azimut=-17.083944;
- id=47;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item35
- {
- position[]={4988.5444,1.1343101,-4179.7793};
- azimut=-17.083944;
- id=41;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item36
- {
- position[]={4990.3584,1.1292046,-4178.0947};
- azimut=-17.083944;
- id=40;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item37
- {
- position[]={4988.9521,1.1379471,-4179.9531};
- azimut=-17.083944;
- id=44;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item38
- {
- position[]={4989.6826,1.1269922,-4178.2979};
- azimut=-17.083944;
- id=48;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item39
- {
- position[]={4988.4756,1.121888,-4178.124};
- azimut=-17.083944;
- id=39;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item40
- {
- position[]={4990.5269,1.130373,-4178.2988};
- azimut=-17.083944;
- id=37;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item41
- {
- position[]={4988.6543,1.1322597,-4179.5684};
- azimut=-17.083944;
- id=45;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item42
- {
- position[]={4987.9902,1.1246169,-4179.0049};
- azimut=-17.0839;
- id=49;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item43
- {
- position[]={4990.1143,1.1394767,-4179.7412};
- azimut=-17.083944;
- id=42;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item44
- {
- position[]={4989.3159,1.1367165,-4179.7539};
- azimut=-17.083944;
- id=22;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item45
- {
- position[]={4989.8423,1.1283929,-4178.502};
- azimut=-17.083944;
- id=12;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item46
- {
- position[]={4989.9536,1.1330785,-4179.166};
- azimut=-17.083944;
- id=14;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item47
- {
- position[]={4988.6045,1.1251259,-4178.7656};
- azimut=-17.0839;
- id=24;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item48
- {
- position[]={4988.8857,1.1260535,-4178.751};
- azimut=-17.083944;
- id=20;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item49
- {
- position[]={4990.0859,1.1319226,-4178.9502};
- azimut=-17.083944;
- id=17;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item50
- {
- position[]={4989.5479,1.1334705,-4179.376};
- azimut=-17.0839;
- id=51;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item51
- {
- position[]={4990.0723,1.1280524,-4178.1006};
- azimut=-17.0839;
- id=52;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item52
- {
- position[]={4988.3486,1.1220077,-4178.3232};
- azimut=-17.0839;
- id=55;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item53
- {
- position[]={4988.0742,1.1232922,-4178.7783};
- azimut=-17.0839;
- id=53;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item54
- {
- position[]={4989.1558,1.1250515,-4178.3271};
- azimut=-17.0839;
- id=54;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item55
- {
- position[]={4988.3892,1.1315607,-4179.5908};
- azimut=-17.0839;
- id=70;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item56
- {
- position[]={4988.2056,1.1224227,-4178.542};
- azimut=-17.0839;
- id=60;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item57
- {
- position[]={4989.1504,1.1339467,-4179.5635};
- azimut=-17.0839;
- id=68;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item58
- {
- position[]={4988.3789,1.1274456,-4179.1816};
- azimut=-17.0839;
- id=66;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item59
- {
- position[]={4988.0044,1.132607,-4179.79};
- azimut=-17.0839;
- id=61;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item60
- {
- position[]={4988.7856,1.1306417,-4179.3701};
- azimut=-17.0839;
- id=63;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item61
- {
- position[]={4989.5186,1.1296798,-4178.9414};
- azimut=-17.0839;
- id=72;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item62
- {
- position[]={4989.2041,1.1387606,-4179.9492};
- azimut=-17.0839;
- id=57;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item63
- {
- position[]={4988.0063,1.1282141,-4179.3984};
- azimut=-17.0839;
- id=58;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item64
- {
- position[]={4988.9941,1.125288,-4178.5352};
- azimut=-17.0839;
- id=62;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item65
- {
- position[]={4988.2554,1.1289873,-4179.3906};
- azimut=-17.0839;
- id=75;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item66
- {
- position[]={4988.1318,1.1266552,-4179.1895};
- azimut=-17.0839;
- id=56;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item67
- {
- position[]={4988.0898,1.1211065,-4178.333};
- azimut=-17.0839;
- id=73;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item68
- {
- position[]={4990.5791,1.1432878,-4179.9111};
- azimut=-17.0839;
- id=69;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item69
- {
- position[]={4987.9966,1.1217693,-4178.5605};
- azimut=-17.0839;
- id=67;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item70
- {
- position[]={4989.7485,1.1405107,-4179.9336};
- azimut=-17.0839;
- id=65;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item71
- {
- position[]={4989.3135,1.1327386,-4179.3916};
- azimut=-17.0839;
- id=74;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item72
- {
- position[]={4988.8896,1.1291881,-4179.1738};
- azimut=-17.0839;
- id=71;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item73
- {
- position[]={4989.6958,1.1357808,-4179.5479};
- azimut=-17.0839;
- id=59;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item74
- {
- position[]={4990.3965,1.1364762,-4179.3545};
- azimut=-17.0839;
- id=64;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item75
- {
- position[]={4990.5142,1.1351315,-4179.1523};
- azimut=-17.0839;
- id=81;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item76
- {
- position[]={4990.0938,1.1354384,-4179.3682};
- azimut=-17.0839;
- id=83;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item77
- {
- position[]={4987.9844,1.1201351,-4178.1436};
- azimut=-17.0839;
- id=82;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item78
- {
- position[]={4989.001,1.1238558,-4178.1084};
- azimut=-17.0839;
- id=84;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item79
- {
- position[]={4988.6709,1.1370927,-4179.9648};
- azimut=-17.0839;
- id=85;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item80
- {
- position[]={4988.6211,1.1230354,-4178.3262};
- azimut=-17.0839;
- id=77;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item81
- {
- position[]={4988.1182,1.1306676,-4179.5928};
- azimut=-17.0839;
- id=78;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item82
- {
- position[]={4988.4292,1.1362231,-4179.9609};
- azimut=-17.0839;
- id=79;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item83
- {
- position[]={4989.021,1.1358083,-4179.7646};
- azimut=-17.0839;
- id=76;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item84
- {
- position[]={4989.2822,1.1263735,-4178.5342};
- azimut=-17.0839;
- id=80;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item85
- {
- position[]={4989.1348,1.1301359,-4179.1797};
- azimut=-17.0839;
- id=97;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item86
- {
- position[]={4988.6426,1.1284119,-4179.1855};
- azimut=-17.0839;
- id=98;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item87
- {
- position[]={4989.6724,1.1320267,-4179.167};
- azimut=-17.0839;
- id=99;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item88
- {
- position[]={4990.3701,1.1329392,-4178.9385};
- azimut=-17.0839;
- id=100;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item89
- {
- position[]={4988.228,1.1252419,-4178.9775};
- azimut=-17.0839;
- id=96;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item90
- {
- position[]={4988.1509,1.1355083,-4179.9766};
- azimut=-17.0839;
- id=87;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item91
- {
- position[]={4988.2129,1.1209238,-4178.124};
- azimut=-17.0839;
- id=92;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item92
- {
- position[]={4988.7437,1.1243817,-4178.54};
- azimut=-17.0839;
- id=88;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item93
- {
- position[]={4989.5332,1.1272248,-4178.5107};
- azimut=-17.0839;
- id=89;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item94
- {
- position[]={4990.2827,1.1312382,-4178.7227};
- azimut=-17.0839;
- id=90;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item95
- {
- position[]={4989.3857,1.1309158,-4179.1611};
- azimut=-17.0839;
- id=86;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item96
- {
- position[]={4989.2666,1.1248612,-4178.1045};
- azimut=-17.0839;
- id=93;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item97
- {
- position[]={4989.1504,1.127057,-4178.7539};
- azimut=-17.0839;
- id=94;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item98
- {
- position[]={4990.2319,1.1340721,-4179.1563};
- azimut=-17.0839;
- id=91;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item99
- {
- position[]={4988.4546,1.1233807,-4178.5527};
- azimut=-17.0839;
- id=95;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
+ skill=0.6;
+ init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
+ };
+ class Item2{id=2;PLRDEF};
+ class Item3{id=3;PLRDEF};
+ class Item4{id=4;PLRDEF};
+ class Item5{id=5;PLRDEF};
+ class Item6{id=6;PLRDEF};
+ class Item7{id=7;PLRDEF};
+ class Item8{id=8;PLRDEF};
+ class Item9{id=9;PLRDEF};
+ class Item10{id=10;PLRDEF};
+ class Item11{id=11;PLRDEF};
+ class Item12{id=12;PLRDEF};
+ class Item13{id=13;PLRDEF};
+ class Item14{id=14;PLRDEF};
+ class Item15{id=15;PLRDEF};
+ class Item16{id=16;PLRDEF};
+ class Item17{id=17;PLRDEF};
+ class Item18{id=18;PLRDEF};
+ class Item19{id=19;PLRDEF};
+ class Item20{id=20;PLRDEF};
+ class Item21{id=21;PLRDEF};
+ class Item22{id=22;PLRDEF};
+ class Item23{id=23;PLRDEF};
+ class Item24{id=24;PLRDEF};
+ class Item25{id=25;PLRDEF};
+ class Item26{id=26;PLRDEF};
+ class Item27{id=27;PLRDEF};
+ class Item28{id=28;PLRDEF};
+ class Item29{id=29;PLRDEF};
+ class Item30{id=30;PLRDEF};
+ class Item31{id=31;PLRDEF};
+ class Item32{id=32;PLRDEF};
+ class Item33{id=33;PLRDEF};
+ class Item34{id=34;PLRDEF};
+ class Item35{id=35;PLRDEF};
+ class Item36{id=36;PLRDEF};
+ class Item37{id=37;PLRDEF};
+ class Item38{id=38;PLRDEF};
+ class Item39{id=39;PLRDEF};
+ class Item40{id=40;PLRDEF};
+ class Item41{id=41;PLRDEF};
+ class Item42{id=42;PLRDEF};
+ class Item43{id=43;PLRDEF};
+ class Item44{id=44;PLRDEF};
+ class Item45{id=45;PLRDEF};
+ class Item46{id=46;PLRDEF};
+ class Item47{id=47;PLRDEF};
+ class Item48{id=48;PLRDEF};
+ class Item49{id=49;PLRDEF};
+ class Item50{id=50;PLRDEF};
+ class Item51{id=51;PLRDEF};
+ class Item52{id=52;PLRDEF};
+ class Item53{id=53;PLRDEF};
+ class Item54{id=54;PLRDEF};
+ class Item55{id=55;PLRDEF};
+ class Item56{id=56;PLRDEF};
+ class Item57{id=57;PLRDEF};
+ class Item58{id=58;PLRDEF};
+ class Item59{id=59;PLRDEF};
+ class Item60{id=60;PLRDEF};
+ class Item61{id=61;PLRDEF};
+ class Item62{id=62;PLRDEF};
+ class Item63{id=63;PLRDEF};
+ class Item64{id=64;PLRDEF};
+ class Item65{id=65;PLRDEF};
+ class Item66{id=66;PLRDEF};
+ class Item67{id=67;PLRDEF};
+ class Item68{id=68;PLRDEF};
+ class Item69{id=69;PLRDEF};
+ class Item70{id=70;PLRDEF};
+ class Item71{id=71;PLRDEF};
+ class Item72{id=72;PLRDEF};
+ class Item73{id=73;PLRDEF};
+ class Item74{id=74;PLRDEF};
+ class Item75{id=75;PLRDEF};
+ class Item76{id=76;PLRDEF};
+ class Item77{id=77;PLRDEF};
+ class Item78{id=78;PLRDEF};
+ class Item79{id=79;PLRDEF};
+ class Item80{id=80;PLRDEF};
+ class Item81{id=81;PLRDEF};
+ class Item82{id=82;PLRDEF};
+ class Item83{id=83;PLRDEF};
+ class Item84{id=84;PLRDEF};
+ class Item85{id=85;PLRDEF};
+ class Item86{id=86;PLRDEF};
+ class Item87{id=87;PLRDEF};
+ class Item88{id=88;PLRDEF};
+ class Item89{id=89;PLRDEF};
+ class Item90{id=90;PLRDEF};
+ class Item91{id=91;PLRDEF};
+ class Item92{id=92;PLRDEF};
+ class Item93{id=93;PLRDEF};
+ class Item94{id=94;PLRDEF};
+ class Item95{id=95;PLRDEF};
+ class Item96{id=96;PLRDEF};
+ class Item97{id=97;PLRDEF};
+ class Item98{id=98;PLRDEF};
+ class Item99{id=99;PLRDEF};
};
};
class Item1
@@ -1174,13 +185,13 @@ class Mission
items=1;
class Item0
{
- position[]={-143.93861,0.52647489,2319.5012};
+ position[]={-144,0.5,2320};
id=50;
side="LOGIC";
vehicle="FunctionsManager";
leader=1;
lock="UNLOCKED";
- skill=0.60000002;
+ skill=0.6;
};
};
};
@@ -1475,8 +486,8 @@ class Intro
randomSeed=6913869;
class Intel
{
- startWeather=0.25;
- forecastWeather=0.25;
+ startWeather=0;
+ forecastWeather=0;
year=2008;
month=10;
day=11;
@@ -1497,8 +508,8 @@ class OutroWin
randomSeed=4081731;
class Intel
{
- startWeather=0.25;
- forecastWeather=0.25;
+ startWeather=0;
+ forecastWeather=0;
year=2008;
month=10;
day=11;
@@ -1519,8 +530,8 @@ class OutroLoose
randomSeed=4975929;
class Intel
{
- startWeather=0.25;
- forecastWeather=0.25;
+ startWeather=0;
+ forecastWeather=0;
year=2008;
month=10;
day=11;
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 93aecb2c5..9a187f068 100644
--- a/Server Files/MPMissions/DayZ_Epoch_8.ProvingGrounds_PMC/mission.sqm
+++ b/Server Files/MPMissions/DayZ_Epoch_8.ProvingGrounds_PMC/mission.sqm
@@ -31,8 +31,8 @@ class Mission
{
briefingName="DayZ Epoch Proving Grounds PMC";
briefingDescription="DayZ Epoch Proving Grounds PMC Private Server";
- startWeather=0.067362607;
- forecastWeather=0.52341133;
+ startWeather=0;
+ forecastWeather=0;
year=2008;
month=6;
day=1;
@@ -47,1108 +47,119 @@ class Mission
class Vehicles
{
items=100;
- class Item0
- {
- position[]={3797.0747,42.477226,3280.8291};
- azimut=-17.0839;
- id=11;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
+#define PLRDEF position[]={3797,42,3282};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[]={3796.7903,42.447559,3281.6238};
- azimut=-17.0839;
+ position[]={3797,42,3282};
+ azimut=0;
id=0;
side="WEST";
vehicle="Survivor1_DZ";
player="PLAYER COMMANDER";
leader=1;
rank="SERGEANT";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item2
- {
- position[]={3796.0249,42.356556,3281.1887};
- azimut=-17.083944;
- id=5;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item3
- {
- position[]={3796.2312,42.386101,3282.4622};
- azimut=-17.083944;
- id=8;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item4
- {
- position[]={3796.5073,42.414539,3281.6067};
- azimut=-17.083944;
- id=18;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item5
- {
- position[]={3795.7585,42.323315,3280.7937};
- azimut=-17.083944;
- id=2;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item6
- {
- position[]={3797.3276,42.508396,3281.2261};
- azimut=-17.083937;
- id=9;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item7
- {
- position[]={3797.8989,42.578648,3282.0862};
- azimut=-17.083944;
- id=21;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item8
- {
- position[]={3797.7898,42.559772,3280.6636};
- azimut=-17.083944;
- id=13;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item9
- {
- position[]={3796.4243,42.402332,3281.021};
- azimut=-17.083944;
- id=7;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item10
- {
- position[]={3796.4036,42.405235,3282.2468};
- azimut=-17.0839;
- id=36;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item11
- {
- position[]={3796.5073,42.412754,3281.1951};
- azimut=-17.083944;
- id=25;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item12
- {
- position[]={3796.96,42.463078,3280.647};
- azimut=-17.083944;
- id=43;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item13
- {
- position[]={3797.7485,42.556545,3281.0283};
- azimut=-17.083944;
- id=30;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item14
- {
- position[]={3797.302,42.510838,3282.4758};
- azimut=-17.083944;
- id=33;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item15
- {
- position[]={3797.4875,42.529736,3281.8528};
- azimut=-17.083944;
- id=1;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item16
- {
- position[]={3795.8125,42.334133,3281.8132};
- azimut=-17.083944;
- id=4;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item17
- {
- position[]={3797.7332,42.560307,3282.2903};
- azimut=-17.083944;
- id=3;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item18
- {
- position[]={3796.2458,42.384132,3281.6157};
- azimut=-17.083944;
- id=6;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item19
- {
- position[]={3795.9854,42.353733,3281.6069};
- azimut=-17.083944;
- id=10;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item20
- {
- position[]={3797.3594,42.510422,3280.8406};
- azimut=-17.083944;
- id=16;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item21
- {
- position[]={3796.908,42.464031,3282.2625};
- azimut=-17.083944;
- id=19;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item22
- {
- position[]={3797.6169,42.545769,3282.0752};
- azimut=-17.083944;
- id=15;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item23
- {
- position[]={3796.9043,42.458141,3281.0032};
- azimut=-17.083944;
- id=23;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item24
- {
- position[]={3798.0273,42.592575,3281.8503};
- azimut=-17.083944;
- id=26;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item25
- {
- position[]={3798.0601,42.592846,3281.0337};
- azimut=-17.083944;
- id=29;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item26
- {
- position[]={3797.4377,42.52034,3281.0239};
- azimut=-17.083944;
- id=31;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item27
- {
- position[]={3797.2207,42.49865,3281.8486};
- azimut=-17.083944;
- id=28;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item28
- {
- position[]={3797.3047,42.507477,3281.6292};
- azimut=-17.083944;
- id=35;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item29
- {
- position[]={3797.9189,42.575588,3280.8433};
- azimut=-17.083944;
- id=27;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item30
- {
- position[]={3796.2849,42.385208,3280.8154};
- azimut=-17.083937;
- id=34;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item31
- {
- position[]={3797.5212,42.528446,3280.6509};
- azimut=-17.083944;
- id=46;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item32
- {
- position[]={3797.0171,42.47768,3282.4792};
- azimut=-17.083944;
- id=38;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item33
- {
- position[]={3797.4641,42.528904,3282.2896};
- azimut=-17.083944;
- id=32;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item34
- {
- position[]={3796.9141,42.462883,3281.8345};
- azimut=-17.083944;
- id=47;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item35
- {
- position[]={3796.0393,42.356537,3280.7979};
- azimut=-17.083944;
- id=41;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item36
- {
- position[]={3797.8535,42.57613,3282.4824};
- azimut=-17.083944;
- id=40;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item37
- {
- position[]={3796.4473,42.403286,3280.624};
- azimut=-17.083944;
- id=44;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item38
- {
- position[]={3797.1775,42.495487,3282.2793};
- azimut=-17.083944;
- id=48;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item39
- {
- position[]={3795.9705,42.35564,3282.4531};
- azimut=-17.083944;
- id=39;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item40
- {
- position[]={3798.0215,42.594688,3282.2783};
- azimut=-17.083944;
- id=37;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item41
- {
- position[]={3796.1489,42.37022,3281.0093};
- azimut=-17.083944;
- id=45;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item42
- {
- position[]={3795.4849,42.294243,3281.5728};
- azimut=-17.0839;
- id=49;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item43
- {
- position[]={3797.6094,42.539513,3280.8362};
- azimut=-17.083944;
- id=42;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item44
- {
- position[]={3796.811,42.446507,3280.8237};
- azimut=-17.083944;
- id=22;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item45
- {
- position[]={3797.3372,42.513191,3282.0752};
- azimut=-17.083944;
- id=12;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item46
- {
- position[]={3797.4482,42.523251,3281.4119};
- azimut=-17.083944;
- id=14;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item47
- {
- position[]={3796.0991,42.367901,3281.8123};
- azimut=-17.0839;
- id=24;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item48
- {
- position[]={3796.3806,42.400742,3281.8269};
- azimut=-17.083944;
- id=20;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item49
- {
- position[]={3797.5806,42.539589,3281.6274};
- azimut=-17.083944;
- id=17;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item50
- {
- position[]={3797.043,42.475151,3281.2019};
- azimut=-17.0839;
- id=51;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item51
- {
- position[]={3797.5674,42.541878,3282.4768};
- azimut=-17.0839;
- id=52;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item52
- {
- position[]={3795.8433,42.339695,3282.2544};
- azimut=-17.0839;
- id=55;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item53
- {
- position[]={3795.5691,42.30521,3281.7993};
- azimut=-17.0839;
- id=53;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item54
- {
- position[]={3796.6506,42.434021,3282.2507};
- azimut=-17.0839;
- id=54;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item55
- {
- position[]={3795.884,42.339027,3280.9868};
- azimut=-17.0839;
- id=70;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item56
- {
- position[]={3795.7007,42.321838,3282.0354};
- azimut=-17.0839;
- id=60;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item57
- {
- position[]={3796.645,42.427998,3281.0139};
- azimut=-17.0839;
- id=68;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item58
- {
- position[]={3795.8735,42.339558,3281.3955};
- azimut=-17.0839;
- id=66;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item59
- {
- position[]={3795.499,42.292515,3280.7876};
- azimut=-17.0839;
- id=61;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item60
- {
- position[]={3796.2808,42.386425,3281.2073};
- azimut=-17.0839;
- id=63;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item61
- {
- position[]={3797.0132,42.473568,3281.6362};
- azimut=-17.0839;
- id=72;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item62
- {
- position[]={3796.6992,42.432636,3280.6282};
- azimut=-17.0839;
- id=57;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item63
- {
- position[]={3795.5012,42.294472,3281.1794};
- azimut=-17.0839;
- id=58;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item64
- {
- position[]={3796.4888,42.414265,3282.042};
- azimut=-17.0839;
- id=62;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item65
- {
- position[]={3795.75,42.324005,3281.1873};
- azimut=-17.0839;
- id=75;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item66
- {
- position[]={3795.6267,42.310261,3281.3884};
- azimut=-17.0839;
- id=56;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item67
- {
- position[]={3795.5847,42.308994,3282.2444};
- azimut=-17.0839;
- id=73;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item68
- {
- position[]={3798.074,42.592869,3280.6665};
- azimut=-17.0839;
- id=69;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item69
- {
- position[]={3795.4912,42.296921,3282.0171};
- azimut=-17.0839;
- id=67;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item70
- {
- position[]={3797.2432,42.496037,3280.644};
- azimut=-17.0839;
- id=65;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item71
- {
- position[]={3796.8086,42.447788,3281.1855};
- azimut=-17.0839;
- id=74;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item72
- {
- position[]={3796.3843,42.39933,3281.4036};
- azimut=-17.0839;
- id=71;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item73
- {
- position[]={3797.1909,42.491627,3281.0295};
- azimut=-17.0839;
- id=59;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item74
- {
- position[]={3797.8911,42.573994,3281.2231};
- azimut=-17.0839;
- id=64;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item75
- {
- position[]={3798.009,42.5886,3281.4253};
- azimut=-17.0839;
- id=81;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item76
- {
- position[]={3797.5884,42.538685,3281.209};
- azimut=-17.0839;
- id=83;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item77
- {
- position[]={3795.479,42.297283,3282.4343};
- azimut=-17.0839;
- id=82;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item78
- {
- position[]={3796.4956,42.416916,3282.4688};
- azimut=-17.0839;
- id=84;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item79
- {
- position[]={3796.1655,42.370426,3280.6123};
- azimut=-17.0839;
- id=85;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item80
- {
- position[]={3796.1162,42.371796,3282.2515};
- azimut=-17.0839;
- id=77;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item81
- {
- position[]={3795.6128,42.306854,3280.9844};
- azimut=-17.0839;
- id=78;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item82
- {
- position[]={3795.9238,42.34214,3280.6162};
- azimut=-17.0839;
- id=79;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item83
- {
- position[]={3796.5159,42.41209,3280.813};
- azimut=-17.0839;
- id=76;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item84
- {
- position[]={3796.7773,42.447872,3282.0435};
- azimut=-17.0839;
- id=80;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item85
- {
- position[]={3796.6294,42.427849,3281.3982};
- azimut=-17.0839;
- id=97;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item86
- {
- position[]={3796.1372,42.370514,3281.3916};
- azimut=-17.0839;
- id=98;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item87
- {
- position[]={3797.167,42.490494,3281.4102};
- azimut=-17.0839;
- id=99;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item88
- {
- position[]={3797.8647,42.572727,3281.6389};
- azimut=-17.0839;
- id=100;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item89
- {
- position[]={3795.7227,42.322552,3281.5996};
- azimut=-17.0839;
- id=96;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item90
- {
- position[]={3795.6458,42.309101,3280.6008};
- azimut=-17.0839;
- id=87;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item91
- {
- position[]={3795.7078,42.32449,3282.4531};
- azimut=-17.0839;
- id=92;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item92
- {
- position[]={3796.2385,42.385109,3282.0374};
- azimut=-17.0839;
- id=88;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item93
- {
- position[]={3797.0278,42.477139,3282.0664};
- azimut=-17.0839;
- id=89;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item94
- {
- position[]={3797.7773,42.563492,3281.855};
- azimut=-17.0839;
- id=90;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item95
- {
- position[]={3796.8809,42.457203,3281.416};
- azimut=-17.0839;
- id=86;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item96
- {
- position[]={3796.7612,42.447857,3282.4729};
- azimut=-17.0839;
- id=93;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item97
- {
- position[]={3796.645,42.431507,3281.8232};
- azimut=-17.0839;
- id=94;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item98
- {
- position[]={3797.7266,42.555695,3281.4214};
- azimut=-17.0839;
- id=91;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item99
- {
- position[]={3795.9497,42.351322,3282.0251};
- azimut=-17.0839;
- id=95;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
+ skill=0.6;
+ init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
+ };
+ class Item2{id=2;PLRDEF};
+ class Item3{id=3;PLRDEF};
+ class Item4{id=4;PLRDEF};
+ class Item5{id=5;PLRDEF};
+ class Item6{id=6;PLRDEF};
+ class Item7{id=7;PLRDEF};
+ class Item8{id=8;PLRDEF};
+ class Item9{id=9;PLRDEF};
+ class Item10{id=10;PLRDEF};
+ class Item11{id=11;PLRDEF};
+ class Item12{id=12;PLRDEF};
+ class Item13{id=13;PLRDEF};
+ class Item14{id=14;PLRDEF};
+ class Item15{id=15;PLRDEF};
+ class Item16{id=16;PLRDEF};
+ class Item17{id=17;PLRDEF};
+ class Item18{id=18;PLRDEF};
+ class Item19{id=19;PLRDEF};
+ class Item20{id=20;PLRDEF};
+ class Item21{id=21;PLRDEF};
+ class Item22{id=22;PLRDEF};
+ class Item23{id=23;PLRDEF};
+ class Item24{id=24;PLRDEF};
+ class Item25{id=25;PLRDEF};
+ class Item26{id=26;PLRDEF};
+ class Item27{id=27;PLRDEF};
+ class Item28{id=28;PLRDEF};
+ class Item29{id=29;PLRDEF};
+ class Item30{id=30;PLRDEF};
+ class Item31{id=31;PLRDEF};
+ class Item32{id=32;PLRDEF};
+ class Item33{id=33;PLRDEF};
+ class Item34{id=34;PLRDEF};
+ class Item35{id=35;PLRDEF};
+ class Item36{id=36;PLRDEF};
+ class Item37{id=37;PLRDEF};
+ class Item38{id=38;PLRDEF};
+ class Item39{id=39;PLRDEF};
+ class Item40{id=40;PLRDEF};
+ class Item41{id=41;PLRDEF};
+ class Item42{id=42;PLRDEF};
+ class Item43{id=43;PLRDEF};
+ class Item44{id=44;PLRDEF};
+ class Item45{id=45;PLRDEF};
+ class Item46{id=46;PLRDEF};
+ class Item47{id=47;PLRDEF};
+ class Item48{id=48;PLRDEF};
+ class Item49{id=49;PLRDEF};
+ class Item50{id=50;PLRDEF};
+ class Item51{id=51;PLRDEF};
+ class Item52{id=52;PLRDEF};
+ class Item53{id=53;PLRDEF};
+ class Item54{id=54;PLRDEF};
+ class Item55{id=55;PLRDEF};
+ class Item56{id=56;PLRDEF};
+ class Item57{id=57;PLRDEF};
+ class Item58{id=58;PLRDEF};
+ class Item59{id=59;PLRDEF};
+ class Item60{id=60;PLRDEF};
+ class Item61{id=61;PLRDEF};
+ class Item62{id=62;PLRDEF};
+ class Item63{id=63;PLRDEF};
+ class Item64{id=64;PLRDEF};
+ class Item65{id=65;PLRDEF};
+ class Item66{id=66;PLRDEF};
+ class Item67{id=67;PLRDEF};
+ class Item68{id=68;PLRDEF};
+ class Item69{id=69;PLRDEF};
+ class Item70{id=70;PLRDEF};
+ class Item71{id=71;PLRDEF};
+ class Item72{id=72;PLRDEF};
+ class Item73{id=73;PLRDEF};
+ class Item74{id=74;PLRDEF};
+ class Item75{id=75;PLRDEF};
+ class Item76{id=76;PLRDEF};
+ class Item77{id=77;PLRDEF};
+ class Item78{id=78;PLRDEF};
+ class Item79{id=79;PLRDEF};
+ class Item80{id=80;PLRDEF};
+ class Item81{id=81;PLRDEF};
+ class Item82{id=82;PLRDEF};
+ class Item83{id=83;PLRDEF};
+ class Item84{id=84;PLRDEF};
+ class Item85{id=85;PLRDEF};
+ class Item86{id=86;PLRDEF};
+ class Item87{id=87;PLRDEF};
+ class Item88{id=88;PLRDEF};
+ class Item89{id=89;PLRDEF};
+ class Item90{id=90;PLRDEF};
+ class Item91{id=91;PLRDEF};
+ class Item92{id=92;PLRDEF};
+ class Item93{id=93;PLRDEF};
+ class Item94{id=94;PLRDEF};
+ class Item95{id=95;PLRDEF};
+ class Item96{id=96;PLRDEF};
+ class Item97{id=97;PLRDEF};
+ class Item98{id=98;PLRDEF};
+ class Item99{id=99;PLRDEF};
};
};
class Item1
@@ -1159,13 +170,13 @@ class Mission
items=1;
class Item0
{
- position[]={-143.93861,0.52647489,2319.5012};
+ position[]={-144,0.5,2320};
id=50;
side="LOGIC";
vehicle="FunctionsManager";
leader=1;
lock="UNLOCKED";
- skill=0.60000002;
+ skill=0.6;
};
};
};
@@ -1266,8 +277,8 @@ class Intro
randomSeed=6913869;
class Intel
{
- startWeather=0.25;
- forecastWeather=0.25;
+ startWeather=0;
+ forecastWeather=0;
year=2008;
month=10;
day=11;
@@ -1288,8 +299,8 @@ class OutroWin
randomSeed=4081731;
class Intel
{
- startWeather=0.25;
- forecastWeather=0.25;
+ startWeather=0;
+ forecastWeather=0;
year=2008;
month=10;
day=11;
@@ -1310,8 +321,8 @@ class OutroLoose
randomSeed=4975929;
class Intel
{
- startWeather=0.25;
- forecastWeather=0.25;
+ startWeather=0;
+ forecastWeather=0;
year=2008;
month=10;
day=11;
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 5802aef79..8330eee17 100644
--- a/Server Files/MPMissions/DayZ_Epoch_9.Woodland_ACR/mission.sqm
+++ b/Server Files/MPMissions/DayZ_Epoch_9.Woodland_ACR/mission.sqm
@@ -31,8 +31,8 @@ class Mission
{
briefingName="DayZ Epoch Woodland ACR";
briefingDescription="DayZ Epoch Woodland ACR Private Server";
- startWeather=0.067362607;
- forecastWeather=0.52341133;
+ startWeather=0;
+ forecastWeather=0;
year=2008;
month=6;
day=1;
@@ -47,1108 +47,119 @@ class Mission
class Vehicles
{
items=100;
- class Item0
- {
- position[]={-8121.0254,344.58496,12263.075};
- azimut=-17.0839;
- id=11;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
+#define PLRDEF position[]={-8121,345,12264};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[]={-8121.3096,344.6084,12263.869};
- azimut=-17.0839;
+ position[]={-8121,345,12264};
+ azimut=0;
id=0;
side="WEST";
vehicle="Survivor1_DZ";
player="PLAYER COMMANDER";
leader=1;
rank="SERGEANT";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item2
- {
- position[]={-8122.0742,344.54126,12263.436};
- azimut=-17.083944;
- id=5;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item3
- {
- position[]={-8121.8682,344.61789,12264.709};
- azimut=-17.083944;
- id=8;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item4
- {
- position[]={-8121.5918,344.59091,12263.854};
- azimut=-17.083944;
- id=18;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item5
- {
- position[]={-8122.3408,344.50531,12263.039};
- azimut=-17.083944;
- id=2;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item6
- {
- position[]={-8120.7715,344.62015,12263.473};
- azimut=-17.083937;
- id=9;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item7
- {
- position[]={-8120.2012,344.69736,12264.332};
- azimut=-17.083944;
- id=21;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item8
- {
- position[]={-8120.3096,344.61893,12262.91};
- azimut=-17.083944;
- id=13;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item9
- {
- position[]={-8121.6748,344.5563,12263.268};
- azimut=-17.083944;
- id=7;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item10
- {
- position[]={-8121.6963,344.6171,12264.492};
- azimut=-17.0839;
- id=36;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item11
- {
- position[]={-8121.5918,344.57004,12263.441};
- azimut=-17.083944;
- id=25;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item12
- {
- position[]={-8121.1396,344.56891,12262.893};
- azimut=-17.083944;
- id=43;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item13
- {
- position[]={-8120.3516,344.63489,12263.274};
- azimut=-17.083944;
- id=30;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item14
- {
- position[]={-8120.7979,344.68185,12264.723};
- azimut=-17.083944;
- id=33;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item15
- {
- position[]={-8120.6123,344.66129,12264.1};
- azimut=-17.083944;
- id=1;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item16
- {
- position[]={-8122.2871,344.56015,12264.059};
- azimut=-17.083944;
- id=4;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item17
- {
- position[]={-8120.3662,344.698,12264.537};
- azimut=-17.083944;
- id=3;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item18
- {
- position[]={-8121.8535,344.57584,12263.861};
- azimut=-17.083944;
- id=6;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item19
- {
- position[]={-8122.1143,344.56003,12263.854};
- azimut=-17.083944;
- id=10;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item20
- {
- position[]={-8120.7402,344.60239,12263.086};
- azimut=-17.083944;
- id=16;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item21
- {
- position[]={-8121.1914,344.64774,12264.508};
- azimut=-17.083944;
- id=19;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item22
- {
- position[]={-8120.4824,344.68015,12264.321};
- azimut=-17.083944;
- id=15;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item23
- {
- position[]={-8121.1953,344.58377,12263.25};
- azimut=-17.083944;
- id=23;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item24
- {
- position[]={-8120.0723,344.69299,12264.096};
- azimut=-17.083944;
- id=26;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item25
- {
- position[]={-8120.04,344.65353,12263.279};
- azimut=-17.083944;
- id=29;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item26
- {
- position[]={-8120.6621,344.61627,12263.27};
- azimut=-17.083944;
- id=31;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item27
- {
- position[]={-8120.8789,344.64526,12264.095};
- azimut=-17.083944;
- id=28;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item28
- {
- position[]={-8120.7949,344.63913,12263.875};
- azimut=-17.083944;
- id=35;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item29
- {
- position[]={-8120.1807,344.63565,12263.09};
- azimut=-17.083944;
- id=27;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item30
- {
- position[]={-8121.8145,344.5376,12263.062};
- azimut=-17.083937;
- id=34;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item31
- {
- position[]={-8120.5781,344.60239,12262.896};
- azimut=-17.083944;
- id=46;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item32
- {
- position[]={-8121.082,344.66519,12264.725};
- azimut=-17.083944;
- id=38;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item33
- {
- position[]={-8120.6357,344.68198,12264.535};
- azimut=-17.083944;
- id=32;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item34
- {
- position[]={-8121.1855,344.6264,12264.08};
- azimut=-17.083944;
- id=47;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item35
- {
- position[]={-8122.0605,344.52219,12263.044};
- azimut=-17.083944;
- id=41;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item36
- {
- position[]={-8120.2461,344.71478,12264.729};
- azimut=-17.083944;
- id=40;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item37
- {
- position[]={-8121.6523,344.53751,12262.87};
- azimut=-17.083944;
- id=44;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item38
- {
- position[]={-8120.9219,344.66452,12264.525};
- azimut=-17.083944;
- id=48;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item39
- {
- position[]={-8122.1289,344.60199,12264.699};
- azimut=-17.083944;
- id=39;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item40
- {
- position[]={-8120.0781,344.71439,12264.524};
- azimut=-17.083944;
- id=37;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item41
- {
- position[]={-8121.9502,344.5394,12263.256};
- azimut=-17.083944;
- id=45;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item42
- {
- position[]={-8122.6143,344.52887,12263.818};
- azimut=-17.0839;
- id=49;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item43
- {
- position[]={-8120.4902,344.61694,12263.082};
- azimut=-17.083944;
- id=42;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item44
- {
- position[]={-8121.2891,344.56912,12263.07};
- azimut=-17.083944;
- id=22;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item45
- {
- position[]={-8120.7627,344.6636,12264.321};
- azimut=-17.083944;
- id=12;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item46
- {
- position[]={-8120.6514,344.63663,12263.658};
- azimut=-17.083944;
- id=14;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item47
- {
- position[]={-8122,344.57715,12264.059};
- azimut=-17.0839;
- id=24;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item48
- {
- position[]={-8121.7188,344.59448,12264.072};
- azimut=-17.083944;
- id=20;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item49
- {
- position[]={-8120.5195,344.65527,12263.873};
- azimut=-17.083944;
- id=17;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item50
- {
- position[]={-8121.0566,344.60193,12263.447};
- azimut=-17.0839;
- id=51;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item51
- {
- position[]={-8120.5322,344.69757,12264.723};
- azimut=-17.0839;
- id=52;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item52
- {
- position[]={-8122.2559,344.58438,12264.5};
- azimut=-17.0839;
- id=55;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item53
- {
- position[]={-8122.5303,344.5451,12264.045};
- azimut=-17.0839;
- id=53;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item54
- {
- position[]={-8121.4492,344.63187,12264.496};
- azimut=-17.0839;
- id=54;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item55
- {
- position[]={-8122.2158,344.52255,12263.232};
- azimut=-17.0839;
- id=70;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item56
- {
- position[]={-8122.3994,344.56476,12264.281};
- azimut=-17.0839;
- id=60;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item57
- {
- position[]={-8121.4541,344.569,12263.26};
- azimut=-17.0839;
- id=68;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item58
- {
- position[]={-8122.2256,344.54269,12263.642};
- azimut=-17.0839;
- id=66;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item59
- {
- position[]={-8122.6006,344.48987,12263.033};
- azimut=-17.0839;
- id=61;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item60
- {
- position[]={-8121.8193,344.55719,12263.453};
- azimut=-17.0839;
- id=63;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item61
- {
- position[]={-8121.0869,344.62222,12263.883};
- azimut=-17.0839;
- id=72;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item62
- {
- position[]={-8121.4004,344.55264,12262.875};
- azimut=-17.0839;
- id=57;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item63
- {
- position[]={-8122.5986,344.50986,12263.426};
- azimut=-17.0839;
- id=58;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item64
- {
- position[]={-8121.6104,344.61182,12264.288};
- azimut=-17.0839;
- id=62;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item65
- {
- position[]={-8122.3496,344.52481,12263.434};
- azimut=-17.0839;
- id=75;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item66
- {
- position[]={-8122.4727,344.52771,12263.635};
- azimut=-17.0839;
- id=56;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item67
- {
- position[]={-8122.5146,344.56866,12264.49};
- azimut=-17.0839;
- id=73;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item68
- {
- position[]={-8120.0254,344.63577,12262.912};
- azimut=-17.0839;
- id=69;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item69
- {
- position[]={-8122.6084,344.55173,12264.264};
- azimut=-17.0839;
- id=67;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item70
- {
- position[]={-8120.8564,344.5856,12262.891};
- azimut=-17.0839;
- id=65;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item71
- {
- position[]={-8121.291,344.58728,12263.432};
- azimut=-17.0839;
- id=74;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item72
- {
- position[]={-8121.7148,344.5733,12263.65};
- azimut=-17.0839;
- id=71;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item73
- {
- position[]={-8120.9092,344.60199,12263.275};
- azimut=-17.0839;
- id=59;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item74
- {
- position[]={-8120.208,344.65323,12263.469};
- azimut=-17.0839;
- id=64;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item75
- {
- position[]={-8120.0908,344.67047,12263.672};
- azimut=-17.0839;
- id=81;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item76
- {
- position[]={-8120.5117,344.63458,12263.455};
- azimut=-17.0839;
- id=83;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item77
- {
- position[]={-8122.6201,344.57211,12264.68};
- azimut=-17.0839;
- id=82;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item78
- {
- position[]={-8121.6035,344.63385,12264.715};
- azimut=-17.0839;
- id=84;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item79
- {
- position[]={-8121.9346,344.5202,12262.858};
- azimut=-17.0839;
- id=85;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item80
- {
- position[]={-8121.9834,344.6004,12264.498};
- azimut=-17.0839;
- id=77;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item81
- {
- position[]={-8122.4863,344.50644,12263.23};
- azimut=-17.0839;
- id=78;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item82
- {
- position[]={-8122.1758,344.50616,12262.862};
- azimut=-17.0839;
- id=79;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item83
- {
- position[]={-8121.584,344.55112,12263.059};
- azimut=-17.0839;
- id=76;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item84
- {
- position[]={-8121.3223,344.62891,12264.289};
- azimut=-17.0839;
- id=80;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item85
- {
- position[]={-8121.4707,344.58749,12263.645};
- azimut=-17.0839;
- id=97;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item86
- {
- position[]={-8121.9619,344.55804,12263.638};
- azimut=-17.0839;
- id=98;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item87
- {
- position[]={-8120.9326,344.61993,12263.656};
- azimut=-17.0839;
- id=99;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item88
- {
- position[]={-8120.2344,344.6727,12263.885};
- azimut=-17.0839;
- id=100;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item89
- {
- position[]={-8122.377,344.54413,12263.846};
- azimut=-17.0839;
- id=96;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item90
- {
- position[]={-8122.4541,344.48898,12262.848};
- azimut=-17.0839;
- id=87;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item91
- {
- position[]={-8122.3916,344.58646,12264.699};
- azimut=-17.0839;
- id=92;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item92
- {
- position[]={-8121.8613,344.59671,12264.283};
- azimut=-17.0839;
- id=88;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item93
- {
- position[]={-8121.0713,344.6449,12264.313};
- azimut=-17.0839;
- id=89;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item94
- {
- position[]={-8120.3223,344.67853,12264.102};
- azimut=-17.0839;
- id=90;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item95
- {
- position[]={-8121.2188,344.60324,12263.662};
- azimut=-17.0839;
- id=86;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item96
- {
- position[]={-8121.3389,344.64969,12264.719};
- azimut=-17.0839;
- id=93;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item97
- {
- position[]={-8121.4551,344.60992,12264.069};
- azimut=-17.0839;
- id=94;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item98
- {
- position[]={-8120.373,344.65353,12263.668};
- azimut=-17.0839;
- id=91;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item99
- {
- position[]={-8122.1504,344.57904,12264.271};
- azimut=-17.0839;
- id=95;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
+ skill=0.6;
+ init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
+ };
+ class Item2{id=2;PLRDEF};
+ class Item3{id=3;PLRDEF};
+ class Item4{id=4;PLRDEF};
+ class Item5{id=5;PLRDEF};
+ class Item6{id=6;PLRDEF};
+ class Item7{id=7;PLRDEF};
+ class Item8{id=8;PLRDEF};
+ class Item9{id=9;PLRDEF};
+ class Item10{id=10;PLRDEF};
+ class Item11{id=11;PLRDEF};
+ class Item12{id=12;PLRDEF};
+ class Item13{id=13;PLRDEF};
+ class Item14{id=14;PLRDEF};
+ class Item15{id=15;PLRDEF};
+ class Item16{id=16;PLRDEF};
+ class Item17{id=17;PLRDEF};
+ class Item18{id=18;PLRDEF};
+ class Item19{id=19;PLRDEF};
+ class Item20{id=20;PLRDEF};
+ class Item21{id=21;PLRDEF};
+ class Item22{id=22;PLRDEF};
+ class Item23{id=23;PLRDEF};
+ class Item24{id=24;PLRDEF};
+ class Item25{id=25;PLRDEF};
+ class Item26{id=26;PLRDEF};
+ class Item27{id=27;PLRDEF};
+ class Item28{id=28;PLRDEF};
+ class Item29{id=29;PLRDEF};
+ class Item30{id=30;PLRDEF};
+ class Item31{id=31;PLRDEF};
+ class Item32{id=32;PLRDEF};
+ class Item33{id=33;PLRDEF};
+ class Item34{id=34;PLRDEF};
+ class Item35{id=35;PLRDEF};
+ class Item36{id=36;PLRDEF};
+ class Item37{id=37;PLRDEF};
+ class Item38{id=38;PLRDEF};
+ class Item39{id=39;PLRDEF};
+ class Item40{id=40;PLRDEF};
+ class Item41{id=41;PLRDEF};
+ class Item42{id=42;PLRDEF};
+ class Item43{id=43;PLRDEF};
+ class Item44{id=44;PLRDEF};
+ class Item45{id=45;PLRDEF};
+ class Item46{id=46;PLRDEF};
+ class Item47{id=47;PLRDEF};
+ class Item48{id=48;PLRDEF};
+ class Item49{id=49;PLRDEF};
+ class Item50{id=50;PLRDEF};
+ class Item51{id=51;PLRDEF};
+ class Item52{id=52;PLRDEF};
+ class Item53{id=53;PLRDEF};
+ class Item54{id=54;PLRDEF};
+ class Item55{id=55;PLRDEF};
+ class Item56{id=56;PLRDEF};
+ class Item57{id=57;PLRDEF};
+ class Item58{id=58;PLRDEF};
+ class Item59{id=59;PLRDEF};
+ class Item60{id=60;PLRDEF};
+ class Item61{id=61;PLRDEF};
+ class Item62{id=62;PLRDEF};
+ class Item63{id=63;PLRDEF};
+ class Item64{id=64;PLRDEF};
+ class Item65{id=65;PLRDEF};
+ class Item66{id=66;PLRDEF};
+ class Item67{id=67;PLRDEF};
+ class Item68{id=68;PLRDEF};
+ class Item69{id=69;PLRDEF};
+ class Item70{id=70;PLRDEF};
+ class Item71{id=71;PLRDEF};
+ class Item72{id=72;PLRDEF};
+ class Item73{id=73;PLRDEF};
+ class Item74{id=74;PLRDEF};
+ class Item75{id=75;PLRDEF};
+ class Item76{id=76;PLRDEF};
+ class Item77{id=77;PLRDEF};
+ class Item78{id=78;PLRDEF};
+ class Item79{id=79;PLRDEF};
+ class Item80{id=80;PLRDEF};
+ class Item81{id=81;PLRDEF};
+ class Item82{id=82;PLRDEF};
+ class Item83{id=83;PLRDEF};
+ class Item84{id=84;PLRDEF};
+ class Item85{id=85;PLRDEF};
+ class Item86{id=86;PLRDEF};
+ class Item87{id=87;PLRDEF};
+ class Item88{id=88;PLRDEF};
+ class Item89{id=89;PLRDEF};
+ class Item90{id=90;PLRDEF};
+ class Item91{id=91;PLRDEF};
+ class Item92{id=92;PLRDEF};
+ class Item93{id=93;PLRDEF};
+ class Item94{id=94;PLRDEF};
+ class Item95{id=95;PLRDEF};
+ class Item96{id=96;PLRDEF};
+ class Item97{id=97;PLRDEF};
+ class Item98{id=98;PLRDEF};
+ class Item99{id=99;PLRDEF};
};
};
class Item1
@@ -1159,13 +170,13 @@ class Mission
items=1;
class Item0
{
- position[]={-143.93861,0.52647489,2319.5012};
+ position[]={-144,0.5,2320};
id=50;
side="LOGIC";
vehicle="FunctionsManager";
leader=1;
lock="UNLOCKED";
- skill=0.60000002;
+ skill=0.6;
};
};
};
@@ -1266,8 +277,8 @@ class Intro
randomSeed=6913869;
class Intel
{
- startWeather=0.25;
- forecastWeather=0.25;
+ startWeather=0;
+ forecastWeather=0;
year=2008;
month=10;
day=11;
@@ -1288,8 +299,8 @@ class OutroWin
randomSeed=4081731;
class Intel
{
- startWeather=0.25;
- forecastWeather=0.25;
+ startWeather=0;
+ forecastWeather=0;
year=2008;
month=10;
day=11;
@@ -1310,8 +321,8 @@ class OutroLoose
randomSeed=4975929;
class Intel
{
- startWeather=0.25;
- forecastWeather=0.25;
+ startWeather=0;
+ forecastWeather=0;
year=2008;
month=10;
day=11;
diff --git a/Server Files/MPMissions/TEMPLATE/mission.sqm b/Server Files/MPMissions/TEMPLATE/mission.sqm
index ddb37b71d..4f82fe351 100644
--- a/Server Files/MPMissions/TEMPLATE/mission.sqm
+++ b/Server Files/MPMissions/TEMPLATE/mission.sqm
@@ -28,8 +28,8 @@ class Mission
{
briefingName="DayZ Epoch Proving Grounds PMC";
briefingDescription="DayZ Epoch Proving Grounds PMC Private Server";
- startWeather=0.067362607;
- forecastWeather=0.52341133;
+ startWeather=0;
+ forecastWeather=0;
year=2008;
month=6;
day=1;
@@ -44,1108 +44,119 @@ class Mission
class Vehicles
{
items=100;
- class Item0
- {
- position[]={-9227.7705,339.88535,13286.491};
- azimut=-17.0839;
- id=11;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
+#define PLRDEF position[]={-9226,340,13286};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[]={-9226.2275,339.79999,13286.042};
- azimut=-17.0839;
+ position[]={-9226,340,13286};
+ azimut=0;
id=0;
side="WEST";
vehicle="Survivor1_DZ";
player="PLAYER COMMANDER";
leader=1;
rank="SERGEANT";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item2
- {
- position[]={-9227.2695,339.85739,13286.331};
- azimut=-17.083944;
- id=5;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item3
- {
- position[]={-9228.1406,339.89682,13285.876};
- azimut=-17.083944;
- id=8;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item4
- {
- position[]={-9226.3682,339.82693,13287.624};
- azimut=-17.083944;
- id=18;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item5
- {
- position[]={-9226.3809,339.80844,13286.085};
- azimut=-17.083944;
- id=2;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item6
- {
- position[]={-9227.0127,339.84363,13286.29};
- azimut=-17.083937;
- id=9;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item7
- {
- position[]={-9225.6738,339.77631,13286.438};
- azimut=-17.083944;
- id=21;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item8
- {
- position[]={-9226.2734,339.78833,13284.918};
- azimut=-17.083944;
- id=13;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item9
- {
- position[]={-9225.5596,339.76682,13286.151};
- azimut=-17.083944;
- id=7;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item10
- {
- position[]={-9227.7363,339.87744,13286.001};
- azimut=-17.0839;
- id=36;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item11
- {
- position[]={-9227.8799,339.8887,13286.307};
- azimut=-17.083944;
- id=25;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item12
- {
- position[]={-9229.8154,339.96829,13285.283};
- azimut=-17.083944;
- id=43;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item13
- {
- position[]={-9226.4443,339.81305,13286.193};
- azimut=-17.083944;
- id=30;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item14
- {
- position[]={-9226.4033,339.80716,13285.891};
- azimut=-17.083944;
- id=33;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item15
- {
- position[]={-9225.7578,339.78458,13286.758};
- azimut=-17.083944;
- id=1;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item16
- {
- position[]={-9226.416,339.82135,13286.978};
- azimut=-17.083944;
- id=4;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item17
- {
- position[]={-9227.9834,339.87796,13285.123};
- azimut=-17.083944;
- id=3;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item18
- {
- position[]={-9227.2666,339.87115,13287.445};
- azimut=-17.083944;
- id=6;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item19
- {
- position[]={-9227.5576,339.88266,13287.161};
- azimut=-17.083944;
- id=10;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item20
- {
- position[]={-9226.0488,339.7916,13286.112};
- azimut=-17.083944;
- id=16;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item21
- {
- position[]={-9226.2988,339.80313,13285.998};
- azimut=-17.083944;
- id=19;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item22
- {
- position[]={-9226.3936,339.81274,13286.376};
- azimut=-17.083944;
- id=15;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item23
- {
- position[]={-9226.2412,339.80209,13286.156};
- azimut=-17.083944;
- id=23;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item24
- {
- position[]={-9226.3418,339.81396,13286.693};
- azimut=-17.083944;
- id=26;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item25
- {
- position[]={-9226.9863,339.84131,13286.213};
- azimut=-17.083944;
- id=29;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item26
- {
- position[]={-9226.6006,339.82108,13286.188};
- azimut=-17.083944;
- id=31;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item27
- {
- position[]={-9225.9824,339.79691,13286.812};
- azimut=-17.083944;
- id=28;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item28
- {
- position[]={-9226.04,339.80713,13287.394};
- azimut=-17.083944;
- id=35;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item29
- {
- position[]={-9226.7217,339.81482,13285.184};
- azimut=-17.083944;
- id=27;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item30
- {
- position[]={-9227.8877,339.88629,13286.08};
- azimut=-17.083937;
- id=34;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item31
- {
- position[]={-9226.3291,339.79385,13285.128};
- azimut=-17.083944;
- id=46;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item32
- {
- position[]={-9226.7764,339.82602,13285.854};
- azimut=-17.083944;
- id=38;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item33
- {
- position[]={-9228.0107,339.87933,13285.128};
- azimut=-17.083944;
- id=32;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item34
- {
- position[]={-9226.6563,339.83197,13286.831};
- azimut=-17.083944;
- id=47;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item35
- {
- position[]={-9228.0459,339.89471,13286.104};
- azimut=-17.083944;
- id=41;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item36
- {
- position[]={-9225.9746,339.78494,13285.885};
- azimut=-17.083944;
- id=40;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item37
- {
- position[]={-9227.1689,339.84113,13285.438};
- azimut=-17.083944;
- id=44;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item38
- {
- position[]={-9228.6396,339.90808,13285.044};
- azimut=-17.083944;
- id=48;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item39
- {
- position[]={-9228.2998,339.90469,13285.848};
- azimut=-17.083944;
- id=39;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item40
- {
- position[]={-9227.8906,339.8688,13284.835};
- azimut=-17.083944;
- id=37;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item41
- {
- position[]={-9229.0918,339.94571,13286.026};
- azimut=-17.083944;
- id=45;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item42
- {
- position[]={-9227.165,339.84357,13285.651};
- azimut=-17.0839;
- id=49;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item43
- {
- position[]={-9226.8242,339.82153,13285.296};
- azimut=-17.083944;
- id=42;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item44
- {
- position[]={-9226.3633,339.80768,13286.095};
- azimut=-17.083944;
- id=22;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item45
- {
- position[]={-9226.7969,339.8335,13286.373};
- azimut=-17.083944;
- id=12;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item46
- {
- position[]={-9226.2236,339.81598,13287.346};
- azimut=-17.083944;
- id=14;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item47
- {
- position[]={-9226.208,339.81073,13286.987};
- azimut=-17.0839;
- id=24;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item48
- {
- position[]={-9225.75,339.7869,13286.974};
- azimut=-17.083944;
- id=20;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item49
- {
- position[]={-9228.4834,339.9317,13287.258};
- azimut=-17.083944;
- id=17;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item50
- {
- position[]={-9226.1025,339.79715,13286.333};
- azimut=-17.0839;
- id=51;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item51
- {
- position[]={-9226.2676,339.80045,13285.912};
- azimut=-17.0839;
- id=52;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item52
- {
- position[]={-9225.6104,339.77072,13286.257};
- azimut=-17.0839;
- id=55;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item53
- {
- position[]={-9227.1758,339.84412,13285.65};
- azimut=-17.0839;
- id=53;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item54
- {
- position[]={-9226.7432,339.82593,13285.985};
- azimut=-17.0839;
- id=54;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item55
- {
- position[]={-9226.2275,339.80112,13286.133};
- azimut=-17.0839;
- id=70;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item56
- {
- position[]={-9227.8281,339.88962,13286.597};
- azimut=-17.0839;
- id=60;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item57
- {
- position[]={-9227.7969,339.88263,13286.166};
- azimut=-17.0839;
- id=68;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item58
- {
- position[]={-9227.3564,339.86536,13286.608};
- azimut=-17.0839;
- id=66;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item59
- {
- position[]={-9227.0605,339.83997,13285.795};
- azimut=-17.0839;
- id=61;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item60
- {
- position[]={-9227.3223,339.85941,13286.271};
- azimut=-17.0839;
- id=63;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item61
- {
- position[]={-9226.0098,339.80829,13287.616};
- azimut=-17.0839;
- id=72;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item62
- {
- position[]={-9226.333,339.79715,13285.377};
- azimut=-17.0839;
- id=57;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item63
- {
- position[]={-9226.3096,339.79947,13285.661};
- azimut=-17.0839;
- id=58;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item64
- {
- position[]={-9228.4053,339.9176,13286.448};
- azimut=-17.0839;
- id=62;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item65
- {
- position[]={-9227.2754,339.85733,13286.298};
- azimut=-17.0839;
- id=75;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item66
- {
- position[]={-9227.0635,339.83984,13285.776};
- azimut=-17.0839;
- id=56;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item67
- {
- position[]={-9228.1729,339.89459,13285.591};
- azimut=-17.0839;
- id=73;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item68
- {
- position[]={-9226.2158,339.7851,13284.893};
- azimut=-17.0839;
- id=69;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item69
- {
- position[]={-9227.1328,339.84109,13285.587};
- azimut=-17.0839;
- id=67;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item70
- {
- position[]={-9227.875,339.8754,13285.286};
- azimut=-17.0839;
- id=65;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item71
- {
- position[]={-9226.7676,339.83124,13286.31};
- azimut=-17.0839;
- id=74;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item72
- {
- position[]={-9228.6436,339.93161,13286.586};
- azimut=-17.0839;
- id=71;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item73
- {
- position[]={-9226.9951,339.8414,13286.182};
- azimut=-17.0839;
- id=59;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item74
- {
- position[]={-9228.3154,339.91071,13286.268};
- azimut=-17.0839;
- id=64;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item75
- {
- position[]={-9226.0654,339.80463,13287.091};
- azimut=-17.0839;
- id=81;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item76
- {
- position[]={-9228.6787,339.92975,13286.287};
- azimut=-17.0839;
- id=83;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item77
- {
- position[]={-9228.6621,339.92181,13285.821};
- azimut=-17.0839;
- id=82;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item78
- {
- position[]={-9228.2646,339.90421,13285.957};
- azimut=-17.0839;
- id=84;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item79
- {
- position[]={-9227.6934,339.86774,13285.4};
- azimut=-17.0839;
- id=85;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item80
- {
- position[]={-9228.4668,339.91537,13286.013};
- azimut=-17.0839;
- id=77;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item81
- {
- position[]={-9229.5625,339.97446,13286.408};
- azimut=-17.0839;
- id=78;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item82
- {
- position[]={-9229.0146,339.93137,13285.37};
- azimut=-17.0839;
- id=79;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item83
- {
- position[]={-9226.8789,339.83426,13286.091};
- azimut=-17.0839;
- id=76;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item84
- {
- position[]={-9227.2725,339.85904,13286.446};
- azimut=-17.0839;
- id=80;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item85
- {
- position[]={-9226.5635,339.83371,13287.358};
- azimut=-17.0839;
- id=97;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item86
- {
- position[]={-9229.0674,339.95273,13286.533};
- azimut=-17.0839;
- id=98;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item87
- {
- position[]={-9226.6563,339.83679,13287.217};
- azimut=-17.0839;
- id=99;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item88
- {
- position[]={-9227.3896,339.87329,13287.105};
- azimut=-17.0839;
- id=100;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item89
- {
- position[]={-9227.2051,339.86279,13287.03};
- azimut=-17.0839;
- id=96;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item90
- {
- position[]={-9227.7627,339.87299,13285.532};
- azimut=-17.0839;
- id=87;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item91
- {
- position[]={-9228.4023,339.91022,13285.875};
- azimut=-17.0839;
- id=92;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item92
- {
- position[]={-9226.6992,339.83041,13286.526};
- azimut=-17.0839;
- id=88;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item93
- {
- position[]={-9227.2813,339.85928,13286.43};
- azimut=-17.0839;
- id=89;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item94
- {
- position[]={-9226.8467,339.84055,13286.729};
- azimut=-17.0839;
- id=90;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item95
- {
- position[]={-9226.6357,339.83777,13287.384};
- azimut=-17.0839;
- id=86;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item96
- {
- position[]={-9227.6309,339.87009,13285.848};
- azimut=-17.0839;
- id=93;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item97
- {
- position[]={-9226.5049,339.82465,13286.874};
- azimut=-17.0839;
- id=94;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item98
- {
- position[]={-9226.165,339.81055,13287.152};
- azimut=-17.0839;
- id=91;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
- class Item99
- {
- position[]={-9227.6592,339.87982,13286.512};
- azimut=-17.0839;
- id=95;
- side="WEST";
- vehicle="Survivor1_DZ";
- player="PLAY CDG";
- skill=0.60000002;
- init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
- };
+ skill=0.6;
+ init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';";
+ };
+ class Item2{id=2;PLRDEF};
+ class Item3{id=3;PLRDEF};
+ class Item4{id=4;PLRDEF};
+ class Item5{id=5;PLRDEF};
+ class Item6{id=6;PLRDEF};
+ class Item7{id=7;PLRDEF};
+ class Item8{id=8;PLRDEF};
+ class Item9{id=9;PLRDEF};
+ class Item10{id=10;PLRDEF};
+ class Item11{id=11;PLRDEF};
+ class Item12{id=12;PLRDEF};
+ class Item13{id=13;PLRDEF};
+ class Item14{id=14;PLRDEF};
+ class Item15{id=15;PLRDEF};
+ class Item16{id=16;PLRDEF};
+ class Item17{id=17;PLRDEF};
+ class Item18{id=18;PLRDEF};
+ class Item19{id=19;PLRDEF};
+ class Item20{id=20;PLRDEF};
+ class Item21{id=21;PLRDEF};
+ class Item22{id=22;PLRDEF};
+ class Item23{id=23;PLRDEF};
+ class Item24{id=24;PLRDEF};
+ class Item25{id=25;PLRDEF};
+ class Item26{id=26;PLRDEF};
+ class Item27{id=27;PLRDEF};
+ class Item28{id=28;PLRDEF};
+ class Item29{id=29;PLRDEF};
+ class Item30{id=30;PLRDEF};
+ class Item31{id=31;PLRDEF};
+ class Item32{id=32;PLRDEF};
+ class Item33{id=33;PLRDEF};
+ class Item34{id=34;PLRDEF};
+ class Item35{id=35;PLRDEF};
+ class Item36{id=36;PLRDEF};
+ class Item37{id=37;PLRDEF};
+ class Item38{id=38;PLRDEF};
+ class Item39{id=39;PLRDEF};
+ class Item40{id=40;PLRDEF};
+ class Item41{id=41;PLRDEF};
+ class Item42{id=42;PLRDEF};
+ class Item43{id=43;PLRDEF};
+ class Item44{id=44;PLRDEF};
+ class Item45{id=45;PLRDEF};
+ class Item46{id=46;PLRDEF};
+ class Item47{id=47;PLRDEF};
+ class Item48{id=48;PLRDEF};
+ class Item49{id=49;PLRDEF};
+ class Item50{id=50;PLRDEF};
+ class Item51{id=51;PLRDEF};
+ class Item52{id=52;PLRDEF};
+ class Item53{id=53;PLRDEF};
+ class Item54{id=54;PLRDEF};
+ class Item55{id=55;PLRDEF};
+ class Item56{id=56;PLRDEF};
+ class Item57{id=57;PLRDEF};
+ class Item58{id=58;PLRDEF};
+ class Item59{id=59;PLRDEF};
+ class Item60{id=60;PLRDEF};
+ class Item61{id=61;PLRDEF};
+ class Item62{id=62;PLRDEF};
+ class Item63{id=63;PLRDEF};
+ class Item64{id=64;PLRDEF};
+ class Item65{id=65;PLRDEF};
+ class Item66{id=66;PLRDEF};
+ class Item67{id=67;PLRDEF};
+ class Item68{id=68;PLRDEF};
+ class Item69{id=69;PLRDEF};
+ class Item70{id=70;PLRDEF};
+ class Item71{id=71;PLRDEF};
+ class Item72{id=72;PLRDEF};
+ class Item73{id=73;PLRDEF};
+ class Item74{id=74;PLRDEF};
+ class Item75{id=75;PLRDEF};
+ class Item76{id=76;PLRDEF};
+ class Item77{id=77;PLRDEF};
+ class Item78{id=78;PLRDEF};
+ class Item79{id=79;PLRDEF};
+ class Item80{id=80;PLRDEF};
+ class Item81{id=81;PLRDEF};
+ class Item82{id=82;PLRDEF};
+ class Item83{id=83;PLRDEF};
+ class Item84{id=84;PLRDEF};
+ class Item85{id=85;PLRDEF};
+ class Item86{id=86;PLRDEF};
+ class Item87{id=87;PLRDEF};
+ class Item88{id=88;PLRDEF};
+ class Item89{id=89;PLRDEF};
+ class Item90{id=90;PLRDEF};
+ class Item91{id=91;PLRDEF};
+ class Item92{id=92;PLRDEF};
+ class Item93{id=93;PLRDEF};
+ class Item94{id=94;PLRDEF};
+ class Item95{id=95;PLRDEF};
+ class Item96{id=96;PLRDEF};
+ class Item97{id=97;PLRDEF};
+ class Item98{id=98;PLRDEF};
+ class Item99{id=99;PLRDEF};
};
};
class Item1
@@ -1162,7 +173,7 @@ class Mission
vehicle="FunctionsManager";
leader=1;
lock="UNLOCKED";
- skill=0.60000002;
+ skill=0.6;
};
};
};
@@ -1176,7 +187,7 @@ class Mission
id=101;
side="EMPTY";
vehicle="Base_WarfareBBarrier10xTall";
- skill=0.60000002;
+ skill=0.6;
};
class Item1
{
@@ -1184,7 +195,7 @@ class Mission
id=102;
side="EMPTY";
vehicle="Base_WarfareBBarrier10xTall";
- skill=0.60000002;
+ skill=0.6;
};
class Item2
{
@@ -1192,7 +203,7 @@ class Mission
id=103;
side="EMPTY";
vehicle="Base_WarfareBBarrier10xTall";
- skill=0.60000002;
+ skill=0.6;
};
class Item3
{
@@ -1200,7 +211,7 @@ class Mission
id=104;
side="EMPTY";
vehicle="Base_WarfareBBarrier10xTall";
- skill=0.60000002;
+ skill=0.6;
};
class Item4
{
@@ -1209,7 +220,7 @@ class Mission
id=105;
side="EMPTY";
vehicle="Base_WarfareBBarrier10xTall";
- skill=0.60000002;
+ skill=0.6;
};
class Item5
{
@@ -1218,7 +229,7 @@ class Mission
id=106;
side="EMPTY";
vehicle="Base_WarfareBBarrier10xTall";
- skill=0.60000002;
+ skill=0.6;
};
class Item6
{
@@ -1227,7 +238,7 @@ class Mission
id=107;
side="EMPTY";
vehicle="Base_WarfareBBarrier10xTall";
- skill=0.60000002;
+ skill=0.6;
text="wall";
};
class Item7
@@ -1237,7 +248,7 @@ class Mission
id=108;
side="EMPTY";
vehicle="Base_WarfareBBarrier10xTall";
- skill=0.60000002;
+ skill=0.6;
};
};
class Markers
@@ -1336,8 +347,8 @@ class Intro
randomSeed=6913869;
class Intel
{
- startWeather=0.25;
- forecastWeather=0.25;
+ startWeather=0;
+ forecastWeather=0;
year=2008;
month=10;
day=11;
@@ -1358,8 +369,8 @@ class OutroWin
randomSeed=4081731;
class Intel
{
- startWeather=0.25;
- forecastWeather=0.25;
+ startWeather=0;
+ forecastWeather=0;
year=2008;
month=10;
day=11;
@@ -1380,8 +391,8 @@ class OutroLoose
randomSeed=4975929;
class Intel
{
- startWeather=0.25;
- forecastWeather=0.25;
+ startWeather=0;
+ forecastWeather=0;
year=2008;
month=10;
day=11;
diff --git a/Server Files/SQL/1.0.5_Updates.sql b/Server Files/SQL/1.0.5_Updates.sql
index 420ed760e..b71cb6971 100644
--- a/Server Files/SQL/1.0.5_Updates.sql
+++ b/Server Files/SQL/1.0.5_Updates.sql
@@ -3,10 +3,50 @@ INSERT IGNORE INTO `Traders_DATA` VALUES (NULL, '["ItemFuelBarrelEmpty",1]', 250
INSERT IGNORE INTO `Traders_DATA` VALUES (NULL, '["ItemFuelBarrelEmpty",1]', 250, '[1,"ItemGoldBar",1]', '[5,"ItemSilverBar10oz",1]', 0, 636, 'trade_items');
INSERT IGNORE INTO `Traders_DATA` VALUES (NULL, '["ItemFuelBarrelEmpty",1]', 250, '[1,"ItemGoldBar",1]', '[5,"ItemSilverBar10oz",1]', 0, 555, 'trade_items');
-INSERT IGNORE INTO `Traders_DATA` VALUES (NULL, '["CH53_DZE",1]', 6, '[2,"ItemBriefcase100oz",1]', '[1,"ItemBriefcase100oz",1]', 0, 493, 'trade_any_vehicle');
-INSERT IGNORE INTO `Traders_DATA` VALUES (NULL, '["CH53_DZE",1]', 10, '[3,"ItemBriefcase100oz",1]', '[2,"ItemBriefcase100oz",1]', 0, 512, 'trade_any_vehicle');
-INSERT IGNORE INTO `Traders_DATA` VALUES (NULL, '["BAF_Merlin_DZE",1]', 10, '[2,"ItemBriefcase100oz",1]', '[1,"ItemBriefcase100oz",1]', 0, 519, 'trade_any_vehicle');
+INSERT IGNORE INTO `Traders_DATA` VALUES (NULL, '["CH53_DZE",2]', 6, '[2,"ItemBriefcase100oz",1]', '[1,"ItemBriefcase100oz",1]', 0, 493, 'trade_any_vehicle');
+INSERT IGNORE INTO `Traders_DATA` VALUES (NULL, '["CH53_DZE",2]', 10, '[3,"ItemBriefcase100oz",1]', '[2,"ItemBriefcase100oz",1]', 0, 512, 'trade_any_vehicle');
+INSERT IGNORE INTO `Traders_DATA` VALUES (NULL, '["BAF_Merlin_DZE",2]', 10, '[2,"ItemBriefcase100oz",1]', '[1,"ItemBriefcase100oz",1]', 0, 519, 'trade_any_vehicle');
+DELETE FROM `Traders_DATA` WHERE item = '["hilux1_civil_1_open"]';
+INSERT IGNORE INTO `Traders_DATA` VALUES (NULL, '["hilux1_civil_1_open_DZE",2]', 9, '[8,"ItemGoldBar",1]', '[4,"ItemGoldBar",1]', 0, 495, 'trade_any_vehicle');
+INSERT IGNORE INTO `Traders_DATA` VALUES (NULL, '["hilux1_civil_1_open_DZE",2]', 10, '[8,"ItemGoldBar",1]', '[4,"ItemGoldBar",1]', 0, 535, 'trade_any_vehicle');
+INSERT IGNORE INTO `Traders_DATA` VALUES (NULL, '["hilux1_civil_1_open_DZE",2]', 9, '[8,"ItemGoldBar",1]', '[4,"ItemGoldBar",1]', 0, 590, 'trade_any_vehicle');
+INSERT IGNORE INTO `Traders_DATA` VALUES (NULL, '["hilux1_civil_1_open_DZE",2]', 9, '[8,"ItemGoldBar",1]', '[4,"ItemGoldBar",1]', 0, 659, 'trade_any_vehicle');
+
+DELETE FROM `Traders_DATA` WHERE item = '["hilux1_civil_2_covered"]';
+INSERT IGNORE INTO `Traders_DATA` VALUES (NULL, '["hilux1_civil_2_covered_DZE",2]', 7, '[8,"ItemGoldBar",1]', '[4,"ItemGoldBar",1]', 0, 495, 'trade_any_vehicle');
+INSERT IGNORE INTO `Traders_DATA` VALUES (NULL, '["hilux1_civil_2_covered_DZE",2]', 9, '[8,"ItemGoldBar",1]', '[4,"ItemGoldBar",1]', 0, 535, 'trade_any_vehicle');
+INSERT IGNORE INTO `Traders_DATA` VALUES (NULL, '["hilux1_civil_2_covered_DZE",2]', 7, '[8,"ItemGoldBar",1]', '[4,"ItemGoldBar",1]', 0, 590, 'trade_any_vehicle');
+INSERT IGNORE INTO `Traders_DATA` VALUES (NULL, '["hilux1_civil_2_covered_DZE",2]', 9, '[8,"ItemGoldBar",1]', '[4,"ItemGoldBar",1]', 0, 659, 'trade_any_vehicle');
+
+DELETE FROM `Traders_DATA` WHERE item = '["hilux1_civil_3_open"]';
+INSERT IGNORE INTO `Traders_DATA` VALUES (NULL, '["hilux1_civil_3_open_DZE",2]', 9, '[8,"ItemGoldBar",1]', '[4,"ItemGoldBar",1]', 0, 495, 'trade_any_vehicle');
+INSERT IGNORE INTO `Traders_DATA` VALUES (NULL, '["hilux1_civil_3_open_DZE",2]', 10, '[8,"ItemGoldBar",1]', '[4,"ItemGoldBar",1]', 0, 535, 'trade_any_vehicle');
+INSERT IGNORE INTO `Traders_DATA` VALUES (NULL, '["hilux1_civil_3_open_DZE",2]', 5, '[8,"ItemGoldBar",1]', '[4,"ItemGoldBar",1]', 0, 590, 'trade_any_vehicle');
+INSERT IGNORE INTO `Traders_DATA` VALUES (NULL, '["hilux1_civil_3_open_DZE",2]', 10, '[8,"ItemGoldBar",1]', '[4,"ItemGoldBar",1]', 0, 659, 'trade_any_vehicle');
+
+DELETE FROM `Traders_DATA` WHERE item = '["datsun1_civil_1_open"]';
+INSERT IGNORE INTO `Traders_DATA` VALUES (NULL, '["datsun1_civil_1_open_DZE",2]', 10, '[8,"ItemGoldBar",1]', '[4,"ItemGoldBar",1]', 0, 495, 'trade_any_vehicle');
+INSERT IGNORE INTO `Traders_DATA` VALUES (NULL, '["datsun1_civil_1_open_DZE",2]', 10, '[8,"ItemGoldBar",1]', '[4,"ItemGoldBar",1]', 0, 535, 'trade_any_vehicle');
+INSERT IGNORE INTO `Traders_DATA` VALUES (NULL, '["datsun1_civil_1_open_DZE",2]', 11, '[8,"ItemGoldBar",1]', '[4,"ItemGoldBar",1]', 0, 590, 'trade_any_vehicle');
+INSERT IGNORE INTO `Traders_DATA` VALUES (NULL, '["datsun1_civil_1_open_DZE",2]', 12, '[8,"ItemGoldBar",1]', '[4,"ItemGoldBar",1]', 0, 659, 'trade_any_vehicle');
+
+DELETE FROM `Traders_DATA` WHERE item = '["datsun1_civil_2_covered"]';
+INSERT IGNORE INTO `Traders_DATA` VALUES (NULL, '["datsun1_civil_2_covered_DZE",2]', 10, '[8,"ItemGoldBar",1]', '[4,"ItemGoldBar",1]', 0, 495, 'trade_any_vehicle');
+INSERT IGNORE INTO `Traders_DATA` VALUES (NULL, '["datsun1_civil_2_covered_DZE",2]', 10, '[8,"ItemGoldBar",1]', '[4,"ItemGoldBar",1]', 0, 535, 'trade_any_vehicle');
+INSERT IGNORE INTO `Traders_DATA` VALUES (NULL, '["datsun1_civil_2_covered_DZE",2]', 11, '[8,"ItemGoldBar",1]', '[4,"ItemGoldBar",1]', 0, 590, 'trade_any_vehicle');
+INSERT IGNORE INTO `Traders_DATA` VALUES (NULL, '["datsun1_civil_2_covered_DZE",2]', 11, '[8,"ItemGoldBar",1]', '[4,"ItemGoldBar",1]', 0, 659, 'trade_any_vehicle');
+
+DELETE FROM `Traders_DATA` WHERE item = '["datsun1_civil_3_open"]';
+INSERT IGNORE INTO `Traders_DATA` VALUES (NULL, '["datsun1_civil_3_open_DZE",2]', 11, '[8,"ItemGoldBar",1]', '[4,"ItemGoldBar",1]', 0, 495, 'trade_any_vehicle');
+INSERT IGNORE INTO `Traders_DATA` VALUES (NULL, '["datsun1_civil_3_open_DZE",2]', 10, '[8,"ItemGoldBar",1]', '[4,"ItemGoldBar",1]', 0, 535, 'trade_any_vehicle');
+INSERT IGNORE INTO `Traders_DATA` VALUES (NULL, '["datsun1_civil_3_open_DZE",2]', 10, '[8,"ItemGoldBar",1]', '[4,"ItemGoldBar",1]', 0, 590, 'trade_any_vehicle');
+INSERT IGNORE INTO `Traders_DATA` VALUES (NULL, '["datsun1_civil_3_open_DZE",2]', 11, '[8,"ItemGoldBar",1]', '[4,"ItemGoldBar",1]', 0, 659, 'trade_any_vehicle');
+
+
+-- Remove incorrect lines
+DELETE FROM `Traders_DATA` WHERE item = '["CH53_DZE",1]';
+DELETE FROM `Traders_DATA` WHERE item = '["BAF_Merlin_DZE",1]';
UPDATE `Traders_DATA` SET `item` = '["C130J_US_EP1_DZ",2]' WHERE `item` = '["C130J_US_EP1",2]';
diff --git a/Server Files/SQL/add_recommended_mysql_events.sql b/Server Files/SQL/add_recommended_mysql_events.sql
index 4dbfacef9..fb905bea7 100644
--- a/Server Files/SQL/add_recommended_mysql_events.sql
+++ b/Server Files/SQL/add_recommended_mysql_events.sql
@@ -46,12 +46,12 @@ BEGIN
AND `Object_DATA`.`CharacterID` <= 12500
AND `Object_DATA`.`Classname` NOT LIKE 'Tent%'
AND `Object_DATA`.`Classname` NOT LIKE '%Locked'
- AND `Object_DATA`.`Classname` NOT LIKE 'Land%'
+ AND `Object_DATA`.`Classname` NOT LIKE 'Land\_%' -- added escape character so LandRover vehicles are not ignored
AND `Object_DATA`.`Classname` NOT LIKE 'Cinder%'
AND `Object_DATA`.`Classname` NOT LIKE 'Wood%'
AND `Object_DATA`.`Classname` NOT LIKE 'Metal%'
AND `Object_DATA`.`Classname` NOT LIKE '%Storage%'
- AND `Object_DATA`.`Classname` NOT IN ('OutHouse_DZ', 'GunRack_DZ', 'WorkBench_DZ', 'Sandbag1_DZ', 'FireBarrel_DZ', 'DesertCamoNet_DZ', 'StickFence_DZ', 'LightPole_DZ', 'DeerStand_DZ', 'ForestLargeCamoNet_DZ', 'Plastic_Pole_EP1_DZ', 'Hedgehog_DZ', 'FuelPump_DZ', 'Fort_RazorWire', 'SandNest_DZ', 'ForestCamoNet_DZ', 'Fence_corrugated_DZ', 'CanvasHut_DZ', 'Generator_DZ')
+ AND `Object_DATA`.`Classname` NOT IN ('OutHouse_DZ', 'GunRack_DZ', 'WorkBench_DZ', 'Sandbag1_DZ', 'FireBarrel_DZ', 'DesertCamoNet_DZ', 'StickFence_DZ', 'LightPole_DZ', 'DeerStand_DZ', 'ForestLargeCamoNet_DZ', 'DesertLargeCamoNet_DZ', 'Plastic_Pole_EP1_DZ', 'Hedgehog_DZ', 'FuelPump_DZ', 'Fort_RazorWire', 'SandNest_DZ', 'ForestCamoNet_DZ', 'Fence_corrugated_DZ', 'CanvasHut_DZ', 'Generator_DZ', 'BagFenceRound_DZ')
AND FindVehicleKeysCount(Object_DATA.CharacterID) = 0;
RETURN ROW_COUNT();
@@ -118,12 +118,12 @@ CREATE EVENT `UnlockNonKeyVehicles` ON SCHEDULE EVERY 1 DAY DO UPDATE
AND `Object_DATA`.`CharacterID` <= 12500
AND `Object_DATA`.`Classname` NOT LIKE 'Tent%'
AND `Object_DATA`.`Classname` NOT LIKE '%Locked'
- AND `Object_DATA`.`Classname` NOT LIKE 'Land%'
+ AND `Object_DATA`.`Classname` NOT LIKE 'Land\_%' -- added escape character so LandRover vehicles are not ignored
AND `Object_DATA`.`Classname` NOT LIKE 'Cinder%'
AND `Object_DATA`.`Classname` NOT LIKE 'Wood%'
AND `Object_DATA`.`Classname` NOT LIKE 'Metal%'
AND `Object_DATA`.`Classname` NOT LIKE '%Storage%'
- AND `Object_DATA`.`Classname` NOT IN ('OutHouse_DZ', 'GunRack_DZ', 'WorkBench_DZ', 'Sandbag1_DZ', 'FireBarrel_DZ', 'DesertCamoNet_DZ', 'StickFence_DZ', 'LightPole_DZ', 'DeerStand_DZ', 'ForestLargeCamoNet_DZ', 'Plastic_Pole_EP1_DZ', 'Hedgehog_DZ', 'FuelPump_DZ', 'Fort_RazorWire', 'SandNest_DZ', 'ForestCamoNet_DZ', 'Fence_corrugated_DZ', 'CanvasHut_DZ', 'Generator_DZ')
+ AND `Object_DATA`.`Classname` NOT IN ('OutHouse_DZ', 'GunRack_DZ', 'WorkBench_DZ', 'Sandbag1_DZ', 'FireBarrel_DZ', 'DesertCamoNet_DZ', 'StickFence_DZ', 'LightPole_DZ', 'DeerStand_DZ', 'ForestLargeCamoNet_DZ', 'DesertLargeCamoNet_DZ', 'Plastic_Pole_EP1_DZ', 'Hedgehog_DZ', 'FuelPump_DZ', 'Fort_RazorWire', 'SandNest_DZ', 'ForestCamoNet_DZ', 'Fence_corrugated_DZ', 'CanvasHut_DZ', 'Generator_DZ', 'BagFenceRound_DZ')
AND FindVehicleKeysCount(Object_DATA.CharacterID) = 0
;;
-DELIMITER ;
\ No newline at end of file
+DELIMITER ;
diff --git a/Server Files/SQL/epoch.sql b/Server Files/SQL/epoch.sql
index 8aefc57a7..7fc97a59b 100644
--- a/Server Files/SQL/epoch.sql
+++ b/Server Files/SQL/epoch.sql
@@ -529,12 +529,12 @@ INSERT INTO `Traders_DATA` VALUES(5395, '["ItemWatch",3]', 249, '[2,"ItemSilverB
INSERT INTO `Traders_DATA` VALUES(5396, '["NVGoggles",3]', 242, '[4,"ItemGoldBar",1]', '[1,"ItemGoldBar",1]', 0, 532, 'trade_weapons');
INSERT INTO `Traders_DATA` VALUES(5409, '["Pickup_PK_GUE_DZE",2]', 11, '[1,"ItemGoldBar10oz",1]', '[5,"ItemGoldBar",1]', 0, 534, 'trade_any_vehicle');
INSERT INTO `Traders_DATA` VALUES(5410, '["Pickup_PK_INS_DZE",2]', 13, '[1,"ItemGoldBar10oz",1]', '[5,"ItemGoldBar",1]', 0, 534, 'trade_any_vehicle');
-INSERT INTO `Traders_DATA` VALUES(5411, '["hilux1_civil_3_open_EP1",2]', 10, '[8,"ItemGoldBar",1]', '[4,"ItemGoldBar",1]', 0, 535, 'trade_any_vehicle');
-INSERT INTO `Traders_DATA` VALUES(5412, '["datsun1_civil_3_open",2]', 10, '[8,"ItemGoldBar",1]', '[4,"ItemGoldBar",1]', 0, 535, 'trade_any_vehicle');
-INSERT INTO `Traders_DATA` VALUES(5413, '["hilux1_civil_1_open",2]', 10, '[8,"ItemGoldBar",1]', '[4,"ItemGoldBar",1]', 0, 535, 'trade_any_vehicle');
-INSERT INTO `Traders_DATA` VALUES(5414, '["datsun1_civil_2_covered",2]', 10, '[8,"ItemGoldBar",1]', '[4,"ItemGoldBar",1]', 0, 535, 'trade_any_vehicle');
-INSERT INTO `Traders_DATA` VALUES(5415, '["datsun1_civil_1_open",2]', 10, '[8,"ItemGoldBar",1]', '[4,"ItemGoldBar",1]', 0, 535, 'trade_any_vehicle');
-INSERT INTO `Traders_DATA` VALUES(5416, '["hilux1_civil_2_covered",2]', 9, '[8,"ItemGoldBar",1]', '[4,"ItemGoldBar",1]', 0, 535, 'trade_any_vehicle');
+INSERT INTO `Traders_DATA` VALUES(5411, '["hilux1_civil_3_open_DZE",2]', 10, '[8,"ItemGoldBar",1]', '[4,"ItemGoldBar",1]', 0, 535, 'trade_any_vehicle');
+INSERT INTO `Traders_DATA` VALUES(5412, '["datsun1_civil_3_open_DZE",2]', 10, '[8,"ItemGoldBar",1]', '[4,"ItemGoldBar",1]', 0, 535, 'trade_any_vehicle');
+INSERT INTO `Traders_DATA` VALUES(5413, '["hilux1_civil_1_open_DZE",2]', 10, '[8,"ItemGoldBar",1]', '[4,"ItemGoldBar",1]', 0, 535, 'trade_any_vehicle');
+INSERT INTO `Traders_DATA` VALUES(5414, '["datsun1_civil_2_covered_DZE",2]', 10, '[8,"ItemGoldBar",1]', '[4,"ItemGoldBar",1]', 0, 535, 'trade_any_vehicle');
+INSERT INTO `Traders_DATA` VALUES(5415, '["datsun1_civil_1_open_DZE",2]', 10, '[8,"ItemGoldBar",1]', '[4,"ItemGoldBar",1]', 0, 535, 'trade_any_vehicle');
+INSERT INTO `Traders_DATA` VALUES(5416, '["hilux1_civil_2_covered_DZE",2]', 9, '[8,"ItemGoldBar",1]', '[4,"ItemGoldBar",1]', 0, 535, 'trade_any_vehicle');
INSERT INTO `Traders_DATA` VALUES(5420, '["MMT_Civ",2]', 250, '[4,"ItemSilverBar",1]', '[2,"ItemSilverBar",1]', 0, 536, 'trade_any_bicycle');
INSERT INTO `Traders_DATA` VALUES(5421, '["Old_bike_TK_INS_EP1",2]', 250, '[4,"ItemSilverBar",1]', '[2,"ItemSilverBar",1]', 0, 536, 'trade_any_bicycle');
INSERT INTO `Traders_DATA` VALUES(5422, '["TT650_Civ",2]', 10, '[2,"ItemGoldBar",1]', '[1,"ItemGoldBar",1]', 0, 536, 'trade_any_vehicle');
@@ -589,12 +589,12 @@ INSERT INTO `Traders_DATA` VALUES(5626, '["Ikarus",2]', 10, '[2,"ItemGoldBar10oz
INSERT INTO `Traders_DATA` VALUES(5627, '["Ikarus_TK_CIV_EP1",2]', 10, '[2,"ItemGoldBar10oz",1]', '[1,"ItemGoldBar10oz",1]', 0, 563, 'trade_any_vehicle');
INSERT INTO `Traders_DATA` VALUES(5630, '["S1203_TK_CIV_EP1",2]', 9, '[6,"ItemGoldBar",1]', '[3,"ItemGoldBar",1]', 0, 563, 'trade_any_vehicle');
INSERT INTO `Traders_DATA` VALUES(5631, '["S1203_ambulance_EP1",2]', 10, '[6,"ItemGoldBar",1]', '[3,"ItemGoldBar",1]', 0, 563, 'trade_any_vehicle');
-INSERT INTO `Traders_DATA` VALUES(5643, '["hilux1_civil_3_open_EP1",2]', 9, '[8,"ItemGoldBar",1]', '[4,"ItemGoldBar",1]', 0, 495, 'trade_any_vehicle');
-INSERT INTO `Traders_DATA` VALUES(5644, '["datsun1_civil_3_open",2]', 11, '[8,"ItemGoldBar",1]', '[4,"ItemGoldBar",1]', 0, 495, 'trade_any_vehicle');
-INSERT INTO `Traders_DATA` VALUES(5645, '["hilux1_civil_1_open",2]', 9, '[8,"ItemGoldBar",1]', '[4,"ItemGoldBar",1]', 0, 495, 'trade_any_vehicle');
-INSERT INTO `Traders_DATA` VALUES(5646, '["datsun1_civil_2_covered",2]', 10, '[8,"ItemGoldBar",1]', '[4,"ItemGoldBar",1]', 0, 495, 'trade_any_vehicle');
-INSERT INTO `Traders_DATA` VALUES(5647, '["datsun1_civil_1_open",2]', 10, '[8,"ItemGoldBar",1]', '[4,"ItemGoldBar",1]', 0, 495, 'trade_any_vehicle');
-INSERT INTO `Traders_DATA` VALUES(5648, '["hilux1_civil_2_covered",2]', 7, '[8,"ItemGoldBar",1]', '[4,"ItemGoldBar",1]', 0, 495, 'trade_any_vehicle');
+INSERT INTO `Traders_DATA` VALUES(5643, '["hilux1_civil_3_open_DZE",2]', 9, '[8,"ItemGoldBar",1]', '[4,"ItemGoldBar",1]', 0, 495, 'trade_any_vehicle');
+INSERT INTO `Traders_DATA` VALUES(5644, '["datsun1_civil_3_open_DZE",2]', 11, '[8,"ItemGoldBar",1]', '[4,"ItemGoldBar",1]', 0, 495, 'trade_any_vehicle');
+INSERT INTO `Traders_DATA` VALUES(5645, '["hilux1_civil_1_open_DZE",2]', 9, '[8,"ItemGoldBar",1]', '[4,"ItemGoldBar",1]', 0, 495, 'trade_any_vehicle');
+INSERT INTO `Traders_DATA` VALUES(5646, '["datsun1_civil_2_covered_DZE",2]', 10, '[8,"ItemGoldBar",1]', '[4,"ItemGoldBar",1]', 0, 495, 'trade_any_vehicle');
+INSERT INTO `Traders_DATA` VALUES(5647, '["datsun1_civil_1_open_DZE",2]', 10, '[8,"ItemGoldBar",1]', '[4,"ItemGoldBar",1]', 0, 495, 'trade_any_vehicle');
+INSERT INTO `Traders_DATA` VALUES(5648, '["hilux1_civil_2_covered_DZE",2]', 7, '[8,"ItemGoldBar",1]', '[4,"ItemGoldBar",1]', 0, 495, 'trade_any_vehicle');
INSERT INTO `Traders_DATA` VALUES(5652, '["Ural_CDF",2]', 12, '[2,"ItemGoldBar10oz",1]', '[1,"ItemGoldBar10oz",1]', 0, 564, 'trade_any_vehicle');
INSERT INTO `Traders_DATA` VALUES(5653, '["Ural_TK_CIV_EP1",2]', 13, '[2,"ItemGoldBar10oz",1]', '[1,"ItemGoldBar10oz",1]', 0, 564, 'trade_any_vehicle');
INSERT INTO `Traders_DATA` VALUES(5654, '["Ural_UN_EP1",2]', 10, '[2,"ItemGoldBar10oz",1]', '[1,"ItemGoldBar10oz",1]', 0, 564, 'trade_any_vehicle');
@@ -734,12 +734,12 @@ INSERT INTO `Traders_DATA` VALUES(5984, '["KamazRefuel_DZ",2]', 11, '[7,"ItemGol
INSERT INTO `Traders_DATA` VALUES(5985, '["MtvrRefuel_DES_EP1_DZ",2]', 8, '[7,"ItemGoldBar10oz",1]', '[3,"ItemGoldBar10oz",1]', 0, 589, 'trade_any_vehicle');
INSERT INTO `Traders_DATA` VALUES(5986, '["UralRefuel_TK_EP1_DZ",2]', 11, '[7,"ItemGoldBar10oz",1]', '[3,"ItemGoldBar10oz",1]', 0, 589, 'trade_any_vehicle');
INSERT INTO `Traders_DATA` VALUES(5987, '["V3S_Refuel_TK_GUE_EP1_DZ",2]', 9, '[7,"ItemGoldBar10oz",1]', '[3,"ItemGoldBar10oz",1]', 0, 589, 'trade_any_vehicle');
-INSERT INTO `Traders_DATA` VALUES(5988, '["hilux1_civil_3_open_EP1",2]', 5, '[8,"ItemGoldBar",1]', '[4,"ItemGoldBar",1]', 0, 590, 'trade_any_vehicle');
-INSERT INTO `Traders_DATA` VALUES(5989, '["datsun1_civil_3_open",2]', 10, '[8,"ItemGoldBar",1]', '[4,"ItemGoldBar",1]', 0, 590, 'trade_any_vehicle');
-INSERT INTO `Traders_DATA` VALUES(5990, '["hilux1_civil_1_open",2]', 9, '[8,"ItemGoldBar",1]', '[4,"ItemGoldBar",1]', 0, 590, 'trade_any_vehicle');
-INSERT INTO `Traders_DATA` VALUES(5991, '["datsun1_civil_2_covered",2]', 11, '[8,"ItemGoldBar",1]', '[4,"ItemGoldBar",1]', 0, 590, 'trade_any_vehicle');
-INSERT INTO `Traders_DATA` VALUES(5992, '["datsun1_civil_1_open",2]', 11, '[8,"ItemGoldBar",1]', '[4,"ItemGoldBar",1]', 0, 590, 'trade_any_vehicle');
-INSERT INTO `Traders_DATA` VALUES(5993, '["hilux1_civil_2_covered",2]', 7, '[8,"ItemGoldBar",1]', '[4,"ItemGoldBar",1]', 0, 590, 'trade_any_vehicle');
+INSERT INTO `Traders_DATA` VALUES(5988, '["hilux1_civil_3_open_DZE",2]', 5, '[8,"ItemGoldBar",1]', '[4,"ItemGoldBar",1]', 0, 590, 'trade_any_vehicle');
+INSERT INTO `Traders_DATA` VALUES(5989, '["datsun1_civil_3_open_DZE",2]', 10, '[8,"ItemGoldBar",1]', '[4,"ItemGoldBar",1]', 0, 590, 'trade_any_vehicle');
+INSERT INTO `Traders_DATA` VALUES(5990, '["hilux1_civil_1_open_DZE",2]', 9, '[8,"ItemGoldBar",1]', '[4,"ItemGoldBar",1]', 0, 590, 'trade_any_vehicle');
+INSERT INTO `Traders_DATA` VALUES(5991, '["datsun1_civil_2_covered_DZE",2]', 11, '[8,"ItemGoldBar",1]', '[4,"ItemGoldBar",1]', 0, 590, 'trade_any_vehicle');
+INSERT INTO `Traders_DATA` VALUES(5992, '["datsun1_civil_1_open_DZE",2]', 11, '[8,"ItemGoldBar",1]', '[4,"ItemGoldBar",1]', 0, 590, 'trade_any_vehicle');
+INSERT INTO `Traders_DATA` VALUES(5993, '["hilux1_civil_2_covered_DZE",2]', 7, '[8,"ItemGoldBar",1]', '[4,"ItemGoldBar",1]', 0, 590, 'trade_any_vehicle');
INSERT INTO `Traders_DATA` VALUES(5997, '["SUV_TK_CIV_EP1",2]', 9, '[2,"ItemGoldBar10oz",1]', '[5,"ItemGoldBar",1]', 0, 591, 'trade_any_vehicle');
INSERT INTO `Traders_DATA` VALUES(5998, '["SUV_Blue",2]', 9, '[2,"ItemGoldBar10oz",1]', '[5,"ItemGoldBar",1]', 0, 591, 'trade_any_vehicle');
INSERT INTO `Traders_DATA` VALUES(5999, '["SUV_Charcoal",2]', 10, '[2,"ItemGoldBar10oz",1]', '[5,"ItemGoldBar",1]', 0, 591, 'trade_any_vehicle');
@@ -1232,12 +1232,12 @@ INSERT INTO `Traders_DATA` VALUES(6640, '["HMMWV_Ambulance_CZ_DES_EP1",2]', 12,
INSERT INTO `Traders_DATA` VALUES(6641, '["HMMWV_DES_EP1",2]', 15, '[4,"ItemGoldBar10oz",1]', '[2,"ItemGoldBar10oz",1]', 0, 658, 'trade_any_vehicle');
INSERT INTO `Traders_DATA` VALUES(6642, '["GAZ_Vodnik_MedEvac",2]', 15, '[1,"ItemBriefcase100oz",1]', '[5,"ItemGoldBar10oz",1]', 0, 658, 'trade_any_vehicle');
INSERT INTO `Traders_DATA` VALUES(6643, '["HMMWV_DZ",2]', 14, '[4,"ItemGoldBar10oz",1]', '[2,"ItemGoldBar10oz",1]', 0, 658, 'trade_any_vehicle');
-INSERT INTO `Traders_DATA` VALUES(6644, '["hilux1_civil_3_open_EP1",2]', 10, '[8,"ItemGoldBar",1]', '[4,"ItemGoldBar",1]', 0, 659, 'trade_any_vehicle');
-INSERT INTO `Traders_DATA` VALUES(6645, '["datsun1_civil_3_open",2]', 11, '[8,"ItemGoldBar",1]', '[4,"ItemGoldBar",1]', 0, 659, 'trade_any_vehicle');
-INSERT INTO `Traders_DATA` VALUES(6646, '["hilux1_civil_1_open",2]', 9, '[8,"ItemGoldBar",1]', '[4,"ItemGoldBar",1]', 0, 659, 'trade_any_vehicle');
-INSERT INTO `Traders_DATA` VALUES(6647, '["datsun1_civil_2_covered",2]', 11, '[8,"ItemGoldBar",1]', '[4,"ItemGoldBar",1]', 0, 659, 'trade_any_vehicle');
-INSERT INTO `Traders_DATA` VALUES(6648, '["datsun1_civil_1_open",2]', 12, '[8,"ItemGoldBar",1]', '[4,"ItemGoldBar",1]', 0, 659, 'trade_any_vehicle');
-INSERT INTO `Traders_DATA` VALUES(6649, '["hilux1_civil_2_covered",2]', 9, '[8,"ItemGoldBar",1]', '[4,"ItemGoldBar",1]', 0, 659, 'trade_any_vehicle');
+INSERT INTO `Traders_DATA` VALUES(6644, '["hilux1_civil_3_open_DZE",2]', 10, '[8,"ItemGoldBar",1]', '[4,"ItemGoldBar",1]', 0, 659, 'trade_any_vehicle');
+INSERT INTO `Traders_DATA` VALUES(6645, '["datsun1_civil_3_open_DZE",2]', 11, '[8,"ItemGoldBar",1]', '[4,"ItemGoldBar",1]', 0, 659, 'trade_any_vehicle');
+INSERT INTO `Traders_DATA` VALUES(6646, '["hilux1_civil_1_open_DZE",2]', 9, '[8,"ItemGoldBar",1]', '[4,"ItemGoldBar",1]', 0, 659, 'trade_any_vehicle');
+INSERT INTO `Traders_DATA` VALUES(6647, '["datsun1_civil_2_covered_DZE",2]', 11, '[8,"ItemGoldBar",1]', '[4,"ItemGoldBar",1]', 0, 659, 'trade_any_vehicle');
+INSERT INTO `Traders_DATA` VALUES(6648, '["datsun1_civil_1_open_DZE",2]', 12, '[8,"ItemGoldBar",1]', '[4,"ItemGoldBar",1]', 0, 659, 'trade_any_vehicle');
+INSERT INTO `Traders_DATA` VALUES(6649, '["hilux1_civil_2_covered_DZE",2]', 9, '[8,"ItemGoldBar",1]', '[4,"ItemGoldBar",1]', 0, 659, 'trade_any_vehicle');
INSERT INTO `Traders_DATA` VALUES(6653, '["Skoda",2]', 10, '[2,"ItemGoldBar",1]', '[1,"ItemGoldBar",1]', 0, 660, 'trade_any_vehicle');
INSERT INTO `Traders_DATA` VALUES(6654, '["SkodaBlue",2]', 10, '[2,"ItemGoldBar",1]', '[1,"ItemGoldBar",1]', 0, 660, 'trade_any_vehicle');
INSERT INTO `Traders_DATA` VALUES(6655, '["SkodaGreen",2]', 11, '[2,"ItemGoldBar",1]', '[1,"ItemGoldBar",1]', 0, 660, 'trade_any_vehicle');
diff --git a/Server Files/Tools/Backup_DB_sample.bat b/Server Files/Tools/Backup_DB_sample.bat
new file mode 100644
index 000000000..1a7f8f80f
--- /dev/null
+++ b/Server Files/Tools/Backup_DB_sample.bat
@@ -0,0 +1,26 @@
+@REM *** PARAMETERS/VARIABLES ***
+SET BackupDir="[Where you want to save the backups]"
+SET mysqldir="C:\Program Files\MySQL\MySQL Server 5.6\bin"
+SET mysqlschema=[Your DB schema name]
+SET mysqlpassword=[your DB password]
+SET mysqluser=[your DB user login]
+SET housekeepafter=5
+
+For /f "tokens=2-4 delims=/ " %%a in ('date /t') do (set mydate=%%c-%%a-%%b)
+For /f "tokens=1-2 delims=/:" %%a in ("%TIME%") do (set mytime=%%a.%%b)
+
+set hour=%time:~0,2%
+if "%time:~0,1%"==" " set hour=0%time:~1,1%
+set datestamp=%date:~10,4%-%date:~4,2%-%date:~7,2%_%hour%%time:~3,2%
+
+@REM *** EXECUTION ***
+@REM Change to mysqldir
+c:
+cd %mysqldir%
+
+@REM dump/backup ALL database, this is all in one line
+mysqldump -u %mysqluser% -p%mysqlpassword% --databases %mysqlschema% --routines --events --triggers --quick >%BackupDir%\%mysqlschema%_backup.%datestamp%.sql
+
+@REM - Housekeeping
+forfiles -p %BackupDir% -s -m *.sql -d -%housekeepafter% -c "cmd /c del @path"
+
diff --git a/Server Files/Tools/Backup_DB_sample.txt b/Server Files/Tools/Backup_DB_sample.txt
new file mode 100644
index 000000000..2aeaec576
--- /dev/null
+++ b/Server Files/Tools/Backup_DB_sample.txt
@@ -0,0 +1,22 @@
+RimBlocks basic MySQL DB backup.
+
+This batch (.bat) file will connect to your MySQL server and create a dump of the sql code required to recreate the DB you have selected. mysqldump.exe has other options you can supply so you could talior the basic script fairly easily to fit your individual need.
+
+How to use Backup_DB.bat
+
+Input your DB connection details and desired backup save location. All details that need changing are in []. Make the changes without the [].
+
+e.g.
+SET mysqlschema=[Your DB schema name]
+may change to
+SET mysqlschema=EpochDB
+
+SET BackupDir="[Where you want to save the backups]"
+May change to
+SET BackupDir="c:\DB-Backups"
+
+Housekeeping will clear any .sql files that are over housekeepafter number of days old.
+
+You may need to confirm the MySQL path for the mysqldump exe as it may depend on your provider.
+
+Add "pause" (without "") at the end of the file to require an input for debugging. This allows you to check the test backup is ok and troubleshoot any issues. Remove it when automating or the .bat file will never close. Automation can be done via Windows task scheduler. Create a basic task and then edit the tasks parameters after creating if you want to backup more than once a day. The option is only available after the task is created.
\ No newline at end of file
diff --git a/Server Files/Tools/rotate_logs.bat b/Server Files/Tools/rotate_logs.bat
index e4a866948..7786eb44e 100644
--- a/Server Files/Tools/rotate_logs.bat
+++ b/Server Files/Tools/rotate_logs.bat
@@ -1,6 +1,7 @@
@echo off
:: Based off of Server Launch Script by r4z0r49
:: Script Modified and fixed by Sykotix - http://dayz.sykotix.com
+:: Day of the week Added By Raziel23x - http://adkgamers.com
::
:: Usage: dayzsrv-log-rotater.bat servername
:: Example 1 - Will update using default profile: dayzsrv-log-rotater.bat
@@ -59,39 +60,51 @@ ECHO Todays Date and time (%date%)(%time%) / %dtStamp%
if %debug% == 1 (
timeout %dbsecs%
)
+:: Set Day of the Week --Raziel23x
+SETLOCAL
+FOR /F "skip=1" %%D IN ('wmic path win32_localtime get dayofweek') DO (
-echo (%date%) (%time%) Starting Log Rotation.
+ IF %%D==1 set weekday=Monday
+ IF %%D==2 set weekday=Tuesday
+ IF %%D==3 set weekday=Wednesday
+ IF %%D==4 set weekday=Thursday
+ IF %%D==5 set weekday=Friday
+ IF %%D==6 set weekday=Saturday
+ IF %%D==7 set weekday=Sunday
+)
+
+echo (%weekday%) (%date%) (%time%) Starting Log Rotation.
:: Make the Rotated Log Directorys
if exist "%arma2srvpath%\%servername%\RotatedLogs" goto maketsdir
mkdir "%arma2srvpath%\%servername%\RotatedLogs"
:maketsdir
-if exist "%arma2srvpath%\%servername%\RotatedLogs\%dtStamp%" goto makebedir
-mkdir "%arma2srvpath%\%servername%\RotatedLogs\%dtStamp%"
+if exist "%arma2srvpath%\%servername%\RotatedLogs\%weekday%\%dtStamp%" goto makebedir
+mkdir "%arma2srvpath%\%servername%\RotatedLogs\%weekday%\%dtStamp%"
:makebedir
-if exist "%arma2srvpath%\%servername%\RotatedLogs\%dtStamp%\BattlEye" goto rotatelogs
-mkdir "%arma2srvpath%\%servername%\RotatedLogs\%dtStamp%\BattlEye"
+if exist "%arma2srvpath%\%servername%\RotatedLogs\%weekday%\%dtStamp%\BattlEye" goto rotatelogs
+mkdir "%arma2srvpath%\%servername%\RotatedLogs\%weekday%\%dtStamp%\BattlEye"
:rotatelogs
:: Starting Log Rotation. If there are any other logs, just follow the format below, and make sure to NOT touch any of the varibles.
-copy "%arma2srvpath%\%servername%\arma2oaserver.RPT" "%arma2srvpath%\%servername%\RotatedLogs\%dtStamp%\arma2oaserver.RPT"
-copy "%arma2srvpath%\%servername%\arma2oaserver.mdmp" "%arma2srvpath%\%servername%\RotatedLogs\%dtStamp%\arma2oaserver.mdmp"
-copy "%arma2srvpath%\%servername%\arma2oaserver.bidmp" "%arma2srvpath%\%servername%\RotatedLogs\%dtStamp%\arma2oaserver.bidmp"
-copy "%arma2srvpath%\%servername%\server_log.txt" "%arma2srvpath%\%servername%\RotatedLogs\%dtStamp%\server_log.txt"
-copy "%arma2srvpath%\%servername%\HiveExt.log" "%arma2srvpath%\%servername%\RotatedLogs\%dtStamp%\HiveExt.log"
-copy "%arma2srvpath%\%servername%\BattlEye\scripts.log" "%arma2srvpath%\%servername%\RotatedLogs\%dtStamp%\BattlEye\scripts.log"
-copy "%arma2srvpath%\%servername%\BattlEye\createvehicle.log" "%arma2srvpath%\%servername%\RotatedLogs\%dtStamp%\BattlEye\createvehicle.log"
-copy "%arma2srvpath%\%servername%\BattlEye\mpeventhandler.log" "%arma2srvpath%\%servername%\RotatedLogs\%dtStamp%\BattlEye\mpeventhandler.log"
-copy "%arma2srvpath%\%servername%\BattlEye\publicvariable.log" "%arma2srvpath%\%servername%\RotatedLogs\%dtStamp%\BattlEye\publicvariable.log"
-copy "%arma2srvpath%\%servername%\BattlEye\publicvariableval.log" "%arma2srvpath%\%servername%\RotatedLogs\%dtStamp%\BattlEye\publicvariableval.log"
-copy "%arma2srvpath%\%servername%\BattlEye\remoteexec.log" "%arma2srvpath%\%servername%\RotatedLogs\%dtStamp%\BattlEye\remoteexec.log"
-copy "%arma2srvpath%\%servername%\BattlEye\setdamage.log" "%arma2srvpath%\%servername%\RotatedLogs\%dtStamp%\BattlEye\setdamage.log"
-copy "%arma2srvpath%\%servername%\BattlEye\setpos.log" "%arma2srvpath%\%servername%\RotatedLogs\%dtStamp%\BattlEye\setpos.log"
-copy "%arma2srvpath%\%servername%\BattlEye\setvariable.log" "%arma2srvpath%\%servername%\RotatedLogs\%dtStamp%\BattlEye\setvariable.log"
-copy "%arma2srvpath%\%servername%\BattlEye\addmagazinecargo.log" "%arma2srvpath%\%servername%\RotatedLogs\%dtStamp%\BattlEye\addmagazinecargo.log"
+copy "%arma2srvpath%\%servername%\arma2oaserver.RPT" "%arma2srvpath%\%servername%\RotatedLogs\%weekday%\%dtStamp%\arma2oaserver.RPT"
+copy "%arma2srvpath%\%servername%\arma2oaserver.mdmp" "%arma2srvpath%\%servername%\RotatedLogs\%weekday%\%dtStamp%\arma2oaserver.mdmp"
+copy "%arma2srvpath%\%servername%\arma2oaserver.bidmp" "%arma2srvpath%\%servername%\RotatedLogs\%weekday%\%dtStamp%\arma2oaserver.bidmp"
+copy "%arma2srvpath%\%servername%\server_log.txt" "%arma2srvpath%\%servername%\RotatedLogs\%weekday%\%dtStamp%\server_log.txt"
+copy "%arma2srvpath%\%servername%\HiveExt.log" "%arma2srvpath%\%servername%\RotatedLogs\%weekday%\%dtStamp%\HiveExt.log"
+copy "%arma2srvpath%\%servername%\BattlEye\scripts.log" "%arma2srvpath%\%servername%\RotatedLogs\%weekday%\%dtStamp%\BattlEye\scripts.log"
+copy "%arma2srvpath%\%servername%\BattlEye\createvehicle.log" "%arma2srvpath%\%servername%\RotatedLogs\%weekday%\%dtStamp%\BattlEye\createvehicle.log"
+copy "%arma2srvpath%\%servername%\BattlEye\mpeventhandler.log" "%arma2srvpath%\%servername%\RotatedLogs\%weekday%\%dtStamp%\BattlEye\mpeventhandler.log"
+copy "%arma2srvpath%\%servername%\BattlEye\publicvariable.log" "%arma2srvpath%\%servername%\RotatedLogs\%weekday%\%dtStamp%\BattlEye\publicvariable.log"
+copy "%arma2srvpath%\%servername%\BattlEye\publicvariableval.log" "%arma2srvpath%\%servername%\RotatedLogs\%weekday%\%dtStamp%\BattlEye\publicvariableval.log"
+copy "%arma2srvpath%\%servername%\BattlEye\remoteexec.log" "%arma2srvpath%\%servername%\RotatedLogs\%weekday%\%dtStamp%\BattlEye\remoteexec.log"
+copy "%arma2srvpath%\%servername%\BattlEye\setdamage.log" "%arma2srvpath%\%servername%\RotatedLogs\%weekday%\%dtStamp%\BattlEye\setdamage.log"
+copy "%arma2srvpath%\%servername%\BattlEye\setpos.log" "%arma2srvpath%\%servername%\RotatedLogs\%weekday%\%dtStamp%\BattlEye\setpos.log"
+copy "%arma2srvpath%\%servername%\BattlEye\setvariable.log" "%arma2srvpath%\%servername%\RotatedLogs\%weekday%\%dtStamp%\BattlEye\setvariable.log"
+copy "%arma2srvpath%\%servername%\BattlEye\addmagazinecargo.log" "%arma2srvpath%\%servername%\RotatedLogs\%weekday%\%dtStamp%\BattlEye\addmagazinecargo.log"
-echo (%date%) (%time%) Logs are backed up now...
-echo (%date%) (%time%) Removing original log files.
+echo (%weekday%) (%date%) (%time%)) Logs are backed up now...
+echo (%weekday%) (%date%) (%time%) Removing original log files.
del /Q /F "%arma2srvpath%\%servername%\arma2oaserver.RPT"
del /Q /F "%arma2srvpath%\%servername%\arma2oaserver.mdmp"
del /Q /F "%arma2srvpath%\%servername%\arma2oaserver.bidmp"
diff --git a/Tools/ServerList/steam_list.php b/Tools/ServerList/steam_list.php
new file mode 100644
index 000000000..2b370dd77
--- /dev/null
+++ b/Tools/ServerList/steam_list.php
@@ -0,0 +1,140 @@
+
+
+
\ No newline at end of file