mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 15:43:29 +00:00
added initial HEMTT config files
This commit is contained in:
4
.gitattributes
vendored
Normal file
4
.gitattributes
vendored
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
*.paa filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.p3d filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.png filter=lfs diff=lfs merge=lfs -text
|
||||||
8
.gitignore
vendored
Normal file
8
.gitignore
vendored
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
*.pbo
|
||||||
|
.hemttout
|
||||||
|
hemtt
|
||||||
|
hemtt.exe
|
||||||
|
*.biprivatekey
|
||||||
|
source/
|
||||||
|
.vscode
|
||||||
|
releases/
|
||||||
43
.hemtt/project.toml
Normal file
43
.hemtt/project.toml
Normal 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"
|
||||||
|
]
|
||||||
Reference in New Issue
Block a user