WIP: ...
This commit is contained in:
4
SOURCES/config/bot.conf
Normal file
4
SOURCES/config/bot.conf
Normal file
@ -0,0 +1,4 @@
|
||||
# Bot default password
|
||||
# To change the password for the bot, you must do this here and in WebAdmin.
|
||||
# Otherwise, the bot will stop working and some actions cannot be done on running servers
|
||||
ServerBotPassword=VerySecretBotPassword
|
38
SOURCES/config/instance.conf.template
Normal file
38
SOURCES/config/instance.conf.template
Normal file
@ -0,0 +1,38 @@
|
||||
LANG=en_US.UTF-8
|
||||
|
||||
PortWeb=8080
|
||||
PortQuery=27015
|
||||
PortGame=7777
|
||||
|
||||
# Default Map
|
||||
Map=KF-Nuked
|
||||
|
||||
# Difficulty:
|
||||
# Normal: 0
|
||||
# Hard: 1
|
||||
# Suicide: 2
|
||||
# Hell: 3
|
||||
Difficulty=2
|
||||
|
||||
# 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
|
||||
|
||||
# GameLength:
|
||||
# 4 waves: 0
|
||||
# 7 waves: 1
|
||||
# 10 waves: 2
|
||||
Length=2
|
||||
|
||||
# Mutators
|
||||
Mutators=
|
||||
|
||||
# Additional parameters
|
||||
Args=
|
||||
|
||||
# Notes for yourself
|
||||
Comment=
|
25
SOURCES/config/kf2-srv.conf
Executable file
25
SOURCES/config/kf2-srv.conf
Executable file
@ -0,0 +1,25 @@
|
||||
# Displays game difficulty
|
||||
# You can rename them as you like
|
||||
DiffNames=('Normal' 'Hard' 'Suicide' 'Hell')
|
||||
|
||||
# Displays the number of waves
|
||||
# You can rename them as you like (e.g. 'short' 'medium' 'long')
|
||||
WaveNames=('4' '7' '10')
|
||||
|
||||
# Add custom gamemodes to the end of the list, similar to what is already there:
|
||||
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'
|
||||
|
||||
# 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
|
||||
ForceIniGroup=steam
|
||||
ForceLogGroup=steam
|
||||
|
Reference in New Issue
Block a user