From 2a6ac998f1769f0b63e5178e67a055b3ce6b409d Mon Sep 17 00:00:00 2001 From: AirwavesMan Date: Fri, 22 Jan 2021 21:02:08 +0100 Subject: [PATCH 1/4] Fix siphon fuel Thx @ch0c --- SQF/dayz_code/actions/siphonFuel.sqf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SQF/dayz_code/actions/siphonFuel.sqf b/SQF/dayz_code/actions/siphonFuel.sqf index e5a740245..9830f4a2b 100644 --- a/SQF/dayz_code/actions/siphonFuel.sqf +++ b/SQF/dayz_code/actions/siphonFuel.sqf @@ -9,10 +9,10 @@ _vehicle = _this select 3; player removeAction s_player_siphonfuel; _hasHose = "equip_hose" in magazines player; -if (!_hasHose) exitWith {localize "str_siphon_hose" call dayz_rollingMessages; }; +if (!_hasHose) exitWith {dayz_actionInProgress = false; localize "str_siphon_hose" call dayz_rollingMessages; }; _PlayerNear = {isPlayer _x} count ((getPosATL _vehicle) nearEntities ["CAManBase", 12]) > 1; -if (_PlayerNear) exitWith {localize "str_pickup_limit_5" call dayz_rollingMessages;}; +if (_PlayerNear) exitWith {dayz_actionInProgress = false; localize "str_pickup_limit_5" call dayz_rollingMessages;}; _abort = false; _configVeh = configFile >> "cfgVehicles" >> typeOf _vehicle; From b02bc4fb33b4cfa66d8b885a03747dd3eb9646ac Mon Sep 17 00:00:00 2001 From: AirwavesMan Date: Fri, 22 Jan 2021 21:16:46 +0100 Subject: [PATCH 2/4] Change ammo that can be loaded by pook Gunship Pook can only load 1300 M60 Pook ammo now. This got changed for better balancing. Also the Transport Pook can be loaded with more M240 Ammo types but no longer with more as 460Rnd. --- SQF/dayz_code/Configs/CfgWeapons/VehicleWeapons.hpp | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/SQF/dayz_code/Configs/CfgWeapons/VehicleWeapons.hpp b/SQF/dayz_code/Configs/CfgWeapons/VehicleWeapons.hpp index 38bf15926..15c4c38f9 100644 --- a/SQF/dayz_code/Configs/CfgWeapons/VehicleWeapons.hpp +++ b/SQF/dayz_code/Configs/CfgWeapons/VehicleWeapons.hpp @@ -5,4 +5,15 @@ class AT5LauncherSingle: AT5Launcher { magazines[] = {"8Rnd_AT5_BMP2","5Rnd_AT5_BRDM2"}; reloadTime = 30; +}; + +class M240_veh; +class pook_M60_side: M240_veh +{ + magazines[] = {"pook_250Rnd_762x51","100Rnd_762x51_M240","200Rnd_762x51_M240","460Rnd_762x51_M240_ACR"}; +}; + +class pook_M60_dual: pook_M60_side +{ + magazines[] = {"pook_1300Rnd_762x51_M60"}; }; \ No newline at end of file From 1220d85eca066119eb856a66891e13bf44ce2848 Mon Sep 17 00:00:00 2001 From: Schalldampfer Date: Sat, 23 Jan 2021 13:59:26 +0900 Subject: [PATCH 3/4] minpos/maxpos for Podagorsk --- SQF/dayz_code/init/variables.sqf | 1 + 1 file changed, 1 insertion(+) diff --git a/SQF/dayz_code/init/variables.sqf b/SQF/dayz_code/init/variables.sqf index e295ad9f6..1de21cd1b 100644 --- a/SQF/dayz_code/init/variables.sqf +++ b/SQF/dayz_code/init/variables.sqf @@ -31,6 +31,7 @@ call { if (toLower worldName in ["chernarus","chernarus_winter"]) exitWith {dayz_minpos = -20000; dayz_maxpos = 20000;}; if (toLower worldName in ["napf","ruegen","sauerland"]) exitWith {dayz_minpos = -1000; dayz_maxpos = 26000;}; if (toLower worldName in ["tavi","taviana"]) exitWith {dayz_minpos = -26000; dayz_maxpos = 26000;}; + if (toLower worldName in ["fdf_isle1_a"]) exitWith {dayz_minpos = 0;dayz_maxpos = 20000;}; dayz_minpos = -20000; dayz_maxpos = 20000; // Default }; From 35aae4a2cb2519e4bfa137ec76dbc9df4b2fb041 Mon Sep 17 00:00:00 2001 From: Schalldampfer Date: Sat, 23 Jan 2021 14:00:27 +0900 Subject: [PATCH 4/4] larger area --- Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/mission.sqm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 01057ae95..68b5571a1 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 @@ -188,10 +188,10 @@ class Mission items=17; class Item0 { - position[]={10788,0,8680}; + position[]={11100,0,9300}; name="center"; type="Empty"; - a=3500;b=3500; + a=4000;b=4000; }; class Item1 {