KF2-SafeMutLoader/builder.cfg

62 lines
1.4 KiB
INI
Raw Normal View History

2022-09-02 12:54:10 +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,
2023-05-14 01:41:54 +00:00
# Mutators will be compiled in the specified order
2022-09-02 12:54:10 +00:00
PackageBuildOrder="SML"
### Brew parameters ###
# Packages you want to brew using @peelz's patched KFEditor.
# Useful for cases where regular brew doesn't put *.upk inside the package.
# Specify them with a space as a separator,
2023-05-14 01:41:54 +00:00
# The order doesn't matter
2022-09-02 12:54:10 +00:00
PackagePeelzBrew=""
### Steam Workshop upload parameters ###
# Mutators that will be uploaded to the workshop
# Specify them with a space as a separator,
2023-05-14 01:41:54 +00:00
# The order doesn't matter
2022-09-02 12:54:10 +00:00
PackageUpload="SML"
### Test parameters ###
# Map:
Map="KF-Nuked"
# Game:
# Survival: KFGameContent.KFGameInfo_Survival
# WeeklyOutbreak: KFGameContent.KFGameInfo_WeeklySurvival
# Endless: KFGameContent.KFGameInfo_Endless
# Objective: KFGameContent.KFGameInfo_Objective
# Versus: KFGameContent.KFGameInfo_VersusSurvival
Game="KFGameContent.KFGameInfo_Survival"
# Difficulty:
# Normal: 0
# Hard: 1
# Suicide: 2
# Hell: 3
Difficulty="0"
# GameLength:
# 4 waves: 0
# 7 waves: 1
# 10 waves: 2
GameLength="0"
# Mutators
2022-09-15 13:12:47 +00:00
Mutators="SML.Mut,AAL.AALMut,YAS.YASMut,CTI.CTIMut,CVC.CVCMut,ZedSpawner.ZedSpawnerMut"
2022-09-02 12:54:10 +00:00
# Additional parameters
Args=""