17 lines
471 B
INI
17 lines
471 B
INI
|
# Build parameters
|
||
|
|
||
|
# If True - compresses the mutator when compiling
|
||
|
# Scripts will be stored in binary form
|
||
|
# (reduces the size of the output file)
|
||
|
StripSource="True"
|
||
|
|
||
|
# Mutators to be compiled
|
||
|
# Specify them with a space as a separator,
|
||
|
# Mutators will be compiled in the specified order
|
||
|
PackageBuildOrder="StartWave"
|
||
|
|
||
|
# Mutators that will be uploaded to the workshop
|
||
|
# Specify them with a space as a separator,
|
||
|
# The order doesn't matter
|
||
|
PackageUpload="StartWave"
|