fix: include conf, extended conf
This commit is contained in:
@ -13,13 +13,22 @@ ModeNames['KFGameContent.KFGameInfo_Endless']='Endless'
|
||||
ModeNames['KFGameContent.KFGameInfo_Objective']='Objective'
|
||||
ModeNames['KFGameContent.KFGameInfo_VersusSurvival']='Versus'
|
||||
|
||||
# Custom gamemodes:
|
||||
ModeNames['ControlledDifficulty_Endless.CD_Endless']='CD-E_Endless'
|
||||
ModeNames['ControlledDifficulty_Eternal.CD_Survival']='CD-E_Survival'
|
||||
ModeNames['ControlledDifficulty_Blackout.CD_Survival']='CD-B_Survival'
|
||||
|
||||
# Add mutators to the end of the list, similar to what is already there:
|
||||
MutNames['ServerExtMut.ServerExtMut']='RPG'
|
||||
MutNames['FriendlyHUD.FriendlyHUDMutator']='FriendlyHUD'
|
||||
MutNames['KFMutator.KFMutator_MaxPlayersV2']='MaxPlayers'
|
||||
MutNames['ClassicScoreboard.ClassicSCMut']='ClassicSC'
|
||||
MutNames['ZedCustom.ZedCustomMut']='ZedVarients'
|
||||
|
||||
# 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.
|
||||
ForceIniPermissions=664
|
||||
ForceLogPermissions=640
|
||||
ForceLogPermissions=644
|
||||
ForceIniGroup=steam
|
||||
ForceLogGroup=steam
|
||||
|
||||
|
Reference in New Issue
Block a user