diff --git a/Arma 3 Preset Ardennes 44.html b/Arma 3 Preset Ardennes 44.html new file mode 100644 index 0000000..0975d28 --- /dev/null +++ b/Arma 3 Preset Ardennes 44.html @@ -0,0 +1,339 @@ + + + + + + + + Arma 3 + + + + +

Arma 3 - Preset Ardennes 44

+

+ To import this preset, drag this file onto the Launcher window. Or click the MODS tab, then PRESET in the top right, then IMPORT at the bottom, and finally select this file. +

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
CBA_A3 + Steam + + https://steamcommunity.com/sharedfiles/filedetails/?id=450814997 +
SPEX - Spearhead Extended + Steam + + https://steamcommunity.com/sharedfiles/filedetails/?id=3117898674 +
ace + Steam + + https://steamcommunity.com/sharedfiles/filedetails/?id=463939057 +
Terrain Lib + Steam + + https://steamcommunity.com/sharedfiles/filedetails/?id=2966168738 +
Chameleon Trenches + Steam + + https://steamcommunity.com/sharedfiles/filedetails/?id=2914901109 +
Zeus Enhanced + Steam + + https://steamcommunity.com/sharedfiles/filedetails/?id=1779063631 +
CUP Terrains - Core + Steam + + https://steamcommunity.com/sharedfiles/filedetails/?id=583496184 +
SPEV - Spearhead Vehicle Extension + Steam + + https://steamcommunity.com/sharedfiles/filedetails/?id=3534196798 +
Hurtgen Forest + Steam + + https://steamcommunity.com/sharedfiles/filedetails/?id=3214719358 +
Darkest December 1944 + Steam + + https://steamcommunity.com/sharedfiles/filedetails/?id=3373660050 +
3den Enhanced + Steam + + https://steamcommunity.com/sharedfiles/filedetails/?id=623475643 +
LAMBS_Suppression + Steam + + https://steamcommunity.com/sharedfiles/filedetails/?id=1808238502 +
LAMBS_Turrets + Steam + + https://steamcommunity.com/sharedfiles/filedetails/?id=1862208264 +
Deformer + Steam + + https://steamcommunity.com/sharedfiles/filedetails/?id=2822758266 +
Spearhead Expansion Project + Steam + + https://steamcommunity.com/sharedfiles/filedetails/?id=3478069926 +
WBK Simple Animations + Steam + + https://steamcommunity.com/sharedfiles/filedetails/?id=3466650326 +
WBK Immersive Animations + Steam + + https://steamcommunity.com/sharedfiles/filedetails/?id=3165450999 +
ACE Medical WWII Item Replacements + Steam + + https://steamcommunity.com/sharedfiles/filedetails/?id=3168266054 +
ACE 3 Extension (Animations and Actions) + Steam + + https://steamcommunity.com/sharedfiles/filedetails/?id=766491311 +
Alternative Running + Steam + + https://steamcommunity.com/sharedfiles/filedetails/?id=2198339170 +
Trencher - Eden Trench Generation + Steam + + https://steamcommunity.com/sharedfiles/filedetails/?id=3256534418 +
LAMBS_Danger.fsm + Steam + + https://steamcommunity.com/sharedfiles/filedetails/?id=1858075458 +
AusTac Mod + Steam + + https://steamcommunity.com/sharedfiles/filedetails/?id=3218325774 +
Hide Among The Grass - HATG + Steam + + https://steamcommunity.com/sharedfiles/filedetails/?id=3346427969 +
Task Force Arrowhead Radio (BETA!!!) + Steam + + https://steamcommunity.com/sharedfiles/filedetails/?id=894678801 +
Drongos Artillery + Steam + + https://steamcommunity.com/sharedfiles/filedetails/?id=1675485070 +
+
+
+ + + + + +
Spearhead 1944 + https://store.steampowered.com/app/1175380 +
+
+ + + \ No newline at end of file diff --git a/Description.ext b/Description.ext new file mode 100644 index 0000000..e0e9221 --- /dev/null +++ b/Description.ext @@ -0,0 +1,48 @@ +author = "Clarky"; +onLoadName = "Operation Whiplash"; +onLoadMission = "Allied forces launch a daring counteroffensive to slow the rapdily advancing German salient into the Ardennes forest."; +loadScreen = "images\Battle_of_the_Bulge.paa"; + +class Header +{ + gameType = "Coop"; // game type + minPlayers = 6; // minimum number of players the mission supports + maxPlayers = 28; // maximum number of players the mission supports +}; + +respawnTemplates[] = {"MenuPosition"}; +respawnOnStart = 0; + +class ACEX_Fortify_Presets { + class TAG_Fortifications { + displayName = "Fortifications"; + objects[] = { + {"Land_SPE_BarbedWire_04", 15}, + {"Land_SPE_HedgeHog", 25} + }; + }; + class TAG_Sandbags { + displayName = "Sandbags"; + objects[] = { + {"Land_SPE_Sandbag_Short_Low", 5}, + {"Land_SPE_Sandbag_Short", 5}, + {"Land_SPE_Sandbag_Long", 8}, + {"land_spe_sandbag_curve", 8}, + {"Land_SPE_Sandbag_Nest", 8}, + {"Land_SPE_Sandbag_Gun_Hole", 10}, + }; + }; + class TAG_categories { + displayName = "Operation Whiplash"; + objects[] = { + {"Land_SPE_Sandbag_Short_Low", 5, "TAG_Sandbags"}, + {"Land_SPE_Sandbag_Short", 5, "TAG_Sandbags"}, + {"Land_SPE_Sandbag_Long", 8, "TAG_Sandbags"}, + {"land_spe_sandbag_curve", 8, "TAG_Sandbags"}, + {"Land_SPE_Sandbag_Nest", 8, "TAG_Sandbags"}, + {"Land_SPE_Sandbag_Gun_Hole", 10, "TAG_Sandbags"}, + {"Land_SPE_BarbedWire_04", 15, "TAG_Fortifications"}, + {"Land_SPE_HedgeHog", 25, "TAG_Fortifications"}, + }; + }; +}; \ No newline at end of file diff --git a/images/Battle_of_the_Bulge.paa b/images/Battle_of_the_Bulge.paa new file mode 100644 index 0000000..1762f50 Binary files /dev/null and b/images/Battle_of_the_Bulge.paa differ diff --git a/mission.sqm b/mission.sqm new file mode 100644 index 0000000..7d8ce76 Binary files /dev/null and b/mission.sqm differ