mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-10-09 16:26:44 +00:00
26 lines
813 B
Lua
26 lines
813 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"
|
|
}
|
|
|
|
-- ModMan is currently experimental and deactivated by default.
|
|
-- For more information see src/ModMan/README.md
|
|
newoption {
|
|
trigger = "modman",
|
|
description = "Activate experimental compilation of ModMan (OAT GUI)"
|
|
}
|