2022-07-11 07:03:00 +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 08:31:02 +00:00
|
|
|
# Mutators will be compiled in the specified order
|
2022-07-11 07:03:00 +00:00
|
|
|
PackageBuildOrder="StartWave"
|
|
|
|
|
|
|
|
|
2022-09-02 13:10:42 +00:00
|
|
|
### 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 08:31:02 +00:00
|
|
|
# The order doesn't matter
|
2022-09-02 13:10:42 +00:00
|
|
|
PackagePeelzBrew=""
|
|
|
|
|
|
|
|
|
2022-07-11 07:03:00 +00:00
|
|
|
### Steam Workshop upload parameters ###
|
|
|
|
|
|
|
|
# Mutators that will be uploaded to the workshop
|
|
|
|
# Specify them with a space as a separator,
|
2023-05-14 08:31:02 +00:00
|
|
|
# The order doesn't matter
|
2022-07-11 07:03:00 +00:00
|
|
|
PackageUpload="StartWave"
|
|
|
|
|
|
|
|
|
|
|
|
### Test parameters ###
|
2022-01-24 04:08:16 +00:00
|
|
|
|
|
|
|
# Map:
|
2022-07-11 07:03:00 +00:00
|
|
|
Map="KF-Nuked"
|
2022-01-24 04:08:16 +00:00
|
|
|
|
|
|
|
# Game:
|
|
|
|
# Survival: KFGameContent.KFGameInfo_Survival
|
|
|
|
# WeeklyOutbreak: KFGameContent.KFGameInfo_WeeklySurvival
|
|
|
|
# Endless: KFGameContent.KFGameInfo_Endless
|
|
|
|
# Objective: KFGameContent.KFGameInfo_Objective
|
|
|
|
# Versus: KFGameContent.KFGameInfo_VersusSurvival
|
|
|
|
Game="KFGameContent.KFGameInfo_Endless"
|
|
|
|
|
|
|
|
# Difficulty:
|
|
|
|
# Normal: 0
|
|
|
|
# Hard: 1
|
|
|
|
# Suicide: 2
|
|
|
|
# Hell: 3
|
|
|
|
Difficulty="0"
|
|
|
|
|
|
|
|
# GameLength:
|
|
|
|
# 4 waves: 0
|
|
|
|
# 7 waves: 1
|
|
|
|
# 10 waves: 2
|
2022-07-11 07:03:00 +00:00
|
|
|
GameLength="0"
|
2022-01-24 04:08:16 +00:00
|
|
|
|
|
|
|
# Mutators
|
2023-05-20 21:47:28 +00:00
|
|
|
Mutators="StartWave.StartWaveMut"
|
2022-01-24 04:08:16 +00:00
|
|
|
|
|
|
|
# Additional parameters
|
2023-05-20 21:47:28 +00:00
|
|
|
Args="Dosh=10000?StartWave=16?LogLevel=LL_Debug?TraderTime=60?InitialTraderTime=60?bStartWithTrader=true?Boss=3"
|