1.0.1.6 Developer Build

This commit is contained in:
[VB]AWOL
2013-07-30 21:52:28 -05:00
parent e333adff4f
commit b2b79305f7
42 changed files with 791 additions and 438 deletions

View File

@@ -1,4 +1,4 @@
1 "" !="VaultStorageLocked" !="Hedgehog_DZ" !="Sandbag1_DZ" !="Fort_RazorWire" !="WoodGate_DZ" !="Land_HBarrier1_DZ"
1 "" !="VaultStorageLocked" !="Hedgehog_DZ" !="Sandbag1_DZ" !="Fort_RazorWire" !="WoodGate_DZ" !="Land_HBarrier1_DZ" !="Land_HBarrier3_DZ"
5 "Offroad_DSHKM_Gue"
5 "Old_moto_TK_Civ_EP1"
5 "MMT_Civ"

View File

@@ -47,7 +47,7 @@
1 "M_" !="G_40mm_HE" //!="40mm_" //keep monitoring to catch obvious abuse
5 "Parachute" !="ParachuteWest" //under monitoring
1 "dog" //until released not welcome
5 "Land_" !="Land_Fire_DZ" !="Land_HBarrier1_DZ"
5 "Land_" !="Land_Fire_DZ" !="Land_HBarrier1_DZ" !="Land_HBarrier3_DZ"
5 "BBarracks"
1 "_ep1" !="DZ_Patrol_Pack_EP1" !="DZ_CivilBackpack_EP1" !="CZ_VestPouch_EP1" !="DZ_ALICE_Pack_EP1" !="DZ_Backpack_EP1" !="DZ_Assault_Pack_EP1" !="DZ_TK_Assault_Pack_EP1"
1 "_baf"

View File

@@ -1149,9 +1149,9 @@ _group_2 = createGroup _center_2;
_unit_108 = objNull;
if (true) then
{
_this = _group_2 createUnit ["GUE_Soldier_MG", [1606.5773, 7806.395, 0.25734121], [], 0, "CAN_COLLIDE"];
_this = _group_2 createUnit ["GUE_Soldier_MG", [1623.1722, 7797.7886, 0.25734121], [], 0, "CAN_COLLIDE"];
_unit_108 = _this;
_this setDir 187.47844;
_this setDir 274.59872;
_this setVehicleInit "this allowDammage false; this disableAI 'FSM'; this disableAI 'MOVE'; this disableAI 'AUTOTARGET'; this disableAI 'TARGET'; this setBehaviour 'CARELESS'; this forceSpeed 0; ";
_this setUnitAbility 0.60000002;
_this allowDammage false; _this disableAI 'FSM'; _this disableAI 'MOVE'; _this disableAI 'AUTOTARGET'; _this disableAI 'TARGET'; _this setBehaviour 'CARELESS'; _this forceSpeed 0;_this enableSimulation false;
@@ -1267,9 +1267,9 @@ if (true) then
_vehicle_662 = objNull;
if (true) then
{
_this = createVehicle ["HeliHCivil", [12986.608, 12767.673, -210.79434], [], 0, "CAN_COLLIDE"];
_this = createVehicle ["HeliHCivil", [12915.168, 12770.989, -210.79434], [], 0, "CAN_COLLIDE"];
_vehicle_662 = _this;
_this setPos [12986.608, 12767.673, -210.79434];
_this setPos [12915.168, 12770.989, -210.79434];
};
_vehicle_663 = objNull;
@@ -1593,4 +1593,28 @@ if (true) then
_this setPos [11455.539, 11341.255];
};
processInitCommands;
_vehicle_786 = objNull;
if (true) then
{
_this = createVehicle ["RoadCone", [12919.824, 12771.057, -6.1035156e-005], [], 0, "CAN_COLLIDE"];
_vehicle_786 = _this;
_this setPos [12919.824, 12771.057, -6.1035156e-005];
};
_vehicle_788 = objNull;
if (true) then
{
_this = createVehicle ["RoadCone", [12910.383, 12770.92, -9.1552734e-005], [], 0, "CAN_COLLIDE"];
_vehicle_788 = _this;
_this setPos [12910.383, 12770.92, -9.1552734e-005];
};
_vehicle_790 = objNull;
if (true) then
{
_this = createVehicle ["RoadCone", [1617.5127, 7773.2793], [], 0, "CAN_COLLIDE"];
_vehicle_790 = _this;
_this setPos [1617.5127, 7773.2793];
};
processInitCommands;

View File

@@ -1,5 +1,5 @@
/*
DayZ Epoch 1.0.1.5
DayZ Epoch 1.0.1.6
*/
SET FOREIGN_KEY_CHECKS=0;