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 /uag/mods/ACE3_Capri-Sun | |
| 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 'uag/mods/ACE3_Capri-Sun')
| -rw-r--r-- | uag/mods/ACE3_Capri-Sun/.gitignore | 4 | ||||
| -rw-r--r-- | uag/mods/ACE3_Capri-Sun/.hemtt/project.toml | 13 | ||||
| -rw-r--r-- | uag/mods/ACE3_Capri-Sun/README.md | 1 | ||||
| -rw-r--r-- | uag/mods/ACE3_Capri-Sun/addons/caprisun/$PBOPREFIX$ | 1 | ||||
| -rw-r--r-- | uag/mods/ACE3_Capri-Sun/addons/caprisun/caprisun.paa | bin | 0 -> 39835 bytes | |||
| -rw-r--r-- | uag/mods/ACE3_Capri-Sun/addons/caprisun/config.cpp | 28 | ||||
| -rw-r--r-- | uag/mods/ACE3_Capri-Sun/steam/description.txt | 3 | ||||
| -rw-r--r-- | uag/mods/ACE3_Capri-Sun/steam/image.jpg | bin | 0 -> 3894039 bytes | |||
| -rw-r--r-- | uag/mods/ACE3_Capri-Sun/steam/workshop_id.txt | 1 |
9 files changed, 51 insertions, 0 deletions
diff --git a/uag/mods/ACE3_Capri-Sun/.gitignore b/uag/mods/ACE3_Capri-Sun/.gitignore new file mode 100644 index 0000000..d109ec3 --- /dev/null +++ b/uag/mods/ACE3_Capri-Sun/.gitignore @@ -0,0 +1,4 @@ +.hemttout/ +releases/ +*.pbo +*.pbo.bisign
\ No newline at end of file diff --git a/uag/mods/ACE3_Capri-Sun/.hemtt/project.toml b/uag/mods/ACE3_Capri-Sun/.hemtt/project.toml new file mode 100644 index 0000000..bb6b4d2 --- /dev/null +++ b/uag/mods/ACE3_Capri-Sun/.hemtt/project.toml @@ -0,0 +1,13 @@ +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/uag/mods/ACE3_Capri-Sun/README.md b/uag/mods/ACE3_Capri-Sun/README.md new file mode 100644 index 0000000..3dfa5ef --- /dev/null +++ b/uag/mods/ACE3_Capri-Sun/README.md @@ -0,0 +1 @@ +# ACE3 Capri Sun diff --git a/uag/mods/ACE3_Capri-Sun/addons/caprisun/$PBOPREFIX$ b/uag/mods/ACE3_Capri-Sun/addons/caprisun/$PBOPREFIX$ new file mode 100644 index 0000000..8dd70e6 --- /dev/null +++ b/uag/mods/ACE3_Capri-Sun/addons/caprisun/$PBOPREFIX$ @@ -0,0 +1 @@ +z\ACE3_Capri_Sun\addons\caprisun
\ No newline at end of file diff --git a/uag/mods/ACE3_Capri-Sun/addons/caprisun/caprisun.paa b/uag/mods/ACE3_Capri-Sun/addons/caprisun/caprisun.paa Binary files differnew file mode 100644 index 0000000..e242d4f --- /dev/null +++ b/uag/mods/ACE3_Capri-Sun/addons/caprisun/caprisun.paa diff --git a/uag/mods/ACE3_Capri-Sun/addons/caprisun/config.cpp b/uag/mods/ACE3_Capri-Sun/addons/caprisun/config.cpp new file mode 100644 index 0000000..54d7c3d --- /dev/null +++ b/uag/mods/ACE3_Capri-Sun/addons/caprisun/config.cpp @@ -0,0 +1,28 @@ +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/uag/mods/ACE3_Capri-Sun/steam/description.txt b/uag/mods/ACE3_Capri-Sun/steam/description.txt new file mode 100644 index 0000000..c326f3d --- /dev/null +++ b/uag/mods/ACE3_Capri-Sun/steam/description.txt @@ -0,0 +1,3 @@ +Even contractors need their sippies. + +Check out the source: https://github.com/uagpmc/arma3/tree/main/mods/ACE3_Capri_Sun diff --git a/uag/mods/ACE3_Capri-Sun/steam/image.jpg b/uag/mods/ACE3_Capri-Sun/steam/image.jpg Binary files differnew file mode 100644 index 0000000..af03b18 --- /dev/null +++ b/uag/mods/ACE3_Capri-Sun/steam/image.jpg diff --git a/uag/mods/ACE3_Capri-Sun/steam/workshop_id.txt b/uag/mods/ACE3_Capri-Sun/steam/workshop_id.txt new file mode 100644 index 0000000..2a4c685 --- /dev/null +++ b/uag/mods/ACE3_Capri-Sun/steam/workshop_id.txt @@ -0,0 +1 @@ +2602978471
\ No newline at end of file |
