2022-01-16 02:07:46 +00:00
|
|
|
# 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
|
2022-01-14 23:51:08 +00:00
|
|
|
PackageBuildOrder="SomePackageName SomePackageNameMut"
|
2022-01-16 02:07:46 +00:00
|
|
|
|
|
|
|
# Mutators that will be uploaded to the workshop
|
|
|
|
# Specify them with a space as a separator,
|
|
|
|
# The order doesn't matter
|
2022-01-14 23:51:08 +00:00
|
|
|
PackageUpload="SomePackageName SomePackageNameMut"
|