mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
872d460e6d
* Tools - Add missing includes for p3ds * Cleanup vn? * Update project.toml * Update tools\.vscode
68 lines
1.1 KiB
TOML
68 lines
1.1 KiB
TOML
name = "ACE3"
|
|
prefix = "ace"
|
|
author = "ACE-Team"
|
|
mainprefix = "z"
|
|
|
|
[files]
|
|
include = [
|
|
"*.dll",
|
|
"*.so",
|
|
"mod.cpp",
|
|
"README*.md", # Translated READMEs get moved to root in a hook (virtual file system)
|
|
"AUTHORS.txt",
|
|
"LICENSE",
|
|
"logo_ace3_ca.paa",
|
|
"meta.cpp",
|
|
]
|
|
|
|
[version]
|
|
git_hash = 0
|
|
|
|
# Unused in HEMTT v1.11 or higher, kept for backwards compatibility
|
|
[asc]
|
|
enabled = true
|
|
exclude = [
|
|
".inc.sqf",
|
|
"/dev/",
|
|
"common/functions/fnc_dummy.sqf",
|
|
"zeus/functions/fnc_zeusAttributes.sqf",
|
|
]
|
|
|
|
[hemtt.launch.default]
|
|
workshop = [
|
|
"450814997", # CBA_A3
|
|
]
|
|
|
|
[hemtt.launch.spe]
|
|
workshop = [
|
|
"450814997", # CBA_A3
|
|
]
|
|
dlc = [
|
|
"spe"
|
|
]
|
|
|
|
[hemtt.launch.vn]
|
|
workshop = [
|
|
"450814997", # CBA_A3's Workshop ID
|
|
]
|
|
dlc = [
|
|
"S.O.G. Prairie Fire",
|
|
]
|
|
|
|
[hemtt.launch.ws]
|
|
workshop = [
|
|
"450814997", # CBA_A3's Workshop ID
|
|
]
|
|
dlc = [
|
|
"Western Sahara",
|
|
]
|
|
|
|
[hemtt.launch.rhs]
|
|
workshop = [
|
|
"450814997", # CBA_A3's Workshop ID
|
|
"843425103", # RHS AFRF Workshop ID
|
|
"843577117", # RHS USAF Workshop ID
|
|
"843593391", # RHS GREF Workshop ID
|
|
"843632231", # RHS SAF Workshop ID
|
|
]
|