added initial HEMTT config files

This commit is contained in:
Valmo Trindade
2024-07-14 23:52:21 -03:00
parent 45e6f930ce
commit f8271b177c
3 changed files with 55 additions and 0 deletions

43
.hemtt/project.toml Normal file
View File

@@ -0,0 +1,43 @@
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 = []
[properties]
author = "ARMATAK Team"
url = "https://github.com/valmojr/armatak"
[hemtt.config]
preset = "Hemtt"
[hemtt.launch]
workshop = [
"450814997", # CBA_A3
]
[binarize]
exclude = [
"*.jpg"
]