Christmas Patriarch

How to add a mutator to the server

In order to add a mutator to the server you need:

  1. Download the required mutator and unpack it into the folder with your server
  2. Stop the server
  3. Write the line in the server batch file (BAT file):
?Mutator=Названиемутатора.Названиемутатора

For example:

?Mutator=MutKFAntiBlocker.MutKFAntiBlocker

To understand how to add a mutator to a body file, you need to use notepad to look into the file of the added mutator from the system folder with the extension .ucl. The first line there will be text like:

Mutator=(ClassName=KFNadeWarn.MutNadeWarn

It is KFNadeWarn.MutNadeWarn that must be entered into the body file. For example:

?Mutator=KFNadeWarn.MutNadeWarn

It’s just that often the text before the period is the same as after the point, but this is not a panacea!

  1. Find the KillingFloor.ini file in the system folder
  2. Open it with notepad
  3. Find the lines:
ServerPackages=XInterface
ServerPackages=GUI2K4
ServerPackages=xVoting
  1. Add the line under “ServerPackages=xVoting”:
ServerPackages=Название мутатора

For example:

ServerPackages=MutKFAntiBlocker

When adding several mutators in a startup file (a BAT file for Windows, a regular startup script, or an autostart script for Linux), the following mutators are appended, separated by commas. For example:

?Mutator=MutKFAntiBlocker.MutKFAntiBlocker,KFMMaxPlayerMod.MutMaxPlayerMod