FIXME Diese Seite muss überarbeitet und übersetzt werden.
To configure different aspects of your server you can edit your KillingFloor.ini file in the 'system' folder.
You will find things like:
ServerName=Killing Floor Server GamePassword=
And if you're using the default command line to start the server with ?game=KFmod.KFGameType then you'll also find a list of settings subordinate to that game type that you can tweak.
More Important Server Configuration Options
I thought it would be good to highlight some of the more important server config options. Many of these options can be set in KillingFloor.ini or passed in on the commandline. Most can also be found in the webadmin tools.
1. GameDifficulty: - Set in the KillingFloor.ini, Commandline, or Webadmin GameDifficulty (what you'll find in KillingFloor.ini) Difficulty (What you'd pass in to set this on the commandline)
This sets the difficulty level for the game. 1.0 = Beginner - Your grandma can play the game 2.0 = Normal - Quite challenging with lower level perks 4.0 = Hard - Very challenging even with mid level perks 7.0 = Suicidal - Incredibly difficult, even with high level perks
2. KFGameLength Set in the KillingFloor.ini or in Webadmin Sets the length of the game (how many waves the players fight through).
0 = Short - A 4 wave game 1 = Normal - The standard 7 wave game 2 = Long - The longer 10 wave game 3 = Custom - uses the custom sandbox settings for waves, monster counts, etc (which i won't go into here, but we'll talk about in another post).
Those are the two big KF specific settings. For more of the Unreal specific settings check some of the other posts on this forum.
In addition I would like to add a third important configuration for fresh server installations where you have only the few default maps installed but would like to enable Map Voting.
3. Map Voting: - Set in the KillingFloor.ini, or Webadmin If you set the map voting command in the Web Admin Interface (Defaults > Map Voting)
or
KillingFloor.ini [xVoting.XvotingHandler] area to enabled as follows:
bMapVote=True
then I recommend you change the default setting of Repeat Limit in the Web Admin Interface to 0 or RepeatLimit=4 to RepeatLimit=0 in the KillingFloor.ini. Otherwise, of the default maps that are in rotation, 4 will be locked leaving you with a choice of only 1. Details of how to enable your Web Admin Interface follow in section 5.
With Map Vote enabled you should also check 'Use MapLists' in the Web Admin Interface or bUseMapList=True in the KillingFloor.ini. If you don't do that then a developer map (kf-menu.rom) will rotate and this is simply an unplayable box map. Another developer map (kfintro.rom) no longer appears since update 1002.
WARNING
"NEVER CHANGE DEFAULT.INI." so please heed that warning. Think of the default.ini as a master backup that shouldn't be touched. In the event you delete your KillingFloor.ini or 'break' it the default.ini will give you something to fall back on.