2022-03-21 17:10:41 +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-05-11 15:42:07 +00:00
|
|
|
PackageBuildOrder="MskGs"
|
2022-03-21 17:10:41 +00:00
|
|
|
|
|
|
|
|
|
|
|
### Steam Workshop upload parameters ###
|
|
|
|
|
|
|
|
# Mutators that will be uploaded to the workshop
|
|
|
|
# Specify them with a space as a separator,
|
|
|
|
# The order doesn't matter
|
|
|
|
PackageUpload="MskGs"
|
|
|
|
|
|
|
|
|
|
|
|
### Test parameters ###
|
|
|
|
|
|
|
|
# Map:
|
|
|
|
Map="KF-AnimeDance"
|
|
|
|
|
|
|
|
# Game:
|
|
|
|
# Survival: KFGameContent.KFGameInfo_Survival
|
|
|
|
# WeeklyOutbreak: KFGameContent.KFGameInfo_WeeklySurvival
|
|
|
|
# Endless: KFGameContent.KFGameInfo_Endless
|
|
|
|
# Objective: KFGameContent.KFGameInfo_Objective
|
|
|
|
# Versus: KFGameContent.KFGameInfo_VersusSurvival
|
|
|
|
Game="MskGs.MskGs_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
|
|
|
|
Mutators="MskGs.MskGsMut,YAS.YASMut"
|
|
|
|
|
|
|
|
# Additional parameters
|
|
|
|
Args=""
|