diff options
| author | Alex Pooley (@zuedev) <zuedev@gmail.com> | 2026-05-27 23:44:57 +0100 |
|---|---|---|
| committer | Alex Pooley (@zuedev) <zuedev@gmail.com> | 2026-05-27 23:44:57 +0100 |
| commit | 490eebdede73880ab5d7daebb250ab41e9640e25 (patch) | |
| tree | 6c5f89e6021d4f61eede570307369afbb3872ff5 /communities/uag/mods | |
| parent | c25aa035fecd2427831cdfa17d912dcf1bfd55c8 (diff) | |
| download | unnamed-group-490eebdede73880ab5d7daebb250ab41e9640e25.tar unnamed-group-490eebdede73880ab5d7daebb250ab41e9640e25.tar.gz unnamed-group-490eebdede73880ab5d7daebb250ab41e9640e25.tar.bz2 unnamed-group-490eebdede73880ab5d7daebb250ab41e9640e25.tar.xz unnamed-group-490eebdede73880ab5d7daebb250ab41e9640e25.zip | |
better namespacing
Diffstat (limited to 'communities/uag/mods')
267 files changed, 0 insertions, 2036 deletions
diff --git a/communities/uag/mods/ACE3_Capri-Sun/.gitignore b/communities/uag/mods/ACE3_Capri-Sun/.gitignore deleted file mode 100644 index d109ec3..0000000 --- a/communities/uag/mods/ACE3_Capri-Sun/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -.hemttout/ -releases/ -*.pbo -*.pbo.bisign
\ No newline at end of file diff --git a/communities/uag/mods/ACE3_Capri-Sun/.hemtt/project.toml b/communities/uag/mods/ACE3_Capri-Sun/.hemtt/project.toml deleted file mode 100644 index bb6b4d2..0000000 --- a/communities/uag/mods/ACE3_Capri-Sun/.hemtt/project.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "ACE3 Capri Sun" -prefix = "ACE3_Capri_Sun" -mainprefix = "z" - -[version] -major = 0 -minor = 0 -patch = 0 -git_hash = 8 - -[properties] -author = "UAG Development Team" -url = "https://github.com/uagpmc/arma3"
\ No newline at end of file diff --git a/communities/uag/mods/ACE3_Capri-Sun/README.md b/communities/uag/mods/ACE3_Capri-Sun/README.md deleted file mode 100644 index 3dfa5ef..0000000 --- a/communities/uag/mods/ACE3_Capri-Sun/README.md +++ /dev/null @@ -1 +0,0 @@ -# ACE3 Capri Sun diff --git a/communities/uag/mods/ACE3_Capri-Sun/addons/caprisun/$PBOPREFIX$ b/communities/uag/mods/ACE3_Capri-Sun/addons/caprisun/$PBOPREFIX$ deleted file mode 100644 index 8dd70e6..0000000 --- a/communities/uag/mods/ACE3_Capri-Sun/addons/caprisun/$PBOPREFIX$ +++ /dev/null @@ -1 +0,0 @@ -z\ACE3_Capri_Sun\addons\caprisun
\ No newline at end of file diff --git a/communities/uag/mods/ACE3_Capri-Sun/addons/caprisun/caprisun.paa b/communities/uag/mods/ACE3_Capri-Sun/addons/caprisun/caprisun.paa Binary files differdeleted file mode 100644 index e242d4f..0000000 --- a/communities/uag/mods/ACE3_Capri-Sun/addons/caprisun/caprisun.paa +++ /dev/null diff --git a/communities/uag/mods/ACE3_Capri-Sun/addons/caprisun/config.cpp b/communities/uag/mods/ACE3_Capri-Sun/addons/caprisun/config.cpp deleted file mode 100644 index 54d7c3d..0000000 --- a/communities/uag/mods/ACE3_Capri-Sun/addons/caprisun/config.cpp +++ /dev/null @@ -1,28 +0,0 @@ -class CfgPatches { - class caprisun { - name = "caprisun"; - units[] = {}; - requiredAddons[] = {"ace_medical_treatment"}; - authors[] = {"zuedev", "fluffy"}; - authorUrl = "https://uagpmc.com"; - }; -}; - -class CfgWeapons { - class ACE_personalAidKit; - - class UAGPMC_Capri_Sun: ACE_personalAidKit { - displayName = "Capri Sun"; - picture = "\z\ACE3_Capri_Sun\addons\caprisun\caprisun.paa"; - }; -}; - -class ace_medical_treatment_actions { - class PersonalAidKit; - - class CapriSun: PersonalAidKit { - displayName = "Use Capri Sun"; - displayNameProgress = "Giving sippies..."; - items[] = {"UAGPMC_Capri_Sun"}; - }; -}; diff --git a/communities/uag/mods/ACE3_Capri-Sun/steam/description.txt b/communities/uag/mods/ACE3_Capri-Sun/steam/description.txt deleted file mode 100644 index c326f3d..0000000 --- a/communities/uag/mods/ACE3_Capri-Sun/steam/description.txt +++ /dev/null @@ -1,3 +0,0 @@ -Even contractors need their sippies. - -Check out the source: https://github.com/uagpmc/arma3/tree/main/mods/ACE3_Capri_Sun diff --git a/communities/uag/mods/ACE3_Capri-Sun/steam/image.jpg b/communities/uag/mods/ACE3_Capri-Sun/steam/image.jpg Binary files differdeleted file mode 100644 index af03b18..0000000 --- a/communities/uag/mods/ACE3_Capri-Sun/steam/image.jpg +++ /dev/null diff --git a/communities/uag/mods/ACE3_Capri-Sun/steam/workshop_id.txt b/communities/uag/mods/ACE3_Capri-Sun/steam/workshop_id.txt deleted file mode 100644 index 2a4c685..0000000 --- a/communities/uag/mods/ACE3_Capri-Sun/steam/workshop_id.txt +++ /dev/null @@ -1 +0,0 @@ -2602978471
\ No newline at end of file diff --git a/communities/uag/mods/ACE3_Ketamine/.gitignore b/communities/uag/mods/ACE3_Ketamine/.gitignore deleted file mode 100644 index d109ec3..0000000 --- a/communities/uag/mods/ACE3_Ketamine/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -.hemttout/ -releases/ -*.pbo -*.pbo.bisign
\ No newline at end of file diff --git a/communities/uag/mods/ACE3_Ketamine/.hemtt/project.toml b/communities/uag/mods/ACE3_Ketamine/.hemtt/project.toml deleted file mode 100644 index 3325245..0000000 --- a/communities/uag/mods/ACE3_Ketamine/.hemtt/project.toml +++ /dev/null @@ -1,25 +0,0 @@ -name = "ACE3 Ketamine" -prefix = "ACE3_Ketamine" -mainprefix = "z" - -[version] -major = 0 -minor = 0 -patch = 0 -git_hash = 8 - -[properties] -author = "UAG Development Team" -url = "https://github.com/uagpmc/arma3" - -[hemtt.launch.default] -workshop = [ - "2369477168", # Advanced Developer Tools Workshop ID -] - -[hemtt.launch.ace] -extends = "default" -workshop = [ - "450814997", # CBA_A3's Workshop ID - "463939057", # ACE3's Workshop ID -] diff --git a/communities/uag/mods/ACE3_Ketamine/README.md b/communities/uag/mods/ACE3_Ketamine/README.md deleted file mode 100644 index 7f0cf56..0000000 --- a/communities/uag/mods/ACE3_Ketamine/README.md +++ /dev/null @@ -1 +0,0 @@ -# ACE3 Ketamine diff --git a/communities/uag/mods/ACE3_Ketamine/addons/uag_ketamine/$PBOPREFIX$ b/communities/uag/mods/ACE3_Ketamine/addons/uag_ketamine/$PBOPREFIX$ deleted file mode 100644 index 93cc2cd..0000000 --- a/communities/uag/mods/ACE3_Ketamine/addons/uag_ketamine/$PBOPREFIX$ +++ /dev/null @@ -1 +0,0 @@ -z\ACE3_Ketamine\addons\uag_ketamine diff --git a/communities/uag/mods/ACE3_Ketamine/addons/uag_ketamine/config.cpp b/communities/uag/mods/ACE3_Ketamine/addons/uag_ketamine/config.cpp deleted file mode 100644 index e291285..0000000 --- a/communities/uag/mods/ACE3_Ketamine/addons/uag_ketamine/config.cpp +++ /dev/null @@ -1,74 +0,0 @@ -class CfgPatches { - class uag_ketamine { - authors[] = {"zuedev", "fluffy"}; - authorUrl = "https://uagpmc.com"; - name = "uag_ketamine"; - requiredAddons[] = {"ace_medical_treatment"}; - requiredVersion = 2.16; - units[] = {}; - weapons[] = { - "UAG_Ketamine" - }; - }; -}; - -class CfgFunctions { - class uag { - class ketamine { - file = "\z\ACE3_Ketamine\addons\uag_ketamine\functions"; - class injectKetamine {}; - }; - }; -}; - -class CfgWeapons { - class CBA_MiscItem_ItemInfo; - class ACE_morphine; - - class UAG_Ketamine: ACE_morphine - { - displayName = "Vitamin K"; - author = "Fluffy"; - - descriptionShort = "A nice Vitamin."; - descriptionUse = "A Delicious Stick of Vitamin K"; - class ItemInfo: CBA_MiscItem_ItemInfo - { - mass = 0.875; - }; - }; -}; - -class ace_medical_treatment -{ - class Medication - { - class Morphine; - - class UAG_Ketamine: Morphine - { - painReduce = 2.0; - hrIncreaseLow[] = {0, 0}; - hrIncreaseNormal[] = {0, 0}; - hrIncreaseHigh[] = {0, 0}; - timeInSystem = 600; - timeTillMaxEffect = 20; - maxDose = 1; - incompatibleMedication[] = {}; - viscosityChange = 0; - }; - }; -}; - -class ace_medical_treatment_actions -{ - class Morphine; - - class UAG_Ketamine: Morphine - { - displayName = "Inject Ketamine"; - displayNameProgress = "Injecting Vitamin K"; - callbackSuccess = "call ace_medical_treatment_fnc_medication; call UAG_fnc_injectKetamine"; - items[] = {"UAG_Ketamine"}; - }; -}; diff --git a/communities/uag/mods/ACE3_Ketamine/addons/uag_ketamine/functions/fn_injectKetamine.sqf b/communities/uag/mods/ACE3_Ketamine/addons/uag_ketamine/functions/fn_injectKetamine.sqf deleted file mode 100644 index 35ff9d6..0000000 --- a/communities/uag/mods/ACE3_Ketamine/addons/uag_ketamine/functions/fn_injectKetamine.sqf +++ /dev/null @@ -1,28 +0,0 @@ -/* - * UAG_fnc_injectKetamine - * - * Injects the player with Ketamine. - * - * - * Parameters: - * 0: _player <PLAYER> = player - * - * Return Value: - * None - * - * examples: - * _player call UAG_fnc_injectKetamine; -*/ - - -params ["_player"]; - -// Actually make the Player Invulnerable for 60 seconds -[_player] spawn { - params ["_player"]; - - _player allowDamage false; - _player setStamina ((getStamina _player) / 3); - sleep 60; - _player allowDamage true; -}; diff --git a/communities/uag/mods/ACE3_Ketamine/steam/description.md b/communities/uag/mods/ACE3_Ketamine/steam/description.md deleted file mode 100644 index 1605799..0000000 --- a/communities/uag/mods/ACE3_Ketamine/steam/description.md +++ /dev/null @@ -1,5 +0,0 @@ -Everything needed to join UAG's Arma 3 sessions. - -Designed to be used with a UAG Erapack, such as Modern, WW2, or Halo. - -Check out the source: https://github.com/uagpmc/arma3/tree/main/mods/UAG_Core diff --git a/communities/uag/mods/ACE3_Ketamine/steam/image.png b/communities/uag/mods/ACE3_Ketamine/steam/image.png Binary files differdeleted file mode 100644 index 1b93a7f..0000000 --- a/communities/uag/mods/ACE3_Ketamine/steam/image.png +++ /dev/null diff --git a/communities/uag/mods/ACE3_Ketamine/steam/workshop_id.txt b/communities/uag/mods/ACE3_Ketamine/steam/workshop_id.txt deleted file mode 100644 index a099036..0000000 --- a/communities/uag/mods/ACE3_Ketamine/steam/workshop_id.txt +++ /dev/null @@ -1 +0,0 @@ -TBD diff --git a/communities/uag/mods/ACE3_Painkillers/.gitignore b/communities/uag/mods/ACE3_Painkillers/.gitignore deleted file mode 100644 index d109ec3..0000000 --- a/communities/uag/mods/ACE3_Painkillers/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -.hemttout/ -releases/ -*.pbo -*.pbo.bisign
\ No newline at end of file diff --git a/communities/uag/mods/ACE3_Painkillers/.hemtt/project.toml b/communities/uag/mods/ACE3_Painkillers/.hemtt/project.toml deleted file mode 100644 index 633941f..0000000 --- a/communities/uag/mods/ACE3_Painkillers/.hemtt/project.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "ACE3 Painkillers" -prefix = "ACE3_Painkillers" -mainprefix = "z" - -[version] -major = 0 -minor = 0 -patch = 0 -git_hash = 8 - -[properties] -author = "UAG Development Team" -url = "https://github.com/uagpmc/arma3"
\ No newline at end of file diff --git a/communities/uag/mods/ACE3_Painkillers/README.md b/communities/uag/mods/ACE3_Painkillers/README.md deleted file mode 100644 index ed7d029..0000000 --- a/communities/uag/mods/ACE3_Painkillers/README.md +++ /dev/null @@ -1 +0,0 @@ -# ACE3 Painkillers diff --git a/communities/uag/mods/ACE3_Painkillers/addons/painkillers/$PBOPREFIX$ b/communities/uag/mods/ACE3_Painkillers/addons/painkillers/$PBOPREFIX$ deleted file mode 100644 index cd90c0f..0000000 --- a/communities/uag/mods/ACE3_Painkillers/addons/painkillers/$PBOPREFIX$ +++ /dev/null @@ -1 +0,0 @@ -z\ACE3_Painkillers\addons\painkillers
\ No newline at end of file diff --git a/communities/uag/mods/ACE3_Painkillers/addons/painkillers/config.cpp b/communities/uag/mods/ACE3_Painkillers/addons/painkillers/config.cpp deleted file mode 100644 index 09f2c24..0000000 --- a/communities/uag/mods/ACE3_Painkillers/addons/painkillers/config.cpp +++ /dev/null @@ -1,69 +0,0 @@ -class CfgPatches -{ - class painkillers - { - authors[] = {"zuedev","fluffy"}; - authorUrl = "https://uagpmc.com"; - name = "painkillers"; - units[] = {}; - weapons[] = {}; - requireAddons[] = {"ace_medical_treatment"}; - }; -}; - -class CfgWeapons -{ - class CBA_MiscItem_ItemInfo; - class ACE_morphine; - - class UAGPMC_Painkiller: ACE_morphine - { - displayName = "Painkiller"; - author = "Fluffy"; - model = "\z\ACE3_Painkillers\addons\painkillers\data\Painkiller.p3d"; - picture = "\z\ACE3_Painkillers\addons\painkillers\data\PainkillerIcon_ca.paa"; - descriptionShort = "Used to Treat Pain"; - descriptionUse = "Tablets used to cure Slight Pain, 1 out of 10 Operators Recommend!"; - hiddenSelections[] = {"camo"}; - hiddenSelectionsTextures[] = {"\z\ACE3_Painkillers\addons\painkillers\data\painkiller_ca.paa"}; - - class ItemInfo: CBA_MiscItem_ItemInfo - { - mass = 0.875; - }; - }; -}; - -class ace_medical_treatment -{ - class Medication - { - class Morphine; - - class UAGPMC_Painkiller: Morphine - { - painReduce = 0.2; - hrIncreaseLow[] = {0, 0}; - hrIncreaseNormal[] = {0, 0}; - hrIncreaseHigh[] = {0, 0}; - timeInSystem = 600; - timeTillMaxEffect = 120; - maxDose = 5; - incompatibleMedication[] = {}; - viscosityChange = 0; - }; - }; -}; - -class ace_medical_treatment_actions -{ - class Morphine; - - class UAGPMC_Painkiller: Morphine - { - allowedSelections[] = {"Head"}; - displayName = "Use Painkiller"; - displayNameProgress = "Using Painkiller"; - items[] = {"UAGPMC_Painkiller"}; - }; -}; diff --git a/communities/uag/mods/ACE3_Painkillers/addons/painkillers/data/Painkiller.p3d b/communities/uag/mods/ACE3_Painkillers/addons/painkillers/data/Painkiller.p3d Binary files differdeleted file mode 100644 index ae042d8..0000000 --- a/communities/uag/mods/ACE3_Painkillers/addons/painkillers/data/Painkiller.p3d +++ /dev/null diff --git a/communities/uag/mods/ACE3_Painkillers/addons/painkillers/data/PainkillerIcon_ca.paa b/communities/uag/mods/ACE3_Painkillers/addons/painkillers/data/PainkillerIcon_ca.paa Binary files differdeleted file mode 100644 index e9776dc..0000000 --- a/communities/uag/mods/ACE3_Painkillers/addons/painkillers/data/PainkillerIcon_ca.paa +++ /dev/null diff --git a/communities/uag/mods/ACE3_Painkillers/addons/painkillers/data/Painkiller_ca.paa b/communities/uag/mods/ACE3_Painkillers/addons/painkillers/data/Painkiller_ca.paa Binary files differdeleted file mode 100644 index 4da496f..0000000 --- a/communities/uag/mods/ACE3_Painkillers/addons/painkillers/data/Painkiller_ca.paa +++ /dev/null diff --git a/communities/uag/mods/ACE3_Painkillers/steam/description.txt b/communities/uag/mods/ACE3_Painkillers/steam/description.txt deleted file mode 100644 index 2f2308a..0000000 --- a/communities/uag/mods/ACE3_Painkillers/steam/description.txt +++ /dev/null @@ -1,3 +0,0 @@ -1 in 10 operators approve! - -Check out the source: https://github.com/uagpmc/arma3/tree/main/mods/ACE3_Painkillers diff --git a/communities/uag/mods/ACE3_Painkillers/steam/image.png b/communities/uag/mods/ACE3_Painkillers/steam/image.png Binary files differdeleted file mode 100644 index b52bf50..0000000 --- a/communities/uag/mods/ACE3_Painkillers/steam/image.png +++ /dev/null diff --git a/communities/uag/mods/ACE3_Painkillers/steam/workshop_id.txt b/communities/uag/mods/ACE3_Painkillers/steam/workshop_id.txt deleted file mode 100644 index b46e1f4..0000000 --- a/communities/uag/mods/ACE3_Painkillers/steam/workshop_id.txt +++ /dev/null @@ -1 +0,0 @@ -2607850181
\ No newline at end of file diff --git a/communities/uag/mods/ACE3_PissBags/.gitignore b/communities/uag/mods/ACE3_PissBags/.gitignore deleted file mode 100644 index d109ec3..0000000 --- a/communities/uag/mods/ACE3_PissBags/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -.hemttout/ -releases/ -*.pbo -*.pbo.bisign
\ No newline at end of file diff --git a/communities/uag/mods/ACE3_PissBags/.hemtt/project.toml b/communities/uag/mods/ACE3_PissBags/.hemtt/project.toml deleted file mode 100644 index 8e90bd6..0000000 --- a/communities/uag/mods/ACE3_PissBags/.hemtt/project.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "ACE3 Pissbags" -prefix = "ACE3_Pissbags" -mainprefix = "z" - -[version] -major = 0 -minor = 0 -patch = 0 -git_hash = 8 - -[properties] -author = "UAG Development Team" -url = "https://github.com/uagpmc/arma3"
\ No newline at end of file diff --git a/communities/uag/mods/ACE3_PissBags/Piss_IV.blend b/communities/uag/mods/ACE3_PissBags/Piss_IV.blend Binary files differdeleted file mode 100644 index 8ddf234..0000000 --- a/communities/uag/mods/ACE3_PissBags/Piss_IV.blend +++ /dev/null diff --git a/communities/uag/mods/ACE3_PissBags/README.md b/communities/uag/mods/ACE3_PissBags/README.md deleted file mode 100644 index 91f39d0..0000000 --- a/communities/uag/mods/ACE3_PissBags/README.md +++ /dev/null @@ -1 +0,0 @@ -# ACE3 Piss Bags diff --git a/communities/uag/mods/ACE3_PissBags/addons/pissbags/$PBOPREFIX$ b/communities/uag/mods/ACE3_PissBags/addons/pissbags/$PBOPREFIX$ deleted file mode 100644 index 3b09213..0000000 --- a/communities/uag/mods/ACE3_PissBags/addons/pissbags/$PBOPREFIX$ +++ /dev/null @@ -1 +0,0 @@ -z\ACE3_Pissbags\addons\pissbags
\ No newline at end of file diff --git a/communities/uag/mods/ACE3_PissBags/addons/pissbags/Pissbag_ca.paa b/communities/uag/mods/ACE3_PissBags/addons/pissbags/Pissbag_ca.paa Binary files differdeleted file mode 100644 index ce35920..0000000 --- a/communities/uag/mods/ACE3_PissBags/addons/pissbags/Pissbag_ca.paa +++ /dev/null diff --git a/communities/uag/mods/ACE3_PissBags/addons/pissbags/config.cpp b/communities/uag/mods/ACE3_PissBags/addons/pissbags/config.cpp deleted file mode 100644 index cea9038..0000000 --- a/communities/uag/mods/ACE3_PissBags/addons/pissbags/config.cpp +++ /dev/null @@ -1,65 +0,0 @@ -class CfgPatches { - class pissbags { - name = "pissbags"; - units[] = {}; - requiredAddons[] = {"ace_medical_treatment"}; - authors[] = {"zuedev", "Fluffy"}; - authorUrl = "https://uagpmc.com"; - }; -}; - -class CfgWeapons { - class ACE_bloodIV; - class ACE_bloodIV_500; - class ACE_bloodIV_250; - - class UAGPMC_pissIV: ACE_bloodIV { - displayName = "Piss Bag (1000ml)"; - picture = "\z\ACE3_Pissbags\addons\pissbags\pissiv.paa"; - hiddenSelectionsTextures[] = {"\z\ACE3_Pissbags\addons\pissbags\Pissbag_ca.paa"}; - }; - - class UAGPMC_pissIV_500: ACE_bloodIV_500 { - displayName = "Piss Bag (500ml)"; - picture = "\z\ACE3_Pissbags\addons\pissbags\pissiv.paa"; - hiddenSelectionsTextures[] = {"\z\ACE3_Pissbags\addons\pissbags\Pissbag_ca.paa"}; - }; - - class UAGPMC_pissIV_250: ACE_bloodIV_250 { - displayName = "Piss Bag (250ml)"; - picture = "\z\ACE3_Pissbags\addons\pissbags\pissiv.paa"; - hiddenSelectionsTextures[] = {"\z\ACE3_Pissbags\addons\pissbags\Pissbag_ca.paa"}; - }; -}; - -class ace_medical_treatment { - class IV { - class BloodIV; - class BloodIV_500; - class BloodIV_250; - - class PissIV: BloodIV {}; - class PissIV_500: BloodIV_500 {}; - class PissIV_250: BloodIV_250 {}; - }; -}; - -class ace_medical_treatment_actions { - class BloodIV; - - class PissIV: BloodIV { - displayName = "Give Piss IV (1000ml)"; - displayNameProgress = "Transfusing Piss..."; - items[] = {"UAGPMC_pissIV"}; - }; - - class PissIV_500: PissIV { - displayName = "Give Piss IV (500ml)"; - items[] = {"UAGPMC_pissIV_500"}; - }; - - class PissIV_250: PissIV { - displayName = "Give Piss IV (250ml)"; - items[] = {"UAGPMC_pissIV_250"}; - }; -}; diff --git a/communities/uag/mods/ACE3_PissBags/addons/pissbags/pissiv.paa b/communities/uag/mods/ACE3_PissBags/addons/pissbags/pissiv.paa Binary files differdeleted file mode 100644 index 50e96b8..0000000 --- a/communities/uag/mods/ACE3_PissBags/addons/pissbags/pissiv.paa +++ /dev/null diff --git a/communities/uag/mods/ACE3_PissBags/steam/description.txt b/communities/uag/mods/ACE3_PissBags/steam/description.txt deleted file mode 100644 index 63bbcdf..0000000 --- a/communities/uag/mods/ACE3_PissBags/steam/description.txt +++ /dev/null @@ -1,3 +0,0 @@ -Modern times call for modern solutions. - -Check out the source: https://github.com/uagpmc/arma3/tree/main/mods/ACE3_Piss_Bags diff --git a/communities/uag/mods/ACE3_PissBags/steam/image.jpg b/communities/uag/mods/ACE3_PissBags/steam/image.jpg Binary files differdeleted file mode 100644 index 1b4758b..0000000 --- a/communities/uag/mods/ACE3_PissBags/steam/image.jpg +++ /dev/null diff --git a/communities/uag/mods/ACE3_PissBags/steam/p1.jpg b/communities/uag/mods/ACE3_PissBags/steam/p1.jpg Binary files differdeleted file mode 100644 index 094a7db..0000000 --- a/communities/uag/mods/ACE3_PissBags/steam/p1.jpg +++ /dev/null diff --git a/communities/uag/mods/ACE3_PissBags/steam/videos.txt b/communities/uag/mods/ACE3_PissBags/steam/videos.txt deleted file mode 100644 index e21c424..0000000 --- a/communities/uag/mods/ACE3_PissBags/steam/videos.txt +++ /dev/null @@ -1 +0,0 @@ -https://www.youtube.com/watch?v=NMh2SdR5jMM
\ No newline at end of file diff --git a/communities/uag/mods/ACE3_PissBags/steam/workshop_id.txt b/communities/uag/mods/ACE3_PissBags/steam/workshop_id.txt deleted file mode 100644 index 0b759c8..0000000 --- a/communities/uag/mods/ACE3_PissBags/steam/workshop_id.txt +++ /dev/null @@ -1 +0,0 @@ -2597693640
\ No newline at end of file diff --git a/communities/uag/mods/README.md b/communities/uag/mods/README.md deleted file mode 100644 index 56a7a04..0000000 --- a/communities/uag/mods/README.md +++ /dev/null @@ -1 +0,0 @@ -# UAG's Arma 3 Mods diff --git a/communities/uag/mods/UAG_Units/.gitignore b/communities/uag/mods/UAG_Units/.gitignore deleted file mode 100644 index d109ec3..0000000 --- a/communities/uag/mods/UAG_Units/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -.hemttout/ -releases/ -*.pbo -*.pbo.bisign
\ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/.hemtt/project.toml b/communities/uag/mods/UAG_Units/.hemtt/project.toml deleted file mode 100644 index 2c44a0c..0000000 --- a/communities/uag/mods/UAG_Units/.hemtt/project.toml +++ /dev/null @@ -1,44 +0,0 @@ -name = "UAG Units" -prefix = "UAG_Units" -mainprefix = "z" - -[version] -major = 0 -minor = 0 -patch = 0 -git_hash = 8 - -[files] -include = [ - "files/uag.paa", - "files/uag_hover.paa", -] - -[properties] -author = "UAG Development Team" -url = "https://github.com/uagpmc/arma3" - -[hemtt.launch.default] -workshop = [ - "2369477168", # Advanced Developer Tools Workshop ID -] - -[hemtt.launch.dev] -extends = "default" -workshop = [ - "450814997", # CBA_A3's Workshop ID - "463939057", # ACE3's Workshop ID - "751965892", # ACRE's Workshop ID -] - -[hemtt.launch.all] -extends = "default" -workshop = [ - "450814997", # CBA_A3's Workshop ID - "463939057", # ACE3's Workshop ID - "751965892", # ACRE's Workshop ID - "2262006564", # cTab's Workshop ID -] -parameters = [ - "-mod=ws;rf;", -]
\ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/README.md b/communities/uag/mods/UAG_Units/README.md deleted file mode 100644 index c4a530c..0000000 --- a/communities/uag/mods/UAG_Units/README.md +++ /dev/null @@ -1,10 +0,0 @@ -# UAG Units - -## Development - -This repository has mirrors! - -The original repository is here: https://gitlab.sovereign.zue.dev/unnamed-group/arma-3/unnamed-arma-group/uag-units - -Here is a list of official mirrors: -- https://github.com/zuedev/uag-units
\ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_core/$PBOPREFIX$ b/communities/uag/mods/UAG_Units/addons/uag_units_core/$PBOPREFIX$ deleted file mode 100644 index 486b74a..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_core/$PBOPREFIX$ +++ /dev/null @@ -1 +0,0 @@ -z\UAG_Units\addons\uag_units_core
\ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_core/config.cpp b/communities/uag/mods/UAG_Units/addons/uag_units_core/config.cpp deleted file mode 100644 index e194af0..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_core/config.cpp +++ /dev/null @@ -1,11 +0,0 @@ -class CfgPatches { - class uag_units_core { - authors[] = {"zuedev"}; - authorUrl = "https://uagpmc.com"; - name = "uag_units_core"; - requiredAddons[] = {}; - requiredVersion = 2.16; - units[] = {}; - weapons[] = {}; - }; -};
\ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_core/macros.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_core/macros.hpp deleted file mode 100644 index 2f5cec2..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_core/macros.hpp +++ /dev/null @@ -1,17 +0,0 @@ -#define private 0 -#define protected 1 -#define public 2 - -#define x2(x) x, x -#define x3(x) x, x, x -#define x4(x) x, x, x, x -#define x5(x) x, x, x, x, x -#define x6(x) x, x, x, x, x, x -#define x7(x) x, x, x, x, x, x, x -#define x8(x) x, x, x, x, x, x, x, x -#define x9(x) x, x, x, x, x, x, x, x, x -#define x10(x) x, x, x, x, x, x, x, x, x, x -#define x20(x) x, x, x, x, x, x, x, x, x, x, x, x, x, x, x, x, x, x, x, x - -#define commonLinkedItems "UAG_Balaclava_With_Combat_Goggles", "ItemMap", "ItemCompass", "ItemWatch", "ItemRadio", "ItemGPS" -#define baseVanillaMedicalItems "FirstAidKit"
\ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/$PBOPREFIX$ b/communities/uag/mods/UAG_Units/addons/uag_units_uag/$PBOPREFIX$ deleted file mode 100644 index e2f3f73..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/$PBOPREFIX$ +++ /dev/null @@ -1 +0,0 @@ -z\UAG_Units\addons\uag_units_uag
\ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/CfgEditorSubcategories.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/CfgEditorSubcategories.hpp deleted file mode 100644 index 46aff0d..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/CfgEditorSubcategories.hpp +++ /dev/null @@ -1,5 +0,0 @@ -class CfgEditorSubcategories { - class Combat_Contractors_Black_Splinter { - displayName = "Combat Contractors (Black Splinter)"; - }; -};
\ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/CfgFactionClasses.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/CfgFactionClasses.hpp deleted file mode 100644 index 50a48ef..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/CfgFactionClasses.hpp +++ /dev/null @@ -1,7 +0,0 @@ -class CfgFactionClasses { - class BLU_F; - - class UAG: BLU_F { - displayName = "UAG"; - }; -};
\ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/CfgVehicleClasses.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/CfgVehicleClasses.hpp deleted file mode 100644 index 95455bc..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/CfgVehicleClasses.hpp +++ /dev/null @@ -1,5 +0,0 @@ -class CfgVehicleClasses { - class Combat_Contractors_Black_Splinter { - displayName = "Combat Contractors (Black Splinter)"; - }; -};
\ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ace3_patch/Units/Combat_Contractors_Black_Splinter/UAG_Contractor_Black_Splinter.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ace3_patch/Units/Combat_Contractors_Black_Splinter/UAG_Contractor_Black_Splinter.hpp deleted file mode 100644 index ac1bf40..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ace3_patch/Units/Combat_Contractors_Black_Splinter/UAG_Contractor_Black_Splinter.hpp +++ /dev/null @@ -1,12 +0,0 @@ -class CfgVehicles { - class UAG_Survivor_Black_Splinter; - class UAG_Contractor_Black_Splinter; - - class UAG_Contractor_Black_Splinter: UAG_Survivor_Black_Splinter { - displayName = "Contractor"; - items[] += { - baseAceMedicalItems, - baseAceMiscItems - }; - }; -};
\ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ace3_patch/Units/Combat_Contractors_Black_Splinter/_index.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ace3_patch/Units/Combat_Contractors_Black_Splinter/_index.hpp deleted file mode 100644 index 82bdff9..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ace3_patch/Units/Combat_Contractors_Black_Splinter/_index.hpp +++ /dev/null @@ -1 +0,0 @@ -#include "UAG_Contractor_Black_Splinter.hpp"
\ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ace3_patch/Units/_index.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ace3_patch/Units/_index.hpp deleted file mode 100644 index aeea631..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ace3_patch/Units/_index.hpp +++ /dev/null @@ -1 +0,0 @@ -#include "Combat_Contractors_Black_Splinter/_index.hpp"
\ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ace3_patch/config.cpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ace3_patch/config.cpp deleted file mode 100644 index 72bf765..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ace3_patch/config.cpp +++ /dev/null @@ -1,18 +0,0 @@ -class CfgPatches { - class uag_units_uag_ace3_patch { - addonRootClass = "uag_units_uag"; - - requiredAddons[] = { - "uag_units_uag", - "ace_main", - }; - units[] = { - "UAG_Contractor_Black_Splinter" - }; - - skipWhenMissingDependencies = 1; - }; -}; - -#include "macros.hpp" -#include "Units/_index.hpp"
\ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ace3_patch/macros.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ace3_patch/macros.hpp deleted file mode 100644 index 7762c4f..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ace3_patch/macros.hpp +++ /dev/null @@ -1,21 +0,0 @@ -#define private 0 -#define protected 1 -#define public 2 - -#define x2(x) x, x -#define x3(x) x, x, x -#define x4(x) x, x, x, x -#define x5(x) x, x, x, x, x -#define x6(x) x, x, x, x, x, x -#define x7(x) x, x, x, x, x, x, x -#define x8(x) x, x, x, x, x, x, x, x -#define x9(x) x, x, x, x, x, x, x, x, x -#define x10(x) x, x, x, x, x, x, x, x, x, x -#define x20(x) x, x, x, x, x, x, x, x, x, x, x, x, x, x, x, x, x, x, x, x - -#define commonLinkedItems "UAG_Balaclava_With_Combat_Goggles", "ItemMap", "ItemCompass", "ItemWatch", "ItemRadio", "ItemGPS" - -#define baseAceMedicalItems x10("ACE_elasticBandage"), x10("ACE_quikclot"), x2("ACE_morphine"), "ACE_epinephrine", "ACE_splint", "ACE_bloodIV_500", x2("ACE_tourniquet") -#define baseAceMiscItems "ACE_EarPlugs", "ACE_EntrenchingTool", "ACE_Flashlight_MX991", "ACE_MapTools", "ACE_IR_Strobe_Item", "ACE_CableTie", "ACE_Banana" - -#define extraAceMedicalKit x10("ACE_elasticBandage"), x10("ACE_quikclot"), x5("ACE_morphine"), x5("ACE_morphine"), x5("ACE_bloodIV"), x4("ACE_tourniquet"), x2("ACE_splint")
\ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_acre_patch/Units/Combat_Contractors_Black_Splinter/UAG_Contractor_Black_Splinter.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_acre_patch/Units/Combat_Contractors_Black_Splinter/UAG_Contractor_Black_Splinter.hpp deleted file mode 100644 index 254e383..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_acre_patch/Units/Combat_Contractors_Black_Splinter/UAG_Contractor_Black_Splinter.hpp +++ /dev/null @@ -1,11 +0,0 @@ -class CfgVehicles { - class UAG_Survivor_Black_Splinter; - class UAG_Contractor_Black_Splinter; - - class UAG_Contractor_Black_Splinter: UAG_Survivor_Black_Splinter { - displayName = "Contractor"; - items[] += { - shortRangeRadio - }; - }; -};
\ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_acre_patch/Units/Combat_Contractors_Black_Splinter/_index.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_acre_patch/Units/Combat_Contractors_Black_Splinter/_index.hpp deleted file mode 100644 index 82bdff9..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_acre_patch/Units/Combat_Contractors_Black_Splinter/_index.hpp +++ /dev/null @@ -1 +0,0 @@ -#include "UAG_Contractor_Black_Splinter.hpp"
\ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_acre_patch/Units/_index.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_acre_patch/Units/_index.hpp deleted file mode 100644 index aeea631..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_acre_patch/Units/_index.hpp +++ /dev/null @@ -1 +0,0 @@ -#include "Combat_Contractors_Black_Splinter/_index.hpp"
\ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_acre_patch/config.cpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_acre_patch/config.cpp deleted file mode 100644 index cd008b5..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_acre_patch/config.cpp +++ /dev/null @@ -1,18 +0,0 @@ -class CfgPatches { - class uag_units_uag_acre_patch { - addonRootClass = "uag_units_uag"; - - requiredAddons[] = { - "uag_units_uag", - "acre_main" - }; - units[] = { - "UAG_Contractor_Black_Splinter" - }; - - skipWhenMissingDependencies = 1; - }; -}; - -#include "macros.hpp" -#include "Units/_index.hpp"
\ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_acre_patch/macros.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_acre_patch/macros.hpp deleted file mode 100644 index 990a646..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_acre_patch/macros.hpp +++ /dev/null @@ -1,3 +0,0 @@ -#define shortRangeRadio "ACRE_PRC343" -#define longRangeRadio "ACRE_PRC152" -#define backpackRadio "ACRE_PRC117F"
\ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ctab_patch/Units/Combat_Contractors_Black_Splinter/UAG_Contractor_Black_Splinter.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ctab_patch/Units/Combat_Contractors_Black_Splinter/UAG_Contractor_Black_Splinter.hpp deleted file mode 100644 index db69164..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ctab_patch/Units/Combat_Contractors_Black_Splinter/UAG_Contractor_Black_Splinter.hpp +++ /dev/null @@ -1,12 +0,0 @@ -class CfgVehicles { - class UAG_Survivor_Black_Splinter; - class UAG_Contractor_Black_Splinter; - - class UAG_Contractor_Black_Splinter: UAG_Survivor_Black_Splinter { - displayName = "Contractor"; - items[] += { - "ItemcTabHCam", - "ItemAndroidMisc" - }; - }; -};
\ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ctab_patch/Units/Combat_Contractors_Black_Splinter/_index.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ctab_patch/Units/Combat_Contractors_Black_Splinter/_index.hpp deleted file mode 100644 index 82bdff9..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ctab_patch/Units/Combat_Contractors_Black_Splinter/_index.hpp +++ /dev/null @@ -1 +0,0 @@ -#include "UAG_Contractor_Black_Splinter.hpp"
\ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ctab_patch/Units/_index.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ctab_patch/Units/_index.hpp deleted file mode 100644 index aeea631..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ctab_patch/Units/_index.hpp +++ /dev/null @@ -1 +0,0 @@ -#include "Combat_Contractors_Black_Splinter/_index.hpp"
\ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ctab_patch/config.cpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ctab_patch/config.cpp deleted file mode 100644 index dabc383..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ctab_patch/config.cpp +++ /dev/null @@ -1,17 +0,0 @@ -class CfgPatches { - class uag_units_uag_ctab_patch { - addonRootClass = "uag_units_uag"; - - requiredAddons[] = { - "uag_units_uag", - "ctab_main" - }; - units[] = { - "UAG_Contractor_Black_Splinter" - }; - - skipWhenMissingDependencies = 1; - }; -}; - -#include "Units/_index.hpp"
\ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Cougar_Gunship/as332_adds_03_ldf_co_uag.paa b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Cougar_Gunship/as332_adds_03_ldf_co_uag.paa Binary files differdeleted file mode 100644 index 693ce18..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Cougar_Gunship/as332_adds_03_ldf_co_uag.paa +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Cougar_Gunship/as332_adds_03_ldf_co_uag.png b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Cougar_Gunship/as332_adds_03_ldf_co_uag.png Binary files differdeleted file mode 100644 index 2b22990..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Cougar_Gunship/as332_adds_03_ldf_co_uag.png +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Cougar_Gunship/as332_exterior_03_ldf_co_uag.paa b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Cougar_Gunship/as332_exterior_03_ldf_co_uag.paa Binary files differdeleted file mode 100644 index 6f17c63..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Cougar_Gunship/as332_exterior_03_ldf_co_uag.paa +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Cougar_Gunship/as332_exterior_03_ldf_co_uag.png b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Cougar_Gunship/as332_exterior_03_ldf_co_uag.png Binary files differdeleted file mode 100644 index f393824..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Cougar_Gunship/as332_exterior_03_ldf_co_uag.png +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Cougar_Gunship/as332_int_cargo_co_uag.paa b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Cougar_Gunship/as332_int_cargo_co_uag.paa Binary files differdeleted file mode 100644 index c86f7a6..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Cougar_Gunship/as332_int_cargo_co_uag.paa +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Cougar_Gunship/as332_int_cargo_co_uag.png b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Cougar_Gunship/as332_int_cargo_co_uag.png Binary files differdeleted file mode 100644 index 23ceaad..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Cougar_Gunship/as332_int_cargo_co_uag.png +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Cougar_Gunship/config.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Cougar_Gunship/config.hpp deleted file mode 100644 index 3c3685f..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Cougar_Gunship/config.hpp +++ /dev/null @@ -1,106 +0,0 @@ -/* UAG Cougar Gunship - * Based on: I_E_EC_02_RF - * From: RF_Air_heli_medium_ec - * Changes: - * - ??? - */ - -class SensorTemplatePassiveRadar; -class SensorTemplateAntiRadiation; -class SensorTemplateActiveRadar; -class SensorTemplateIR; -class SensorTemplateVisual; -class SensorTemplateMan; -class SensorTemplateLaser; -class SensorTemplateNV; -class SensorTemplateDataLink; - -class CfgVehicles { - class I_E_EC_02_RF; - - class UAG_Cougar_Gunship_PARENTPROXY: I_E_EC_02_RF { - scope = private; - - class EventHandlers; - class Components; - }; - - class UAG_Cougar_Gunship: UAG_Cougar_Gunship_PARENTPROXY { - scope = public; - displayName = "Cougar Gunship"; - hiddenSelectionsTextures[] = { - "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Cougar_Gunship\as332_exterior_03_ldf_co_uag.paa", - "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Cougar_Gunship\as332_int_cargo_co_uag.paa", - "#(rgb,1024,1024,1)ui('lxRF_MFDMinimap','lxRF_MFDMinimap')", - "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Cougar_Gunship\as332_adds_03_ldf_co_uag.paa", - "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Cougar_Gunship\as332_exterior_03_ldf_co_uag.paa", - "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Cougar_Gunship\as332_int_cargo_co_uag.paa" - }; - textureList[] = {}; - crew = "UAG_Pilot_Black_Splinter"; - faction = "UAG"; - side = 1; - - class EventHandlers: EventHandlers { - init = "(_this select 0) setWaterLeakiness 0;"; - }; - - class Components: Components { - class TransportPylonsComponent { - uiPicture = "\lxRF\air_rf\heli_medium_ec\data\UI\heli_medium_ec_02_3DEN_CA.paa"; - - class Presets { - class HAT { - displayName = "Default"; - attachment[] = {"PylonRack_4Rnd_LG_scalpel","PylonWeapon_860Rnd_127x99mm_shells_black_RF","PylonWeapon_860Rnd_127x99mm_shells_black_RF","PylonRack_4Rnd_LG_scalpel"}; - }; - }; - class Pylons { - class PylonLeft1 { - attachment = "PylonRack_4Rnd_LG_scalpel"; - hardpoints[] = {"O_MISSILE_PYLON","O_BOMB_PYLON_HELI","UNI_SCALPEL","20MM_TWIN_CANNON","WEAPON_PODS_RF"}; - priority = 5; - turret[] = {0}; - UIposition[] = {0.06,0.4}; - }; - class PylonLeft2: PylonLeft1 { - attachment = "PylonWeapon_860Rnd_127x99mm_shells_black_RF"; - priority = 4; - UIposition[] = {0.08,0.35}; - }; - class PylonRight1: PylonLeft1 { - attachment = "PylonWeapon_860Rnd_127x99mm_shells_black_RF"; - mirroredMissilePos = 1; - UIposition[] = {0.59,0.4}; - }; - class PylonRight2: PylonLeft2 { - attachment = "PylonRack_4Rnd_LG_scalpel"; - mirroredMissilePos = 2; - UIposition[] = {0.57,0.35}; - }; - }; - }; - - class SensorsManagerComponent { - class Components { - // allow all sensor types - class ActiveRadarSensorComponent: SensorTemplateActiveRadar { - animDirection = ""; - aimDown = 0; - angleRangeHorizontal = 360; - angleRangeVertical = 360; - typeRecognitionDistance = 6000; - }; - class IRSensorComponent: SensorTemplateIR {}; - class LaserSensorComponent: SensorTemplateLaser {}; - class NVSensorComponent: SensorTemplateNV {}; - class PassiveRadarSensorComponent: SensorTemplatePassiveRadar {}; - class VisualSensorComponent: SensorTemplateVisual {}; - class DataLinkSensorComponent: SensorTemplateDataLink {}; - class ManSensorComponent: SensorTemplateMan {}; - class AntiRadiationSensorComponent: SensorTemplateAntiRadiation {}; - }; - }; - }; - }; -};
\ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_AAT_BASE/config.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_AAT_BASE/config.hpp deleted file mode 100644 index 4ef683d..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_AAT_BASE/config.hpp +++ /dev/null @@ -1,13 +0,0 @@ -class CfgVehicles { - class Pickup_01_aat_base_rf; - - class UAG_Moose_Pickup_AAT_BASE: Pickup_01_aat_base_rf { - scope = private; - displayName = "Moose Pickup (AAT)"; - textureList[] = {}; - crew = "UAG_Contractor_Black_Splinter"; - faction = "UAG"; - side = 1; - animationList[] = {"hide_frame",0,"hide_frame_full",0,"hide_bullbar",0,"hide_snorkel",0,"hide_antenna",0,"hide_trunk_door",0,"trunk_door_open",0,"hide_armor_window_armor_top",1,"window_armor_hatch_L_rot",1,"window_armor_hatch_R_rot",0,"door_F_L_open",0,"door_F_R_open",0,"door_R_L_open",0,"door_R_R_open",0,"hide_rack",0,"hide_rack_spotlights",0,"hide_sidesteps",0}; - }; -};
\ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_AAT_Black/config.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_AAT_Black/config.hpp deleted file mode 100644 index 24f8964..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_AAT_Black/config.hpp +++ /dev/null @@ -1,16 +0,0 @@ -class CfgVehicles { - class UAG_Moose_Pickup_AAT_BASE; - - class UAG_Moose_Pickup_AAT_Black: UAG_Moose_Pickup_AAT_BASE { - scope = public; - displayName = "Moose Pickup (Black, AAT)"; - hiddenSelectionsTextures[] = { - "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_ext_black_co_uag.paa", - "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_adds_co_uag.paa", - "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_ext2_co_uag.paa", - "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_aat_co_uag.paa", - "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_launcher_co_uag.paa", - "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_service_black_co_uag.paa" - }; - }; -};
\ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_AAT_Black_Armoured/config.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_AAT_Black_Armoured/config.hpp deleted file mode 100644 index fb1e394..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_AAT_Black_Armoured/config.hpp +++ /dev/null @@ -1,8 +0,0 @@ -class CfgVehicles { - class UAG_Moose_Pickup_AAT_Black; - - class UAG_Moose_Pickup_AAT_Black_Armoured: UAG_Moose_Pickup_AAT_Black { - displayName = "Moose Pickup (Black, AAT, Armoured)"; - animationList[] += {"hide_armor_window_armor_top",0}; - }; -};
\ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_BASE/config.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_BASE/config.hpp deleted file mode 100644 index 2ec4ee7..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_BASE/config.hpp +++ /dev/null @@ -1,13 +0,0 @@ -class CfgVehicles { - class Pickup_01_base_rf; - - class UAG_Moose_Pickup_BASE: Pickup_01_base_rf { - scope = private; - displayName = "Moose Pickup"; - textureList[] = {}; - crew = "UAG_Contractor_Black_Splinter"; - faction = "UAG"; - side = 1; - animationList[] = {"hide_bullbar",0,"hide_fuel_tank",1,"hide_snorkel",0,"hide_antenna",0,"hide_trunk_cover",1,"hide_trunk_door",0,"trunk_door_open",0,"hide_armor_window_armor_top",1,"window_armor_hatch_L_rot",1,"window_armor_hatch_R_rot",0,"door_F_L_open",0,"door_F_R_open",0,"door_R_L_open",0,"door_R_R_open",0,"hide_rack",0,"hide_rack_spotlights",0,"hide_frame",0,"hide_sidesteps",0}; - }; -};
\ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/config.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/config.hpp deleted file mode 100644 index ff5de72..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/config.hpp +++ /dev/null @@ -1,16 +0,0 @@ -class CfgVehicles { - class UAG_Moose_Pickup_BASE; - - class UAG_Moose_Pickup_Black: UAG_Moose_Pickup_BASE { - scope = public; - displayName = "Moose Pickup (Black)"; - hiddenSelectionsTextures[] = { - "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_ext_black_co_uag.paa", - "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_adds_co_uag.paa", - "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_ext2_co_uag.paa", - "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_aat_co_uag.paa", - "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_launcher_co_uag.paa", - "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_service_black_co_uag.paa" - }; - }; -};
\ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_aat_co_uag.paa b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_aat_co_uag.paa Binary files differdeleted file mode 100644 index aef5d15..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_aat_co_uag.paa +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_aat_co_uag.png b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_aat_co_uag.png Binary files differdeleted file mode 100644 index 12ae34e..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_aat_co_uag.png +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_adds_co_uag.paa b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_adds_co_uag.paa Binary files differdeleted file mode 100644 index 402ebde..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_adds_co_uag.paa +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_adds_co_uag.png b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_adds_co_uag.png Binary files differdeleted file mode 100644 index 4b1ca12..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_adds_co_uag.png +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_ext2_co_uag.paa b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_ext2_co_uag.paa Binary files differdeleted file mode 100644 index 55042f6..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_ext2_co_uag.paa +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_ext2_co_uag.png b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_ext2_co_uag.png Binary files differdeleted file mode 100644 index 413a545..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_ext2_co_uag.png +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_ext_black_co_uag.paa b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_ext_black_co_uag.paa Binary files differdeleted file mode 100644 index e9aded4..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_ext_black_co_uag.paa +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_ext_black_co_uag.png b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_ext_black_co_uag.png Binary files differdeleted file mode 100644 index b7aac17..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_ext_black_co_uag.png +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_launcher_co_uag.paa b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_launcher_co_uag.paa Binary files differdeleted file mode 100644 index 12734cc..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_launcher_co_uag.paa +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_launcher_co_uag.png b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_launcher_co_uag.png Binary files differdeleted file mode 100644 index c953f87..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_launcher_co_uag.png +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_service_black_co_uag.paa b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_service_black_co_uag.paa Binary files differdeleted file mode 100644 index 7a35482..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_service_black_co_uag.paa +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_service_black_co_uag.png b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_service_black_co_uag.png Binary files differdeleted file mode 100644 index 3686cb1..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_service_black_co_uag.png +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black_Armoured/config.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black_Armoured/config.hpp deleted file mode 100644 index d339365..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black_Armoured/config.hpp +++ /dev/null @@ -1,8 +0,0 @@ -class CfgVehicles { - class UAG_Moose_Pickup_Black; - - class UAG_Moose_Pickup_Black_Armoured: UAG_Moose_Pickup_Black { - displayName = "Moose Pickup (Black, Armoured)"; - animationList[] += {"hide_armor_window_armor_top",0}; - }; -};
\ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black_Splinter/config.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black_Splinter/config.hpp deleted file mode 100644 index b07f877..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black_Splinter/config.hpp +++ /dev/null @@ -1,16 +0,0 @@ -class CfgVehicles { - class UAG_Moose_Pickup_BASE; - - class UAG_Moose_Pickup_Black_Splinter: UAG_Moose_Pickup_BASE { - scope = public; - displayName = "Moose Pickup (Black Splinter)"; - hiddenSelectionsTextures[] = { - "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black_Splinter\pickup_01_ext_ldf_co_uag.paa", - "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_adds_co_uag.paa", - "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_ext2_co_uag.paa", - "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_aat_co_uag.paa", - "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_launcher_co_uag.paa", - "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black_Splinter\pickup_01_service_ldf_co_uag.paa" - }; - }; -};
\ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black_Splinter/pickup_01_ext_ldf_co_uag.paa b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black_Splinter/pickup_01_ext_ldf_co_uag.paa Binary files differdeleted file mode 100644 index d7d224c..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black_Splinter/pickup_01_ext_ldf_co_uag.paa +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black_Splinter/pickup_01_ext_ldf_co_uag.png b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black_Splinter/pickup_01_ext_ldf_co_uag.png Binary files differdeleted file mode 100644 index 82112a4..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black_Splinter/pickup_01_ext_ldf_co_uag.png +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black_Splinter/pickup_01_service_ldf_co_uag.paa b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black_Splinter/pickup_01_service_ldf_co_uag.paa Binary files differdeleted file mode 100644 index 38bdfea..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black_Splinter/pickup_01_service_ldf_co_uag.paa +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black_Splinter/pickup_01_service_ldf_co_uag.png b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black_Splinter/pickup_01_service_ldf_co_uag.png Binary files differdeleted file mode 100644 index 3936c04..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black_Splinter/pickup_01_service_ldf_co_uag.png +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black_Splinter_Armoured/config.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black_Splinter_Armoured/config.hpp deleted file mode 100644 index 2f844b0..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black_Splinter_Armoured/config.hpp +++ /dev/null @@ -1,8 +0,0 @@ -class CfgVehicles { - class UAG_Moose_Pickup_Black_Splinter; - - class UAG_Moose_Pickup_Black_Splinter_Armoured: UAG_Moose_Pickup_Black_Splinter { - displayName = "Moose Pickup (Black Splinter, Armoured)"; - animationList[] += {"hide_armor_window_armor_top",0}; - }; -};
\ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Comms_BASE/config.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Comms_BASE/config.hpp deleted file mode 100644 index edf1b76..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Comms_BASE/config.hpp +++ /dev/null @@ -1,13 +0,0 @@ -class CfgVehicles { - class Pickup_comms_base_rf; - - class UAG_Moose_Pickup_Comms_BASE: Pickup_comms_base_rf { - scope = private; - displayName = "Moose Pickup (Comms)"; - textureList[] = {}; - crew = "UAG_Contractor_Black_Splinter"; - faction = "UAG"; - side = 1; - animationList[] = {"hide_rack",0,"hide_rack_antenna",0,"hide_frame",1,"hide_frame_full",1,"hide_frame_full_panel",1,"hide_box",0,"hide_box_door",0,"hide_trunk_door",0,"trunk_door_open",0,"box_door_open",0,"hide_police",1,"hide_Services",1,"BeaconsServicesStart",0,"hide_bullbar",0,"hide_snorkel",0,"hide_antenna",0,"hide_armor_window_armor_top",1,"window_armor_hatch_L_rot",1,"window_armor_hatch_R_rot",0,"door_F_L_open",0,"door_F_R_open",0,"door_R_L_open",0,"door_R_R_open",0,"hide_rack_spotlights",0,"hide_sidesteps",0}; - }; -};
\ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Comms_Black/config.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Comms_Black/config.hpp deleted file mode 100644 index 2b27077..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Comms_Black/config.hpp +++ /dev/null @@ -1,16 +0,0 @@ -class CfgVehicles { - class UAG_Moose_Pickup_Comms_BASE; - - class UAG_Moose_Pickup_Comms_Black: UAG_Moose_Pickup_Comms_BASE { - scope = public; - displayName = "Moose Pickup (Black, Comms)"; - hiddenSelectionsTextures[] = { - "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_ext_black_co_uag.paa", - "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_adds_co_uag.paa", - "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_ext2_co_uag.paa", - "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_aat_co_uag.paa", - "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_launcher_co_uag.paa", - "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_service_black_co_uag.paa" - }; - }; -};
\ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Comms_Black_Armoured/config.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Comms_Black_Armoured/config.hpp deleted file mode 100644 index 416c1fb..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Comms_Black_Armoured/config.hpp +++ /dev/null @@ -1,8 +0,0 @@ -class CfgVehicles { - class UAG_Moose_Pickup_Comms_Black; - - class UAG_Moose_Pickup_Comms_Black_Armoured: UAG_Moose_Pickup_Comms_Black { - displayName = "Moose Pickup (Black, Comms, Armoured)"; - animationList[] += {"hide_armor_window_armor_top",0}; - }; -};
\ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_HMG_BASE/config.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_HMG_BASE/config.hpp deleted file mode 100644 index aa343ee..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_HMG_BASE/config.hpp +++ /dev/null @@ -1,13 +0,0 @@ -class CfgVehicles { - class Pickup_01_hmg_base_rf; - - class UAG_Moose_Pickup_HMG_BASE: Pickup_01_hmg_base_rf { - scope = private; - displayName = "Moose Pickup (HMG)"; - textureList[] = {}; - crew = "UAG_Contractor_Black_Splinter"; - faction = "UAG"; - side = 1; - animationList[] = {"Hide_Shield",0,"Hide_Rail",0,"hide_bullbar",0,"hide_snorkel",0,"hide_antenna",0,"hide_trunk_door",0,"trunk_door_open",0,"hide_armor_window_armor_top",1,"window_armor_hatch_L_rot",1,"window_armor_hatch_R_rot",0,"door_F_L_open",0,"door_F_R_open",0,"door_R_L_open",0,"door_R_R_open",0,"hide_rack",0,"hide_rack_spotlights",0,"hide_frame",0,"hide_sidesteps",0}; - }; -};
\ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_HMG_Black/config.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_HMG_Black/config.hpp deleted file mode 100644 index a55726c..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_HMG_Black/config.hpp +++ /dev/null @@ -1,16 +0,0 @@ -class CfgVehicles { - class UAG_Moose_Pickup_HMG_BASE; - - class UAG_Moose_Pickup_HMG_Black: UAG_Moose_Pickup_HMG_BASE { - scope = public; - displayName = "Moose Pickup (Black, HMG)"; - hiddenSelectionsTextures[] = { - "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_ext_black_co_uag.paa", - "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_adds_co_uag.paa", - "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_ext2_co_uag.paa", - "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_aat_co_uag.paa", - "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_launcher_co_uag.paa", - "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_service_black_co_uag.paa" - }; - }; -};
\ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_HMG_Black_Armoured/config.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_HMG_Black_Armoured/config.hpp deleted file mode 100644 index e3a2f25..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_HMG_Black_Armoured/config.hpp +++ /dev/null @@ -1,8 +0,0 @@ -class CfgVehicles { - class UAG_Moose_Pickup_HMG_Black; - - class UAG_Moose_Pickup_HMG_Black_Armoured: UAG_Moose_Pickup_HMG_Black { - displayName = "Moose Pickup (Black, HMG, Armoured)"; - animationList[] += {"hide_armor_window_armor_top",0}; - }; -};
\ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_MMG_BASE/config.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_MMG_BASE/config.hpp deleted file mode 100644 index 39790ab..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_MMG_BASE/config.hpp +++ /dev/null @@ -1,13 +0,0 @@ -class CfgVehicles { - class Pickup_01_mmg_base_rf; - - class UAG_Moose_Pickup_MMG_BASE: Pickup_01_mmg_base_rf { - scope = private; - displayName = "Moose Pickup (MMG)"; - textureList[] = {}; - crew = "UAG_Contractor_Black_Splinter"; - faction = "UAG"; - side = 1; - animationList[] = {"hide_trunk_cover",1,"hide_frame_full",0,"hide_bullbar",0,"hide_snorkel",0,"hide_antenna",0,"hide_trunk_door",0,"trunk_door_open",0,"hide_armor_window_armor_top",1,"window_armor_hatch_L_rot",1,"window_armor_hatch_R_rot",0,"door_F_L_open",0,"door_F_R_open",0,"door_R_L_open",0,"door_R_R_open",0,"hide_frame",0,"hide_sidesteps",0}; - }; -};
\ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_MMG_Black/config.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_MMG_Black/config.hpp deleted file mode 100644 index f95f7b7..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_MMG_Black/config.hpp +++ /dev/null @@ -1,16 +0,0 @@ -class CfgVehicles { - class UAG_Moose_Pickup_MMG_BASE; - - class UAG_Moose_Pickup_MMG_Black: UAG_Moose_Pickup_MMG_BASE { - scope = public; - displayName = "Moose Pickup (Black, MMG)"; - hiddenSelectionsTextures[] = { - "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_ext_black_co_uag.paa", - "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_adds_co_uag.paa", - "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_ext2_co_uag.paa", - "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_aat_co_uag.paa", - "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_launcher_co_uag.paa", - "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_service_black_co_uag.paa" - }; - }; -};
\ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_MMG_Black_Armoured/config.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_MMG_Black_Armoured/config.hpp deleted file mode 100644 index 67962ba..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_MMG_Black_Armoured/config.hpp +++ /dev/null @@ -1,8 +0,0 @@ -class CfgVehicles { - class UAG_Moose_Pickup_MMG_Black; - - class UAG_Moose_Pickup_MMG_Black_Armoured: UAG_Moose_Pickup_MMG_Black { - displayName = "Moose Pickup (Black, MMG, Armoured)"; - animationList[] += {"hide_armor_window_armor_top",0}; - }; -};
\ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_MRL_BASE/config.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_MRL_BASE/config.hpp deleted file mode 100644 index 03043e1..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_MRL_BASE/config.hpp +++ /dev/null @@ -1,13 +0,0 @@ -class CfgVehicles { - class Pickup_01_mrl_base_rf; - - class UAG_Moose_Pickup_MRL_BASE: Pickup_01_mrl_base_rf { - scope = private; - displayName = "Moose Pickup (MRL)"; - textureList[] = {}; - crew = "UAG_Contractor_Black_Splinter"; - faction = "UAG"; - side = 1; - animationList[] = {"hide_bullbar",0,"hide_snorkel",0,"hide_antenna",0,"hide_trunk_door",0,"trunk_door_open",0,"hide_armor_window_armor_top",1,"window_armor_hatch_L_rot",1,"window_armor_hatch_R_rot",0,"door_F_L_open",0,"door_F_R_open",0,"door_R_L_open",0,"door_R_R_open",0,"hide_rack",0,"hide_rack_spotlights",0,"hide_frame",0,"hide_sidesteps",0}; - }; -};
\ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_MRL_Black/config.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_MRL_Black/config.hpp deleted file mode 100644 index 7e69ed0..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_MRL_Black/config.hpp +++ /dev/null @@ -1,16 +0,0 @@ -class CfgVehicles { - class UAG_Moose_Pickup_MRL_BASE; - - class UAG_Moose_Pickup_MRL_Black: UAG_Moose_Pickup_MRL_BASE { - scope = public; - displayName = "Moose Pickup (Black, MRL)"; - hiddenSelectionsTextures[] = { - "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_ext_black_co_uag.paa", - "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_adds_co_uag.paa", - "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_ext2_co_uag.paa", - "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_aat_co_uag.paa", - "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_launcher_co_uag.paa", - "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_service_black_co_uag.paa" - }; - }; -};
\ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_MRL_Black_Armoured/config.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_MRL_Black_Armoured/config.hpp deleted file mode 100644 index a1b9855..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_MRL_Black_Armoured/config.hpp +++ /dev/null @@ -1,8 +0,0 @@ -class CfgVehicles { - class UAG_Moose_Pickup_MRL_Black; - - class UAG_Moose_Pickup_MRL_Black_Armoured: UAG_Moose_Pickup_MRL_Black { - displayName = "Moose Pickup (Black, MRL, Armoured)"; - animationList[] += {"hide_armor_window_armor_top",0}; - }; -};
\ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/_index.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/_index.hpp deleted file mode 100644 index 3171f2a..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/_index.hpp +++ /dev/null @@ -1,21 +0,0 @@ -#include "UAG_Cougar_Gunship/config.hpp" -#include "UAG_Moose_Pickup_BASE/config.hpp" -#include "UAG_Moose_Pickup_Black/config.hpp" -#include "UAG_Moose_Pickup_Black_Armoured/config.hpp" -#include "UAG_Moose_Pickup_Black_Splinter/config.hpp" -#include "UAG_Moose_Pickup_Black_Splinter_Armoured/config.hpp" -#include "UAG_Moose_Pickup_Comms_BASE/config.hpp" -#include "UAG_Moose_Pickup_Comms_Black/config.hpp" -#include "UAG_Moose_Pickup_Comms_Black_Armoured/config.hpp" -#include "UAG_Moose_Pickup_MMG_BASE/config.hpp" -#include "UAG_Moose_Pickup_MMG_Black/config.hpp" -#include "UAG_Moose_Pickup_MMG_Black_Armoured/config.hpp" -#include "UAG_Moose_Pickup_HMG_BASE/config.hpp" -#include "UAG_Moose_Pickup_HMG_Black/config.hpp" -#include "UAG_Moose_Pickup_HMG_Black_Armoured/config.hpp" -#include "UAG_Moose_Pickup_AAT_BASE/config.hpp" -#include "UAG_Moose_Pickup_AAT_Black/config.hpp" -#include "UAG_Moose_Pickup_AAT_Black_Armoured/config.hpp" -#include "UAG_Moose_Pickup_MRL_BASE/config.hpp" -#include "UAG_Moose_Pickup_MRL_Black/config.hpp" -#include "UAG_Moose_Pickup_MRL_Black_Armoured/config.hpp"
\ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/config.cpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/config.cpp deleted file mode 100644 index c0d518e..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/config.cpp +++ /dev/null @@ -1,33 +0,0 @@ -class CfgPatches { - class uag_reaction_uag_rf_patch { - addonRootClass = "uag_units_uag"; - - requiredAddons[] = { - "RF_Air_heli_medium_ec", - "RF_Vehicles_Pickup_01", - "uag_units_uag" - }; - units[] = { - "UAG_Cougar_Gunship", - "UAG_Moose_Pickup_AAT_Black", - "UAG_Moose_Pickup_AAT_Black_Armoured", - "UAG_Moose_Pickup_Black", - "UAG_Moose_Pickup_Black_Armoured", - "UAG_Moose_Pickup_Black_Splinter", - "UAG_Moose_Pickup_Black_Splinter_Armoured", - "UAG_Moose_Pickup_Comms_Black", - "UAG_Moose_Pickup_Comms_Black_Armoured", - "UAG_Moose_Pickup_HMG_Black", - "UAG_Moose_Pickup_HMG_Black_Armoured", - "UAG_Moose_Pickup_MMG_Black", - "UAG_Moose_Pickup_MMG_Black_Armoured", - "UAG_Moose_Pickup_MRL_Black", - "UAG_Moose_Pickup_MRL_Black_Armoured" - }; - - skipWhenMissingDependencies = 1; - }; -}; - -#include "macros.hpp" -#include "Vehicles/_index.hpp"
\ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/macros.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/macros.hpp deleted file mode 100644 index f497e93..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/macros.hpp +++ /dev/null @@ -1,20 +0,0 @@ -#define x2(x) x, x -#define x3(x) x, x, x -#define x4(x) x, x, x, x -#define x5(x) x, x, x, x, x -#define x6(x) x, x, x, x, x, x -#define x7(x) x, x, x, x, x, x, x -#define x8(x) x, x, x, x, x, x, x, x -#define x9(x) x, x, x, x, x, x, x, x, x -#define x10(x) x, x, x, x, x, x, x, x, x, x -#define x20(x) x, x, x, x, x, x, x, x, x, x, x, x, x, x, x, x, x, x, x, x - -#define commonLinkedItems "UAG_Balaclava_With_Combat_Goggles", "ItemMap", "ItemCompass", "ItemWatch", "ItemRadio", "ItemGPS" -#define baseVanillaMedicalItems "FirstAidKit" -#define baseAceMedicalItems x10("ACE_elasticBandage"), x10("ACE_quikclot"), x2("ACE_morphine"), "ACE_epinephrine", "ACE_splint", "ACE_bloodIV_500", x2("ACE_tourniquet") -#define baseAceMiscItems "ACE_EarPlugs", "ACE_EntrenchingTool", "ACE_Flashlight_MX991", "ACE_MapTools", "ACE_IR_Strobe_Item", "ACE_CableTie", "ACE_Banana" -#define extraAceMedicalKit x10("ACE_elasticBandage"), x10("ACE_quikclot"), x5("ACE_morphine"), x5("ACE_morphine"), x5("ACE_bloodIV"), x4("ACE_tourniquet"), x2("ACE_splint") - -#define private 0 -#define protected 1 -#define public 2
\ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ws_patch/Vehicles/UAG_Orca_UP/config.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ws_patch/Vehicles/UAG_Orca_UP/config.hpp deleted file mode 100644 index cb3d7dc..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ws_patch/Vehicles/UAG_Orca_UP/config.hpp +++ /dev/null @@ -1,22 +0,0 @@ -class CfgVehicles { - class B_ION_Heli_Light_02_dynamicLoadout_lxWS; - - class UAG_Orca_UP_PARENTPROXY: B_ION_Heli_Light_02_dynamicLoadout_lxWS { - scope = private; - }; - - class UAG_Orca_UP: UAG_Orca_UP_PARENTPROXY { - scope = public; - displayName = "Orca (UP)"; - crew = "UAG_Pilot_Black_Splinter"; - faction = "UAG"; - side = 1; - hiddenSelectionsTextures[] = { - "\A3\Air_F\Heli_Light_02\Data\Heli_Light_02_ext_CO.paa", - "\a3\air_f\data\rockets_co.paa", - "\lxWS\air_f_lxWS\heli_light_02\data\lxws_heli_light_02_adds_ion_co.paa" - }; - waterDamageEngine = 0; - waterLeakiness = 0; - }; -};
\ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ws_patch/Vehicles/_index.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ws_patch/Vehicles/_index.hpp deleted file mode 100644 index 6e0992a..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ws_patch/Vehicles/_index.hpp +++ /dev/null @@ -1 +0,0 @@ -#include "UAG_Orca_UP/config.hpp"
\ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ws_patch/config.cpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ws_patch/config.cpp deleted file mode 100644 index 6550428..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ws_patch/config.cpp +++ /dev/null @@ -1,18 +0,0 @@ -class CfgPatches { - class uag_units_uag_ws_patch { - addonRootClass = "uag_units_uag"; - - requiredAddons[] = { - "uag_units_uag", - "Air_F_lxWS_Heli_Light_02" - }; - units[] = { - "UAG_Orca_UP" - }; - - skipWhenMissingDependencies = 1; - }; -}; - -#include "macros.hpp" -#include "Vehicles/_index.hpp"
\ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ws_patch/macros.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ws_patch/macros.hpp deleted file mode 100644 index b34dde6..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ws_patch/macros.hpp +++ /dev/null @@ -1,3 +0,0 @@ -#define private 0 -#define protected 1 -#define public 2
\ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Autorifleman_Black_Splinter.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Autorifleman_Black_Splinter.hpp deleted file mode 100644 index dffcb7a..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Autorifleman_Black_Splinter.hpp +++ /dev/null @@ -1,18 +0,0 @@ -class CfgVehicles { - class UAG_Contractor_Black_Splinter; - - class UAG_Autorifleman_Black_Splinter: UAG_Contractor_Black_Splinter { - displayName = "Autorifleman"; - linkedItems[] = { - commonLinkedItems, - "UAG_Combat_Helmet_Heavy", - "UAG_Plate_Carrier_Heavy" - }; - magazines[] = { - x4("200Rnd_556x45_Box_Tracer_Red_F"), - "HandGrenade", - "SmokeShell" - }; - weapons[] = {"LMG_03_F", "Throw", "Put"}; - }; -};
\ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Contractor_Black_Splinter.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Contractor_Black_Splinter.hpp deleted file mode 100644 index 59db2a2..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Contractor_Black_Splinter.hpp +++ /dev/null @@ -1,21 +0,0 @@ -class CfgVehicles { - class UAG_Survivor_Black_Splinter; - - class UAG_Contractor_Black_Splinter: UAG_Survivor_Black_Splinter { - displayName = "Contractor"; - items[] = { - baseVanillaMedicalItems - }; - linkedItems[] = { - commonLinkedItems, - "UAG_Combat_Helmet_Light", - "UAG_Plate_Carrier_Light" - }; - magazines[] = { - x6("30Rnd_65x39_caseless_msbs_mag_Tracer"), - "HandGrenade", - "SmokeShell" - }; - weapons[] = {"UAG_MSBS65v2_ModularSight", "Throw", "Put"}; - }; -};
\ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Crewman_Black_Splinter.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Crewman_Black_Splinter.hpp deleted file mode 100644 index dd67b93..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Crewman_Black_Splinter.hpp +++ /dev/null @@ -1,12 +0,0 @@ -class CfgVehicles { - class UAG_Contractor_Black_Splinter; - - class UAG_Crewman_Black_Splinter: UAG_Contractor_Black_Splinter { - displayName = "Crewman"; - linkedItems[] = { - commonLinkedItems, - "H_Tank_black_F", // TODO: UAG Crewman Helmet - "UAG_Plate_Carrier_Light" - }; - }; -};
\ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Grenadier_Black_Splinter.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Grenadier_Black_Splinter.hpp deleted file mode 100644 index 36f7bb0..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Grenadier_Black_Splinter.hpp +++ /dev/null @@ -1,20 +0,0 @@ -class CfgVehicles { - class UAG_Contractor_Black_Splinter; - - class UAG_Grenadier_Black_Splinter: UAG_Contractor_Black_Splinter { - displayName = "Grenadier"; - linkedItems[] = { - commonLinkedItems, - "UAG_Combat_Helmet_Medium", - "UAG_Plate_Carrier_Medium" - }; - magazines[] = { - x4("30Rnd_65x39_caseless_msbs_mag_Tracer"), - x4("1Rnd_HE_Grenade_shell"), - x3("1Rnd_SmokeRed_Grenade_shell"), - "HandGrenade", - "SmokeShell" - }; - weapons[] = {"UAG_MSBS65v2_GL_ModularSight", "Throw", "Put"}; - }; -};
\ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Machinegunner_Black_Splinter.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Machinegunner_Black_Splinter.hpp deleted file mode 100644 index 97c4ed4..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Machinegunner_Black_Splinter.hpp +++ /dev/null @@ -1,13 +0,0 @@ -class CfgVehicles { - class UAG_Autorifleman_Black_Splinter; - - class UAG_Machinegunner_Black_Splinter: UAG_Autorifleman_Black_Splinter { - displayName = "Machinegunner"; - magazines[] = { - x4("130Rnd_338_Mag"), - "HandGrenade", - "SmokeShell" - }; - weapons[] = {"MMG_02_black_F", "Throw", "Put"}; - }; -};
\ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Marksman_Black_Splinter.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Marksman_Black_Splinter.hpp deleted file mode 100644 index a1c67b3..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Marksman_Black_Splinter.hpp +++ /dev/null @@ -1,13 +0,0 @@ -class CfgVehicles { - class UAG_Contractor_Black_Splinter; - - class UAG_Marksman_Black_Splinter: UAG_Contractor_Black_Splinter { - displayName = "Marksman"; - magazines[] = { - x4("20Rnd_762x51_Mag"), - "HandGrenade", - "SmokeShell" - }; - weapons[] = {"UAG_SIG556v2_Pitbull", "Throw", "Put"}; - }; -};
\ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Pilot_Black_Splinter.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Pilot_Black_Splinter.hpp deleted file mode 100644 index 02d5d78..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Pilot_Black_Splinter.hpp +++ /dev/null @@ -1,12 +0,0 @@ -class CfgVehicles { - class UAG_Contractor_Black_Splinter; - - class UAG_Pilot_Black_Splinter: UAG_Contractor_Black_Splinter { - displayName = "Pilot"; - linkedItems[] = { - commonLinkedItems, - "H_CrewHelmetHeli_B", // TODO: UAG Pilot Helmet - "UAG_Plate_Carrier_Light" - }; - }; -};
\ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Pointman_Black_Splinter.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Pointman_Black_Splinter.hpp deleted file mode 100644 index bc06efe..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Pointman_Black_Splinter.hpp +++ /dev/null @@ -1,14 +0,0 @@ -class CfgVehicles { - class UAG_Contractor_Black_Splinter; - - class UAG_Pointman_Black_Splinter: UAG_Contractor_Black_Splinter { - displayName = "Pointman"; - magazines[] = { - x4("30Rnd_65x39_caseless_msbs_mag_Tracer"), - x3("6Rnd_12Gauge_Pellets"), - "HandGrenade", - "SmokeShell" - }; - weapons[] = {"UAG_MSBS65v2_UBS_Holo", "Throw", "Put"}; - }; -};
\ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Raider_Black_Splinter.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Raider_Black_Splinter.hpp deleted file mode 100644 index 47408f4..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Raider_Black_Splinter.hpp +++ /dev/null @@ -1,13 +0,0 @@ -class CfgVehicles { - class UAG_Contractor_Black_Splinter; - - class UAG_Raider_Black_Splinter: UAG_Contractor_Black_Splinter { - displayName = "Raider"; - magazines[] = { - x5("50Rnd_570x28_SMG_03"), - "HandGrenade", - "SmokeShell" - }; - weapons[] = {"SMG_03C_black", "Throw", "Put"}; - }; -};
\ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Sniper_Black_Splinter.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Sniper_Black_Splinter.hpp deleted file mode 100644 index de3af40..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Sniper_Black_Splinter.hpp +++ /dev/null @@ -1,18 +0,0 @@ -class CfgVehicles { - class UAG_Contractor_Black_Splinter; - - class UAG_Sniper_Black_Splinter: UAG_Contractor_Black_Splinter { - displayName = "Sniper"; - linkedItems[] = { - commonLinkedItems, - "UAG_Combat_Helmet_Medium", - "UAG_Plate_Carrier_Medium" - }; - magazines[] = { - x6("7Rnd_408_Mag"), - "HandGrenade", - "SmokeShell" - }; - weapons[] = {"UAG_M200v2_LRPS", "Throw", "Put"}; - }; -};
\ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Survivor_Black_Splinter.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Survivor_Black_Splinter.hpp deleted file mode 100644 index 035eb8c..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Survivor_Black_Splinter.hpp +++ /dev/null @@ -1,20 +0,0 @@ -class CfgVehicles { - class B_Survivor_F; - - class UAG_Survivor_Black_Splinter: B_Survivor_F { - displayName = "Survivor"; - faction = "UAG"; - vehicleClass = "Combat_Contractors_Black_Splinter"; - editorSubcategory = "Combat_Contractors_Black_Splinter"; - linkedItems[] = { - commonLinkedItems - }; - uniformClass = "UAG_Combat_Fatigues_Black_Splinter"; - - // abilities - engineer = 1; - canDeactivateMines = 1; - attendant = 1; - uavHacker = 1; - }; -};
\ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/_index.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/_index.hpp deleted file mode 100644 index b6e7b21..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/_index.hpp +++ /dev/null @@ -1,11 +0,0 @@ -#include "UAG_Survivor_Black_Splinter.hpp" -#include "UAG_Contractor_Black_Splinter.hpp" -#include "UAG_Grenadier_Black_Splinter.hpp" -#include "UAG_Marksman_Black_Splinter.hpp" -#include "UAG_Autorifleman_Black_Splinter.hpp" -#include "UAG_Machinegunner_Black_Splinter.hpp" -#include "UAG_Sniper_Black_Splinter.hpp" -#include "UAG_Raider_Black_Splinter.hpp" -#include "UAG_Pointman_Black_Splinter.hpp" -#include "UAG_Crewman_Black_Splinter.hpp" -#include "UAG_Pilot_Black_Splinter.hpp"
\ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Units/_index.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Units/_index.hpp deleted file mode 100644 index aeea631..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Units/_index.hpp +++ /dev/null @@ -1 +0,0 @@ -#include "Combat_Contractors_Black_Splinter/_index.hpp"
\ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_BASE/config.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_BASE/config.hpp deleted file mode 100644 index 9d4dd5f..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_BASE/config.hpp +++ /dev/null @@ -1,12 +0,0 @@ -class CfgVehicles { - class Offroad_01_military_base_F; - - class UAG_Offroad_BASE: Offroad_01_military_base_F { - scope = private; - displayName = "Offroad"; - crew = "UAG_Contractor_Black_Splinter"; - faction = "UAG"; - side = 1; - textureList[] = {}; - }; -};
\ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_Black/config.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_Black/config.hpp deleted file mode 100644 index 71d71c1..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_Black/config.hpp +++ /dev/null @@ -1,9 +0,0 @@ -class CfgVehicles { - class UAG_Offroad_BASE; - - class UAG_Offroad_Black: UAG_Offroad_BASE { - scope = public; - displayName = "Offroad (Black)"; - hiddenSelectionsTextures[] = {"\z\UAG_Units\addons\uag_units_uag\Vehicles\UAG_Offroad_Black\offroad_01_ext_co_uag.paa","\z\UAG_Units\addons\uag_units_uag\Vehicles\UAG_Offroad_Black\offroad_01_ext_co_uag.paa"}; - }; -};
\ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_Black/offroad_01_ext_co_uag.paa b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_Black/offroad_01_ext_co_uag.paa Binary files differdeleted file mode 100644 index 84a4bb0..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_Black/offroad_01_ext_co_uag.paa +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_Black/offroad_01_ext_co_uag.png b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_Black/offroad_01_ext_co_uag.png Binary files differdeleted file mode 100644 index c875724..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_Black/offroad_01_ext_co_uag.png +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_Black_Splinter/config.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_Black_Splinter/config.hpp deleted file mode 100644 index f523a9e..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_Black_Splinter/config.hpp +++ /dev/null @@ -1,9 +0,0 @@ -class CfgVehicles { - class UAG_Offroad_BASE; - - class UAG_Offroad_Black_Splinter: UAG_Offroad_BASE { - scope = public; - displayName = "Offroad (Black Splinter)"; - hiddenSelectionsTextures[] = {"\z\UAG_Units\addons\uag_units_uag\Vehicles\UAG_Offroad_Black_Splinter\offroad_01_ext_eaf_co_uag.paa","\z\UAG_Units\addons\uag_units_uag\Vehicles\UAG_Offroad_Black_Splinter\offroad_01_ext_eaf_co_uag.paa"}; - }; -};
\ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_Black_Splinter/offroad_01_ext_eaf_co_uag.paa b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_Black_Splinter/offroad_01_ext_eaf_co_uag.paa Binary files differdeleted file mode 100644 index 77037fc..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_Black_Splinter/offroad_01_ext_eaf_co_uag.paa +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_Black_Splinter/offroad_01_ext_eaf_co_uag.png b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_Black_Splinter/offroad_01_ext_eaf_co_uag.png Binary files differdeleted file mode 100644 index 5bc59f2..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_Black_Splinter/offroad_01_ext_eaf_co_uag.png +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_Comms_BASE/config.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_Comms_BASE/config.hpp deleted file mode 100644 index 594d87f..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_Comms_BASE/config.hpp +++ /dev/null @@ -1,12 +0,0 @@ -class CfgVehicles { - class Offroad_01_military_comms_base_F; - - class UAG_Offroad_Comms_BASE: Offroad_01_military_comms_base_F { - scope = private; - displayName = "Offroad (Comms)"; - crew = "UAG_Contractor_Black_Splinter"; - faction = "UAG"; - side = 1; - textureList[] = {}; - }; -};
\ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_Comms_Black/config.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_Comms_Black/config.hpp deleted file mode 100644 index e5e4ad8..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_Comms_Black/config.hpp +++ /dev/null @@ -1,9 +0,0 @@ -class CfgVehicles { - class UAG_Offroad_Comms_BASE; - - class UAG_Offroad_Comms_Black: UAG_Offroad_Comms_BASE { - scope = public; - displayName = "Offroad (Comms, Black)"; - hiddenSelectionsTextures[] = {"\z\UAG_Units\addons\uag_units_uag\Vehicles\UAG_Offroad_Black\offroad_01_ext_co_uag.paa","\z\UAG_Units\addons\uag_units_uag\Vehicles\UAG_Offroad_Black\offroad_01_ext_co_uag.paa","\z\UAG_Units\addons\uag_units_uag\Vehicles\UAG_Offroad_Comms_Black\offroad_01_cover_blk_co_uag.paa"}; - }; -};
\ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_Comms_Black/offroad_01_cover_blk_co_uag.paa b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_Comms_Black/offroad_01_cover_blk_co_uag.paa Binary files differdeleted file mode 100644 index 603ab50..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_Comms_Black/offroad_01_cover_blk_co_uag.paa +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_Comms_Black/offroad_01_cover_blk_co_uag.png b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_Comms_Black/offroad_01_cover_blk_co_uag.png Binary files differdeleted file mode 100644 index de2dd48..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_Comms_Black/offroad_01_cover_blk_co_uag.png +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_AA_BASE/config.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_AA_BASE/config.hpp deleted file mode 100644 index aaf3f8b..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_AA_BASE/config.hpp +++ /dev/null @@ -1,12 +0,0 @@ -class CfgVehicles { - class LT_01_AA_base_F; - - class UAG_Wiesel_AA_BASE: LT_01_AA_base_F { - scope = private; - displayName = "Wiesel (AA)"; - crew = "UAG_Crewman_Black_Splinter"; - faction = "UAG"; - side = 1; - textureList[] = {}; - }; -};
\ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_AA_Black/config.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_AA_Black/config.hpp deleted file mode 100644 index 8fda883..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_AA_Black/config.hpp +++ /dev/null @@ -1,14 +0,0 @@ -class CfgVehicles { - class UAG_Wiesel_AA_BASE; - - class UAG_Wiesel_AA_Black: UAG_Wiesel_AA_BASE { - scope = public; - displayName = "Wiesel (AA, Black)"; - hiddenSelectionsTextures[] = { - "\z\UAG_Units\addons\uag_units_uag\Vehicles\UAG_Wiesel_Cannon_Black\lt_01_main_olive_co_uag.paa", - "\z\UAG_Units\addons\uag_units_uag\Vehicles\UAG_Wiesel_AT_Black\lt_01_at_olive_co_uag.paa", - "", - "\z\UAG_Units\addons\uag_units_uag\Vehicles\UAG_Wiesel_Cannon_Black\cage_olive_co_uag.paa" - }; - }; -};
\ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_AT_BASE/config.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_AT_BASE/config.hpp deleted file mode 100644 index c5d4c4b..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_AT_BASE/config.hpp +++ /dev/null @@ -1,12 +0,0 @@ -class CfgVehicles { - class LT_01_AT_base_F; - - class UAG_Wiesel_AT_BASE: LT_01_AT_base_F { - scope = private; - displayName = "Wiesel (AT)"; - crew = "UAG_Crewman_Black_Splinter"; - faction = "UAG"; - side = 1; - textureList[] = {}; - }; -};
\ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_AT_Black/config.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_AT_Black/config.hpp deleted file mode 100644 index 928b34a..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_AT_Black/config.hpp +++ /dev/null @@ -1,14 +0,0 @@ -class CfgVehicles { - class UAG_Wiesel_AT_BASE; - - class UAG_Wiesel_AT_Black: UAG_Wiesel_AT_BASE { - scope = public; - displayName = "Wiesel (AT, Black)"; - hiddenSelectionsTextures[] = { - "\z\UAG_Units\addons\uag_units_uag\Vehicles\UAG_Wiesel_Cannon_Black\lt_01_main_olive_co_uag.paa", - "\z\UAG_Units\addons\uag_units_uag\Vehicles\UAG_Wiesel_AT_Black\lt_01_at_olive_co_uag.paa", - "", - "\z\UAG_Units\addons\uag_units_uag\Vehicles\UAG_Wiesel_Cannon_Black\cage_olive_co_uag.paa" - }; - }; -};
\ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_AT_Black/lt_01_at_olive_co_uag.paa b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_AT_Black/lt_01_at_olive_co_uag.paa Binary files differdeleted file mode 100644 index cfa77df..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_AT_Black/lt_01_at_olive_co_uag.paa +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_AT_Black/lt_01_at_olive_co_uag.png b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_AT_Black/lt_01_at_olive_co_uag.png Binary files differdeleted file mode 100644 index ccae0f6..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_AT_Black/lt_01_at_olive_co_uag.png +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_Cannon_BASE/config.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_Cannon_BASE/config.hpp deleted file mode 100644 index abdc600..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_Cannon_BASE/config.hpp +++ /dev/null @@ -1,13 +0,0 @@ -class CfgVehicles { - class LT_01_cannon_base_F; - - class UAG_Wiesel_Cannon_BASE: LT_01_cannon_base_F { - scope = private; - displayName = "Wiesel (Cannon)"; - crew = "UAG_Crewman_Black_Splinter"; - faction = "UAG"; - side = 1; - textureList[] = {}; - animationList[] = {"showTools",1,"showCamonetHull",0,"showBags",1,"showSLATHull",1}; - }; -};
\ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_Cannon_Black/cage_olive_co_uag.paa b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_Cannon_Black/cage_olive_co_uag.paa Binary files differdeleted file mode 100644 index 13b3f2a..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_Cannon_Black/cage_olive_co_uag.paa +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_Cannon_Black/cage_olive_co_uag.png b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_Cannon_Black/cage_olive_co_uag.png Binary files differdeleted file mode 100644 index 15831a1..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_Cannon_Black/cage_olive_co_uag.png +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_Cannon_Black/config.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_Cannon_Black/config.hpp deleted file mode 100644 index 4aee85c..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_Cannon_Black/config.hpp +++ /dev/null @@ -1,14 +0,0 @@ -class CfgVehicles { - class UAG_Wiesel_Cannon_BASE; - - class UAG_Wiesel_Cannon_Black: UAG_Wiesel_Cannon_BASE { - scope = public; - displayName = "Wiesel (Cannon, Black)"; - hiddenSelectionsTextures[] = { - "\z\UAG_Units\addons\uag_units_uag\Vehicles\UAG_Wiesel_Cannon_Black\lt_01_main_olive_co_uag.paa", - "\z\UAG_Units\addons\uag_units_uag\Vehicles\UAG_Wiesel_Cannon_Black\lt_01_cannon_olive_co_uag.paa", - "", - "\z\UAG_Units\addons\uag_units_uag\Vehicles\UAG_Wiesel_Cannon_Black\cage_olive_co_uag.paa" - }; - }; -};
\ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_Cannon_Black/lt_01_cannon_olive_co_uag.paa b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_Cannon_Black/lt_01_cannon_olive_co_uag.paa Binary files differdeleted file mode 100644 index 917ab8f..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_Cannon_Black/lt_01_cannon_olive_co_uag.paa +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_Cannon_Black/lt_01_cannon_olive_co_uag.png b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_Cannon_Black/lt_01_cannon_olive_co_uag.png Binary files differdeleted file mode 100644 index 230f93d..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_Cannon_Black/lt_01_cannon_olive_co_uag.png +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_Cannon_Black/lt_01_main_olive_co_uag.paa b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_Cannon_Black/lt_01_main_olive_co_uag.paa Binary files differdeleted file mode 100644 index 742e348..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_Cannon_Black/lt_01_main_olive_co_uag.paa +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_Cannon_Black/lt_01_main_olive_co_uag.png b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_Cannon_Black/lt_01_main_olive_co_uag.png Binary files differdeleted file mode 100644 index d859459..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_Cannon_Black/lt_01_main_olive_co_uag.png +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/_index.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/_index.hpp deleted file mode 100644 index c18d9da..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/_index.hpp +++ /dev/null @@ -1,11 +0,0 @@ -#include "UAG_Offroad_BASE/config.hpp" -#include "UAG_Offroad_Black/config.hpp" -#include "UAG_Offroad_Black_Splinter/config.hpp" -#include "UAG_Offroad_Comms_BASE/config.hpp" -#include "UAG_Offroad_Comms_Black/config.hpp" -#include "UAG_Wiesel_Cannon_BASE/config.hpp" -#include "UAG_Wiesel_Cannon_Black/config.hpp" -#include "UAG_Wiesel_AT_BASE/config.hpp" -#include "UAG_Wiesel_AT_Black/config.hpp" -#include "UAG_Wiesel_AA_BASE/config.hpp" -#include "UAG_Wiesel_AA_Black/config.hpp"
\ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Weapons/UAG_M200v2.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Weapons/UAG_M200v2.hpp deleted file mode 100644 index 0d1be56..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Weapons/UAG_M200v2.hpp +++ /dev/null @@ -1,17 +0,0 @@ -class CfgWeapons { - class srifle_LRR_F; - - class UAG_M200v2: srifle_LRR_F { - displayName = "UAG M200v2"; - baseWeapon = "UAG_M200v2"; - }; - - class UAG_M200v2_LRPS: UAG_M200v2 { - class LinkedItems { - class LinkedItemsOptic { - slot = "CowsSlot"; - item = "optic_lrps"; - }; - }; - }; -};
\ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Weapons/UAG_MSBS65v2.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Weapons/UAG_MSBS65v2.hpp deleted file mode 100644 index 1931ee1..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Weapons/UAG_MSBS65v2.hpp +++ /dev/null @@ -1,49 +0,0 @@ -class CfgWeapons { - class arifle_MSBS65_black_f; - - class UAG_MSBS65v2: arifle_MSBS65_black_f { - displayName = "UAG MSBS65v2"; - baseWeapon = "UAG_MSBS65v2"; - }; - - class UAG_MSBS65v2_ModularSight: UAG_MSBS65v2 { - class LinkedItems { - class LinkedItemsOptic { - slot = "CowsSlot"; - item = "optic_ico_01_black_f"; - }; - }; - }; - - class arifle_MSBS65_UBS_black_F; - - class UAG_MSBS65v2_UBS: arifle_MSBS65_UBS_black_F { - displayName = "UAG MSBS65v2 (UBS)"; - baseWeapon = "UAG_MSBS65v2_UBS"; - }; - - class UAG_MSBS65v2_UBS_Holo: UAG_MSBS65v2_UBS { - class LinkedItems { - class LinkedItemsOptic { - slot = "CowsSlot"; - item = "optic_holosight_blk_f"; - }; - }; - }; - - class arifle_MSBS65_GL_black_F; - - class UAG_MSBS65v2_GL: arifle_MSBS65_GL_black_F { - displayName = "UAG MSBS65v2 (GL)"; - baseWeapon = "UAG_MSBS65v2_GL"; - }; - - class UAG_MSBS65v2_GL_ModularSight: UAG_MSBS65v2_GL { - class LinkedItems { - class LinkedItemsOptic { - slot = "CowsSlot"; - item = "optic_ico_01_black_f"; - }; - }; - }; -};
\ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Weapons/UAG_SIG556v2.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Weapons/UAG_SIG556v2.hpp deleted file mode 100644 index 868bd75..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Weapons/UAG_SIG556v2.hpp +++ /dev/null @@ -1,17 +0,0 @@ -class CfgWeapons { - class srifle_DMR_03_F; - - class UAG_SIG556v2: srifle_DMR_03_F { - displayName = "UAG SIG556v2"; - baseWeapon = "UAG_SIG556v2"; - }; - - class UAG_SIG556v2_Pitbull: UAG_SIG556v2 { - class LinkedItems { - class LinkedItemsOptic { - slot = "CowsSlot"; - item = "optic_mrco"; - }; - }; - }; -};
\ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Weapons/_index.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Weapons/_index.hpp deleted file mode 100644 index a79d346..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Weapons/_index.hpp +++ /dev/null @@ -1,3 +0,0 @@ -#include "UAG_MSBS65v2.hpp" -#include "UAG_SIG556v2.hpp" -#include "UAG_M200v2.hpp"
\ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/config.cpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/config.cpp deleted file mode 100644 index 95a3aa6..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/config.cpp +++ /dev/null @@ -1,46 +0,0 @@ -class CfgPatches { - class uag_units_uag { - authors[] = {"zuedev"}; - authorUrl = "https://uagpmc.com"; - name = "uag_units_uag"; - requiredAddons[] = { - "A3_Characters_F", - "A3_Characters_F_Exp", - "A3_Characters_F_Exp_Headgear", - "A3_Characters_F_Orange_Headgear", - "A3_Characters_F_Enoch", - "A3_Soft_F_Offroad_01", - "A3_Soft_F_Enoch_Offroad_01" - }; - requiredVersion = 2.16; - units[] = { - "UAG_Survivor_Black_Splinter", - "UAG_Contractor_Black_Splinter", - "UAG_Grenadier_Black_Splinter", - "UAG_Marksman_Black_Splinter", - "UAG_Autorifleman_Black_Splinter", - "UAG_Machinegunner_Black_Splinter", - "UAG_Sniper_Black_Splinter", - "UAG_Raider_Black_Splinter", - "UAG_Pointman_Black_Splinter", - "UAG_Crewman_Black_Splinter", - "UAG_Pilot_Black_Splinter", - "UAG_Offroad_Black", - "UAG_Offroad_Black_Splinter", - "UAG_Offroad_Comms_Black", - "UAG_Wiesel_AA_Black", - "UAG_Wiesel_AT_Black", - "UAG_Wiesel_Cannon_Black" - }; - weapons[] = {}; - }; -}; - -#include "\z\UAG_Units\addons\uag_units_core\macros.hpp" -#include "CfgFactionClasses.hpp" -#include "CfgVehicleClasses.hpp" -#include "CfgEditorSubcategories.hpp" -#include "Gear/_index.hpp" -#include "Units/_index.hpp" -#include "Weapons/_index.hpp" -#include "Vehicles/_index.hpp"
\ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava/config.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava/config.hpp deleted file mode 100644 index 7317e40..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava/config.hpp +++ /dev/null @@ -1,17 +0,0 @@ -/* UAG Balaclava - * Based on: G_Balaclava_TI_tna_F - * From: A3_Characters_F_Exp - * Changes: - * - Weightless -*/ - -class CfgGlasses { - class G_Balaclava_TI_tna_F; - - class UAG_Balaclava: G_Balaclava_TI_tna_F { - displayName = "UAG Balaclava"; - hiddenSelectionsTextures[] = {"\z\UAG_Units\addons\uag_units_uag\Gear\UAG_Balaclava\g_balaclava_ti_tna_f_co_uag.paa"}; - picture = "\z\UAG_Units\addons\uag_units_uag\Gear\UAG_Balaclava\icon_G_Balaclava_TI_tna_F_ca_uag.paa"; - mass = 0; - }; -};
\ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava/g_balaclava_ti_tna_f_co_uag.paa b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava/g_balaclava_ti_tna_f_co_uag.paa Binary files differdeleted file mode 100644 index d77d517..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava/g_balaclava_ti_tna_f_co_uag.paa +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava/g_balaclava_ti_tna_f_co_uag.png b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava/g_balaclava_ti_tna_f_co_uag.png Binary files differdeleted file mode 100644 index 457f3bc..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava/g_balaclava_ti_tna_f_co_uag.png +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava/icon_g_balaclava_ti_tna_f_ca_uag.paa b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava/icon_g_balaclava_ti_tna_f_ca_uag.paa Binary files differdeleted file mode 100644 index 5706706..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava/icon_g_balaclava_ti_tna_f_ca_uag.paa +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava/icon_g_balaclava_ti_tna_f_ca_uag.png b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava/icon_g_balaclava_ti_tna_f_ca_uag.png Binary files differdeleted file mode 100644 index 7e08f65..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava/icon_g_balaclava_ti_tna_f_ca_uag.png +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava_With_Combat_Goggles/config.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava_With_Combat_Goggles/config.hpp deleted file mode 100644 index eef20a1..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava_With_Combat_Goggles/config.hpp +++ /dev/null @@ -1,17 +0,0 @@ -/* UAG Balaclava + Combat Goggles - * Based on: G_Balaclava_TI_G_tna_F - * From: A3_Characters_F_Exp - * Changes: - * - Weightless -*/ - -class CfgGlasses { - class G_Balaclava_TI_G_tna_F; - - class UAG_Balaclava_With_Combat_Goggles: G_Balaclava_TI_G_tna_F { - displayName = "UAG Balaclava + Combat Goggles"; - hiddenSelectionsTextures[] = {"\z\UAG_Units\addons\uag_units_uag\Gear\UAG_Balaclava_With_Combat_Goggles\g_balaclava_ti_tna_f_co_uag.paa","\z\UAG_Units\addons\uag_units_uag\Gear\UAG_Balaclava_With_Combat_Goggles\g_combat_goggles_tna_f_ca_uag.paa"}; - picture = "\z\UAG_Units\addons\uag_units_uag\Gear\UAG_Balaclava_With_Combat_Goggles\icon_g_balaclava_ti_g_tna_f_ca_uag.paa"; - mass = 0; - }; -};
\ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava_With_Combat_Goggles/g_balaclava_ti_tna_f_co_uag.paa b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava_With_Combat_Goggles/g_balaclava_ti_tna_f_co_uag.paa Binary files differdeleted file mode 100644 index d77d517..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava_With_Combat_Goggles/g_balaclava_ti_tna_f_co_uag.paa +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava_With_Combat_Goggles/g_balaclava_ti_tna_f_co_uag.png b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava_With_Combat_Goggles/g_balaclava_ti_tna_f_co_uag.png Binary files differdeleted file mode 100644 index 457f3bc..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava_With_Combat_Goggles/g_balaclava_ti_tna_f_co_uag.png +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava_With_Combat_Goggles/g_combat_goggles_tna_f_ca_uag.paa b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava_With_Combat_Goggles/g_combat_goggles_tna_f_ca_uag.paa Binary files differdeleted file mode 100644 index 2783a47..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava_With_Combat_Goggles/g_combat_goggles_tna_f_ca_uag.paa +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava_With_Combat_Goggles/g_combat_goggles_tna_f_ca_uag.png b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava_With_Combat_Goggles/g_combat_goggles_tna_f_ca_uag.png Binary files differdeleted file mode 100644 index 888fe26..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava_With_Combat_Goggles/g_combat_goggles_tna_f_ca_uag.png +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava_With_Combat_Goggles/icon_g_balaclava_ti_g_tna_f_ca_uag.paa b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava_With_Combat_Goggles/icon_g_balaclava_ti_g_tna_f_ca_uag.paa Binary files differdeleted file mode 100644 index 6f13aca..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava_With_Combat_Goggles/icon_g_balaclava_ti_g_tna_f_ca_uag.paa +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava_With_Combat_Goggles/icon_g_balaclava_ti_g_tna_f_ca_uag.png b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava_With_Combat_Goggles/icon_g_balaclava_ti_g_tna_f_ca_uag.png Binary files differdeleted file mode 100644 index 4e3313b..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava_With_Combat_Goggles/icon_g_balaclava_ti_g_tna_f_ca_uag.png +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_CBRN_Fatigues/cbrn_suit_01_eaf_co_uag.paa b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_CBRN_Fatigues/cbrn_suit_01_eaf_co_uag.paa Binary files differdeleted file mode 100644 index e79c5d0..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_CBRN_Fatigues/cbrn_suit_01_eaf_co_uag.paa +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_CBRN_Fatigues/cbrn_suit_01_eaf_co_uag.png b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_CBRN_Fatigues/cbrn_suit_01_eaf_co_uag.png Binary files differdeleted file mode 100644 index 8e7df92..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_CBRN_Fatigues/cbrn_suit_01_eaf_co_uag.png +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_CBRN_Fatigues/config.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_CBRN_Fatigues/config.hpp deleted file mode 100644 index a46cf61..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_CBRN_Fatigues/config.hpp +++ /dev/null @@ -1,36 +0,0 @@ -/* UAG CBRN Fatigues - * Based on: U_I_E_CBRN_Suit_01_EAF_F - * From: A3_Characters_F_Enoch - * Changes: - * - Weightless - */ - -class CfgWeapons { - class U_I_E_CBRN_Suit_01_EAF_F; - - class UAG_CBRN_Fatigues_PARENTPROXY: U_I_E_CBRN_Suit_01_EAF_F { - scope = private; - class ItemInfo; - }; - - class UAG_CBRN_Fatigues: UAG_CBRN_Fatigues_PARENTPROXY { - scope = public; - displayName = "UAG CBRN Fatigues"; - hiddenSelectionsTextures[] = {"\z\UAG_Units\addons\uag_units_uag\Gear\UAG_CBRN_Fatigues\CBRN_Suit_01_EAF_CO_uag.paa"}; - picture = "\z\UAG_Units\addons\uag_units_uag\Gear\UAG_CBRN_Fatigues\icon_U_I_E_CBRN_Suit_01_EAF_F_ca_uag.paa"; - - class ItemInfo: ItemInfo { - mass = 0; - uniformClass = "UAG_CBRN_Fatigues_Soldier"; - }; - }; -}; - -class CfgVehicles { - class I_E_CBRN_Man_Oversuit_01_EAF_F; - - class UAG_CBRN_Fatigues_Soldier: I_E_CBRN_Man_Oversuit_01_EAF_F { - hiddenSelectionsTextures[] = {"\z\UAG_Units\addons\uag_units_uag\Gear\UAG_CBRN_Fatigues\CBRN_Suit_01_EAF_CO_uag.paa"}; - picture = "\z\UAG_Units\addons\uag_units_uag\Gear\UAG_CBRN_Fatigues\icon_U_I_E_CBRN_Suit_01_EAF_F_ca_uag.paa"; - }; -};
\ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_CBRN_Fatigues/icon_u_i_e_cbrn_suit_01_eaf_f_ca_uag.paa b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_CBRN_Fatigues/icon_u_i_e_cbrn_suit_01_eaf_f_ca_uag.paa Binary files differdeleted file mode 100644 index c7beba3..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_CBRN_Fatigues/icon_u_i_e_cbrn_suit_01_eaf_f_ca_uag.paa +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_CBRN_Fatigues/icon_u_i_e_cbrn_suit_01_eaf_f_ca_uag.png b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_CBRN_Fatigues/icon_u_i_e_cbrn_suit_01_eaf_f_ca_uag.png Binary files differdeleted file mode 100644 index 3d8785b..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_CBRN_Fatigues/icon_u_i_e_cbrn_suit_01_eaf_f_ca_uag.png +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Fatigues_Black_Splinter/clothing1_mtp_urban_co_uag.paa b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Fatigues_Black_Splinter/clothing1_mtp_urban_co_uag.paa Binary files differdeleted file mode 100644 index fc8be7e..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Fatigues_Black_Splinter/clothing1_mtp_urban_co_uag.paa +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Fatigues_Black_Splinter/clothing1_mtp_urban_co_uag.png b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Fatigues_Black_Splinter/clothing1_mtp_urban_co_uag.png Binary files differdeleted file mode 100644 index cd4faff..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Fatigues_Black_Splinter/clothing1_mtp_urban_co_uag.png +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Fatigues_Black_Splinter/config.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Fatigues_Black_Splinter/config.hpp deleted file mode 100644 index 936decf..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Fatigues_Black_Splinter/config.hpp +++ /dev/null @@ -1,38 +0,0 @@ -/* UAG Combat Fatigues (Black Splinter) - * Based on: U_B_CTRG_Soldier_urb_1_F - * From: A3_Characters_F - * Changes: - * - Double storage - * - Weightless - */ - -class CfgWeapons { - class U_B_CTRG_Soldier_urb_1_F; - - class UAG_Combat_Fatigues_Black_Splinter_PARENTPROXY: U_B_CTRG_Soldier_urb_1_F { - scope = private; - class ItemInfo; - }; - - class UAG_Combat_Fatigues_Black_Splinter: UAG_Combat_Fatigues_Black_Splinter_PARENTPROXY { - scope = public; - displayName = "UAG Combat Fatigues (Black Splinter)"; - hiddenSelectionsTextures[] = {"\z\UAG_Units\addons\uag_units_uag\Gear\UAG_Combat_Fatigues_Black_Splinter\clothing1_mtp_urban_co_uag.paa"}; - picture = "\z\UAG_Units\addons\uag_units_uag\Gear\UAG_Combat_Fatigues_Black_Splinter\icon_U_B_CTRG_Soldier_urb_1_F_ca_uag.paa"; - - class ItemInfo: ItemInfo { - containerClass = "Supply80"; - mass = 0; - uniformClass = "UAG_Combat_Fatigues_Black_Splinter_Soldier"; - }; - }; -}; - -class CfgVehicles { - class B_CTRG_Soldier_urb_1_F; - - class UAG_Combat_Fatigues_Black_Splinter_Soldier: B_CTRG_Soldier_urb_1_F { - hiddenSelectionsTextures[] = {"\z\UAG_Units\addons\uag_units_uag\Gear\UAG_Combat_Fatigues_Black_Splinter\clothing1_mtp_urban_co_uag.paa"}; - picture = "\z\UAG_Units\addons\uag_units_uag\Gear\UAG_Combat_Fatigues_Black_Splinter\icon_U_B_CTRG_Soldier_urb_1_F_ca_uag.paa"; - }; -};
\ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Fatigues_Black_Splinter/icon_u_b_ctrg_soldier_urb_1_f_ca_uag.paa b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Fatigues_Black_Splinter/icon_u_b_ctrg_soldier_urb_1_f_ca_uag.paa Binary files differdeleted file mode 100644 index f6dd8e3..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Fatigues_Black_Splinter/icon_u_b_ctrg_soldier_urb_1_f_ca_uag.paa +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Fatigues_Black_Splinter/icon_u_b_ctrg_soldier_urb_1_f_ca_uag.png b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Fatigues_Black_Splinter/icon_u_b_ctrg_soldier_urb_1_f_ca_uag.png Binary files differdeleted file mode 100644 index c9b2e15..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Fatigues_Black_Splinter/icon_u_b_ctrg_soldier_urb_1_f_ca_uag.png +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Fatigues_White_Splinter/clothing1_mtp_urban_co_uag.paa b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Fatigues_White_Splinter/clothing1_mtp_urban_co_uag.paa Binary files differdeleted file mode 100644 index 96f43c9..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Fatigues_White_Splinter/clothing1_mtp_urban_co_uag.paa +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Fatigues_White_Splinter/clothing1_mtp_urban_co_uag.png b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Fatigues_White_Splinter/clothing1_mtp_urban_co_uag.png Binary files differdeleted file mode 100644 index 82dd3be..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Fatigues_White_Splinter/clothing1_mtp_urban_co_uag.png +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Fatigues_White_Splinter/config.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Fatigues_White_Splinter/config.hpp deleted file mode 100644 index 688a398..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Fatigues_White_Splinter/config.hpp +++ /dev/null @@ -1,30 +0,0 @@ -class CfgWeapons { - class U_B_CTRG_Soldier_urb_1_F; - - class UAG_Combat_Fatigues_White_Splinter_PARENTPROXY: U_B_CTRG_Soldier_urb_1_F { - scope = private; - class ItemInfo; - }; - - class UAG_Combat_Fatigues_White_Splinter: UAG_Combat_Fatigues_White_Splinter_PARENTPROXY { - scope = public; - displayName = "UAG Combat Fatigues (White Splinter)"; - hiddenSelectionsTextures[] = {"\z\UAG_Units\addons\uag_units_uag\Gear\UAG_Combat_Fatigues_White_Splinter\clothing1_mtp_urban_co_uag.paa"}; - picture = "\z\UAG_Units\addons\uag_units_uag\Gear\UAG_Combat_Fatigues_White_Splinter\icon_U_B_CTRG_Soldier_urb_1_F_ca_uag.paa"; - - class ItemInfo: ItemInfo { - containerClass = "Supply80"; - mass = 0; - uniformClass = "UAG_Combat_Fatigues_White_Splinter_Soldier"; - }; - }; -}; - -class CfgVehicles { - class B_CTRG_Soldier_urb_1_F; - - class UAG_Combat_Fatigues_White_Splinter_Soldier: B_CTRG_Soldier_urb_1_F { - hiddenSelectionsTextures[] = {"\z\UAG_Units\addons\uag_units_uag\Gear\UAG_Combat_Fatigues_White_Splinter\clothing1_mtp_urban_co_uag.paa"}; - picture = "\z\UAG_Units\addons\uag_units_uag\Gear\UAG_Combat_Fatigues_White_Splinter\icon_U_B_CTRG_Soldier_urb_1_F_ca_uag.paa"; - }; -};
\ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Fatigues_White_Splinter/icon_u_b_ctrg_soldier_urb_1_f_ca_uag.paa b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Fatigues_White_Splinter/icon_u_b_ctrg_soldier_urb_1_f_ca_uag.paa Binary files differdeleted file mode 100644 index 4e45bbf..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Fatigues_White_Splinter/icon_u_b_ctrg_soldier_urb_1_f_ca_uag.paa +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Fatigues_White_Splinter/icon_u_b_ctrg_soldier_urb_1_f_ca_uag.png b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Fatigues_White_Splinter/icon_u_b_ctrg_soldier_urb_1_f_ca_uag.png Binary files differdeleted file mode 100644 index e2934db..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Fatigues_White_Splinter/icon_u_b_ctrg_soldier_urb_1_f_ca_uag.png +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Goggles/config.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Goggles/config.hpp deleted file mode 100644 index d7ba804..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Goggles/config.hpp +++ /dev/null @@ -1,17 +0,0 @@ -/* UAG Combat Goggles - * Based on: G_Combat_Goggles_tna_F - * From: A3_Characters_F_Exp - * Changes: - * - Weightless -*/ - -class CfgGlasses { - class G_Combat_Goggles_tna_F; - - class UAG_Combat_Goggles: G_Combat_Goggles_tna_F { - displayName = "UAG Combat Goggles"; - hiddenSelectionsTextures[] = {"\z\UAG_Units\addons\uag_units_uag\Gear\UAG_Combat_Goggles\g_combat_goggles_tna_f_ca_uag.paa"}; - picture = "\z\UAG_Units\addons\uag_units_uag\Gear\UAG_Combat_Goggles\icon_g_combat_goggles_tna_f_ca_uag.paa"; - mass = 0; - }; -};
\ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Goggles/g_combat_goggles_tna_f_ca_uag.paa b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Goggles/g_combat_goggles_tna_f_ca_uag.paa Binary files differdeleted file mode 100644 index 2783a47..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Goggles/g_combat_goggles_tna_f_ca_uag.paa +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Goggles/g_combat_goggles_tna_f_ca_uag.png b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Goggles/g_combat_goggles_tna_f_ca_uag.png Binary files differdeleted file mode 100644 index 888fe26..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Goggles/g_combat_goggles_tna_f_ca_uag.png +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Goggles/icon_g_combat_goggles_tna_f_ca_uag.paa b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Goggles/icon_g_combat_goggles_tna_f_ca_uag.paa Binary files differdeleted file mode 100644 index 8169ce2..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Goggles/icon_g_combat_goggles_tna_f_ca_uag.paa +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Goggles/icon_g_combat_goggles_tna_f_ca_uag.png b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Goggles/icon_g_combat_goggles_tna_f_ca_uag.png Binary files differdeleted file mode 100644 index c4d64db..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Goggles/icon_g_combat_goggles_tna_f_ca_uag.png +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Heavy/config.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Heavy/config.hpp deleted file mode 100644 index 288647c..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Heavy/config.hpp +++ /dev/null @@ -1,49 +0,0 @@ -/* UAG Combat Helmet - Heavy - * Based on: H_HelmetB_TI_tna_F - * From: A3_Characters_F_Exp_Headgear - * Changes: - * - Perfect hearing protection - * - Half weight - * - Double armour hitpoints - * - 5% pass-through - */ - -class CfgWeapons { - class HitpointsProtectionInfo; - class Head; - class Face; - - class H_HelmetB_TI_tna_F; - - class H_HelmetB_TI_tna_F_PROXY: H_HelmetB_TI_tna_F { - scope = private; - class ItemInfo; - }; - - class UAG_Combat_Helmet_Heavy: H_HelmetB_TI_tna_F_PROXY { - _generalMacro = "UAG_Combat_Helmet_Heavy"; - scope = public; - displayName = "UAG Combat Helmet - Heavy"; - hiddenSelectionsTextures[] = {"\z\UAG_Units\addons\uag_units_uag\Gear\UAG_Combat_Helmet_Heavy\h_helmetb_ti_tna_f_co_uag.paa"}; - picture = "\z\UAG_Units\addons\uag_units_uag\Gear\UAG_Combat_Helmet_Heavy\icon_h_helmetb_ti_tna_f_ca_uag.paa"; - - ace_hearing_protection = 1; - ace_hearing_lowerVolume = 0; - - class ItemInfo: ItemInfo { - mass = 15; - modelSides[] = {3,2,1,0}; - - class HitpointsProtectionInfo: HitpointsProtectionInfo { - class Head: Head { - armor = 12; - passThrough = 0.05; - }; - class Face: Face { - armor = 8; - passThrough = 0.05; - }; - }; - }; - }; -};
\ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Heavy/h_helmetb_ti_tna_f_co_uag.paa b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Heavy/h_helmetb_ti_tna_f_co_uag.paa Binary files differdeleted file mode 100644 index 4522c8a..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Heavy/h_helmetb_ti_tna_f_co_uag.paa +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Heavy/h_helmetb_ti_tna_f_co_uag.png b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Heavy/h_helmetb_ti_tna_f_co_uag.png Binary files differdeleted file mode 100644 index b8d933f..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Heavy/h_helmetb_ti_tna_f_co_uag.png +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Heavy/icon_h_helmetb_ti_tna_f_ca_uag.paa b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Heavy/icon_h_helmetb_ti_tna_f_ca_uag.paa Binary files differdeleted file mode 100644 index da65028..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Heavy/icon_h_helmetb_ti_tna_f_ca_uag.paa +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Heavy/icon_h_helmetb_ti_tna_f_ca_uag.png b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Heavy/icon_h_helmetb_ti_tna_f_ca_uag.png Binary files differdeleted file mode 100644 index 4f2d5a2..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Heavy/icon_h_helmetb_ti_tna_f_ca_uag.png +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Light/config.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Light/config.hpp deleted file mode 100644 index 374cfaf..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Light/config.hpp +++ /dev/null @@ -1,27 +0,0 @@ -/* UAG Combat Helmet - Light - * Based on: H_HelmetB_black - * From: A3_Characters_F - * Changes: - * - Weightless - */ - -class CfgWeapons { - class H_HelmetB_black; - - class UAG_Combat_Helmet_Light_PROXY: H_HelmetB_black { - scope = private; - class ItemInfo; - }; - - class UAG_Combat_Helmet_Light: UAG_Combat_Helmet_Light_PROXY { - _generalMacro = "UAG_Combat_Helmet_Light"; - scope = public; - displayName = "UAG Combat Helmet - Light"; - hiddenSelectionsTextures[] = {"\z\UAG_Units\addons\uag_units_uag\Gear\UAG_Combat_Helmet_Light\equip1_black_co_uag.paa"}; - picture = "\z\UAG_Units\addons\uag_units_uag\Gear\UAG_Combat_Helmet_Light\icon_H_HelmetB_black_ca_uag.paa"; - - class ItemInfo: ItemInfo { - mass = 0; - }; - }; -};
\ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Light/equip1_black_co_uag.paa b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Light/equip1_black_co_uag.paa Binary files differdeleted file mode 100644 index 723e7a0..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Light/equip1_black_co_uag.paa +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Light/equip1_black_co_uag.png b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Light/equip1_black_co_uag.png Binary files differdeleted file mode 100644 index 32a6419..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Light/equip1_black_co_uag.png +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Light/icon_h_helmetb_black_ca_uag.paa b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Light/icon_h_helmetb_black_ca_uag.paa Binary files differdeleted file mode 100644 index 74cf58e..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Light/icon_h_helmetb_black_ca_uag.paa +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Light/icon_h_helmetb_black_ca_uag.png b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Light/icon_h_helmetb_black_ca_uag.png Binary files differdeleted file mode 100644 index ae8267f..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Light/icon_h_helmetb_black_ca_uag.png +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Medium/config.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Medium/config.hpp deleted file mode 100644 index 8e83086..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Medium/config.hpp +++ /dev/null @@ -1,23 +0,0 @@ -/* UAG Combat Helmet - Medium - * Based on: H_PASGT_basic_blue_press_F - * From: A3_Characters_F_Orange_Headgear - * Changes: - * - ??? - */ - -class CfgWeapons { - class H_PASGT_basic_blue_press_F; - - class UAG_Combat_Helmet_Medium_PROXY: H_PASGT_basic_blue_press_F { - scope = private; - class ItemInfo; - }; - - class UAG_Combat_Helmet_Medium: UAG_Combat_Helmet_Medium_PROXY { - _generalMacro = "UAG_Combat_Helmet_Medium"; - scope = public; - displayName = "UAG Combat Helmet - Medium"; - hiddenSelectionsTextures[] = {"\z\UAG_Units\addons\uag_units_uag\Gear\UAG_Combat_Helmet_Medium\H_PASGT_blue_press_CO_uag.paa"}; - picture = "\z\UAG_Units\addons\uag_units_uag\Gear\UAG_Combat_Helmet_Medium\icon_H_PASGT_basic_blue_press_CA_uag.paa"; - }; -};
\ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Medium/h_pasgt_blue_press_co_uag.paa b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Medium/h_pasgt_blue_press_co_uag.paa Binary files differdeleted file mode 100644 index 87ce885..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Medium/h_pasgt_blue_press_co_uag.paa +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Medium/h_pasgt_blue_press_co_uag.png b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Medium/h_pasgt_blue_press_co_uag.png Binary files differdeleted file mode 100644 index c0b7cd3..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Medium/h_pasgt_blue_press_co_uag.png +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Medium/icon_h_pasgt_basic_blue_press_ca_uag.paa b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Medium/icon_h_pasgt_basic_blue_press_ca_uag.paa Binary files differdeleted file mode 100644 index def0a67..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Medium/icon_h_pasgt_basic_blue_press_ca_uag.paa +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Medium/icon_h_pasgt_basic_blue_press_ca_uag.png b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Medium/icon_h_pasgt_basic_blue_press_ca_uag.png Binary files differdeleted file mode 100644 index 700f6e7..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Medium/icon_h_pasgt_basic_blue_press_ca_uag.png +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Medium_Neckshield/config.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Medium_Neckshield/config.hpp deleted file mode 100644 index e907926..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Medium_Neckshield/config.hpp +++ /dev/null @@ -1,23 +0,0 @@ -/* UAG Combat Helmet - Medium + Neckshield - * Based on: H_PASGT_neckprot_blue_press_F - * From: A3_Characters_F_Orange_Headgear - * Changes: - * - ??? - */ - -class CfgWeapons { - class H_PASGT_neckprot_blue_press_F; - - class UAG_Combat_Helmet_Medium_Neckshield_PROXY: H_PASGT_neckprot_blue_press_F { - scope = private; - class ItemInfo; - }; - - class UAG_Combat_Helmet_Medium_Neckshield: UAG_Combat_Helmet_Medium_Neckshield_PROXY { - _generalMacro = "UAG_Combat_Helmet_Medium_Neckshield"; - scope = public; - displayName = "UAG Combat Helmet - Medium + Neckshield"; - hiddenSelectionsTextures[] = {"\z\UAG_Units\addons\uag_units_uag\Gear\UAG_Combat_Helmet_Medium_Neckshield\H_PASGT_blue_press_CO_uag.paa"}; - picture = "\z\UAG_Units\addons\uag_units_uag\Gear\UAG_Combat_Helmet_Medium_Neckshield\icon_H_PASGT_neckprot_blue_press_CA_uag.paa"; - }; -};
\ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Medium_Neckshield/h_pasgt_blue_press_co_uag.paa b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Medium_Neckshield/h_pasgt_blue_press_co_uag.paa Binary files differdeleted file mode 100644 index 87ce885..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Medium_Neckshield/h_pasgt_blue_press_co_uag.paa +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Medium_Neckshield/h_pasgt_blue_press_co_uag.png b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Medium_Neckshield/h_pasgt_blue_press_co_uag.png Binary files differdeleted file mode 100644 index c0b7cd3..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Medium_Neckshield/h_pasgt_blue_press_co_uag.png +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Medium_Neckshield/icon_h_pasgt_neckprot_blue_press_ca_uag.paa b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Medium_Neckshield/icon_h_pasgt_neckprot_blue_press_ca_uag.paa Binary files differdeleted file mode 100644 index cfbebce..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Medium_Neckshield/icon_h_pasgt_neckprot_blue_press_ca_uag.paa +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Medium_Neckshield/icon_h_pasgt_neckprot_blue_press_ca_uag.png b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Medium_Neckshield/icon_h_pasgt_neckprot_blue_press_ca_uag.png Binary files differdeleted file mode 100644 index 959a46c..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Medium_Neckshield/icon_h_pasgt_neckprot_blue_press_ca_uag.png +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_FAST_Helmet/config.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_FAST_Helmet/config.hpp deleted file mode 100644 index 16fc5c8..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_FAST_Helmet/config.hpp +++ /dev/null @@ -1,27 +0,0 @@ -/* UAG FAST Helmet - * Based on: H_HelmetB_light_black - * From: A3_Characters_F - * Changes: - * - Weightless - */ - -class CfgWeapons { - class H_HelmetB_light_black; - - class UAG_FAST_Helmet_PROXY: H_HelmetB_light_black { - scope = private; - class ItemInfo; - }; - - class UAG_FAST_Helmet: UAG_FAST_Helmet_PROXY { - _generalMacro = "UAG_FAST_Helmet"; - scope = public; - displayName = "UAG FAST Helmet"; - hiddenSelectionsTextures[] = {"\z\UAG_Units\addons\uag_units_uag\Gear\UAG_FAST_Helmet\equip1_black_co_uag.paa"}; - picture = "\z\UAG_Units\addons\uag_units_uag\Gear\UAG_FAST_Helmet\icon_H_HelmetB_light_black_ca_uag.paa"; - - class ItemInfo: ItemInfo { - mass = 0; - }; - }; -};
\ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_FAST_Helmet/equip1_black_co_uag.paa b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_FAST_Helmet/equip1_black_co_uag.paa Binary files differdeleted file mode 100644 index 723e7a0..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_FAST_Helmet/equip1_black_co_uag.paa +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_FAST_Helmet/equip1_black_co_uag.png b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_FAST_Helmet/equip1_black_co_uag.png Binary files differdeleted file mode 100644 index 32a6419..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_FAST_Helmet/equip1_black_co_uag.png +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_FAST_Helmet/icon_h_helmetb_light_black_ca_uag.paa b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_FAST_Helmet/icon_h_helmetb_light_black_ca_uag.paa Binary files differdeleted file mode 100644 index 5948226..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_FAST_Helmet/icon_h_helmetb_light_black_ca_uag.paa +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_FAST_Helmet/icon_h_helmetb_light_black_ca_uag.png b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_FAST_Helmet/icon_h_helmetb_light_black_ca_uag.png Binary files differdeleted file mode 100644 index 47ffc05..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_FAST_Helmet/icon_h_helmetb_light_black_ca_uag.png +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Heavy/carrier_gl_rig_blk_co_uag.paa b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Heavy/carrier_gl_rig_blk_co_uag.paa Binary files differdeleted file mode 100644 index 8c6e271..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Heavy/carrier_gl_rig_blk_co_uag.paa +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Heavy/carrier_gl_rig_blk_co_uag.png b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Heavy/carrier_gl_rig_blk_co_uag.png Binary files differdeleted file mode 100644 index 74cd4e2..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Heavy/carrier_gl_rig_blk_co_uag.png +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Heavy/config.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Heavy/config.hpp deleted file mode 100644 index 08f0d66..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Heavy/config.hpp +++ /dev/null @@ -1,15 +0,0 @@ -class CfgWeapons { - class V_PlateCarrierSpec_blk; - - class UAG_Plate_Carrier_Heavy_PROXY: V_PlateCarrierSpec_blk { - scope = private; - class ItemInfo; - }; - - class UAG_Plate_Carrier_Heavy: UAG_Plate_Carrier_Heavy_PROXY { - scope = public; - displayName = "UAG Plate Carrier - Heavy"; - hiddenSelectionsTextures[] = {"\z\UAG_Units\addons\uag_units_uag\Gear\UAG_Plate_Carrier_Heavy\carrier_gl_rig_blk_co_uag.paa"}; - picture = "\z\UAG_Units\addons\uag_units_uag\Gear\UAG_Plate_Carrier_Heavy\icon_carrier_spec_rig_blk_uag.paa"; - }; -};
\ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Heavy/icon_carrier_spec_rig_blk_uag.paa b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Heavy/icon_carrier_spec_rig_blk_uag.paa Binary files differdeleted file mode 100644 index f40c852..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Heavy/icon_carrier_spec_rig_blk_uag.paa +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Heavy/icon_carrier_spec_rig_blk_uag.png b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Heavy/icon_carrier_spec_rig_blk_uag.png Binary files differdeleted file mode 100644 index adcc34d..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Heavy/icon_carrier_spec_rig_blk_uag.png +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Light/config.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Light/config.hpp deleted file mode 100644 index 99b8efb..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Light/config.hpp +++ /dev/null @@ -1,54 +0,0 @@ -/* UAG Plate Carrier - Light - * Based on: V_PlateCarrier1_blk - * From: A3_Characters_F - * Changes: - * - Double storage - * - Quarter weight - * - Double armour hitpoints - */ - -class CfgWeapons { - class HitpointsProtectionInfo; - class Abdomen; - class Chest; - class Diaphragm; - - class V_PlateCarrier1_blk; - - class UAG_Plate_Carrier_Light_PARENTPROXY: V_PlateCarrier1_blk { - scope = private; - class ItemInfo; - }; - - class UAG_Plate_Carrier_Light: UAG_Plate_Carrier_Light_PARENTPROXY { - scope = public; - displayName = "UAG Plate Carrier - Light"; - hiddenSelectionsTextures[] = {"\z\UAG_Units\addons\uag_units_uag\Gear\UAG_Plate_Carrier_Light\vests_blk_co_uag.paa"}; - picture = "\z\UAG_Units\addons\uag_units_uag\Gear\UAG_Plate_Carrier_Light\icon_v_platecarrier1_blk_ca_uag.paa"; - - class ItemInfo: ItemInfo { - containerClass = "UAG_Plate_Carrier_Light_ContainerClass"; - mass = 20; - - class HitpointsProtectionInfo: HitpointsProtectionInfo { - class Abdomen: Abdomen { - armor = 32; - }; - class Chest: Chest { - armor = 32; - }; - class Diaphragm: Diaphragm { - armor = 32; - }; - }; - }; - }; -}; - -class CfgVehicles { - class Supply0; - - class UAG_Plate_Carrier_Light_ContainerClass: Supply0 { - maximumLoad = 280; - }; -};
\ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Light/icon_v_platecarrier1_blk_ca_uag.paa b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Light/icon_v_platecarrier1_blk_ca_uag.paa Binary files differdeleted file mode 100644 index cb1762c..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Light/icon_v_platecarrier1_blk_ca_uag.paa +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Light/icon_v_platecarrier1_blk_ca_uag.png b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Light/icon_v_platecarrier1_blk_ca_uag.png Binary files differdeleted file mode 100644 index 5f0c16f..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Light/icon_v_platecarrier1_blk_ca_uag.png +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Light/vests_blk_co_uag.paa b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Light/vests_blk_co_uag.paa Binary files differdeleted file mode 100644 index d243050..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Light/vests_blk_co_uag.paa +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Light/vests_blk_co_uag.png b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Light/vests_blk_co_uag.png Binary files differdeleted file mode 100644 index 6d89388..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Light/vests_blk_co_uag.png +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Medium/config.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Medium/config.hpp deleted file mode 100644 index 4584ab2..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Medium/config.hpp +++ /dev/null @@ -1,15 +0,0 @@ -class CfgWeapons { - class V_PlateCarrier2_blk; - - class UAG_Plate_Carrier_Medium_PROXY: V_PlateCarrier2_blk { - scope = private; - class ItemInfo; - }; - - class UAG_Plate_Carrier_Medium: UAG_Plate_Carrier_Medium_PROXY { - scope = public; - displayName = "UAG Plate Carrier - Medium"; - hiddenSelectionsTextures[] = {"\z\UAG_Units\addons\uag_units_uag\Gear\UAG_Plate_Carrier_Medium\vests_blk_co_uag.paa"}; - picture = "\z\UAG_Units\addons\uag_units_uag\Gear\UAG_Plate_Carrier_Medium\icon_V_plate_carrier_2_blk_CA_uag.paa"; - }; -};
\ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Medium/icon_v_plate_carrier_2_blk_ca_uag.paa b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Medium/icon_v_plate_carrier_2_blk_ca_uag.paa Binary files differdeleted file mode 100644 index e965b38..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Medium/icon_v_plate_carrier_2_blk_ca_uag.paa +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Medium/icon_v_plate_carrier_2_blk_ca_uag.png b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Medium/icon_v_plate_carrier_2_blk_ca_uag.png Binary files differdeleted file mode 100644 index 4f6c126..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Medium/icon_v_plate_carrier_2_blk_ca_uag.png +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Medium/vests_blk_co_uag.paa b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Medium/vests_blk_co_uag.paa Binary files differdeleted file mode 100644 index d243050..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Medium/vests_blk_co_uag.paa +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Medium/vests_blk_co_uag.png b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Medium/vests_blk_co_uag.png Binary files differdeleted file mode 100644 index 6d89388..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Medium/vests_blk_co_uag.png +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Track_Suit/config.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Track_Suit/config.hpp deleted file mode 100644 index 9dfba28..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Track_Suit/config.hpp +++ /dev/null @@ -1,36 +0,0 @@ -/* UAG Track Suit - * Based on: U_O_R_Gorka_01_F - * From: A3_Characters_F_Enoch - * Changes: - * - Weightless - */ - -class CfgWeapons { - class U_I_E_CBRN_Suit_01_EAF_F; - - class UAG_Track_Suit_PARENTPROXY: U_I_E_CBRN_Suit_01_EAF_F { - scope = private; - class ItemInfo; - }; - - class UAG_Track_Suit: UAG_Track_Suit_PARENTPROXY { - scope = public; - displayName = "UAG Track Suit"; - hiddenSelectionsTextures[] = {"\z\UAG_Units\addons\uag_units_uag\Gear\UAG_Track_Suit\Gorka_01_Khaki_CO_uag.paa"}; - picture = "\z\UAG_Units\addons\uag_units_uag\Gear\UAG_Track_Suit\icon_U_O_R_Gorka_01_F_ca_uag.paa"; - - class ItemInfo: ItemInfo { - mass = 0; - uniformClass = "UAG_Track_Suit_Soldier"; - }; - }; -}; - -class CfgVehicles { - class O_R_Gorka_F; - - class UAG_Track_Suit_Soldier: O_R_Gorka_F { - hiddenSelectionsTextures[] = {"\z\UAG_Units\addons\uag_units_uag\Gear\UAG_Track_Suit\Gorka_01_Khaki_CO_uag.paa"}; - picture = "\z\UAG_Units\addons\uag_units_uag\Gear\UAG_Track_Suit\icon_U_O_R_Gorka_01_F_ca_uag.paa"; - }; -};
\ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Track_Suit/gorka_01_khaki_co_uag.paa b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Track_Suit/gorka_01_khaki_co_uag.paa Binary files differdeleted file mode 100644 index 9fd9d9b..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Track_Suit/gorka_01_khaki_co_uag.paa +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Track_Suit/gorka_01_khaki_co_uag.png b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Track_Suit/gorka_01_khaki_co_uag.png Binary files differdeleted file mode 100644 index 30622a7..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Track_Suit/gorka_01_khaki_co_uag.png +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Track_Suit/icon_u_o_r_gorka_01_f_ca_uag.paa b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Track_Suit/icon_u_o_r_gorka_01_f_ca_uag.paa Binary files differdeleted file mode 100644 index f1e8aaa..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Track_Suit/icon_u_o_r_gorka_01_f_ca_uag.paa +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Track_Suit/icon_u_o_r_gorka_01_f_ca_uag.png b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Track_Suit/icon_u_o_r_gorka_01_f_ca_uag.png Binary files differdeleted file mode 100644 index d15bf4a..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Track_Suit/icon_u_o_r_gorka_01_f_ca_uag.png +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/_index.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/_index.hpp deleted file mode 100644 index bc21c78..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/_index.hpp +++ /dev/null @@ -1,15 +0,0 @@ -#include "UAG_Combat_Fatigues_Black_Splinter/config.hpp" -#include "UAG_Combat_Fatigues_White_Splinter/config.hpp" -#include "UAG_Plate_Carrier_Light/config.hpp" -#include "UAG_Plate_Carrier_Medium/config.hpp" -#include "UAG_Plate_Carrier_Heavy/config.hpp" -#include "UAG_Combat_Helmet_Heavy/config.hpp" -#include "UAG_Combat_Goggles/config.hpp" -#include "UAG_Balaclava/config.hpp" -#include "UAG_Balaclava_With_Combat_Goggles/config.hpp" -#include "UAG_Combat_Helmet_Light/config.hpp" -#include "UAG_Combat_Helmet_Medium/config.hpp" -#include "UAG_Combat_Helmet_Medium_Neckshield/config.hpp" -#include "UAG_FAST_Helmet/config.hpp" -#include "UAG_CBRN_Fatigues/config.hpp" -#include "UAG_Track_Suit/config.hpp"
\ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/files/uag.paa b/communities/uag/mods/UAG_Units/files/uag.paa Binary files differdeleted file mode 100644 index c181130..0000000 --- a/communities/uag/mods/UAG_Units/files/uag.paa +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/files/uag.png b/communities/uag/mods/UAG_Units/files/uag.png Binary files differdeleted file mode 100644 index 970b3f5..0000000 --- a/communities/uag/mods/UAG_Units/files/uag.png +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/files/uag_hover.paa b/communities/uag/mods/UAG_Units/files/uag_hover.paa Binary files differdeleted file mode 100644 index 5632104..0000000 --- a/communities/uag/mods/UAG_Units/files/uag_hover.paa +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/files/uag_hover.png b/communities/uag/mods/UAG_Units/files/uag_hover.png Binary files differdeleted file mode 100644 index 1b79bc2..0000000 --- a/communities/uag/mods/UAG_Units/files/uag_hover.png +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/mod.cpp b/communities/uag/mods/UAG_Units/mod.cpp deleted file mode 100644 index b1d926a..0000000 --- a/communities/uag/mods/UAG_Units/mod.cpp +++ /dev/null @@ -1,10 +0,0 @@ -name = "UAG Units"; -author = "UAG Development Team"; -logo = "files\uag.paa"; -logoOver = "files\uag_hover.paa"; -tooltip = "UAG Units"; -tooltipOwned = "UAG Units"; -actionName = "Website"; -action = "https://uagpmc.com"; -overview = "UAG Units is a mod that adds new units to the game."; -logoSmall = "files\uag.paa";
\ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/steam/description.txt b/communities/uag/mods/UAG_Units/steam/description.txt deleted file mode 100644 index b0b64b9..0000000 --- a/communities/uag/mods/UAG_Units/steam/description.txt +++ /dev/null @@ -1,62 +0,0 @@ -[h1]What is this?[/h1] - -A mod that adds new units to Arma 3, specifically designed for use in UAGPMC operations. - -[h1]What does it do?[/h1] - -This mod adds the following to Arma 3: - -[list] - [*][b]UAGPMC Infantry:[/b] From riflemen to squad leaders, these units are equipped with modern weapons and gear to help them complete their missions whilst competing with any other conventional military force. - [*][b]UAGPMC Offroad:[/b] A light offroad vehicle used by UAGPMC forces for reconnaissance and transport duties. - [*][b]UAGPMC Wiesel:[/b] Coming in AT, AA, and Cannon variants, the UAGPMC Wiesel is a highly-mobile armored vehicle used by UAGPMC forces to bolster the firepower of their infantry. -[/list] - -[h2]What is this compatible with?[/h2] - -If [url=https://store.steampowered.com/app/2647760/Arma_3_Creator_DLC_Reaction_Forces/]Reaction Forces Creator DLC[/url] is loaded, this mod also adds the following: - -[list] - [*][b]UAGPMC Cougar Gunship:[/b] A UAGPMC-styled variant of the LDF's "Cougar" armed utility helicopter. Upgraded with a full complement of advanced sensors and weapons, the Cougar Gunship is a versatile and deadly platform capable of providing close air support, reconnaissance, and transport capabilities. - [*][b]UAGPMC Moose Pickups:[/b] A set of UAGPMC-styled variants of the LDF's "Moose" light utility vehicle. These vehicles are lightly armored and armed with a variety of weapons, making them ideal for a range of operations. Each variant has an up-armoured version for use in more hostile environments. -[/list] - -If [url=https://store.steampowered.com/app/1681170/Arma_3_Creator_DLC_Western_Sahara/]Western Sahara Creator DLC[/url] is loaded, this mod also adds the following: - -[list] - [*][b]UAGPMC PO-30 Orca UP:[/b] A UAGPMC-styled variant of the Russian "PO-30 Orca" armed helicopter outfitted with modern, lightweight armor plates to protect against incoming small arms fire. -[/list] - -If [url=https://steamcommunity.com/workshop/filedetails/?id=463939057]ACE3[/url] is loaded, this mod also adds the following: - -[list] - [*][b]ACE Medical Items:[/b] UAG Units now use ACE medical items instead of vanilla medical items. -[/list] - -If [url=https://steamcommunity.com/workshop/filedetails/?id=751965892]ACRE[/url] is loaded, this mod also adds the following: - -[list] - [*][b]ACRE Radio Items:[/b] UAG Units now come equipped with ACRE radios depending on their role. -[/list] - -If [url=https://steamcommunity.com/workshop/filedetails/?id=2262006564]cTab 1erGTD[/url] is loaded, this mod also adds the following: - -[list] - [*][b]cTab Items:[/b] UAG Units now come equipped with cTab items. -[/list] - -[h1]How do I use it?[/h1] - -This mod is designed to be used in UAGPMC operations, but can be used in any Arma 3 scenario. To use this mod, simply subscribe to it and enable it in the Arma 3 launcher. - -[h1]I found a bug! What do I do?[/h1] - -Please report any bugs or issues you encounter to the [url=https://github.com/uagpmc/arma3/issues]GitHub issue tracker[/url]. Be sure to include as much detail as possible, including any error messages or screenshots you can provide. - -[h1]How does this work? Can I contribute?[/h1] - -You can view the source code and contribute to the project on the [url=https://github.com/uagpmc/arma3/tree/main/mods/UAG_Units]GitHub repository[/url]. - -[h1]License[/h1] - -This mod is open-source and licensed under the [url=https://github.com/uagpmc/arma3/blob/main/LICENSE]Unlicense[/url], a license with no conditions whatsoever which dedicates works to the public domain. You are free to use, modify, and distribute this mod in any way you see fit.
\ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/steam/image.png b/communities/uag/mods/UAG_Units/steam/image.png Binary files differdeleted file mode 100644 index cecaf6a..0000000 --- a/communities/uag/mods/UAG_Units/steam/image.png +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/steam/p1.jpg b/communities/uag/mods/UAG_Units/steam/p1.jpg Binary files differdeleted file mode 100644 index 7a2ddc5..0000000 --- a/communities/uag/mods/UAG_Units/steam/p1.jpg +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/steam/p2.jpg b/communities/uag/mods/UAG_Units/steam/p2.jpg Binary files differdeleted file mode 100644 index 89edb4a..0000000 --- a/communities/uag/mods/UAG_Units/steam/p2.jpg +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/steam/rf_image.png b/communities/uag/mods/UAG_Units/steam/rf_image.png Binary files differdeleted file mode 100644 index 63c866c..0000000 --- a/communities/uag/mods/UAG_Units/steam/rf_image.png +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/steam/rf_p1.jpg b/communities/uag/mods/UAG_Units/steam/rf_p1.jpg Binary files differdeleted file mode 100644 index 22caa98..0000000 --- a/communities/uag/mods/UAG_Units/steam/rf_p1.jpg +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/steam/rf_p10.jpg b/communities/uag/mods/UAG_Units/steam/rf_p10.jpg Binary files differdeleted file mode 100644 index edd8567..0000000 --- a/communities/uag/mods/UAG_Units/steam/rf_p10.jpg +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/steam/rf_p11.jpg b/communities/uag/mods/UAG_Units/steam/rf_p11.jpg Binary files differdeleted file mode 100644 index 1ca0c99..0000000 --- a/communities/uag/mods/UAG_Units/steam/rf_p11.jpg +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/steam/rf_p12.jpg b/communities/uag/mods/UAG_Units/steam/rf_p12.jpg Binary files differdeleted file mode 100644 index 215a3b3..0000000 --- a/communities/uag/mods/UAG_Units/steam/rf_p12.jpg +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/steam/rf_p2.jpg b/communities/uag/mods/UAG_Units/steam/rf_p2.jpg Binary files differdeleted file mode 100644 index 98a9527..0000000 --- a/communities/uag/mods/UAG_Units/steam/rf_p2.jpg +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/steam/rf_p3.jpg b/communities/uag/mods/UAG_Units/steam/rf_p3.jpg Binary files differdeleted file mode 100644 index f0a6694..0000000 --- a/communities/uag/mods/UAG_Units/steam/rf_p3.jpg +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/steam/rf_p4.jpg b/communities/uag/mods/UAG_Units/steam/rf_p4.jpg Binary files differdeleted file mode 100644 index b50c455..0000000 --- a/communities/uag/mods/UAG_Units/steam/rf_p4.jpg +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/steam/rf_p5.jpg b/communities/uag/mods/UAG_Units/steam/rf_p5.jpg Binary files differdeleted file mode 100644 index d7f3e2f..0000000 --- a/communities/uag/mods/UAG_Units/steam/rf_p5.jpg +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/steam/rf_p6.jpg b/communities/uag/mods/UAG_Units/steam/rf_p6.jpg Binary files differdeleted file mode 100644 index e71687b..0000000 --- a/communities/uag/mods/UAG_Units/steam/rf_p6.jpg +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/steam/rf_p7.jpg b/communities/uag/mods/UAG_Units/steam/rf_p7.jpg Binary files differdeleted file mode 100644 index 801ba61..0000000 --- a/communities/uag/mods/UAG_Units/steam/rf_p7.jpg +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/steam/rf_p8.jpg b/communities/uag/mods/UAG_Units/steam/rf_p8.jpg Binary files differdeleted file mode 100644 index 4089f21..0000000 --- a/communities/uag/mods/UAG_Units/steam/rf_p8.jpg +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/steam/rf_p9.jpg b/communities/uag/mods/UAG_Units/steam/rf_p9.jpg Binary files differdeleted file mode 100644 index 70bf0cb..0000000 --- a/communities/uag/mods/UAG_Units/steam/rf_p9.jpg +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/steam/workshop_id.txt b/communities/uag/mods/UAG_Units/steam/workshop_id.txt deleted file mode 100644 index 9381c59..0000000 --- a/communities/uag/mods/UAG_Units/steam/workshop_id.txt +++ /dev/null @@ -1 +0,0 @@ -3263684880
\ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/steam/ws_image.jpg b/communities/uag/mods/UAG_Units/steam/ws_image.jpg Binary files differdeleted file mode 100644 index 6733062..0000000 --- a/communities/uag/mods/UAG_Units/steam/ws_image.jpg +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/steam/ws_p1.jpg b/communities/uag/mods/UAG_Units/steam/ws_p1.jpg Binary files differdeleted file mode 100644 index 18eaa1b..0000000 --- a/communities/uag/mods/UAG_Units/steam/ws_p1.jpg +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/steam/ws_p2.jpg b/communities/uag/mods/UAG_Units/steam/ws_p2.jpg Binary files differdeleted file mode 100644 index d380bc6..0000000 --- a/communities/uag/mods/UAG_Units/steam/ws_p2.jpg +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/steam/ws_p3.jpg b/communities/uag/mods/UAG_Units/steam/ws_p3.jpg Binary files differdeleted file mode 100644 index f84790f..0000000 --- a/communities/uag/mods/UAG_Units/steam/ws_p3.jpg +++ /dev/null diff --git a/communities/uag/mods/UAG_Units/steam/ws_p4.jpg b/communities/uag/mods/UAG_Units/steam/ws_p4.jpg Binary files differdeleted file mode 100644 index 00ca518..0000000 --- a/communities/uag/mods/UAG_Units/steam/ws_p4.jpg +++ /dev/null |
