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/UAG_Units/.hemtt | |
| 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/UAG_Units/.hemtt')
| -rw-r--r-- | communities/uag/mods/UAG_Units/.hemtt/project.toml | 44 |
1 files changed, 0 insertions, 44 deletions
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 |
