2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-09-12 11:37:27 +00:00
Files
OpenAssetTools/tools/scripts/options.lua
2025-09-10 22:13:55 +01:00

19 lines
587 B
Lua

newoption {
trigger = "oat-version",
description = "Set the OAT version being compiled.",
value = "VERSION",
default = "_" -- An empty string is not recognized as a default
}
newoption {
trigger = "debug-structureddatadef",
description = "Activate additional debugging logic for StructuredDataDef assets"
}
newoption {
trigger = "debug-techset",
description = "Activate additional debugging logic for Techset assets"
}
newoption {
trigger = "experimental-material-compilation",
description = "Activate experimental material compilation support"
}