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