Files
armatak/.hemtt/project.toml

55 lines
652 B
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"
]
[properties]
author = "ARMATAK Team"
url = "https://github.com/valmojr/armatak"
[hemtt.config]
preset = "Hemtt"
[hemtt.launch.default]
workshop = [
"450814997", # CBA_A3
"463939057", # ace
]
parameters = [
"-skipIntro",
"-noSplash",
"-showScriptErrors",
"-debug",
"-filePatching",
]
[binarize]
exclude = [
"*.jpg"
]