mirror of
https://github.com/projectbraf/braf_factions.git
synced 2026-06-13 15:03:29 +00:00
adicionado HEMTT Config File para ser usado como automatizador do processo de lançamento do BRAF Factions
This commit is contained in:
37
.hemtt/project.toml
Normal file
37
.hemtt/project.toml
Normal file
@@ -0,0 +1,37 @@
|
||||
author = "BRAF Team"
|
||||
mainprefix = "braf"
|
||||
name = "Brazilian Armed Forces Mod - Factions"
|
||||
prefix = "braf_factions"
|
||||
|
||||
[version]
|
||||
path = "addons/main/script_version.hpp" # Default
|
||||
|
||||
build = 1 # Optional
|
||||
major = 2 # Overrides path when set
|
||||
minor = 0
|
||||
patch = 0
|
||||
|
||||
git_hash = 0 # Default: 8
|
||||
|
||||
[files]
|
||||
exclude = [
|
||||
"source/*",
|
||||
"*.png",
|
||||
"*.tga",
|
||||
"*.psd",
|
||||
"*.fbx",
|
||||
"*.obj",
|
||||
]
|
||||
|
||||
[properties]
|
||||
author = "BRAF Team"
|
||||
url = "https://www.brafmod.com.br/"
|
||||
|
||||
[hemtt.config]
|
||||
preset = "Hemtt"
|
||||
|
||||
[hemtt.launch]
|
||||
workshop = [
|
||||
"450814997", # CBA_A3
|
||||
"2223739438", # BRAF Mod (Public Version)
|
||||
]
|
||||
Reference in New Issue
Block a user