admiral\admiral.h DSiM description.ext GKi hull3\briefing\blufor.sqf 4ai hull3\briefing\civilian.sqf *qn^ hull3\briefing\indfor.sqf e hull3\briefing\opfor.sqf i hull3\DD_G.h *i hull3\DD_U.h >Yi hull3\hull3.h Xi hull3\LICENSE *qn^8 init.sqf
Kiw initPlayerLocal.sqf *i mission.sqm +i- plank.h `i zone_spawned_unit.sqf *qn^; class Admiral {
isEnabled = 1;
isBehaviorEnabled = 0;
groupSpawnDelay = 2;
class Events {
zone_spawned_unit = "zone_spawned_unit.sqf";
};
sideRelations[] = {
{"west", "resistance", "enemy"},
{"resistance", "west", "enemy"}
};
class ZoneTemplates {
class Camp {
infFireteamSize = 1;
infWaypointAmount = 4;
techWaypointAmount = 3;
armourWaypointAmount = 3;
waypointBehaviours[] = {"AWARE"};
canSpawnFfvCrew = 0;
aimingAccuracy = 0.2;
aimingShake = 0.2;
aimingSpeed = 0.5;
spotDistance = 0.65;
spotTime = 1;
courage = 1;
reloadSpeed = 1;
commanding = 1;
general = 0.7;
};
};
class Camp {
defaultUnitTemplate = "CUP_RU_RATNIK_DE";
defaultZoneTemplate = "Camp";
};
class Patrol {
defaultUnitTemplate = "CUP_RU_RATNIK_DE";
defaultZoneTemplate = "Patrol";
};
class Cqc {
defaultUnitTemplate = "CUP_RU_RATNIK_DE";
defaultZoneTemplate = "Cqc";
};
class UnitTemplates {
class CUP_RU_RATNIK_DE {
technicals[] = {"CUP_O_Tigr_233014_PK_RU", "CUP_O_Tigr_M_233114_KORD_RU", "CUP_O_Tigr_M_233114_PK_RU", "CUP_O_GAZ_Vodnik_PK_RU", "CUP_O_GAZ_Vodnik_AGS_RU"};
armour[] = {"CUP_O_GAZ_Vodnik_KPVT_RU", "CUP_O_GAZ_Vodnik_BPPU_RU", "CUP_O_BTR80_DESERT_RU", "CUP_O_BTR80A_DESERT_RU"};
th[] = {"CUP_O_Mi8MT_kord_RU"};
ah[] = {"CUP_O_Mi8_RU"};
};
};
};
#include "admiral\admiral.h"
#include "hull3\hull3.h"
#include "plank.h"
allowProfileGlasses = 0;
enableDebugConsole = 1;
disableChannels[]={{2,true,true},{4,true,true},{6,true,true}};
onLoadName = "delta desert";
onLoadMission = "Made with Hull3";
author = "dancemoox";
loadScreen = "x\ark\addons\hull3\resources\hull3_logo.paa";
class Header
{
gameType = Coop;
minPlayers = 1;
maxPlayers = 48;
};
respawn = 0;
respawndelay = 3;
respawnTemplates[] = {"Hull3_RespawnHandler"};
class Params {
class Hull3_Date {
title = "Moon Phase";
values[] = {0,1};
texts[] = {"New Moon", "Full Moon"};
default = 1;
code = "hull3_mission_date = %1";
};
class Hull3_TimeOfDay {
title = "Time of Day";
values[] = {0,1,2,3,4,5,6,7};
texts[] = {"Dawn", "Early Morning", "Morning", "Noon", "Afternoon", "Evening", "Dusk", "Night"};
default = 7;
code = "hull3_mission_timeOfDay = %1";
};
class Hull3_Fog {
title = "Fog";
values[] = {0,1,2};
texts[] = {"None", "Light", "Heavy"};
default = 0;
code = "hull3_mission_fog = %1";
};
class Hull3_Weather {
title = "Weather";
values[] = {0,1,2,3,4,5,6,7,8,9};
texts[] = {"Random", "Clear (Calm)", "Clear (Light Winds)", "Clear (Strong Winds)", "Overcast (Calm)", "Overcast (Light Winds)", "Overcast (Strong Winds)", "Rain (Light Winds)", "Rain (Strong Winds)", "Storm"};
default = 2;
code = "hull3_mission_weather = %1";
};
class Hull3_SafetyTimer {
title = "Safety Timer";
values[] = {9999,0};
texts[] = {"On", "Off"};
default = 9999;
code = "hull3_mission_safetyTimerEnd = %1";
};
};
class CfgDebriefingSections {
class acex_killTracker {
title = "Acex Killed Events";
variable = "acex_killTracker_outputText";
};
};
// BLUFOR Notes
// Situation
player createDiaryRecord ["Diary", ["Situation","
Russian forces continue to slowly advance into Takistan despite their grave losses. We have been tasked to defend a communications relay station, its eventual capture is likely however we must delay the enemy for as long as possible.
ENEMY FORCES
Intelligence indicates a light motorised Russian force.
FRIENDLY FORCES
We are the only Takistani force this far into the dunes, other army units are forming up far to our west but cannot provide assistance to us.
An extraction flight is preparing, it will be some time until they can take off however..
"]];
// Mission
player createDiaryRecord ["Diary", ["Mission","
Defend the indicated area for as long as possible, call for extraction when required.
Destroy the communcations relay station before extracting. The tower must not fall into enemy hands intact.
Expect the majority of attacks from the west.
Once extraction has arrived depart the area and extract.
"]];
// Execution
player createDiaryRecord ["Diary", ["Execution","
COMMANDER'S INTENT
Remain within the indicated AO perimeter at all times.
FORTIFICATION PLAN
Ammunition can be found here.
The anti air team must ACE interact on their Zu-23-2 turret and drag to where it is required as it is not Plank deployed. Rearm via Plank deployed ammo box as normal for a vehicle.
JIP EXTRACT
Extract must wait to be called in before moving off.
"]];
// Credits
player createDiaryRecord ["Diary", ["Credits", "
Made by dancemoox
"]];// CIVFOR Notes
// Situation
player createDiaryRecord ["Diary", ["Situation","
*** Insert general information about the situation here.***
ENEMY FORCES
*** Insert information about enemy forces here.***
FRIENDLY FORCES
*** Insert information about friendly forces here.***
"]];
// Mission
player createDiaryRecord ["Diary", ["Mission","
*** Insert the mission here. ***
"]];
// Execution
player createDiaryRecord ["Diary", ["Execution","
COMMANDER'S INTENT
*** Insert very short summary of plan here. ***
MOVEMENT PLAN
*** Insert movement instructions here. ***
FIRE SUPPORT PLAN
*** Insert fire support instructions here. ***
SPECIAL TASKS
*** Insert instructions for specific units here. ***
"]];
// Administration
player createDiaryRecord ["Diary", ["Administration","
*** Insert information on administration and logistics here. ***
"]];
// Credits
player createDiaryRecord ["Diary", ["Credits", "
Made by
"]];
// INDFOR Notes
// Situation
player createDiaryRecord ["Diary", ["Situation","
Anti Government forces have begun a massed uprising across the province, we must hold the southern coastal road at all costs.
ENEMY FORCES
Anti Government rebels armed with Soviet armour and captured AAF small arms.
FRIENDLY FORCES
We are the AAF platoon tasked with holding checkpoint five, the southern coastal road to the capital.
A reinforcement force are preparing, it will be some time until they can set off however..
"]];
// Mission
player createDiaryRecord ["Diary", ["Mission","
Defend the indicated area for as long as possible, call for reinforcements when required.
We are surrounded, defend in all directions apart from the sea.
"]];
// Execution
player createDiaryRecord ["Diary", ["Execution","
COMMANDER'S INTENT
Remain within the indicated AO perimeter at all times.
FORTIFICATION PLAN
An ammunition can be found in both storage buildings.
JIP REINFORCEMENT
Reinforcements must wait to be called in before moving off.
Once reinforcements arrive hold in place until the attack fizzles out.
"]];
// Credits
player createDiaryRecord ["Diary", ["Credits", "
Made by dancemoox
"]];// OPFOR Notes
// Situation
player createDiaryRecord ["Diary", ["Situation","
CDF forces are advancing fast along the eastern coastal road. We must delay them as long as possible.
ENEMY FORCES
CDF Government forces.
FRIENDLY FORCES
An extraction force are preparing, it will be some time until they can set off however..
"]];
// Mission
player createDiaryRecord ["Diary", ["Mission","
Defend the indicated area for as long as possible, call for extraction when it is available.
With the Green Sea to our east expect contact from the north road and western woodline.
"]];
// Execution
player createDiaryRecord ["Diary", ["Execution","
COMMANDER'S INTENT
Remain within the indicated AO perimeter at all times.
FORTIFICATION PLAN
An ammunition dump has been established.
JIP EXTRACT
Extract must wait to be called in before moving off.
Fishing boats can extract seven and helicopters eight.
"]];
// Credits
player createDiaryRecord ["Diary", ["Credits", "
Made by dancemoox
"]];class DD_G {
class Rifleman {
primaryWeapon = "arifle_SLR_lxWS";
primaryWeaponItems[] = {};
secondaryWeapon = "";
secondaryWeaponItems[] = {};
handgunWeapon = "";
handgunItems[] = {};
uniformWeapons[] = {};
vestWeapons[] = {};
backpackWeapons[] = {};
uniformMagazines[] = {
{"ACE_HandFlare_White", 2},
{"gm_smokeshell_wht_gc", 1}
};
vestMagazines[] = {
{"20Rnd_762x51_slr_lxWS", 5},
{"20Rnd_762x51_slr_tracer_green_lxWS", 2}
};
backpackMagazines[] = {
{"gm_handgrenade_frag_m26", 2},
{"gm_smokeshell_wht_gc", 1},
{"20Rnd_762x51_slr_lxWS", 5},
{"20Rnd_762x51_slr_tracer_green_lxWS", 2}
};
basicAssignItems[] = {"ItemMap", "ItemCompass", "ItemWatch"};
assignItems[] = {};
binocular = "";
uniformItems[] = {
{"ACE_Flashlight_KSF1", 1},
{"ACE_wirecutter", 1},
{"ACE_EntrenchingTool", 1}
};
vestItems[] = {};
backpackItems[] = {};
uniformRadios[] = {"ACRE_PRC343"};
vestRadios[] = {};
backpackRadios[] = {};
uniformMedicalItems[] = {
{"ACE_fieldDressing", 10},
{"ACE_tourniquet", 2}
};
vestMedicalItems[] = {};
backpackMedicalItems[] = {};
code = "";
headGear = "";
uniform = "";
goggles = "";
vest = "";
backpack = "";
};
class Leader : Rifleman {
primaryWeapon = "arifle_SLR_GL_lxWS";
handgunWeapon = "CUP_hgun_Colt1911";
vestMagazines[] = {
{"20Rnd_762x51_slr_lxWS", 3},
{"20Rnd_762x51_slr_tracer_green_lxWS", 2},
{"CUP_7Rnd_45ACP_1911", 3},
{"1Rnd_40mm_HE_lxWS", 2},
{"1Rnd_58mm_AT_lxWS", 2},
{"1Rnd_50mm_Smoke_lxWS", 1}
};
backpackMagazines[] = {
{"gm_handgrenade_frag_m26", 1},
{"gm_smokeshell_wht_gc", 1},
{"20Rnd_762x51_slr_lxWS", 6},
{"20Rnd_762x51_slr_tracer_green_lxWS", 2}
};
assignItems[] = {};
binocular = "gm_ferod16_des";
};
class Officer : Leader {
assignItems[] = {};
binocular = "gm_lpr1_oli";
uniformRadios[] = {"ACRE_PRC343", "ACRE_PRC152"};
};
class Crew : Rifleman {
uniformRadios[] = {"ACRE_PRC343", "ACRE_PRC152"};
vestMagazines[] = {{"20Rnd_762x51_slr_lxWS", 4}};
backpackMagazines[] = {};
assignItems[] = {};
};
class CO : Officer {
};
class XO : CO {
};
class SL : Officer {
};
class Medic : Rifleman {
vestMagazines[] = {
{"20Rnd_762x51_slr_lxWS", 4},
{"20Rnd_762x51_slr_tracer_green_lxWS", 2},
{"gm_smokeshell_wht_gc", 2}
};
backpackMagazines[] = {
{"gm_smokeshell_wht_gc", 4},
{"20Rnd_762x51_slr_lxWS", 2}
};
assignItems[] = {};
binocular = "gm_ferod16_des";
uniformRadios[] = {"ACRE_PRC343", "ACRE_PRC152"};
backpackMedicalItems[] = {
{"ACE_fieldDressing", 30},
{"ACE_morphine", 30},
{"ACE_epinephrine", 30},
{"ACE_bloodIV_500", 24},
{"ACE_splint", 4}
};
};
class FTL : Leader {
handgunWeapon = "CUP_hgun_FlareGun";
vestMagazines[] = {
{"20Rnd_762x51_slr_lxWS", 3},
{"20Rnd_762x51_slr_tracer_green_lxWS", 2},
{"CUP_IllumFlareWhite_265_M", 3},
{"CUP_StarClusterWhite_265_M", 3},
{"1Rnd_40mm_HE_lxWS", 2},
{"1Rnd_58mm_AT_lxWS", 2},
{"1Rnd_50mm_Smoke_lxWS", 1}
};
};
class AR : Rifleman {
primaryWeapon = "CUP_lmg_FNMAG";
primaryWeaponItems[] = {};
vestMagazines[] = {{"150Rnd_762x51_Box_Tracer", 4}};
backpackMagazines[] = {
{"gm_handgrenade_frag_m26", 1},
{"gm_smokeshell_wht_gc", 1},
{"150Rnd_762x51_Box_Tracer", 4}
};
};
class AAR : Rifleman {
backpackMagazines[] = {
{"gm_handgrenade_frag_m26", 1},
{"gm_smokeshell_wht_gc", 1},
{"150Rnd_762x51_Box_Tracer", 3}
};
binocular = "gm_ferod16_des";
};
class RAT : Rifleman {
secondaryWeapon = "gm_pzf84_oli";
secondaryWeaponItems[] = {"gm_feroz2x17_pzf84_blk"};
vestMagazines[] = {
{"20Rnd_762x51_slr_lxWS", 5},
{"20Rnd_762x51_slr_tracer_green_lxWS", 2}
};
backpackMagazines[] = {
{"gm_handgrenade_frag_m26", 1},
{"gm_smokeshell_wht_gc", 1},
{"20Rnd_762x51_slr_lxWS", 4},
{"gm_1Rnd_84x245mm_heat_t_DM12a1_carlgustaf", 2},
{"gm_1Rnd_84x245mm_ILLUM_DM16_carlgustaf", 1}
};
};
class DHATG : Rifleman {
secondaryWeapon = "ace_compat_gm_9k111_backpack";
primaryWeapon = "CUP_smg_Mac10";
vestMagazines[] = {
{"CUP_30Rnd_45ACP_Green_Tracer_MAC10_M", 7}
};
backpackMagazines[] = {
{"gm_handgrenade_frag_m26", 2},
{"gm_smokeshell_wht_gc", 1},
{"CUP_30Rnd_45ACP_Green_Tracer_MAC10_M", 7}
};
};
class DHATAG : Rifleman {
uniformRadios[] = {"ACRE_PRC343", "ACRE_PRC152"};
backpackMagazines[] = {
{"ace_compat_gm_gm_1Rnd_fagot_heat_9m111", 1}
};
binocular = "gm_lpr1_oli";
assignItems[] = {};
};
class DHATAC : Rifleman {
backpackMagazines[] = {
{"ace_compat_gm_gm_1Rnd_fagot_heat_9m111", 1}
};
};
class VC : Crew {
binocular = "gm_lpr1_oli";
};
class VG : Crew {
primaryWeapon = "CUP_smg_Mac10";
vestMagazines[] = {
{"CUP_30Rnd_45ACP_Green_Tracer_MAC10_M", 7}
};
backpackMagazines[] = {
{"gm_handgrenade_frag_m26", 2},
{"gm_smokeshell_wht_gc", 1},
{"CUP_30Rnd_45ACP_Green_Tracer_MAC10_M", 7}
};
};
class VD : Crew {
};
class P : Crew {
};
class PCM : P {
};
class Vehicle {
weapons[] = {};
magazines[] = {
{"20Rnd_762x51_slr_lxWS", 100},
{"20Rnd_762x51_slr_tracer_green_lxWS", 50},
{"150Rnd_762x51_Box_Tracer", 100},
{"CUP_30Rnd_45ACP_Green_Tracer_MAC10_M", 25},
{"CUP_IllumFlareWhite_265_M", 25},
{"CUP_StarClusterWhite_265_M", 25},
{"ACE_HandFlare_White", 25},
{"gm_1Rnd_84x245mm_heat_t_DM12a1_carlgustaf", 25},
{"gm_1Rnd_84x245mm_ILLUM_DM16_carlgustaf", 10},
{"1Rnd_40mm_HE_lxWS", 25},
{"1Rnd_58mm_AT_lxWS", 25},
{"1Rnd_50mm_Smoke_lxWS", 25},
{"gm_handgrenade_frag_m26", 25},
{"gm_smokeshell_wht_gc", 25},
{"CUP_7Rnd_45ACP_1911", 15},
{"SatchelCharge_Remote_Mag", 3}
};
items[] = {{"ACE_M26_Clacker", 1}};
medicalItems[] = {
{"ACE_fieldDressing", 50},
{"ACE_splint", 12}
};
};
class SPG {
weapons[] = {
{"ace_compat_gm_9k111_backpack", 1}
};
magazines[] = {
{"ace_compat_gm_gm_1Rnd_fagot_heat_9m111", 50}
};
items[] = {};
medicalItems[] = {};
};
};class DD_U {
class Rifleman {
headGear = "lxWS_H_ssh40_green";
goggles = "";
uniform = "gmx_tak_army_uniform_soldier_oli";
vest = "gm_ge_army_vest_80_rifleman_ARM";
backpack = "ark_backpack_med";
insignia = "USP_PATCH_NATO_MNF_IRAQ_OCP";
};
class Leader : Rifleman {
vest = "gm_ge_army_vest_80_leader_ARM";
};
class Officer : Leader {
headGear = "CUP_H_TK_Beret";
};
class Crew : Rifleman {
headGear = "gmx_chdkz_army_headgear_cap_wdl";
uniform = "gmx_tak_army_uniform_crew_oli";
vest = "gm_ge_army_vest_pilot_oli_ARM";
backpack = "ark_backpack_small";
};
class CO : Officer {
};
class XO : CO {
backpack = "ark_backpack_large";
};
class SL : Officer {
};
class Medic : Rifleman {
goggles = "CUP_G_TK_RoundGlasses_blk";
vest = "gm_ge_army_vest_80_medic_ARM";
backpack = "ark_backpack_large";
};
class FTL : Leader {
};
class AR : Rifleman {
vest = "gm_ge_army_vest_80_machinegunner_ARM";
};
class AAR : Rifleman {
backpack = "ark_backpack_large";
};
class RAT : Rifleman {
};
class DHATG : AR {
goggles = "gm_ge_facewear_dustglasses";
vest = "gm_ge_army_vest_80_demolition_ARM";
};
class DHATAG : AAR {
goggles = "gm_ge_facewear_dustglasses_relaxed";
vest = "gm_ge_army_vest_80_leader_ARM";
};
class DHATAC : AAR {
};
class VC : Crew {
headGear = "lxWS_H_turban_02_green";
goggles = "gm_ge_facewear_dustglasses_relaxed";
vest = "gm_ge_army_vest_80_leader_ARM";
};
class VG : Crew {
headGear = "lxWS_H_turban_02_green";
goggles = "gm_ge_facewear_dustglasses";
vest = "gm_ge_army_vest_80_rifleman_smg_ARM";
};
class VD : Crew {
headGear = "lxWS_H_turban_03_green";
goggles = "gm_ge_facewear_dustglasses_relaxed";
vest = "gm_ge_army_vest_80_demolition_ARM";
};
class P : Crew {
headGear = "gm_gc_headgear_zsh3_wht";
uniform = "gmx_tak_army_uniform_pilot_oli";
backpack = "ark_backpack_small";
};
class PCM : P {
};
};class Hull3 {
isEnabled = 1;
class MissionParams {
date[] = {
{2035, 10, 06},
{2035, 10, 06}
};
time[] = {
{3, 30},
{5, 50},
{7, 30},
{12, 0},
{15, 0},
{17, 50},
{18, 50},
{0, 0}
};
};
class Briefing {
blufor = "hull3\briefing\blufor.sqf";
opfor = "hull3\briefing\opfor.sqf";
indfor = "hull3\briefing\indfor.sqf";
civilian = "hull3\briefing\civilian.sqf";
};
class Faction {
class GMX_TKA_DD {
gear = "DD_G";
uniform = "DD_U";
languages[] = {
{"west", 100}
};
};
};
class Gear {
#include "DD_G.h"
unitBaseClass = "Rifleman";
vehicleBaseClass = "Vehicle";
};
class Uniform {
#include "DD_U.h"
unitBaseClass = "Rifleman";
};
};The MIT License (MIT)
Copyright (c) 2014 László Major
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.//if (isServer) then {
//{_x forceFlagTexture "\ca\data\Flag_chdkz_co.paa"} forEach [boat_1, boat_2, car_1];
//};ark_fnc_plank_assignFortifications = {
private _unit = _this select 0;
private _gearClass = _unit getVariable "hull3_gear_class";
if (isNil {_unit getVariable "plank_areFortsAssigned"}) then {
call {
if (_gearClass in ["CO", "XO", "SL"]) exitWith {[_unit, [1, 4, 0, 4, 0, 0, 0, 0, 1, 1, 0]] call plank_api_fnc_forceAddFortifications};
if (_gearClass in ["FTL"]) exitWith {[_unit, [0, 4, 0, 4, 0, 1, 0, 0, 1, 0, 0]] call plank_api_fnc_forceAddFortifications};
if (_gearClass in ["Rifleman", "DHATAC", "VD", "AAR"]) exitWith {[_unit, [0, 4, 0, 4, 0, 0, 0, 0, 0, 0, 0]] call plank_api_fnc_forceAddFortifications};
if (_gearClass in ["Medic"]) exitWith {[_unit, [0, 4, 0, 4, 0, 0, 1, 0, 1, 0, 0]] call plank_api_fnc_forceAddFortifications};
if (_gearClass in ["RAT"]) exitWith {[_unit, [0, 4, 0, 4, 1, 0, 0, 0, 0, 0, 0]] call plank_api_fnc_forceAddFortifications};
if (_gearClass in ["VC", "VG"]) exitWith {[_unit, [0, 4, 2, 4, 0, 0, 0, 0, 1, 0, 1]] call plank_api_fnc_forceAddFortifications};
if (_gearClass in ["DHATAG", "DHATG"]) exitWith {[_unit, [0, 4, 2, 4, 0, 0, 0, 1, 1, 0, 0]] call plank_api_fnc_forceAddFortifications};
}; //1 2 3 4 5 6 7 8 9 10
_unit setVariable ["plank_areFortsAssigned", true, true];
};
};
ark_fnc_plank_fill_launcher = {
private _box = _this select 1;
[_box, 9999] remoteExecCall ["ace_rearm_fnc_makeSource", 2];
private ["_magazines"];
_magazines = [
["gm_1Rnd_84x245mm_heat_t_DM12a1_carlgustaf", 100],
["gm_1Rnd_84x245mm_ILLUM_DM16_carlgustaf", 25]
];
clearMagazineCargoGlobal _box;
clearWeaponCargoGlobal _box;
clearItemCargoGlobal _box;
clearBackpackCargoGlobal _box;
{_box addMagazineCargoGlobal _x;} foreach _magazines;
};
ark_fnc_plank_fill_ammo_small = {
private _box = _this select 1;
private ["_magazines", "_items"];
_magazines = [
["20Rnd_762x51_slr_lxWS", 50],
["20Rnd_762x51_slr_tracer_green_lxWS", 25],
["CUP_30Rnd_45ACP_Green_Tracer_MAC10_M", 15],
["150Rnd_762x51_Box_Tracer", 50],
["1Rnd_40mm_HE_lxWS", 25],
["1Rnd_58mm_AT_lxWS", 25],
["1Rnd_50mm_Smoke_lxWS", 25],
["CUP_IllumFlareWhite_265_M", 25],
["CUP_StarClusterWhite_265_M", 25],
["ACE_HandFlare_White", 15],
["gm_handgrenade_frag_m26", 15],
["CUP_7Rnd_45ACP_1911", 15],
["gm_smokeshell_wht_gc", 15]
];
_items = [
["ACE_fieldDressing", 150]
];
clearMagazineCargoGlobal _box;
clearWeaponCargoGlobal _box;
clearItemCargoGlobal _box;
clearBackpackCargoGlobal _box;
{_box addMagazineCargoGlobal _x;} foreach _magazines;
{_box addItemCargoGlobal _x;} foreach _items;
};
ark_fnc_plank_fill_ammo_large = {
private _box = _this select 1;
private ["_magazines", "_items"];
_magazines = [
["20Rnd_762x51_slr_lxWS", 100],
["20Rnd_762x51_slr_tracer_green_lxWS", 50],
["CUP_30Rnd_45ACP_Green_Tracer_MAC10_M", 25],
["150Rnd_762x51_Box_Tracer", 100],
["1Rnd_40mm_HE_lxWS", 50],
["1Rnd_58mm_AT_lxWS", 50],
["1Rnd_50mm_Smoke_lxWS", 50],
["CUP_IllumFlareWhite_265_M", 50],
["CUP_StarClusterWhite_265_M", 50],
["ACE_HandFlare_White", 25],
["gm_handgrenade_frag_m26", 25],
["CUP_7Rnd_45ACP_1911", 25],
["gm_smokeshell_wht_gc", 25]
];
_items = [
["ACE_fieldDressing", 150]
];
clearMagazineCargoGlobal _box;
clearWeaponCargoGlobal _box;
clearItemCargoGlobal _box;
clearBackpackCargoGlobal _box;
{_box addMagazineCargoGlobal _x;} foreach _magazines;
{_box addItemCargoGlobal _x;} foreach _items;
};
ark_fnc_plank_fill_medic = {
private _box = _this select 1;
private ["_items"];
_items = [
["ACE_fieldDressing", 90],
["ACE_morphine", 60],
["ACE_epinephrine", 60],
["ACE_bloodIV_500", 48],
["ACE_splint", 16]
];
clearMagazineCargoGlobal _box;
clearWeaponCargoGlobal _box;
clearItemCargoGlobal _box;
clearBackpackCargoGlobal _box;
{_box addItemCargoGlobal _x;} foreach _items;
_box call ark_fnc_plank_setBoxColour_medic_aluminium;
};
ark_fnc_plank_fill_ammo_spg = {
private _box = _this select 1;
[_box, 9999] remoteExecCall ["ace_rearm_fnc_makeSource", 2];
private ["_magazines", "_weapons"];
_magazines = [
["ace_compat_gm_gm_1Rnd_fagot_heat_9m111", 200]
];
_weapons = [
["ace_compat_gm_9k111_backpack", 1]
];
clearMagazineCargoGlobal _box;
clearWeaponCargoGlobal _box;
clearItemCargoGlobal _box;
clearBackpackCargoGlobal _box;
{_box addMagazineCargoGlobal _x;} foreach _magazines;
{_box addWeaponCargoGlobal _x;} foreach _weapons;
};
ark_fnc_plank_fill_ammo_zu = {
private _box = _this select 1;
[_box, 9999] remoteExecCall ["ace_rearm_fnc_makeSource", 2];
clearMagazineCargoGlobal _box;
clearWeaponCargoGlobal _box;
clearItemCargoGlobal _box;
clearBackpackCargoGlobal _box;
};
ark_fnc_plank_setBoxColour_medic_aluminium = {
params ["_box"];
[{_this setObjectTextureGlobal [0, "gm\gm_weapons\gm_ammoboxes\data\oli\gm_ammobox_aluminium_01_medic_oli_co.paa"];}, _box] call CBA_fnc_execNextFrame;
};
if (!didJIP) then {
[player] call ark_fnc_plank_assignFortifications;
["mission.safetytimer.ended", {[player] call plank_api_fnc_forceRemoveAllFortifications;}] call hull3_event_fnc_addEventHandler;
}; raP -
version 6 EditorData sourceName ark_co47_delta_desert addons A3_Ui_F gm_weapons_ammoboxes A3_Structures_F_Civ_Camping cba_xeh A3_Structures_F_Items_Vessels CUP_Misc_e_Config structures_1_F_lxWS_Tent A3_Props_F_Decade_Civilian_Camping gm_structures_euro_80 A3_Structures_F_Households_Slum gmx_tak_vehicles_air_helicopters_mi2 CUP_AirVehicles_Su25 gmx_tak_vehicles_land_tracked_uaz469 Vehicles_F_lxWS_zu23 A3_Modules_F_Curator_Curator ark_ace_rearm ark_clear_cargo Admiral ark_rotor ark_chase_ai CUP_Creatures_Military_Russia CUP_AirVehicles_Mi24 gm_weapons_mortars_2s12_gm_gc_army_2s12 CUP_Creatures_Military_RussiaModern_Units A3_Characters_F ace_nouniformrestrictions ace_parachute A3_Modules_F AddonsMetaData dlcs gm ws gmx_tak CUP_Vehicles CUP_Units randomSeed ScenarioData CustomAttributes ] Mission - moveGridStep ?angleGridStep ?scaleGridStep ?autoGroupingDist Atoggles ItemIDProvider 6 MarkerIDProvider I LayerIndexProvider \ Camera o nextID l" I nextID $ \ nextID O o pos
F==BH!?Edir ^=bdup W`=Awf?ݾaside }p5M List items Item0 Item1 Item2
Item3 Item4 Item5 T Item6 Item7 ~ Item8 Item9 {
Item10 Item11 D Item12 Item13 8 Item14 Item15 0
Item16
Item17 Item18 f Item19 Item20 $ Item21 g Item22 Item23 Item24 Item25 className A3_Ui_F name Arma 3 - User Interface author Bohemia Interactive url https://www.arma3.com className gm_weapons_ammoboxes name gm_weapons_ammoboxes author Global Mobilization url global-mobilization.com
className A3_Structures_F name Arma 3 - Buildings and Structures author Bohemia Interactive url https://www.arma3.com className A3_Characters_F name Arma 3 Alpha - Characters and Clothing author Bohemia Interactive url https://www.arma3.com className CUP_Misc_e_Config name CUP_Misc_e_Config T className structures_F_lxWS name Arma 3 Creator DLC: Western Sahara - Buildings and Structures author Rotators Collective url https://sahara.rotators.net/ className A3_Props_F_Decade name CFGPATCHES_A3_Props_F_Decade author Bohemia Interactive url https://www.arma3.com ~ className gm_structures_euro_80 name gm_structures_euro_80 author Global Mobilization url global-mobilization.com className A3_Structures_F_Households name Arma 3 - Houses author Bohemia Interactive url https://www.arma3.com {
className gmx_tak_vehicles_air_helicopters_mi2 name gmx_tak_vehicles_air_helicopters_mi2 author Global Mobilization Extra className CUP_AirVehicles_Su25 name CUP_AirVehicles_Su25 D className gmx_tak_vehicles_land_tracked_uaz469 name gmx_tak_vehicles_land_tracked_uaz469 author Global Mobilization Extra className Vehicles_F_lxWS_zu23 name Arma 3 Creator DLC: Western Sahara author Rotators Collective 8 className A3_Modules_F_Curator name Arma 3 Zeus Update - Scripted Modules author Bohemia Interactive url https://www.arma3.com className ark_ace_rearm name ARK Inhouse - ACE Rearm author ARK url http://www.ark-group.org 0
className ark_clear_cargo name ARK Inhouse - Clear Cargo author ARK url http://www.ark-group.org
className Admiral name ARK Inhouse - Admiral author Kami url https://github.com/kami- className ark_rotor name ARK Inhouse - Rotor author ARK url http://www.ark-group.org f className ark_chase_ai name ARK Inhouse - Chase AI author ARK url http://www.ark-group.org className CUP_Creatures_Military_Russia name CUP_Creatures_Military_Russia $ className CUP_AirVehicles_Mi24 name CUP_AirVehicles_Mi24 g className gm_weapons_mortars_2s12_gm_gc_army_2s12 name gm_weapons_mortars_2s12_gm_gc_army_2s12 author Global Mobilization url global-mobilization.com className CUP_Creatures_Military_RussiaModern name CUP_Creatures_Military_RussiaModern_Units author Community Upgrade Project className ace_nouniformrestrictions name ACE3 - No Uniform Restrictions author ACE-Team url https://ace3.acemod.org/ className ace_parachute name ACE3 - Parachute author ACE-Team url https://ace3.acemod.org/ className A3_Modules_F name Arma 3 Alpha - Scripted Modules author Bohemia Interactive url https://www.arma3.com author dancemoox Header % ] gameType Coop minPlayers maxPlayers , ] Category0 r name Multiplayer Attribute0 Attribute1 nAttributes property RespawnTemplates expression true Value data singleType ARRAY value 0 items Item0 M data ] singleType STRING value None property RespawnButton expression true Value data singleType SCALAR value ? Intel & Entities Connections $ - briefingName ark_co47_delta_desert overviewText Takistan Army defend a remote communications tower | JIP Extract resistanceWest timeOfChanges FstartWeather >startWind forecastWeather >forecastWind forecastWaves forecastLightnings =wavesForced windForced year month day hour minute startFogDecay T<forecastFogDecay T< $items # Item0 v Item1 Z Item2 ,! Item3 ! Item4 0z Item5 E Item6 Item7 0 Item8 N Item9 ^ Item10 g Item11 w Item12 Item13 Item14
Item15 n Item16 Item17 Item18 Item19 Item20 Item21 Item22 ! Item23 : Item24 C Item25 Item26 Item27 Item28 Item29 Item30 < Item31 Item32 J Item33 j Item34 " $ dataType Layer name Time Triggers state Entities id atlOffset NLBZ items Item0 ? Item1 Item2 Item3 Item4 Item5 Item6 Item7 Z dataType Trigger position 6ERB:
F Attributes id type EmptyDetector atlOffset ̂B name tgr_safety_off condition call{hull3_mission_safetyTimerAbort} sizeA sizeB dataType Trigger position E\B'F Attributes id type EmptyDetector atlOffset MB name tgr_time_10 condition call{triggeractivated tgr_safety_off;} sizeA sizeB timeout D D D dataType Trigger position E(BF Attributes t id type EmptyDetector atlOffset B name tgr_time_15 condition call{triggeractivated tgr_safety_off;} sizeA sizeB timeout aD aD aD dataType Trigger position EOBKF Attributes b id type EmptyDetector atlOffset *B name tgr_time_20 condition call{triggeractivated tgr_safety_off;} sizeA sizeB timeout D D D dataType Trigger position EBBT
F Attributes P id type EmptyDetector atlOffset ZB name tgr_time_25 condition call{triggeractivated tgr_safety_off;} onActivation call{heli_1 setfuel 1; heli_2 setfuel 1;} sizeA sizeB timeout D D D dataType Trigger position "EBdj
F Attributes w id type EmptyDetector atlOffset B name tgr_time_30 condition call{triggeractivated tgr_safety_off;} onActivation call{heli_1 setfuel 1;} sizeA sizeB timeout D D D dataType Trigger position E4BF Attributes id type EmptyDetector atlOffset ߈B name tgr_time_5 condition call{triggeractivated tgr_safety_off;} sizeA sizeB timeout C C C dataType Trigger position E C
F Attributes y id M type EmptyDetector atlOffset zוBZ name tgr_time_40 condition call{triggeractivated tgr_safety_off;} onActivation if (isServer) then {
[arty_1, "mkr_tgt", 5, 30, 50] call ark_common_fnc_arty;
}; sizeA sizeB timeout E E EZ
dataType Marker position Fu#BzO;E name mkr_ao markerType ELLIPSE type ellipse colorName ColorWEST fillName Border a EBb Bangle UBdrawBorder id atlOffset ,! dataType Marker position
Fch$Br~