mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 15:23:28 +00:00
54 lines
711 B
TOML
54 lines
711 B
TOML
author = "ARMATAK Team"
|
|
mainprefix = "armatak"
|
|
name = "ARMA Team Awareness Kit"
|
|
prefix = "core"
|
|
|
|
[version]
|
|
path = "addons/main/script_version.hpp" # Default
|
|
|
|
build = 0 # Optional
|
|
major = 0 # Overrides path when set
|
|
minor = 0
|
|
patch = 0
|
|
|
|
git_hash = 0 # Default: 8
|
|
|
|
[files]
|
|
exclude = [
|
|
"source/*",
|
|
"*.png",
|
|
"*.tga",
|
|
"*.psd",
|
|
"*.fbx",
|
|
"*.obj",
|
|
]
|
|
|
|
include = [
|
|
"LICENSE",
|
|
"*/*.dll",
|
|
"*/*.so"
|
|
]
|
|
|
|
[properties]
|
|
author = "ARMATAK Team"
|
|
url = "https://github.com/valmojr/armatak"
|
|
|
|
[hemtt.config]
|
|
preset = "Hemtt"
|
|
|
|
[hemtt.launch]
|
|
workshop = [
|
|
"450814997", # CBA
|
|
]
|
|
parameters = [
|
|
"-skipIntro",
|
|
"-noSplash",
|
|
"-showScriptErrors",
|
|
"-debug",
|
|
"-filePatching",
|
|
]
|
|
|
|
[binarize]
|
|
exclude = [
|
|
"*.jpg"
|
|
] |