2020-07-09 01:59:33 +03:00
|
|
|
# Displays game difficulty
|
|
|
|
# You can rename them as you like
|
2020-07-09 02:02:30 +03:00
|
|
|
DiffNames=('Normal' 'Hard' 'Suicide' 'Hell')
|
2020-07-09 01:59:33 +03:00
|
|
|
|
|
|
|
# Displays the number of waves
|
2020-07-12 04:38:39 +03:00
|
|
|
# You can rename them as you like (e.g. 'short' 'medium' 'long')
|
2020-07-09 02:02:30 +03:00
|
|
|
WaveNames=('4' '7' '10')
|
2020-07-09 01:59:33 +03:00
|
|
|
|
|
|
|
# Add custom gamemodes to the end of the list, similar to what is already there:
|
2020-07-09 02:02:30 +03:00
|
|
|
ModeNames['KFGameContent.KFGameInfo_Survival']='Survival'
|
|
|
|
ModeNames['KFGameContent.KFGameInfo_WeeklySurvival']='Weekly'
|
|
|
|
ModeNames['KFGameContent.KFGameInfo_Endless']='Endless'
|
|
|
|
ModeNames['KFGameContent.KFGameInfo_Objective']='Objective'
|
|
|
|
ModeNames['KFGameContent.KFGameInfo_VersusSurvival']='Versus'
|
|
|
|
|
|
|
|
# Add mutators to the end of the list, similar to what is already there:
|
|
|
|
MutNames['ServerExtMut.ServerExtMut']='RPG'
|
2020-07-09 01:59:33 +03:00
|
|
|
|
2020-07-19 07:58:23 +03:00
|
|
|
# These parameters are used when creating new instances.
|
|
|
|
# In order for the parameters to be applied to the files that the working server creates, the "kf2-srv-force-attr.service" must be active.
|
2020-07-13 02:35:29 +03:00
|
|
|
ForceIniPermissions=664
|
2020-07-12 04:38:39 +03:00
|
|
|
ForceLogPermissions=640
|
|
|
|
ForceIniGroup=steam
|
|
|
|
ForceLogGroup=steam
|
|
|
|
|