mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 17:23:28 +00:00
76 lines
1.2 KiB
TOML
76 lines
1.2 KiB
TOML
author = "ARMATAK Team"
|
|
mainprefix = "armatak"
|
|
name = "ARMA Team Awareness Kit"
|
|
prefix = "armatak"
|
|
|
|
[version]
|
|
build = 0
|
|
major = 1
|
|
minor = 1
|
|
patch = 0
|
|
|
|
git_hash = 0
|
|
|
|
[files]
|
|
exclude = [
|
|
"source/*",
|
|
"*.png",
|
|
"*.tga",
|
|
"*.psd",
|
|
"*.fbx",
|
|
"*.obj",
|
|
]
|
|
|
|
include = [
|
|
"LICENSE",
|
|
"*.dll",
|
|
"*.so",
|
|
"*.paa",
|
|
"simtak.apk"
|
|
]
|
|
|
|
[properties]
|
|
author = "ARMATAK Team"
|
|
url = "https://github.com/valmojr/armatak"
|
|
|
|
[hemtt.config]
|
|
preset = "Hemtt"
|
|
|
|
[hemtt.launch.default]
|
|
workshop = [
|
|
"450814997", # CBA
|
|
"463939057", # ACE
|
|
"623475643", # 3den enhanced
|
|
"1779063631", # Zeus enhanced
|
|
"1673595418", # User Input Menus
|
|
"1678581937", # Extended Function Viewer
|
|
"1231625987", #Debug Console
|
|
"751965892", # ACRE2
|
|
"843577117", # RHSUSAF
|
|
"843425103", # RHSAFRF
|
|
"843593391", # RHSGREF
|
|
"735566597", # Project OPFOR
|
|
"3030830594", # Western Dusk
|
|
"3147473073", # TOTT Core
|
|
"3147480843", # TOTT CAG
|
|
"3147476552", # TOTT Optics
|
|
"2975268929", # GPNVG
|
|
"583496184", # CUP Terrains
|
|
"421620913", # Kunduz
|
|
"2397360831", # USAF Core
|
|
"2397376046", # USAF Utility
|
|
"2226368165", # USAF AC130
|
|
]
|
|
|
|
parameters = [
|
|
"-skipIntro",
|
|
"-noSplash",
|
|
"-showScriptErrors",
|
|
"-debug",
|
|
"-filePatching",
|
|
]
|
|
|
|
[binarize]
|
|
exclude = [
|
|
"*.jpg"
|
|
] |