9 lines
393 B
Plaintext
9 lines
393 B
Plaintext
# The id of the mod to launch by default. This must exist as a directory in the mods directory
|
|
MOD_ID="example"
|
|
|
|
# Import the default OpenRA mods for use as external mod references
|
|
# in your mod.yaml. Accepts values "True" or "False".
|
|
# WARNING: This setting is provided to simplify early mod development
|
|
# and must be disabled before installers can be generated
|
|
INCLUDE_DEFAULT_MODS="False"
|