diff --git a/MPMissions/DayZ_Epoch_11.Chernarus/description.ext b/MPMissions/DayZ_Epoch_11.Chernarus/description.ext index de4802aad..bbd7f4e6a 100644 --- a/MPMissions/DayZ_Epoch_11.Chernarus/description.ext +++ b/MPMissions/DayZ_Epoch_11.Chernarus/description.ext @@ -5,7 +5,7 @@ OnLoadIntro = "Welcome to DayZ Epoch Chernarus"; OnLoadIntroTime = False; OnLoadMissionTime = False; disabledAI = true; -disableChannels[]={0,1,2,6}; +disableChannels[]={1,2,6}; enableItemsDropping = 0; onPauseScript = "\z\addons\dayz_code\compile\player_onPause.sqf"; diff --git a/MPMissions/DayZ_Epoch_11.Chernarus/dynamic_vehicle.sqf b/MPMissions/DayZ_Epoch_11.Chernarus/dynamic_vehicle.sqf index a9a43f2af..1956773a6 100644 --- a/MPMissions/DayZ_Epoch_11.Chernarus/dynamic_vehicle.sqf +++ b/MPMissions/DayZ_Epoch_11.Chernarus/dynamic_vehicle.sqf @@ -1,122 +1,73 @@ AllowedVehiclesList = [ - "Old_moto_TK_Civ_EP1", - "MMT_Civ", - "Old_bike_TK_INS_EP1", - "ATV_US_EP1", - "hilux1_civil_3_open_EP1", - "datsun1_civil_3_open", - "Pickup_PK_TK_GUE_EP1", - "Octavia_ACR", - "VWGolf", - "Lada1", - "Skoda", - "car_sedan", - "Volha_1_TK_CIV_EP1", - "VolhaLimo_TK_CIV_EP1", - "UAZ_Unarmed_TK_EP1", - "Ikarus", - "SUV_TK_CIV_EP1", - "SUV_Green", - "SUV_Yellow", - "SUV_White", - "SUV_Silver", - "SUV_Red", - "SUV_Pink", - "SUV_Orange", - "SUV_Charcoal", - "SUV_Blue", - "UH1H_DZ", - "Mi17_Civilian", - "LandRover_CZ_EP1", - "HMMWV_Ambulance", - "ArmoredSUV_PMC", - "PBX", - "RHIB", - "Fishing_Boat", - "M113Ambul_UN_EP1", - "KamazRefuel", - "UralRefuel_TK_EP1", - "tractor", - "CSJ_GyroP"]; - -AllowedVehiclesChance = [ - 0.25, // "Old_moto_TK_Civ_EP1", - 0.55, // "MMT_Civ" - 0.55, // Old_bike_TK_INS_EP1 - 0.45, // "ATV_US_EP1", - 0.55, // "hilux1_civil_3_open_EP1", - 0.25, // "datsun1_civil_3_open", - 0.20, // "Pickup_PK_TK_GUE_EP1", - 0.20, // Octavia_ACR - 0.20, // VWGolf - 0.25, // "Lada1", - 0.25, // "Skoda", - 0.2, // "car_sedan", - 0.2, // "Volha_1_TK_CIV_EP1", - 0.05, // "VolhaLimo_TK_CIV_EP1" - 0.15, // "UAZ_Unarmed_TK_EP1" - 0.01, // "Ikarus" - 0.1, // "SUV_TK_CIV_EP1" - 0.1, // "SUV_Green", - 0.1, // "SUV_Yellow", - 0.1, // "SUV_White", - 0.1, // "SUV_Silver", - 0.1, // "SUV_Red", - 0.1, // "SUV_Pink", - 0.1, // "SUV_Orange", - 0.1, // "SUV_Charcoal", - 0.1, // "SUV_Blue", - 0.05, // "UH1H_DZ" - 0.09, // "Mi17_Civilian" - 0.11, // "LandRover_CZ_EP1" - 0.11, // "HMMWV_Ambulance" - 0.05, // "ArmoredSUV_PMC" - 0.15, // "PBX" - 0.01, // "RHIB" - 0.1, // "Fishing_Boat", - 0.01, // "M113Ambul_UN_EP1" - 0.01, // "KamazRefuel" - 0.01, // UralRefuel_TK_EP1 - 0.1, // "tractor" - 0.1]; // "CSJ_GyroP" - -AllowedVehiclesLimit = [ - 5, // "Old_moto_TK_Civ_EP1", - 10, // "MMT_Civ" - 10, // Old_bike_TK_INS_EP1 - 5, // "ATV_US_EP1", - 5, // "hilux1_civil_3_open_EP1", - 5, // "datsun1_civil_3_open", - 3, // "Pickup_PK_TK_GUE_EP1", - 2, // "Octavia_ACR" - 2, // "VWGolf" - 3, // "Lada1", - 3, // "Skoda", - 3, // "car_sedan", - 3, // "Volha_1_TK_CIV_EP1", - 1, // "VolhaLimo_TK_CIV_EP1" - 3, // "UAZ_Unarmed_TK_EP1" - 2, // "Ikarus" - 4, // "SUV_TK_CIV_EP1" - 2, // "SUV_Green", - 1, // "SUV_Yellow", - 1, // "SUV_White", - 1, // "SUV_Silver", - 1, // "SUV_Red", - 1, // "SUV_Pink", - 1, // "SUV_Orange", - 1, // "SUV_Charcoal", - 1, // "SUV_Blue", - 2, // "UH1H_DZ" - 2, // "Mi17_Civilian" - 2, // "LandRover_CZ_EP1" - 3, // "HMMWV_Ambulance" - 2, // "ArmoredSUV_PMC" - 5, // "PBX" - 2, // "RHIB" - 4, // "Fishing_Boat", - 3, // "M113Ambul_UN_EP1" - 2, // "KamazRefuel" - 2, // UralRefuel_TK_EP1 - 1, // "tractor" - 5]; // "CSJ_GyroP" \ No newline at end of file + ["Old_moto_TK_Civ_EP1",10], + ["MMT_Civ",10], + ["Old_bike_TK_INS_EP1",10], + ["TT650_Ins",1], + ["TT650_Civ",1], + ["TT650_TK_CIV_EP1",1], + ["ATV_US_EP1",10], + ["hilux1_civil_3_open_EP1",5], + ["hilux1_civil_2_covered",2], + ["datsun1_civil_3_open",5], + ["Pickup_PK_TK_GUE_EP1",5], + ["Octavia_ACR",2], + ["VWGolf",2], + ["Lada1",1], + ["Lada2",1], + ["LadaLM",1], + ["Lada2_TK_CIV_EP1",2], + ["Skoda",1], + ["SkodaGreen",1], + ["SkodaRed",1], + ["SkodaBlue",1], + ["car_sedan",2], + ["car_hatchback",2], + ["policecar",1], + ["GLT_M300_LT",1], + ["GLT_M300_ST",1], + ["Volha_1_TK_CIV_EP1",2], + ["VolhaLimo_TK_CIV_EP1",2], + ["UAZ_Unarmed_TK_EP1",1], + ["UAZ_RU",1], + ["UAZ_INS",1], + ["Ikarus",3], + ["SUV_TK_CIV_EP1",2], + ["SUV_Green",1], + ["SUV_Yellow",1], + ["SUV_White",1], + ["SUV_Silver",1], + ["SUV_Red",1], + ["SUV_Pink",1], + ["SUV_Orange",1], + ["SUV_Charcoal",1], + ["SUV_Blue",1], + ["UH1H_DZ",2], + ["Mi17_Civilian",3], + ["Mi17_DZ",1], + ["LandRover_CZ_EP1",2], + ["HMMWV_Ambulance",2], + ["HMMWV_DES_EP1",1], + ["PBX",3], + ["Zodiac",2], + ["RHIB",2], + ["Fishing_Boat",2], + ["Smallboat_1",2], + ["Smallboat_2",2], + ["M113Ambul_UN_EP1",1], + ["KamazRefuel",1], + ["UralRefuel_TK_EP1",1], + ["MtvrRefuel_DES_EP1",1], + ["Ural_UN_EP1",2], + ["Ural_TK_CIV_EP1",2], + ["Ural_CDF",2], + ["Kamaz",2], + ["tractor",3], + ["CSJ_GyroP",5], + ["S1203_ambulance_EP1",1], + ["S1203_TK_CIV_EP1",2], + ["MH6J_DZ",1], + ["AH6X_DZ",1], + ["MTVR_DES_EP1",1], + ["LandRover_MG_TK_EP1",1], + ["M1030_US_DES_EP1",1] +]; \ No newline at end of file diff --git a/MPMissions/DayZ_Epoch_11.Chernarus/init.sqf b/MPMissions/DayZ_Epoch_11.Chernarus/init.sqf index 8f056cad7..90b5c7a4e 100644 --- a/MPMissions/DayZ_Epoch_11.Chernarus/init.sqf +++ b/MPMissions/DayZ_Epoch_11.Chernarus/init.sqf @@ -20,10 +20,10 @@ enableRadio false; spawnShoremode = 1; // Default = 1 (on shore) spawnArea= 1500; // Default = 1500 MaxHeliCrashes= 5; // Default = 5 -MaxVehicleLimit = 200; // Default = 50 +MaxVehicleLimit = 300; // Default = 50 MaxDynamicDebris = 500; // Default = 100 dayz_MapArea = 14000; // Default = 10000 -dayz_maxLocalZombies = 40; // Default = 40 +dayz_maxLocalZombies = 40; // Default = 40 //Load in compiled functions diff --git a/MPMissions/DayZ_Epoch_11.Chernarus/mission.sqf b/MPMissions/DayZ_Epoch_11.Chernarus/mission.sqf index 2b5ee917f..7c2250f54 100644 --- a/MPMissions/DayZ_Epoch_11.Chernarus/mission.sqf +++ b/MPMissions/DayZ_Epoch_11.Chernarus/mission.sqf @@ -229,7 +229,7 @@ if (true) then _this setDir 135.79054; _this setVehicleInit "this allowDammage false;"; _this disableAI 'FSM'; _this disableAI 'MOVE'; _this disableAI 'AUTOTARGET'; _this disableAI 'TARGET'; _this setUnitAbility 0.60000002; - if (false) then {_group_1 selectLeader _this;}; + _this setBehaviour "CARELESS"; }; _unit_13 = objNull; @@ -240,7 +240,7 @@ if (true) then _this setDir -104.7984; _this setVehicleInit "this allowDammage false;"; _this disableAI 'FSM'; _this disableAI 'MOVE'; _this disableAI 'AUTOTARGET'; _this disableAI 'TARGET'; _this setUnitAbility 0.60000002; - if (false) then {_group_1 selectLeader _this;}; + _this setBehaviour "CARELESS"; }; _unit_17 = objNull; @@ -251,7 +251,7 @@ if (true) then _this setDir 13.985736; _this setVehicleInit "this allowDammage false;"; _this disableAI 'FSM'; _this disableAI 'MOVE'; _this disableAI 'AUTOTARGET'; _this disableAI 'TARGET'; _this setUnitAbility 0.60000002; - if (false) then {_group_1 selectLeader _this;}; + _this setBehaviour "CARELESS"; }; _vehicle_73 = objNull; @@ -347,78 +347,78 @@ if (true) then _unit_56 = objNull; if (true) then { - _this = _group_1 createUnit ["Worker3", [4063.0964, 11682.222, 0.22387695], [], 0, "CAN_COLLIDE"]; + _this = _group_1 createUnit ["Worker3", [4063.1077, 11683.607, 0.22387695], [], 0, "CAN_COLLIDE"]; _unit_56 = _this; - _this setDir 189.45943; + _this setDir 160.21169; _this setVehicleInit "this allowDammage false;"; _this disableAI 'FSM'; _this disableAI 'MOVE'; _this disableAI 'AUTOTARGET'; _this disableAI 'TARGET'; _this setUnitAbility 0.60000002; - if (false) then {_group_1 selectLeader _this;}; + _this setBehaviour "CARELESS"; }; _unit_57 = objNull; if (true) then { - _this = _group_1 createUnit ["CIV_EuroMan01_EP1", [4075.0955, 11679.541, -0.038146973], [], 0, "CAN_COLLIDE"]; + _this = _group_1 createUnit ["CIV_EuroMan01_EP1", [4076.4761, 11689.335, -0.038146973], [], 0, "CAN_COLLIDE"]; _unit_57 = _this; - _this setDir 181.09763; + _this setDir 167.6983; _this setVehicleInit "this allowDammage false;"; _this disableAI 'FSM'; _this disableAI 'MOVE'; _this disableAI 'AUTOTARGET'; _this disableAI 'TARGET'; _this setUnitAbility 0.60000002; - if (true) then {_group_1 selectLeader _this;}; + _this setBehaviour "CARELESS"; }; _unit_58 = objNull; if (true) then { - _this = _group_1 createUnit ["RU_WorkWoman5", [4083.6765, 11677.628, 0.54440308], [], 0, "CAN_COLLIDE"]; + _this = _group_1 createUnit ["RU_WorkWoman5", [4082.1348, 11678.401, 0.54440308], [], 0, "CAN_COLLIDE"]; _unit_58 = _this; - _this setDir 202.8716; + _this setDir 248.47894; _this setVehicleInit "this allowDammage false;"; _this disableAI 'FSM'; _this disableAI 'MOVE'; _this disableAI 'AUTOTARGET'; _this disableAI 'TARGET'; _this setUnitAbility 0.60000002; - if (false) then {_group_1 selectLeader _this;}; + _this setBehaviour "CARELESS"; }; _unit_59 = objNull; if (true) then { - _this = _group_1 createUnit ["Woodlander3", [4055.772, 11665.541, -0.51617432], [], 0, "CAN_COLLIDE"]; + _this = _group_1 createUnit ["Woodlander3", [4052.4563, 11664.327, -0.51617432], [], 0, "CAN_COLLIDE"]; _unit_59 = _this; _this setDir 394.84546; _this setVehicleInit "this allowDammage false;"; _this disableAI 'FSM'; _this disableAI 'MOVE'; _this disableAI 'AUTOTARGET'; _this disableAI 'TARGET'; _this setUnitAbility 0.60000002; - if (false) then {_group_1 selectLeader _this;}; + _this setBehaviour "CARELESS"; }; _unit_60 = objNull; if (true) then { - _this = _group_1 createUnit ["CIV_EuroMan02_EP1", [4071.2229, 11678.851, 0.33944702], [], 0, "CAN_COLLIDE"]; + _this = _group_1 createUnit ["CIV_EuroMan02_EP1", [4071.261, 11688.006, 0.33944702], [], 0, "CAN_COLLIDE"]; _unit_60 = _this; - _this setDir 172.56062; + _this setDir 159.16132; _this setVehicleInit "this allowDammage false;"; _this disableAI 'FSM'; _this disableAI 'MOVE'; _this disableAI 'AUTOTARGET'; _this disableAI 'TARGET'; _this setUnitAbility 0.60000002; - if (false) then {_group_1 selectLeader _this;}; + _this setBehaviour "CARELESS"; }; _unit_61 = objNull; if (true) then { - _this = _group_1 createUnit ["RU_Functionary1", [4051.1519, 11671.435, 0.38604736], [], 0, "CAN_COLLIDE"]; + _this = _group_1 createUnit ["RU_Functionary1", [4041.0911, 11671.566, 0.38604736], [], 0, "CAN_COLLIDE"]; _unit_61 = _this; _this setDir 452.00577; _this setVehicleInit "this allowDammage false;"; _this disableAI 'FSM'; _this disableAI 'MOVE'; _this disableAI 'AUTOTARGET'; _this disableAI 'TARGET'; _this setUnitAbility 0.60000002; - if (false) then {_group_1 selectLeader _this;}; + _this setBehaviour "CARELESS"; }; _unit_62 = objNull; if (true) then { - _this = _group_1 createUnit ["Dr_Hladik_EP1", [4047.479, 11676.521, 0.4241333], [], 0, "CAN_COLLIDE"]; + _this = _group_1 createUnit ["Dr_Hladik_EP1", [4045.4316, 11679.76, 0.4241333], [], 0, "CAN_COLLIDE"]; _unit_62 = _this; _this setDir 504.14603; _this setVehicleInit "this allowDammage false;"; _this disableAI 'FSM'; _this disableAI 'MOVE'; _this disableAI 'AUTOTARGET'; _this disableAI 'TARGET'; _this setUnitAbility 0.60000002; - if (false) then {_group_1 selectLeader _this;}; + _this setBehaviour "CARELESS"; }; _vehicle_92 = objNull; @@ -465,10 +465,10 @@ if (true) then _vehicle_105 = objNull; if (true) then { - _this = createVehicle ["GUE_WarfareBVehicleServicePoint", [4056.4329, 11662.396, -6.1035156e-005], [], 0, "CAN_COLLIDE"]; + _this = createVehicle ["GUE_WarfareBVehicleServicePoint", [4049.5337, 11661.715, -6.1035156e-005], [], 0, "CAN_COLLIDE"]; _vehicle_105 = _this; _this setDir 30.322205; - _this setPos [4056.4329, 11662.396, -6.1035156e-005]; + _this setPos [4049.5337, 11661.715, -6.1035156e-005]; }; _vehicle_106 = objNull; @@ -501,27 +501,18 @@ if (true) then _vehicle_115 = objNull; if (true) then { - _this = createVehicle ["LADAWreck", [4060.5571, 11683.303], [], 0, "CAN_COLLIDE"]; + _this = createVehicle ["LADAWreck", [4061.0344, 11683.221], [], 0, "CAN_COLLIDE"]; _vehicle_115 = _this; - _this setDir 148.28528; - _this setPos [4060.5571, 11683.303]; -}; - -_vehicle_118 = objNull; -if (true) then -{ - _this = createVehicle ["UH1Wreck", [4095.2363, 11675.375, -3.0517578e-005], [], 0, "CAN_COLLIDE"]; - _vehicle_118 = _this; - _this setDir 49.615555; - _this setPos [4095.2363, 11675.375, -3.0517578e-005]; + _this setDir 148.28267; + _this setPos [4061.0344, 11683.221]; }; _vehicle_119 = objNull; if (true) then { - _this = createVehicle ["T72Wreck", [4001.7996, 11632.732, -6.1035156e-005], [], 0, "CAN_COLLIDE"]; + _this = createVehicle ["T72Wreck", [3966.9878, 11639.222, -6.1035156e-005], [], 0, "CAN_COLLIDE"]; _vehicle_119 = _this; - _this setPos [4001.7996, 11632.732, -6.1035156e-005]; + _this setPos [3966.9878, 11639.222, -6.1035156e-005]; }; _vehicle_120 = objNull; @@ -536,10 +527,10 @@ if (true) then _vehicle_121 = objNull; if (true) then { - _this = createVehicle ["UAZWreck", [3967.6763, 11614.6, -3.0517578e-005], [], 0, "CAN_COLLIDE"]; + _this = createVehicle ["UAZWreck", [3916.5974, 11585.969, -3.0517578e-005], [], 0, "CAN_COLLIDE"]; _vehicle_121 = _this; _this setDir 4.973218; - _this setPos [3967.6763, 11614.6, -3.0517578e-005]; + _this setPos [3916.5974, 11585.969, -3.0517578e-005]; }; _vehicle_123 = objNull; @@ -553,45 +544,45 @@ if (true) then _vehicle_125 = objNull; if (true) then { - _this = createVehicle ["VaultStorageLocked", [4045.6853, 11672.001, -6.1035156e-005], [], 0, "CAN_COLLIDE"]; + _this = createVehicle ["VaultStorageLocked", [4037.0181, 11672.931, -6.1035156e-005], [], 0, "CAN_COLLIDE"]; _vehicle_125 = _this; - _this setDir -81.80056; - _this setPos [4045.6853, 11672.001, -6.1035156e-005]; + _this setDir -74.69072; + _this setPos [4037.0181, 11672.931, -6.1035156e-005]; }; _vehicle_127 = objNull; if (true) then { - _this = createVehicle ["Sign_1L_Firstaid", [4051.072, 11676.716], [], 0, "CAN_COLLIDE"]; + _this = createVehicle ["Sign_1L_Firstaid", [4045.8872, 11681.347], [], 0, "CAN_COLLIDE"]; _vehicle_127 = _this; - _this setDir -54.858234; - _this setPos [4051.072, 11676.716]; + _this setDir -32.273766; + _this setPos [4045.8872, 11681.347]; }; _vehicle_128 = objNull; if (true) then { - _this = createVehicle ["Sign_Danger", [4026.6868, 11657.227, -6.1035156e-005], [], 0, "CAN_COLLIDE"]; + _this = createVehicle ["Sign_Danger", [4027.1787, 11657.261, -6.1035156e-005], [], 0, "CAN_COLLIDE"]; _vehicle_128 = _this; - _this setDir 80.118683; - _this setPos [4026.6868, 11657.227, -6.1035156e-005]; + _this setDir 49.790733; + _this setPos [4027.1787, 11657.261, -6.1035156e-005]; }; _vehicle_130 = objNull; if (true) then { - _this = createVehicle ["Sign_Danger", [4048.8469, 11642.289, -3.0517578e-005], [], 0, "CAN_COLLIDE"]; + _this = createVehicle ["Sign_Danger", [4057.9753, 11638.428, -3.0517578e-005], [], 0, "CAN_COLLIDE"]; _vehicle_130 = _this; - _this setPos [4048.8469, 11642.289, -3.0517578e-005]; + _this setPos [4057.9753, 11638.428, -3.0517578e-005]; }; _vehicle_133 = objNull; if (true) then { - _this = createVehicle ["Sign_Danger", [4037.2488, 11650.611, 6.1035156e-005], [], 0, "CAN_COLLIDE"]; + _this = createVehicle ["Sign_Danger", [4042.5051, 11647.118, 6.1035156e-005], [], 0, "CAN_COLLIDE"]; _vehicle_133 = _this; _this setDir 35.04166; - _this setPos [4037.2488, 11650.611, 6.1035156e-005]; + _this setPos [4042.5051, 11647.118, 6.1035156e-005]; }; _vehicle_136 = objNull; @@ -606,28 +597,28 @@ if (true) then _vehicle_138 = objNull; if (true) then { - _this = createVehicle ["Land_fort_rampart", [4016.9641, 11661.313, -6.1035156e-005], [], 0, "CAN_COLLIDE"]; + _this = createVehicle ["Land_fort_rampart", [4051.1519, 11642.453, -6.1035156e-005], [], 0, "CAN_COLLIDE"]; _vehicle_138 = _this; - _this setDir 51.129929; - _this setPos [4016.9641, 11661.313, -6.1035156e-005]; + _this setDir 201.85086; + _this setPos [4051.1519, 11642.453, -6.1035156e-005]; }; _vehicle_140 = objNull; if (true) then { - _this = createVehicle ["Land_fort_rampart", [4032.6602, 11649.594, -9.1552734e-005], [], 0, "CAN_COLLIDE"]; + _this = createVehicle ["Land_fort_rampart", [4034.2476, 11651.141, -9.1552734e-005], [], 0, "CAN_COLLIDE"]; _vehicle_140 = _this; - _this setDir 37.492935; - _this setPos [4032.6602, 11649.594, -9.1552734e-005]; + _this setDir 219.74416; + _this setPos [4034.2476, 11651.141, -9.1552734e-005]; }; _vehicle_143 = objNull; if (true) then { - _this = createVehicle ["Land_fort_rampart", [4010.0132, 11678.424, -3.0517578e-005], [], 0, "CAN_COLLIDE"]; + _this = createVehicle ["Land_fort_rampart", [4021.0457, 11662.883, -3.0517578e-005], [], 0, "CAN_COLLIDE"]; _vehicle_143 = _this; - _this setDir 75.212219; - _this setPos [4010.0132, 11678.424, -3.0517578e-005]; + _this setDir 226.36101; + _this setPos [4021.0457, 11662.883, -3.0517578e-005]; }; _vehicle_145 = objNull; @@ -641,9 +632,9 @@ if (true) then _vehicle_147 = objNull; if (true) then { - _this = createVehicle ["Hedgehog_EP1", [4040.4739, 11643.328, -3.0517578e-005], [], 0, "CAN_COLLIDE"]; + _this = createVehicle ["Hedgehog_EP1", [4039.8711, 11643.114, -3.0517578e-005], [], 0, "CAN_COLLIDE"]; _vehicle_147 = _this; - _this setPos [4040.4739, 11643.328, -3.0517578e-005]; + _this setPos [4039.8711, 11643.114, -3.0517578e-005]; }; _vehicle_150 = objNull; @@ -657,71 +648,55 @@ if (true) then _vehicle_161 = objNull; if (true) then { - _this = createVehicle ["UAZWreck", [3926.9609, 11653.108, -3.0517578e-005], [], 0, "CAN_COLLIDE"]; + _this = createVehicle ["UAZWreck", [3896.9082, 11648.199, -3.0517578e-005], [], 0, "CAN_COLLIDE"]; _vehicle_161 = _this; _this setDir 113.7531; - _this setPos [3926.9609, 11653.108, -3.0517578e-005]; + _this setPos [3896.9082, 11648.199, -3.0517578e-005]; }; _vehicle_164 = objNull; if (true) then { - _this = createVehicle ["AmmoCrates_NoInteractive_Large", [4068.406, 11679.545, -3.0517578e-005], [], 0, "CAN_COLLIDE"]; + _this = createVehicle ["AmmoCrates_NoInteractive_Large", [4068.8125, 11689.384, -3.0517578e-005], [], 0, "CAN_COLLIDE"]; _vehicle_164 = _this; - _this setDir 76.025261; - _this setPos [4068.406, 11679.545, -3.0517578e-005]; + _this setDir 62.625877; + _this setPos [4068.8125, 11689.384, -3.0517578e-005]; }; _vehicle_165 = objNull; if (true) then { - _this = createVehicle ["Misc_Backpackheap", [4091.8164, 11674.063, -9.1552734e-005], [], 0, "CAN_COLLIDE"]; + _this = createVehicle ["Misc_Backpackheap", [4084.4602, 11676.74, -9.1552734e-005], [], 0, "CAN_COLLIDE"]; _vehicle_165 = _this; - _this setPos [4091.8164, 11674.063, -9.1552734e-005]; + _this setDir 27.551155; + _this setPos [4084.4602, 11676.74, -9.1552734e-005]; }; _vehicle_166 = objNull; if (true) then { - _this = createVehicle ["Land_CamoNetVar_EAST", [4073.9631, 11680.933], [], 0, "CAN_COLLIDE"]; + _this = createVehicle ["Land_CamoNetVar_EAST", [4073.2859, 11690.171], [], 0, "CAN_COLLIDE"]; _vehicle_166 = _this; - _this setPos [4073.9631, 11680.933]; + _this setDir -13.399387; + _this setPos [4073.2859, 11690.171]; }; _vehicle_167 = objNull; if (true) then { - _this = createVehicle ["Land_CamoNet_EAST", [4059.8418, 11683.824, -9.1552734e-005], [], 0, "CAN_COLLIDE"]; + _this = createVehicle ["Land_CamoNet_EAST", [4058.8711, 11683.69, -9.1552734e-005], [], 0, "CAN_COLLIDE"]; _vehicle_167 = _this; - _this setDir -17.727798; - _this setPos [4059.8418, 11683.824, -9.1552734e-005]; + _this setDir -35.538288; + _this setPos [4058.8711, 11683.69, -9.1552734e-005]; }; _vehicle_168 = objNull; if (true) then { - _this = createVehicle ["Land_CamoNetB_EAST", [4047.8074, 11672.7, -3.0517578e-005], [], 0, "CAN_COLLIDE"]; + _this = createVehicle ["Land_CamoNetB_EAST", [4042.1938, 11676.782, -3.0517578e-005], [], 0, "CAN_COLLIDE"]; _vehicle_168 = _this; _this setDir -55.618557; - _this setPos [4047.8074, 11672.7, -3.0517578e-005]; -}; - -_vehicle_169 = objNull; -if (true) then -{ - _this = createVehicle ["ACamp_EP1", [4065.8625, 11692.57], [], 0, "CAN_COLLIDE"]; - _vehicle_169 = _this; - _this setDir -77.293472; - _this setPos [4065.8625, 11692.57]; -}; - -_vehicle_171 = objNull; -if (true) then -{ - _this = createVehicle ["ACamp_EP1", [4068.8774, 11698.188, -6.1035156e-005], [], 0, "CAN_COLLIDE"]; - _vehicle_171 = _this; - _this setDir -21.57436; - _this setPos [4068.8774, 11698.188, -6.1035156e-005]; + _this setPos [4042.1938, 11676.782, -3.0517578e-005]; }; _vehicle_173 = objNull; @@ -733,177 +708,163 @@ if (true) then _this setPos [4088.0989, 11660.668, -6.1035156e-005]; }; -_vehicle_177 = objNull; -if (true) then -{ - _this = createVehicle ["ACamp", [4075.6646, 11695.53], [], 0, "CAN_COLLIDE"]; - _vehicle_177 = _this; - _this setDir 45.119518; - _this setPos [4075.6646, 11695.53]; -}; - _vehicle_178 = objNull; if (true) then { - _this = createVehicle ["UralWreck", [3960.4729, 11634.942, -3.0517578e-005], [], 0, "CAN_COLLIDE"]; + _this = createVehicle ["UralWreck", [3878.5791, 11678.632, -3.0517578e-005], [], 0, "CAN_COLLIDE"]; _vehicle_178 = _this; _this setDir 51.630379; - _this setPos [3960.4729, 11634.942, -3.0517578e-005]; + _this setPos [3878.5791, 11678.632, -3.0517578e-005]; }; _vehicle_184 = objNull; if (true) then { - _this = createVehicle ["Land_Bucket_EP1", [4084.6394, 11680.021, -6.1035156e-005], [], 0, "CAN_COLLIDE"]; + _this = createVehicle ["Land_Bucket_EP1", [4084.5188, 11679.391, -6.1035156e-005], [], 0, "CAN_COLLIDE"]; _vehicle_184 = _this; - _this setDir -37.668247; - _this setPos [4084.6394, 11680.021, -6.1035156e-005]; + _this setDir 7.9390635; + _this setPos [4084.5188, 11679.391, -6.1035156e-005]; }; _vehicle_187 = objNull; if (true) then { - _this = createVehicle ["WoodChair", [4075.2673, 11679.889, -0.00051879883], [], 0, "CAN_COLLIDE"]; + _this = createVehicle ["WoodChair", [4075.5295, 11688.932, -0.00051879883], [], 0, "CAN_COLLIDE"]; _vehicle_187 = _this; - _this setPos [4075.2673, 11679.889, -0.00051879883]; + _this setDir -13.399387; + _this setPos [4075.5295, 11688.932, -0.00051879883]; }; _vehicle_195 = objNull; if (true) then { - _this = createVehicle ["Land_Pillow_EP1", [4083.7507, 11678.72, -6.1035156e-005], [], 0, "CAN_COLLIDE"]; + _this = createVehicle ["Land_Pillow_EP1", [4082.9668, 11679.114, -6.1035156e-005], [], 0, "CAN_COLLIDE"]; _vehicle_195 = _this; - _this setPos [4083.7507, 11678.72, -6.1035156e-005]; + _this setDir 45.607311; + _this setPos [4082.9668, 11679.114, -6.1035156e-005]; }; _vehicle_197 = objNull; if (true) then { - _this = createVehicle ["FoldTable", [4075.4065, 11678.481], [], 0, "CAN_COLLIDE"]; + _this = createVehicle ["FoldTable", [4076.6787, 11687.93], [], 0, "CAN_COLLIDE"]; _vehicle_197 = _this; - _this setDir 7.4514174; - _this setPos [4075.4065, 11678.481]; + _this setDir -6.2451982; + _this setPos [4076.6787, 11687.93]; }; _vehicle_198 = objNull; if (true) then { - _this = createVehicle ["FoldChair", [4070.9119, 11679.344, -6.1035156e-005], [], 0, "CAN_COLLIDE"]; + _this = createVehicle ["FoldChair", [4070.8406, 11688.412, -6.1035156e-005], [], 0, "CAN_COLLIDE"]; _vehicle_198 = _this; - _this setDir -23.315302; - _this setPos [4070.9119, 11679.344, -6.1035156e-005]; + _this setDir -36.714691; + _this setPos [4070.8406, 11688.412, -6.1035156e-005]; }; _vehicle_200 = objNull; if (true) then { - _this = createVehicle ["FoldTable", [4071.4922, 11677.946], [], 0, "CAN_COLLIDE"]; + _this = createVehicle ["FoldTable", [4071.5706, 11686.813], [], 0, "CAN_COLLIDE"]; _vehicle_200 = _this; - _this setDir -19.879076; - _this setPos [4071.4922, 11677.946]; + _this setDir -13.604273; + _this setPos [4071.5706, 11686.813]; }; _vehicle_205 = objNull; if (true) then { - _this = createVehicle ["Land_Misc_Well_C_EP1", [4054.1531, 11676.719, -6.1035156e-005], [], 0, "CAN_COLLIDE"]; + _this = createVehicle ["Land_Misc_Well_C_EP1", [4086.7544, 11665.94, -6.1035156e-005], [], 0, "CAN_COLLIDE"]; _vehicle_205 = _this; _this setDir -162.20102; - _this setPos [4054.1531, 11676.719, -6.1035156e-005]; + _this setPos [4086.7544, 11665.94, -6.1035156e-005]; }; _vehicle_206 = objNull; if (true) then { - _this = createVehicle ["Bunker_PMC", [4027.7515, 11676.841, -6.1035156e-005], [], 0, "CAN_COLLIDE"]; + _this = createVehicle ["Bunker_PMC", [4025.1743, 11676.713, -6.1035156e-005], [], 0, "CAN_COLLIDE"]; _vehicle_206 = _this; _this setDir -73.730324; - _this setPos [4027.7515, 11676.841, -6.1035156e-005]; -}; - -_vehicle_207 = objNull; -if (true) then -{ - _this = createVehicle ["Land_A_tent", [4092.2261, 11682.055, -9.1552734e-005], [], 0, "CAN_COLLIDE"]; - _vehicle_207 = _this; - _this setDir 15.115851; - _this setPos [4092.2261, 11682.055, -9.1552734e-005]; + _this setPos [4025.1743, 11676.713, -6.1035156e-005]; }; _vehicle_210 = objNull; if (true) then { - _this = createVehicle ["Land_Campfire", [4070.8823, 11692.303, -9.1552734e-005], [], 0, "CAN_COLLIDE"]; + _this = createVehicle ["Land_Campfire", [4079.6946, 11684.681, -9.1552734e-005], [], 0, "CAN_COLLIDE"]; _vehicle_210 = _this; - _this setPos [4070.8823, 11692.303, -9.1552734e-005]; + _this setDir 23.801672; + _this setPos [4079.6946, 11684.681, -9.1552734e-005]; }; _vehicle_217 = objNull; if (true) then { - _this = createVehicle ["Land_Toilet", [4029.3098, 11668.724, -0.00012207031], [], 0, "CAN_COLLIDE"]; + _this = createVehicle ["Land_Toilet", [4027.1782, 11668.193, -0.00012207031], [], 0, "CAN_COLLIDE"]; _vehicle_217 = _this; _this setDir 13.455784; - _this setPos [4029.3098, 11668.724, -0.00012207031]; + _this setPos [4027.1782, 11668.193, -0.00012207031]; }; _vehicle_219 = objNull; if (true) then { - _this = createVehicle ["Land_Toilet", [4026.2388, 11669.74, -6.1035156e-005], [], 0, "CAN_COLLIDE"]; + _this = createVehicle ["Land_Toilet", [4024.7322, 11669.046, -6.1035156e-005], [], 0, "CAN_COLLIDE"]; _vehicle_219 = _this; _this setDir 13.455784; - _this setPos [4026.2388, 11669.74, -6.1035156e-005]; + _this setPos [4024.7322, 11669.046, -6.1035156e-005]; }; _vehicle_221 = objNull; if (true) then { - _this = createVehicle ["Land_Misc_Garb_Heap_EP1", [4021.019, 11673.451, 3.0517578e-005], [], 0, "CAN_COLLIDE"]; + _this = createVehicle ["Land_Misc_Garb_Heap_EP1", [4020.3621, 11668.598, 3.0517578e-005], [], 0, "CAN_COLLIDE"]; _vehicle_221 = _this; - _this setPos [4021.019, 11673.451, 3.0517578e-005]; + _this setPos [4020.3621, 11668.598, 3.0517578e-005]; }; _vehicle_223 = objNull; if (true) then { - _this = createVehicle ["Land_Misc_IronPipes_EP1", [4027.095, 11672.495, -3.0517578e-005], [], 0, "CAN_COLLIDE"]; + _this = createVehicle ["Land_Misc_IronPipes_EP1", [4059.2703, 11657.253, -3.0517578e-005], [], 0, "CAN_COLLIDE"]; _vehicle_223 = _this; - _this setPos [4027.095, 11672.495, -3.0517578e-005]; + _this setPos [4059.2703, 11657.253, -3.0517578e-005]; }; _vehicle_226 = objNull; if (true) then { - _this = createVehicle ["Land_Barrel_water", [4086.0166, 11678.566, -3.0517578e-005], [], 0, "CAN_COLLIDE"]; + _this = createVehicle ["Land_Barrel_water", [4080.8704, 11680.369, -3.0517578e-005], [], 0, "CAN_COLLIDE"]; _vehicle_226 = _this; - _this setPos [4086.0166, 11678.566, -3.0517578e-005]; + _this setDir 45.607311; + _this setPos [4080.8704, 11680.369, -3.0517578e-005]; }; _vehicle_227 = objNull; if (true) then { - _this = createVehicle ["Land_Reservoir_EP1", [4051.0298, 11677.701, -9.1552734e-005], [], 0, "CAN_COLLIDE"]; + _this = createVehicle ["Land_Reservoir_EP1", [4060.4285, 11659.987, -9.1552734e-005], [], 0, "CAN_COLLIDE"]; _vehicle_227 = _this; - _this setPos [4051.0298, 11677.701, -9.1552734e-005]; + _this setPos [4060.4285, 11659.987, -9.1552734e-005]; }; _vehicle_230 = objNull; if (true) then { - _this = createVehicle ["Land_stand_meat_EP1", [4085.031, 11680.345, 3.0517578e-005], [], 0, "CAN_COLLIDE"]; + _this = createVehicle ["Land_stand_meat_EP1", [4085.0249, 11679.335, 3.0517578e-005], [], 0, "CAN_COLLIDE"]; _vehicle_230 = _this; - _this setDir -72.512245; - _this setPos [4085.031, 11680.345, 3.0517578e-005]; + _this setDir -26.904921; + _this setPos [4085.0249, 11679.335, 3.0517578e-005]; }; _vehicle_231 = objNull; if (true) then { - _this = createVehicle ["Land_stand_small_EP1", [4083.429, 11677.104, -0.00012207031], [], 0, "CAN_COLLIDE"]; + _this = createVehicle ["Land_stand_small_EP1", [4081.5881, 11678.214, -0.00012207031], [], 0, "CAN_COLLIDE"]; _vehicle_231 = _this; - _this setDir 18.036106; - _this setPos [4083.429, 11677.104, -0.00012207031]; + _this setDir 63.643429; + _this setPos [4081.5881, 11678.214, -0.00012207031]; }; _vehicle_232 = objNull; @@ -925,59 +886,64 @@ if (true) then _vehicle_234 = objNull; if (true) then { - _this = createVehicle ["ClutterCutter_small_EP1", [4085.1245, 11677.354, -0.00018310547], [], 0, "CAN_COLLIDE"]; + _this = createVehicle ["ClutterCutter_small_EP1", [4082.9521, 11677.176, -0.00018310547], [], 0, "CAN_COLLIDE"]; _vehicle_234 = _this; - _this setPos [4085.1245, 11677.354, -0.00018310547]; + _this setDir 45.607311; + _this setPos [4082.9521, 11677.176, -0.00018310547]; }; _vehicle_235 = objNull; if (true) then { - _this = createVehicle ["ClutterCutter_small_EP1", [4073.1829, 11679.743, 3.0517578e-005], [], 0, "CAN_COLLIDE"]; + _this = createVehicle ["ClutterCutter_small_EP1", [4072.9602, 11689.326, 3.0517578e-005], [], 0, "CAN_COLLIDE"]; _vehicle_235 = _this; - _this setPos [4073.1829, 11679.743, 3.0517578e-005]; + _this setDir -13.399387; + _this setPos [4072.9602, 11689.326, 3.0517578e-005]; }; _vehicle_236 = objNull; if (true) then { - _this = createVehicle ["ClutterCutter_EP1", [4070.5967, 11693.398, -9.1552734e-005], [], 0, "CAN_COLLIDE"]; + _this = createVehicle ["ClutterCutter_EP1", [4075.0007, 11692.986, -9.1552734e-005], [], 0, "CAN_COLLIDE"]; _vehicle_236 = _this; - _this setPos [4070.5967, 11693.398, -9.1552734e-005]; + _this setDir 23.801672; + _this setPos [4075.0007, 11692.986, -9.1552734e-005]; }; _vehicle_237 = objNull; if (true) then { - _this = createVehicle ["ClutterCutter_EP1", [4070.5886, 11680.909, 3.0517578e-005], [], 0, "CAN_COLLIDE"]; + _this = createVehicle ["ClutterCutter_EP1", [4070.1655, 11689.861, 3.0517578e-005], [], 0, "CAN_COLLIDE"]; _vehicle_237 = _this; - _this setPos [4070.5886, 11680.909, 3.0517578e-005]; + _this setDir -13.399387; + _this setPos [4070.1655, 11689.861, 3.0517578e-005]; }; _vehicle_238 = objNull; if (true) then { - _this = createVehicle ["Land_tires_EP1", [4060.9287, 11680.292, -6.1035156e-005], [], 0, "CAN_COLLIDE"]; + _this = createVehicle ["Land_tires_EP1", [4054.1108, 11663.708, -6.1035156e-005], [], 0, "CAN_COLLIDE"]; _vehicle_238 = _this; - _this setPos [4060.9287, 11680.292, -6.1035156e-005]; + _this setDir -37.201057; + _this setPos [4054.1108, 11663.708, -6.1035156e-005]; }; _vehicle_239 = objNull; if (true) then { - _this = createVehicle ["Land_transport_crates_EP1", [4075.4363, 11681.854, -3.0517578e-005], [], 0, "CAN_COLLIDE"]; + _this = createVehicle ["Land_transport_crates_EP1", [4072.9927, 11691.42, -3.0517578e-005], [], 0, "CAN_COLLIDE"]; _vehicle_239 = _this; - _this setDir 4.834672; - _this setPos [4075.4363, 11681.854, -3.0517578e-005]; + _this setDir -8.5647125; + _this setPos [4072.9927, 11691.42, -3.0517578e-005]; }; _vehicle_241 = objNull; if (true) then { - _this = createVehicle ["Misc_TyreHeapEP1", [4066.7231, 11683.679, -6.1035156e-005], [], 0, "CAN_COLLIDE"]; + _this = createVehicle ["Misc_TyreHeapEP1", [4065.293, 11686.709, -6.1035156e-005], [], 0, "CAN_COLLIDE"]; _vehicle_241 = _this; - _this setDir -50.481022; - _this setPos [4066.7231, 11683.679, -6.1035156e-005]; + _this setDir -87.682068; + _this setPos [4065.293, 11686.709, -6.1035156e-005]; }; _vehicle_243 = objNull; @@ -999,225 +965,231 @@ if (true) then _vehicle_246 = objNull; if (true) then { - _this = createVehicle ["Pile_of_wood", [4081.6265, 11678.87, -6.1035156e-005], [], 0, "CAN_COLLIDE"]; + _this = createVehicle ["Pile_of_wood", [4080.9604, 11689.103, -6.1035156e-005], [], 0, "CAN_COLLIDE"]; _vehicle_246 = _this; - _this setDir -155.33347; - _this setPos [4081.6265, 11678.87, -6.1035156e-005]; + _this setDir -184.23883; + _this setPos [4080.9604, 11689.103, -6.1035156e-005]; }; _vehicle_247 = objNull; if (true) then { - _this = createVehicle ["ClutterCutter_small_EP1", [4091.1067, 11679.684, 0], [], 0, "CAN_COLLIDE"]; + _this = createVehicle ["ClutterCutter_small_EP1", [4088.801, 11674.526], [], 0, "CAN_COLLIDE"]; _vehicle_247 = _this; - _this setPos [4091.1067, 11679.684, 0]; + _this setDir 45.607311; + _this setPos [4088.801, 11674.526]; }; _vehicle_248 = objNull; if (true) then { - _this = createVehicle ["ClutterCutter_small_EP1", [4089.3652, 11678.585, -3.0517578e-005], [], 0, "CAN_COLLIDE"]; + _this = createVehicle ["ClutterCutter_small_EP1", [4086.7998, 11675.009, -3.0517578e-005], [], 0, "CAN_COLLIDE"]; _vehicle_248 = _this; - _this setPos [4089.3652, 11678.585, -3.0517578e-005]; + _this setDir 45.607311; + _this setPos [4086.7998, 11675.009, -3.0517578e-005]; }; _vehicle_250 = objNull; if (true) then { - _this = createVehicle ["AmmoCrates_NoInteractive_Medium", [4069.7522, 11681.854, -0.00012207031], [], 0, "CAN_COLLIDE"]; + _this = createVehicle ["AmmoCrates_NoInteractive_Medium", [4069.5984, 11691.396, -0.00012207031], [], 0, "CAN_COLLIDE"]; _vehicle_250 = _this; - _this setDir 24.766068; - _this setPos [4069.7522, 11681.854, -0.00012207031]; + _this setDir 11.366673; + _this setPos [4069.5984, 11691.396, -0.00012207031]; }; _vehicle_257 = objNull; if (true) then { - _this = createVehicle ["Land_cages_EP1", [4085.5823, 11683.197, -3.0517578e-005], [], 0, "CAN_COLLIDE"]; + _this = createVehicle ["Land_cages_EP1", [4087.4485, 11680.938, -3.0517578e-005], [], 0, "CAN_COLLIDE"]; _vehicle_257 = _this; - _this setPos [4085.5823, 11683.197, -3.0517578e-005]; + _this setDir 45.607311; + _this setPos [4087.4485, 11680.938, -3.0517578e-005]; }; _vehicle_258 = objNull; if (true) then { - _this = createVehicle ["Land_covering_hut_EP1", [4083.6365, 11678.117, -3.0517578e-005], [], 0, "CAN_COLLIDE"]; + _this = createVehicle ["Land_covering_hut_EP1", [4082.458, 11678.772, -3.0517578e-005], [], 0, "CAN_COLLIDE"]; _vehicle_258 = _this; - _this setDir 19.176928; - _this setPos [4083.6365, 11678.117, -3.0517578e-005]; + _this setDir 64.784256; + _this setPos [4082.458, 11678.772, -3.0517578e-005]; }; _vehicle_260 = objNull; if (true) then { - _this = createVehicle ["Land_covering_hut_EP1", [4084.7466, 11680.947, -3.0517578e-005], [], 0, "CAN_COLLIDE"]; + _this = createVehicle ["Land_covering_hut_EP1", [4085.2566, 11679.96, -3.0517578e-005], [], 0, "CAN_COLLIDE"]; _vehicle_260 = _this; - _this setDir 202.37376; - _this setPos [4084.7466, 11680.947, -3.0517578e-005]; + _this setDir 247.98111; + _this setPos [4085.2566, 11679.96, -3.0517578e-005]; }; _vehicle_263 = objNull; if (true) then { - _this = createVehicle ["Land_Fire_barrel", [4056.6187, 11677.058, 3.0517578e-005], [], 0, "CAN_COLLIDE"]; + _this = createVehicle ["Land_Fire_barrel", [4051.8486, 11679.271, 3.0517578e-005], [], 0, "CAN_COLLIDE"]; _vehicle_263 = _this; _this setDir -76.113144; - _this setPos [4056.6187, 11677.058, 3.0517578e-005]; + _this setPos [4051.8486, 11679.271, 3.0517578e-005]; }; _vehicle_265 = objNull; if (true) then { - _this = createVehicle ["Land_Fire_barrel", [4079.2566, 11675.55, -6.1035156e-005], [], 0, "CAN_COLLIDE"]; + _this = createVehicle ["Land_Fire_barrel", [4076.394, 11652.827, -6.1035156e-005], [], 0, "CAN_COLLIDE"]; _vehicle_265 = _this; - _this setPos [4079.2566, 11675.55, -6.1035156e-005]; + _this setDir -37.201057; + _this setPos [4076.394, 11652.827, -6.1035156e-005]; }; _vehicle_267 = objNull; if (true) then { - _this = createVehicle ["Land_Fire_barrel", [4051.7969, 11667.024, -3.0517578e-005], [], 0, "CAN_COLLIDE"]; + _this = createVehicle ["Land_Fire_barrel", [4045.5076, 11666.665, -3.0517578e-005], [], 0, "CAN_COLLIDE"]; _vehicle_267 = _this; _this setDir -149.19844; - _this setPos [4051.7969, 11667.024, -3.0517578e-005]; + _this setPos [4045.5076, 11666.665, -3.0517578e-005]; }; _vehicle_277 = objNull; if (true) then { - _this = createVehicle ["Desk", [4052.3142, 11671.442, 3.0517578e-005], [], 0, "CAN_COLLIDE"]; + _this = createVehicle ["Desk", [4042.8225, 11671.441, 3.0517578e-005], [], 0, "CAN_COLLIDE"]; _vehicle_277 = _this; _this setDir -75.920891; - _this setPos [4052.3142, 11671.442, 3.0517578e-005]; + _this setPos [4042.8225, 11671.441, 3.0517578e-005]; }; _vehicle_278 = objNull; if (true) then { - _this = createVehicle ["WoodChair", [4050.6924, 11671.313, -6.1035156e-005], [], 0, "CAN_COLLIDE"]; + _this = createVehicle ["WoodChair", [4040.293, 11671.288, -6.1035156e-005], [], 0, "CAN_COLLIDE"]; _vehicle_278 = _this; _this setDir -98.808823; - _this setPos [4050.6924, 11671.313, -6.1035156e-005]; + _this setPos [4040.293, 11671.288, -6.1035156e-005]; }; _vehicle_281 = objNull; if (true) then { - _this = createVehicle ["Land_Chair_EP1", [4048.8801, 11676.356, 3.0517578e-005], [], 0, "CAN_COLLIDE"]; + _this = createVehicle ["Land_Chair_EP1", [4047.7837, 11680.796, 3.0517578e-005], [], 0, "CAN_COLLIDE"]; _vehicle_281 = _this; _this setDir 149.93571; - _this setPos [4048.8801, 11676.356, 3.0517578e-005]; + _this setPos [4047.7837, 11680.796, 3.0517578e-005]; }; _vehicle_283 = objNull; if (true) then { - _this = createVehicle ["Land_Chair_EP1", [4045.6755, 11676.579], [], 0, "CAN_COLLIDE"]; + _this = createVehicle ["Land_Chair_EP1", [4043.9524, 11679.923], [], 0, "CAN_COLLIDE"]; _vehicle_283 = _this; - _this setPos [4045.6755, 11676.579]; + _this setPos [4043.9524, 11679.923]; }; _vehicle_286 = objNull; if (true) then { - _this = createVehicle ["Land_Chair_EP1", [4047.0374, 11674.624], [], 0, "CAN_COLLIDE"]; + _this = createVehicle ["Land_Chair_EP1", [4046.6113, 11677.413], [], 0, "CAN_COLLIDE"]; _vehicle_286 = _this; _this setDir 274.44189; - _this setPos [4047.0374, 11674.624]; + _this setPos [4046.6113, 11677.413]; }; _vehicle_289 = objNull; if (true) then { - _this = createVehicle ["Land_Canister_EP1", [4045.7336, 11670.975, -3.0517578e-005], [], 0, "CAN_COLLIDE"]; + _this = createVehicle ["Land_Canister_EP1", [4037.4551, 11671.771, -3.0517578e-005], [], 0, "CAN_COLLIDE"]; _vehicle_289 = _this; _this setDir -65.660828; - _this setPos [4045.7336, 11670.975, -3.0517578e-005]; + _this setPos [4037.4551, 11671.771, -3.0517578e-005]; }; _vehicle_291 = objNull; if (true) then { - _this = createVehicle ["SmallTable", [4047.5291, 11675.952, -3.0517578e-005], [], 0, "CAN_COLLIDE"]; + _this = createVehicle ["SmallTable", [4046.1511, 11678.553, -3.0517578e-005], [], 0, "CAN_COLLIDE"]; _vehicle_291 = _this; - _this setPos [4047.5291, 11675.952, -3.0517578e-005]; + _this setDir -33.169563; + _this setPos [4046.1511, 11678.553, -3.0517578e-005]; }; _vehicle_292 = objNull; if (true) then { - _this = createVehicle ["Land_Water_pipe_EP1", [4047.8979, 11675.2, -3.0517578e-005], [], 0, "CAN_COLLIDE"]; + _this = createVehicle ["Land_Water_pipe_EP1", [4044.7798, 11678.93, -3.0517578e-005], [], 0, "CAN_COLLIDE"]; _vehicle_292 = _this; - _this setPos [4047.8979, 11675.2, -3.0517578e-005]; + _this setPos [4044.7798, 11678.93, -3.0517578e-005]; }; _vehicle_294 = objNull; if (true) then { - _this = createVehicle ["Land_Vase_EP1", [4052.2058, 11670.15, -6.1035156e-005], [], 0, "CAN_COLLIDE"]; + _this = createVehicle ["Land_Vase_EP1", [4043.4714, 11669.899, -6.1035156e-005], [], 0, "CAN_COLLIDE"]; _vehicle_294 = _this; - _this setPos [4052.2058, 11670.15, -6.1035156e-005]; + _this setPos [4043.4714, 11669.899, -6.1035156e-005]; }; _vehicle_299 = objNull; if (true) then { - _this = createVehicle ["Land_Table_EP1", [4062.905, 11681.144, -6.1035156e-005], [], 0, "CAN_COLLIDE"]; + _this = createVehicle ["Land_Table_EP1", [4063.5955, 11682.546, -6.1035156e-005], [], 0, "CAN_COLLIDE"]; _vehicle_299 = _this; - _this setDir 264.32849; - _this setPos [4062.905, 11681.144, -6.1035156e-005]; + _this setDir 235.08073; + _this setPos [4063.5955, 11682.546, -6.1035156e-005]; }; _vehicle_302 = objNull; if (true) then { - _this = createVehicle ["Land_Cabinet_EP1", [4044.6665, 11676.482, 6.1035156e-005], [], 0, "CAN_COLLIDE"]; + _this = createVehicle ["Land_Cabinet_EP1", [4045.1184, 11681.9, 6.1035156e-005], [], 0, "CAN_COLLIDE"]; _vehicle_302 = _this; - _this setDir 2.9116678; - _this setPos [4044.6665, 11676.482, 6.1035156e-005]; + _this setDir 55.155731; + _this setPos [4045.1184, 11681.9, 6.1035156e-005]; }; _vehicle_304 = objNull; if (true) then { - _this = createVehicle ["Land_Crates_stack_EP1", [4086.3225, 11679.862, 0.00012207031], [], 0, "CAN_COLLIDE"]; + _this = createVehicle ["Land_Crates_stack_EP1", [4085.5854, 11678.075, 0.00012207031], [], 0, "CAN_COLLIDE"]; _vehicle_304 = _this; - _this setDir 29.527336; - _this setPos [4086.3225, 11679.862, 0.00012207031]; + _this setDir 75.134659; + _this setPos [4085.5854, 11678.075, 0.00012207031]; }; _vehicle_305 = objNull; if (true) then { - _this = createVehicle ["ClutterCutter_small_EP1", [4086.9695, 11681.138, -9.1552734e-005], [], 0, "CAN_COLLIDE"]; + _this = createVehicle ["ClutterCutter_small_EP1", [4086.9478, 11678.506, -9.1552734e-005], [], 0, "CAN_COLLIDE"]; _vehicle_305 = _this; - _this setPos [4086.9695, 11681.138, -9.1552734e-005]; + _this setDir 45.607311; + _this setPos [4086.9478, 11678.506, -9.1552734e-005]; }; _vehicle_331 = objNull; if (true) then { - _this = createVehicle ["Gunrack1", [4076.0898, 11680.527, 3.0517578e-005], [], 0, "CAN_COLLIDE"]; + _this = createVehicle ["Gunrack1", [4076.0127, 11691.634, 3.0517578e-005], [], 0, "CAN_COLLIDE"]; _vehicle_331 = _this; - _this setDir 6.9876332; - _this setPos [4076.0898, 11680.527, 3.0517578e-005]; + _this setDir -6.4117479; + _this setPos [4076.0127, 11691.634, 3.0517578e-005]; }; _vehicle_336 = objNull; if (true) then { - _this = createVehicle ["Land_Vase_EP1", [4052.7932, 11672.524, -3.0517578e-005], [], 0, "CAN_COLLIDE"]; + _this = createVehicle ["Land_Vase_EP1", [4044.0398, 11672.616, -3.0517578e-005], [], 0, "CAN_COLLIDE"]; _vehicle_336 = _this; - _this setPos [4052.7932, 11672.524, -3.0517578e-005]; + _this setPos [4044.0398, 11672.616, -3.0517578e-005]; }; _vehicle_340 = objNull; if (true) then { - _this = createVehicle ["Misc_cargo_cont_small2", [4045.6313, 11669.213, 6.1035156e-005], [], 0, "CAN_COLLIDE"]; + _this = createVehicle ["Misc_cargo_cont_small2", [4036.6765, 11678.16, 6.1035156e-005], [], 0, "CAN_COLLIDE"]; _vehicle_340 = _this; - _this setDir 249.77954; - _this setPos [4045.6313, 11669.213, 6.1035156e-005]; + _this setDir 301.11227; + _this setPos [4036.6765, 11678.16, 6.1035156e-005]; }; _vehicle_379 = objNull; @@ -1226,6 +1198,7 @@ if (true) then _this = createVehicle ["sigisolda6", [10158.258, 1686.7931, 0.0062988698], [], 0, "CAN_COLLIDE"]; _vehicle_379 = _this; _this setDir -80.566795; + _this setVehicleArmor 0.44294706; _this setVehicleLock "LOCKED"; _this setPos [10158.258, 1686.7931, 0.0062988698]; }; @@ -1233,36 +1206,19 @@ if (true) then _vehicle_380 = objNull; if (true) then { - _this = createVehicle ["Hedgehog_EP1", [4073.9636, 11674.354], [], 0, "CAN_COLLIDE"]; + _this = createVehicle ["Hedgehog_EP1", [4074.0894, 11686.431], [], 0, "CAN_COLLIDE"]; _vehicle_380 = _this; - _this setPos [4073.9636, 11674.354]; -}; - -_vehicle_389 = objNull; -if (true) then -{ - _this = createVehicle ["Hedgehog_EP1", [4056.2847, 11668.778, -6.1035156e-005], [], 0, "CAN_COLLIDE"]; - _vehicle_389 = _this; - _this setDir 73.406197; - _this setPos [4056.2847, 11668.778, -6.1035156e-005]; -}; - -_vehicle_396 = objNull; -if (true) then -{ - _this = createVehicle ["Land_Campfire", [4091.0466, 11679.077], [], 0, "CAN_COLLIDE"]; - _vehicle_396 = _this; - _this setDir 30.332708; - _this setPos [4091.0466, 11679.077]; + _this setDir -13.399387; + _this setPos [4074.0894, 11686.431]; }; _vehicle_405 = objNull; if (true) then { - _this = createVehicle ["Misc_palletsfoiled_heap", [4056.7549, 11680.813, 3.0517578e-005], [], 0, "CAN_COLLIDE"]; + _this = createVehicle ["Misc_palletsfoiled_heap", [4056.8115, 11681.522, 3.0517578e-005], [], 0, "CAN_COLLIDE"]; _vehicle_405 = _this; - _this setDir -26.828587; - _this setPos [4056.7549, 11680.813, 3.0517578e-005]; + _this setDir -33.649006; + _this setPos [4056.8115, 11681.522, 3.0517578e-005]; }; _unit_73 = objNull; @@ -1273,7 +1229,7 @@ if (true) then _this setDir 92.75209; _this setVehicleInit "this allowDammage false;"; _this disableAI 'FSM'; _this disableAI 'MOVE'; _this disableAI 'AUTOTARGET'; _this disableAI 'TARGET'; _this setUnitAbility 0.60000002; - if (false) then {_group_1 selectLeader _this;}; + _this setBehaviour "CARELESS"; }; _vehicle_412 = objNull; @@ -1292,7 +1248,7 @@ if (true) then _this setDir -48.52689; _this setVehicleInit "this allowDammage false;"; _this disableAI 'FSM'; _this disableAI 'MOVE'; _this disableAI 'AUTOTARGET'; _this disableAI 'TARGET'; _this setUnitAbility 0.60000002; - if (false) then {_group_1 selectLeader _this;}; + _this setBehaviour "CARELESS"; }; _unit_75 = objNull; @@ -1303,7 +1259,7 @@ if (true) then _this setDir -47.533646; _this setVehicleInit "this allowDammage false;"; _this disableAI 'FSM'; _this disableAI 'MOVE'; _this disableAI 'AUTOTARGET'; _this disableAI 'TARGET'; _this setUnitAbility 0.60000002; - if (false) then {_group_1 selectLeader _this;}; + _this setBehaviour "CARELESS"; }; _unit_78 = objNull; @@ -1314,7 +1270,7 @@ if (true) then _this setDir -52.978313; _this setVehicleInit "this allowDammage false;"; _this disableAI 'FSM'; _this disableAI 'MOVE'; _this disableAI 'AUTOTARGET'; _this disableAI 'TARGET'; _this setUnitAbility 0.60000002; - if (false) then {_group_1 selectLeader _this;}; + _this setBehaviour "CARELESS"; }; _unit_79 = objNull; @@ -1325,7 +1281,7 @@ if (true) then _this setDir 125.74001; _this setVehicleInit "this allowDammage false;"; _this disableAI 'FSM'; _this disableAI 'MOVE'; _this disableAI 'AUTOTARGET'; _this disableAI 'TARGET'; _this setUnitAbility 0.60000002; - if (false) then {_group_1 selectLeader _this;}; + _this setBehaviour "CARELESS"; }; _unit_82 = objNull; @@ -1336,18 +1292,449 @@ if (true) then _this setDir 107.12319; _this setVehicleInit "this allowDammage false;"; _this disableAI 'FSM'; _this disableAI 'MOVE'; _this disableAI 'AUTOTARGET'; _this disableAI 'TARGET'; _this setUnitAbility 0.60000002; - if (false) then {_group_1 selectLeader _this;}; + _this setBehaviour "CARELESS"; }; _unit_84 = objNull; if (true) then { - _this = _group_1 createUnit ["TK_CIV_Takistani04_EP1", [6912.1919, 11428.12, 11.354488], [], 0, "CAN_COLLIDE"]; + _this = _group_1 createUnit ["TK_CIV_Takistani04_EP1", [6330.3633, 7796.9907, 0.98069924], [], 0, "CAN_COLLIDE"]; _unit_84 = _this; - _this setDir 377.50549; + _this setDir 390.10486; _this setVehicleInit "this allowDammage false;"; _this disableAI 'FSM'; _this disableAI 'MOVE'; _this disableAI 'AUTOTARGET'; _this disableAI 'TARGET'; _this setUnitAbility 0.60000002; - if (false) then {_group_1 selectLeader _this;}; + _this setBehaviour "CARELESS"; }; -processInitCommands; \ No newline at end of file +_vehicle_417 = objNull; +if (true) then +{ + _this = createVehicle ["Base_WarfareBBarrier10xTall", [6284.7178, 7810.0225], [], 0, "CAN_COLLIDE"]; + _vehicle_417 = _this; + _this setDir 36.733208; + _this setPos [6284.7178, 7810.0225]; +}; + +_vehicle_421 = objNull; +if (true) then +{ + _this = createVehicle ["Base_WarfareBBarrier10xTall", [6297.6782, 7801.811, -3.0517578e-005], [], 0, "CAN_COLLIDE"]; + _vehicle_421 = _this; + _this setDir 216.36087; + _this setPos [6297.6782, 7801.811, -3.0517578e-005]; +}; + +_vehicle_436 = objNull; +if (true) then +{ + _this = createVehicle ["Base_WarfareBBarrier10xTall", [6310.457, 7792.4302, -6.1035156e-005], [], 0, "CAN_COLLIDE"]; + _vehicle_436 = _this; + _this setDir 216.36087; + _this setPos [6310.457, 7792.4302, -6.1035156e-005]; +}; + +_vehicle_438 = objNull; +if (true) then +{ + _this = createVehicle ["Base_WarfareBBarrier10xTall", [6343.3965, 7790.6904, -3.0517578e-005], [], 0, "CAN_COLLIDE"]; + _vehicle_438 = _this; + _this setDir 307.23346; + _this setPos [6343.3965, 7790.6904, -3.0517578e-005]; +}; + +_vehicle_441 = objNull; +if (true) then +{ + _this = createVehicle ["Base_WarfareBBarrier10xTall", [6331.4189, 7790.5474, 3.0517578e-005], [], 0, "CAN_COLLIDE"]; + _vehicle_441 = _this; + _this setDir 396.76065; + _this setPos [6331.4189, 7790.5474, 3.0517578e-005]; +}; + +_vehicle_447 = objNull; +if (true) then +{ + _this = createVehicle ["Base_WarfareBBarrier10xTall", [6281.7749, 7833.4512], [], 0, "CAN_COLLIDE"]; + _vehicle_447 = _this; + _this setDir 122.2724; + _this setPos [6281.7749, 7833.4512]; +}; + +_vehicle_450 = objNull; +if (true) then +{ + _this = createVehicle ["Base_WarfareBBarrier10xTall", [6290.1929, 7846.6592, -6.1035156e-005], [], 0, "CAN_COLLIDE"]; + _vehicle_450 = _this; + _this setDir 122.55348; + _this setPos [6290.1929, 7846.6592, -6.1035156e-005]; +}; + +_vehicle_453 = objNull; +if (true) then +{ + _this = createVehicle ["Base_WarfareBBarrier10xTall", [6301.3428, 7850.8022, 3.0517578e-005], [], 0, "CAN_COLLIDE"]; + _vehicle_453 = _this; + _this setDir 214.72801; + _this setPos [6301.3428, 7850.8022, 3.0517578e-005]; +}; + +_vehicle_456 = objNull; +if (true) then +{ + _this = createVehicle ["Base_WarfareBBarrier10xTall", [6314.2422, 7841.8315, -3.0517578e-005], [], 0, "CAN_COLLIDE"]; + _vehicle_456 = _this; + _this setDir 214.72801; + _this setPos [6314.2422, 7841.8315, -3.0517578e-005]; +}; + +_vehicle_461 = objNull; +if (true) then +{ + _this = createVehicle ["Base_WarfareBBarrier10xTall", [6330.2212, 7805.3325, 3.0517578e-005], [], 0, "CAN_COLLIDE"]; + _vehicle_461 = _this; + _this setDir 126.4088; + _this setPos [6330.2212, 7805.3325, 3.0517578e-005]; +}; + +_vehicle_462 = objNull; +if (true) then +{ + _this = createVehicle ["Base_WarfareBBarrier10xTall", [6327.0723, 7832.9165, -0.019519622], [], 0, "CAN_COLLIDE"]; + _vehicle_462 = _this; + _this setDir 214.72801; + _this setPos [6327.0723, 7832.9165, -0.019519622]; +}; + +_vehicle_463 = objNull; +if (true) then +{ + _this = createVehicle ["Base_WarfareBBarrier10xTall", [6339.9189, 7823.9614, -0.0191138], [], 0, "CAN_COLLIDE"]; + _vehicle_463 = _this; + _this setDir 214.72801; + _this setPos [6339.9189, 7823.9614, -0.0191138]; +}; + +_vehicle_468 = objNull; +if (true) then +{ + _this = createVehicle ["Base_WarfareBBarrier10xTall", [6321.0024, 7792.6904, -0.045359958], [], 0, "CAN_COLLIDE"]; + _vehicle_468 = _this; + _this setDir 125.96442; + _this setPos [6321.0024, 7792.6904, -0.045359958]; +}; + +_vehicle_471 = objNull; +if (true) then +{ + _this = createVehicle ["Base_WarfareBBarrier10xTall", [6352.8828, 7814.9507, 3.0517578e-005], [], 0, "CAN_COLLIDE"]; + _vehicle_471 = _this; + _this setDir 214.72801; + _this setPos [6352.8828, 7814.9507, 3.0517578e-005]; +}; + +_vehicle_474 = objNull; +if (true) then +{ + _this = createVehicle ["Base_WarfareBBarrier10xTall", [6352.9868, 7803.2681, 6.1035156e-005], [], 0, "CAN_COLLIDE"]; + _vehicle_474 = _this; + _this setDir 307.12955; + _this setPos [6352.9868, 7803.2681, 6.1035156e-005]; +}; + +_vehicle_477 = objNull; +if (true) then +{ + _this = createVehicle ["MASH_EP1", [6313.6802, 7834.2354], [], 0, "CAN_COLLIDE"]; + _vehicle_477 = _this; + _this setDir 214.70093; + _this setPos [6313.6802, 7834.2354]; +}; + +_vehicle_479 = objNull; +if (true) then +{ + _this = createVehicle ["Camp_EP1", [6315.3447, 7799.4282, 6.1035156e-005], [], 0, "CAN_COLLIDE"]; + _vehicle_479 = _this; + _this setDir 397.02936; + _this setPos [6315.3447, 7799.4282, 6.1035156e-005]; +}; + +_vehicle_480 = objNull; +if (true) then +{ + _this = createVehicle ["Land_tent_east", [6293.7515, 7813.8691], [], 0, "CAN_COLLIDE"]; + _vehicle_480 = _this; + _this setDir 214.97211; + _this setPos [6293.7515, 7813.8691]; +}; + +_vehicle_481 = objNull; +if (true) then +{ + _this = createVehicle ["CampEast_EP1", [6301.7207, 7840.3496, 9.1552734e-005], [], 0, "CAN_COLLIDE"]; + _vehicle_481 = _this; + _this setDir 34.227261; + _this setPos [6301.7207, 7840.3496, 9.1552734e-005]; +}; + +_vehicle_485 = objNull; +if (true) then +{ + _this = createVehicle ["CampEast_EP1", [6306.3638, 7804.6938], [], 0, "CAN_COLLIDE"]; + _vehicle_485 = _this; + _this setDir 215.41785; + _this setPos [6306.3638, 7804.6938]; +}; + +_vehicle_490 = objNull; +if (true) then +{ + _this = createVehicle ["Land_GuardShed", [6277.3389, 7817.5967], [], 0, "CAN_COLLIDE"]; + _vehicle_490 = _this; + _this setDir 84.460419; + _this setPos [6277.3389, 7817.5967]; +}; + +_vehicle_494 = objNull; +if (true) then +{ + _this = createVehicle ["Land_Fire_barrel", [6303.9165, 7833.7861], [], 0, "CAN_COLLIDE"]; + _vehicle_494 = _this; + _this setPos [6303.9165, 7833.7861]; +}; + +_vehicle_496 = objNull; +if (true) then +{ + _this = createVehicle ["Land_Fire_barrel", [6302.1074, 7810.9004, 0], [], 0, "CAN_COLLIDE"]; + _vehicle_496 = _this; + _this setPos [6302.1074, 7810.9004, 0]; +}; + +_vehicle_498 = objNull; +if (true) then +{ + _this = createVehicle ["Land_Fire_barrel", [6313.2632, 7803.624, 0], [], 0, "CAN_COLLIDE"]; + _vehicle_498 = _this; + _this setPos [6313.2632, 7803.624, 0]; +}; + +_vehicle_500 = objNull; +if (true) then +{ + _this = createVehicle ["AmmoCrate_NoInteractive_", [6334.7002, 7801.8999], [], 0, "CAN_COLLIDE"]; + _vehicle_500 = _this; + _this setPos [6334.7002, 7801.8999]; +}; + +_vehicle_501 = objNull; +if (true) then +{ + _this = createVehicle ["AmmoCrates_NoInteractive_Large", [6333.9414, 7804.7148], [], 0, "CAN_COLLIDE"]; + _vehicle_501 = _this; + _this setDir 211.38748; + _this setPos [6333.9414, 7804.7148]; +}; + +_vehicle_503 = objNull; +if (true) then +{ + _this = createVehicle ["Camp_EP1", [6322.311, 7827.0059, 3.0517578e-005], [], 0, "CAN_COLLIDE"]; + _vehicle_503 = _this; + _this setDir 574.28497; + _this setPos [6322.311, 7827.0059, 3.0517578e-005]; +}; + +_vehicle_505 = objNull; +if (true) then +{ + _this = createVehicle ["Land_Fire_barrel", [6347.4478, 7802.0786, 6.1035156e-005], [], 0, "CAN_COLLIDE"]; + _vehicle_505 = _this; + _this setPos [6347.4478, 7802.0786, 6.1035156e-005]; +}; + +_vehicle_506 = objNull; +if (true) then +{ + _this = createVehicle ["Land_Toilet", [6283.3369, 7829.7402, 3.0517578e-005], [], 0, "CAN_COLLIDE"]; + _vehicle_506 = _this; + _this setDir -55.533852; + _this setPos [6283.3369, 7829.7402, 3.0517578e-005]; +}; + +_vehicle_511 = objNull; +if (true) then +{ + _this = createVehicle ["Land_covering_hut_big_EP1", [6338.251, 7791.4966], [], 0, "CAN_COLLIDE"]; + _vehicle_511 = _this; + _this setDir 173.82793; + _this setPos [6338.251, 7791.4966]; +}; + +_vehicle_512 = objNull; +if (true) then +{ + _this = createVehicle ["Land_sunshade_EP1", [6330.2119, 7796.0649, 3.0517578e-005], [], 0, "CAN_COLLIDE"]; + _vehicle_512 = _this; + _this setPos [6330.2119, 7796.0649, 3.0517578e-005]; +}; + +_unit_89 = objNull; +if (true) then +{ + _this = _group_1 createUnit ["RU_Functionary1", [6338.0688, 7792.0171], [], 0, "CAN_COLLIDE"]; + _unit_89 = _this; + _this setDir 356.23874; + _this setVehicleInit "this allowDammage false;"; _this disableAI 'FSM'; _this disableAI 'MOVE'; _this disableAI 'AUTOTARGET'; _this disableAI 'TARGET'; + _this setUnitAbility 0.60000002; + _this setBehaviour "CARELESS"; +}; + +_unit_90 = objNull; +if (true) then +{ + _this = _group_1 createUnit ["RU_Citizen4", [13530.905, 6356.7388, 1.7166138e-005], [], 0, "CAN_COLLIDE"]; + _unit_90 = _this; + _this setDir 102.75758; + _this setVehicleInit "this allowDammage false;"; _this disableAI 'FSM'; _this disableAI 'MOVE'; _this disableAI 'AUTOTARGET'; _this disableAI 'TARGET'; + _this setUnitAbility 0.60000002; + _this setBehaviour "CARELESS"; +}; + +_unit_91 = objNull; +if (true) then +{ + _this = _group_1 createUnit ["RU_Citizen1", [4360.6211, 2260.9841, 3.8146973e-006], [], 0, "CAN_COLLIDE"]; + _unit_91 = _this; + _this setDir 196.69872; + _this setVehicleInit "this allowDammage false;"; _this disableAI 'FSM'; _this disableAI 'MOVE'; _this disableAI 'AUTOTARGET'; _this disableAI 'TARGET'; + _this setUnitAbility 0.60000002; + _this setBehaviour "CARELESS"; +}; + +_vehicle_513 = objNull; +if (true) then +{ + _this = createVehicle ["Rubbish1", [4058.0369, 11660.803, 9.1552734e-005], [], 0, "CAN_COLLIDE"]; + _vehicle_513 = _this; + _this setDir -66.023567; + _this setPos [4058.0369, 11660.803, 9.1552734e-005]; +}; + +_vehicle_517 = objNull; +if (true) then +{ + _this = createVehicle ["Hedgehog_EP1", [4057.1663, 11635.8, -9.1552734e-005], [], 0, "CAN_COLLIDE"]; + _vehicle_517 = _this; + _this setPos [4057.1663, 11635.8, -9.1552734e-005]; +}; + +_unit_94 = objNull; +if (true) then +{ + _this = _group_1 createUnit ["Pilot_EP1", [6333.5981, 7803.4365, 3.0517578e-005], [], 0, "CAN_COLLIDE"]; + _unit_94 = _this; + _this setDir 116.04359; + _this setVehicleInit "this allowDammage false;"; _this disableAI 'FSM'; _this disableAI 'MOVE'; _this disableAI 'AUTOTARGET'; _this disableAI 'TARGET'; + _this setUnitAbility 0.60000002; + _this setBehaviour "CARELESS"; +}; + +_unit_95 = objNull; +if (true) then +{ + _this = _group_1 createUnit ["Rita_Ensler_EP1", [6344.8325, 7801.4595, 0.88001078], [], 0, "CAN_COLLIDE"]; + _unit_95 = _this; + _this setDir -50.756989; + _this setVehicleInit "this allowDammage false;"; _this disableAI 'FSM'; _this disableAI 'MOVE'; _this disableAI 'AUTOTARGET'; _this disableAI 'TARGET'; + _this setUnitAbility 0.60000002; + _this setBehaviour "CARELESS"; +}; + +_vehicle_520 = objNull; +if (true) then +{ + _this = createVehicle ["Land_Misc_Well_C_EP1", [6338.4761, 7800.4204], [], 0, "CAN_COLLIDE"]; + _vehicle_520 = _this; + _this setPos [6338.4761, 7800.4204]; +}; + +_vehicle_521 = objNull; +if (true) then +{ + _this = createVehicle ["Land_Toilet", [6353.4243, 7810.2832, 3.0517578e-005], [], 0, "CAN_COLLIDE"]; + _vehicle_521 = _this; + _this setDir 90.331062; + _this setPos [6353.4243, 7810.2832, 3.0517578e-005]; +}; + +_vehicle_523 = objNull; +if (true) then +{ + _this = createVehicle ["Misc_palletsfoiled", [6332.3242, 7802.2246, 6.1035156e-005], [], 0, "CAN_COLLIDE"]; + _vehicle_523 = _this; + _this setDir -45.686169; + _this setPos [6332.3242, 7802.2246, 6.1035156e-005]; +}; + +_vehicle_525 = objNull; +if (true) then +{ + _this = createVehicle ["ClutterCutter_EP1", [6339.4897, 7801.4512, 3.0517578e-005], [], 0, "CAN_COLLIDE"]; + _vehicle_525 = _this; + _this setPos [6339.4897, 7801.4512, 3.0517578e-005]; +}; + +_vehicle_527 = objNull; +if (true) then +{ + _this = createVehicle ["Land_Fire_barrel", [6334.3848, 7794.292, 6.1035156e-005], [], 0, "CAN_COLLIDE"]; + _vehicle_527 = _this; + _this setPos [6334.3848, 7794.292, 6.1035156e-005]; +}; + +_vehicle_529 = objNull; +if (true) then +{ + _this = createVehicle ["Land_Fire_barrel", [6335.7969, 7812.251, 3.0517578e-005], [], 0, "CAN_COLLIDE"]; + _vehicle_529 = _this; + _this setPos [6335.7969, 7812.251, 3.0517578e-005]; +}; + +_vehicle_531 = objNull; +if (true) then +{ + _this = createVehicle ["Land_transport_kiosk_EP1", [6346.2549, 7800.0103, 9.1552734e-005], [], 0, "CAN_COLLIDE"]; + _vehicle_531 = _this; + _this setDir -140.09044; + _this setPos [6346.2549, 7800.0103, 9.1552734e-005]; +}; + +_vehicle_532 = objNull; +if (true) then +{ + _this = createVehicle ["Fort_Crate_wood", [6327.8252, 7796.9756, 3.0517578e-005], [], 0, "CAN_COLLIDE"]; + _vehicle_532 = _this; + _this setDir 37.435764; + _this setPos [6327.8252, 7796.9756, 3.0517578e-005]; +}; + +_vehicle_533 = objNull; +if (true) then +{ + _this = createVehicle ["Land_transport_crates_EP1", [6331.9424, 7795.4292, 3.0517578e-005], [], 0, "CAN_COLLIDE"]; + _vehicle_533 = _this; + _this setDir -47.823849; + _this setPos [6331.9424, 7795.4292, 3.0517578e-005]; +}; + +_vehicle_534 = objNull; +if (true) then +{ + _this = createVehicle ["VaultStorageLocked", [6338.7021, 7790.1528, 9.1552734e-005], [], 0, "CAN_COLLIDE"]; + _vehicle_534 = _this; + _this setDir 172.1461; + _this setPos [6338.7021, 7790.1528, 9.1552734e-005]; +}; + +processInitCommands; diff --git a/MPMissions/DayZ_Epoch_11.Chernarus/mission.sqm b/MPMissions/DayZ_Epoch_11.Chernarus/mission.sqm index 5693bc59f..31cd76f54 100644 --- a/MPMissions/DayZ_Epoch_11.Chernarus/mission.sqm +++ b/MPMissions/DayZ_Epoch_11.Chernarus/mission.sqm @@ -1174,7 +1174,7 @@ class Mission }; class Markers { - items=10; + items=13; class Item0 { position[]={7550.6182,361.05222,8371.957}; @@ -1237,10 +1237,86 @@ class Mission { position[]={9772.5752,1.8273382,1763.3428}; name="boatsnwholesale"; - text="Wholesale Goods"; + text="Wholesaler"; + type="mil_dot"; + colorName="ColorRed"; + }; + class Item10 + { + position[]={6345.6113,306.13721,7808.5073}; + name="Tradercitystary"; + text="Trader City Stary"; type="mil_circle"; colorName="ColorGreen"; }; + class Item11 + { + position[]={4394.2061,10.050329,2247.9697}; + name="boatsnwholesale_1"; + text="Wholesaler"; + type="mil_dot"; + colorName="ColorRed"; + }; + class Item12 + { + position[]={13528.172,6.3179522,6331.1582}; + name="boatsnwholesale_1_1"; + text="Wholesaler"; + type="mil_dot"; + colorName="ColorRed"; + }; + }; + class Sensors + { + items=3; + class Item0 + { + position[]={4053.8501,364.76645,11668.645}; + activationBy="WEST"; + repeating=1; + interruptable=1; + age="UNKNOWN"; + name="zonebash"; + expCond="(player distance zonebash) < 50;"; + expActiv="TitleText[""Now entering trader city Bash"",""PLAIN DOWN""]; placevault = false;"; + expDesactiv="TitleText[""Now leaving trader city Bash"",""PLAIN DOWN""]; placevault = true;"; + class Effects + { + soundDet="arabian_market_1"; + }; + }; + class Item1 + { + position[]={11463.747,317.3078,11349.89}; + activationBy="WEST"; + repeating=1; + interruptable=1; + age="UNKNOWN"; + name="zoneklen"; + expCond="(player distance zoneklen) < 50;"; + expActiv="TitleText[""Now entering trader city Klen"",""PLAIN DOWN""]; placevault = false;"; + expDesactiv="TitleText[""Now leaving trader city Klen"",""PLAIN DOWN""]; placevault = true;"; + class Effects + { + soundDet="arabian_market_2"; + }; + }; + class Item2 + { + position[]={6344.8081,304.99023,7806.7598}; + activationBy="WEST"; + repeating=1; + interruptable=1; + age="UNKNOWN"; + name="zonestary"; + expCond="(player distance zonestary) < 50;"; + expActiv="TitleText[""Now entering trader city Stary"",""PLAIN DOWN""]; placevault = false;"; + expDesactiv="TitleText[""Now leaving trader city Stary"",""PLAIN DOWN""]; placevault = true;"; + class Effects + { + soundDet="arabian_market_3"; + }; + }; }; }; class Intro diff --git a/MPMissions/DayZ_Epoch_11.Chernarus/server_traders.sqf b/MPMissions/DayZ_Epoch_11.Chernarus/server_traders.sqf index 6c0548f4b..3c617a4c5 100644 --- a/MPMissions/DayZ_Epoch_11.Chernarus/server_traders.sqf +++ b/MPMissions/DayZ_Epoch_11.Chernarus/server_traders.sqf @@ -14,17 +14,21 @@ serverTraders = [ "Dr_Hladik_EP1", "Doctor", "RU_Functionary1", - "RU_Villager3" + "RU_Villager3", + "RU_Citizen4", + "RU_Citizen1", + "Pilot_EP1", + "Rita_Ensler_EP1" ]; // Weapons Traders menu_CIV_EuroMan01_EP1 = [ - [["Sidearm",11],["Rifle",12],["Shotgun",13],["Assault Rifle",14],["Machine Gun",15],["Sniper Rifle",16]], + [["Sidearm",11],["Rifles",12],["Shotguns and Crossbows",13]], [], "friendly" ]; menu_Rocker4 = [ - [["Sidearm",1111],["Rifle",1212],["Shotgun",1313],["Assault Rifle",1414],["Machine Gun",1515],["Sniper Rifle",1616]], + [["Sidearm",1111],["Rifles",1212],["Shotguns and Crossbows",1313]], [], "friendly" ]; @@ -43,7 +47,7 @@ menu_Woodlander1 = [ // Can Traders menu_RU_WorkWoman1 = [ - [["Food and Drinks",51],["Backpacks",52],["Toolbelt",53],["Clothes",54]], + [["Food and Drinks",51],["Backpacks",52],["Toolbelt Items",53],["Clothes",54]], [ ["ItemCopperBar","ItemSodaEmpty",1,3,"buy","Empty Soda Cans","Copper Bar",103], ["ItemCopperBar","TrashTinCan",1,3,"buy","Empty Tin Cans","Copper Bar",102], @@ -60,17 +64,33 @@ menu_RU_WorkWoman5 = [ ], "friendly" ]; +menu_Rita_Ensler_EP1 = [ + [["Food and Drinks",515151],["Backpacks",525252],["Toolbelt",535353],["Clothes",545454]], + [ + ["ItemCopperBar","ItemSodaEmpty",1,3,"buy","Empty Soda Cans","Copper Bar",103], + ["ItemCopperBar","TrashTinCan",1,3,"buy","Empty Tin Cans","Copper Bar",102], + ["ItemCopperBar","TrashJackDaniels",1,1,"buy","Empty Wiskey Bottle","Copper Bar",101] + ], + "friendly" +]; + // Ammo Traders menu_CIV_EuroMan02_EP1 = [ - [["Sidearm Ammo",1],["Rifle Ammo",2],["Shotgun and Crossbow Ammo",3],["Assault Rifle Ammo",4],["Machine Gun Ammo",5],["Sniper Rifle Ammo",6]], + [["Sidearm Ammo",1],["Rifle Ammo",2],["Shotgun and Crossbow Ammo",3]], [], "friendly" ]; menu_RU_Citizen3 = [ - [["Sidearm Ammo",1001],["Rifle Ammo",2002],["Shotgun and Crossbow Ammo",3003],["Assault Rifle Ammo",4004],["Machine Gun Ammo",5005],["Sniper Rifle Ammo",6006]], + [["Sidearm Ammo",1001],["Rifle Ammo",2002],["Shotgun and Crossbow Ammo",3003]], [], "friendly" ]; +// ,["Assault Rifle Ammo",4004],["Machine Gun Ammo",5005],["Sniper Rifle Ammo",6006] +menu_Pilot_EP1 = [ + [["Assault Rifle Ammo",4],["Machine Gun Ammo",5],["Sniper Rifle Ammo",6]], + [], + "neutral" +]; // Auto Traders menu_Worker3 = [ [["Cars",41],["Trucks Unarmed",42],["SUV",466],["Buses and Vans",467],["Offroad",43],["Helicopter Unarmed",44],["Military Unarmed",45]], @@ -98,31 +118,40 @@ menu_Doctor = [ // Metals Traders menu_RU_Functionary1 = [ [["Vaults",411]], - [ - ["ItemSilverBar","ItemCopperBar",1,6,"buy","Copper","Silver",99], - ["ItemCopperBar","ItemSilverBar",6,1,"buy","Silver","Copper",98], - ["ItemGoldBar","ItemSilverBar",1,6,"buy","Silver","Gold",97], - ["ItemSilverBar","ItemGoldBar",6,1,"buy","Gold","Silver",96] + [ + ["ItemSilverBar","ItemCopperBar",1,6,"buy","Copper","Silver",103], + ["ItemCopperBar","ItemSilverBar",6,1,"buy","Silver","Copper",102], + ["ItemGoldBar","ItemSilverBar",1,6,"buy","Silver","Gold",101], + ["ItemSilverBar","ItemGoldBar",6,1,"buy","Gold","Silver",100] ], "neutral" ]; // Boat Traders menu_RU_Villager3 = [ - [["Boats Unarmed",49],["Boats Armed",499]], - [ - ["ItemJerrycanEmpty","ItemCopperBar",1,1,"buy","Copper Bar","Empty Jerrycan",101], - ["ItemGenerator","ItemGoldBar",1,3,"buy","Gold Bars","Portable Generator",100] - ], - "neutral" -]; - -menu_TK_CIV_Takistani04_EP1 = [ - [["Explosives",23]], + [["Boats Unarmed",49],["Boats Armed",499],["Wholesale",99]], [], "neutral" ]; +menu_TK_CIV_Takistani04_EP1 = [ + [["Assault Rifle",14],["Machine Gun",15],["Sniper Rifle",16],["Explosives",23]], + [], + "neutral" +]; + +menu_RU_Citizen4 = [ + [["Wholesale",999]], + [], + "neutral" +]; +menu_RU_Citizen1 = [ + [["Wholesale",9999]], + [], + "neutral" +]; +// Unused +// ["ItemOilBarrel","ItemGoldBar",1,3,"buy","Gold Bars","Oil Barrel",100] // ["friendly"] must have more than -2000 humanity, // ["neutral"] can have any ammount of humanity // ["hostile"] must have lower than -2000