diff --git a/Description.ext b/Description.ext new file mode 100644 index 0000000..d4c44a3 --- /dev/null +++ b/Description.ext @@ -0,0 +1,53 @@ +author = "Clarky"; +briefingName = "False Hope"; +onLoadName = "False Hope"; +//loadScreen = "images\replace_me"; +onLoadMission = "As regional tensions rise between the north and south of Sahrani, a Royal Special Forces units is dispatched to investigate a disturbance."; + +//overviewPicture = "images\replace_me"; +overviewText = "As regional tensions rise between the north and south of Sahrani, a Royal Special Forces units is dispatched to investigate a disturbance."; + +class Header +{ + gameType = "Coop"; // game type + minPlayers = 6; // minimum number of players the mission supports + maxPlayers = 22; // maximum number of players the mission supports +}; + +respawnTemplates[] = {"MenuPosition"}; +respawnOnStart = 0; +respawnDialog = 1; + +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/mission.sqm b/mission.sqm new file mode 100644 index 0000000..4e406f9 Binary files /dev/null and b/mission.sqm differ