diff --git a/Arma 3 Preset Sahrani Ops.html b/Arma 3 Preset Sahrani Ops.html new file mode 100644 index 0000000..f0c0f33 --- /dev/null +++ b/Arma 3 Preset Sahrani Ops.html @@ -0,0 +1,386 @@ + + + + + + + + Arma 3 + + + + +

Arma 3 - Preset Sahrani Ops

+

+ 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 +
CUP Weapons + Steam + + https://steamcommunity.com/sharedfiles/filedetails/?id=497660133 +
CUP Units + Steam + + https://steamcommunity.com/sharedfiles/filedetails/?id=497661914 +
ace + Steam + + https://steamcommunity.com/sharedfiles/filedetails/?id=463939057 +
CUP Vehicles + Steam + + https://steamcommunity.com/sharedfiles/filedetails/?id=541888371 +
Terrain Lib + Steam + + https://steamcommunity.com/sharedfiles/filedetails/?id=2966168738 +
Zeus Enhanced + Steam + + https://steamcommunity.com/sharedfiles/filedetails/?id=1779063631 +
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 +
WBK Immersive Animations + Steam + + https://steamcommunity.com/sharedfiles/filedetails/?id=3165450999 +
ACE 3 Extension (Animations and Actions) + Steam + + https://steamcommunity.com/sharedfiles/filedetails/?id=766491311 +
Alternative Running + Steam + + https://steamcommunity.com/sharedfiles/filedetails/?id=2198339170 +
LAMBS_Danger.fsm + Steam + + https://steamcommunity.com/sharedfiles/filedetails/?id=1858075458 +
AusTac Mod + Steam + + https://steamcommunity.com/sharedfiles/filedetails/?id=3218325774 +
Task Force Arrowhead Radio (BETA!!!) + Steam + + https://steamcommunity.com/sharedfiles/filedetails/?id=894678801 +
CUP Terrains - Core + Steam + + https://steamcommunity.com/sharedfiles/filedetails/?id=583496184 +
CUP Vehicle Extension + Steam + + https://steamcommunity.com/sharedfiles/filedetails/?id=3143649881 +
CF_BAI + Steam + + https://steamcommunity.com/sharedfiles/filedetails/?id=2895905998 +
Death and Hit reactions + Steam + + https://steamcommunity.com/sharedfiles/filedetails/?id=2993442344 +
Drongos Artillery + Steam + + https://steamcommunity.com/sharedfiles/filedetails/?id=1675485070 +
CUP Terrains - Maps + Steam + + https://steamcommunity.com/sharedfiles/filedetails/?id=583544987 +
RHSUSAF + Steam + + https://steamcommunity.com/sharedfiles/filedetails/?id=843577117 +
RHSAFRF + Steam + + https://steamcommunity.com/sharedfiles/filedetails/?id=843425103 +
RHSSAF + Steam + + https://steamcommunity.com/sharedfiles/filedetails/?id=843632231 +
RHSGREF + Steam + + https://steamcommunity.com/sharedfiles/filedetails/?id=843593391 +
Project RACS 2023 + Steam + + https://steamcommunity.com/sharedfiles/filedetails/?id=2955627408 +
Project RACS SLA 2023 + Steam + + https://steamcommunity.com/sharedfiles/filedetails/?id=2955691343 +
Jbad + Steam + + https://steamcommunity.com/sharedfiles/filedetails/?id=520618345 +
Sehreno + Steam + + https://steamcommunity.com/sharedfiles/filedetails/?id=2876540929 +
Drongos Map Population + Steam + + https://steamcommunity.com/sharedfiles/filedetails/?id=1990653162 +
+
+
+ + + + + \ No newline at end of file diff --git a/Description.ext b/Description.ext index 5b41cd2..cec587c 100644 --- a/Description.ext +++ b/Description.ext @@ -1,17 +1,21 @@ 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."; +briefingName = "Razor's Edge"; +onLoadName = "Razor's Edge"; +loadScreen = "images\OpScreenshot_2-1.jpg"; +onLoadMission = "As regional tensions rise between the northern and southern nations of Sahrani, a RACS Special Forces unit is dispatched to investigate a disturbance."; + +overviewPicture = "images\OpScreenshot_2-1.jpg"; +overviewText = "As regional tensions rise between the northern and southern nations of Sahrani, a RACS Special Forces unit is dispatched to investigate a disturbance."; + +// To do +// - Radio msg -//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 + maxPlayers = 21; // maximum number of players the mission supports }; class CfgFunctions @@ -26,41 +30,56 @@ class CfgFunctions }; }; }; +//racs_hvt setDamage 1; +class CfgSounds +{ + sounds[] = {}; + class LetMeTellYouSomething + { + name = "LMTYS"; // Name in the editor + sound[] = {"sounds\letmetellyousomething.ogg", 1, 1}; // Path, Volume, Pitch + titles[] = {0, ""}; + }; +}; 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}, + {"Land_BagFenceShort", 13}, + {"Land_BagFenceLong", 16}, + {"Land_BagFenceRound", 16}, + {"Land_BagFenceCorner", 5}, + {"Land_BagFenceEnd", 3}, + }; + }; + class TAG_Fortifications { + displayName = "Fortifications"; + objects[] = { + {"Land_HBarrier_3_F", 20}, + {"Land_HBarrier_5_F", 25}, + {"Land_HBarrierWall4_F", 40}, + {"Wire", 20}, + {"Land_jezekbeton", 25} }; }; class TAG_categories { - displayName = "Operation Whiplash"; + displayName = "Sahrani Fortifications"; 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"}, + {"Land_BagFenceShort", 13, "TAG_Sandbags"}, + {"Land_BagFenceLong", 16, "TAG_Sandbags"}, + {"Land_BagFenceRound", 16, "TAG_Sandbags"}, + {"Land_BagFenceCorner", 5, "TAG_Sandbags"}, + {"Land_BagFenceEnd", 3, "TAG_Sandbags"}, + {"Land_HBarrier_3_F", 20, "TAG_Fortifications"}, + {"Land_HBarrier_5_F", 25, "TAG_Fortifications"}, + {"Land_HBarrierWall4_F", 40, "TAG_Fortifications"}, + {"Wire", 20, "TAG_Fortifications"}, + {"Land_jezekbeton", 25, "TAG_Fortifications"}, }; }; }; \ No newline at end of file diff --git a/images/OpScreenshot_2-1.jpg b/images/OpScreenshot_2-1.jpg new file mode 100644 index 0000000..eb17cb0 Binary files /dev/null and b/images/OpScreenshot_2-1.jpg differ diff --git a/init.sqf b/init.sqf new file mode 100644 index 0000000..e04bcae --- /dev/null +++ b/init.sqf @@ -0,0 +1,4 @@ +// Declare mission state variables +missionNamespace setVariable ["mission_start", false, true]; +missionNamespace setVariable ["mission_01_hvtDead", false, true]; +missionNamespace setVariable ["mission_02_intel", false, true]; \ No newline at end of file diff --git a/initServer.sqf b/initServer.sqf index 3037499..e69de29 100644 --- a/initServer.sqf +++ b/initServer.sqf @@ -1,2 +0,0 @@ -// Declare mission state variables -missionNameSpace setVariable ["mission_01_hvtDead", false, true]; diff --git a/mission.sqm b/mission.sqm index 52b92d4..04c3ec4 100644 Binary files a/mission.sqm and b/mission.sqm differ diff --git a/sounds/letmetellyousomething.mp3 b/sounds/letmetellyousomething.mp3 new file mode 100644 index 0000000..054d73c Binary files /dev/null and b/sounds/letmetellyousomething.mp3 differ diff --git a/sounds/letmetellyousomething.ogg b/sounds/letmetellyousomething.ogg new file mode 100644 index 0000000..dd779cb Binary files /dev/null and b/sounds/letmetellyousomething.ogg differ