Skip to content

Latest commit

 

History

History
71 lines (53 loc) · 3.99 KB

ADVANCED-CONFIGURATION.md

File metadata and controls

71 lines (53 loc) · 3.99 KB

Logo

Advanced configuration

Profile list

In this section you can manage profiles from the launcher. Each profile is used to customize your server parameters.

Launcher screenshot

  • Double click on a profile name: It allows to edit the profile name.
  • Add new profile: It allows to add a new profile. The profile name must be unique.
  • Clone selected profile: It allows to duplicate the selected profile to a new profile.
  • Remove selected profile: It allows to remove the selected profile.
  • Import profiles: It allows to import profiles from a file to the launcher.
  • Export profiles: It allows to export profiles from the launcher to a file.
  • Load default values: It allows to delete all profiles and load default profile.

NOTE: No profile name duplication accepted in any operation.

Game type list

In this section you can add, edit or remove game types from the launcher. Each game type is composed by four fields:

  1. Code: Code to identify the game type mode. It's not a free text, it has to be exactly like described in the Killing Floor 2 server documentation.
  2. Description: Free text to identify the game type mode.
  3. Difficulties enabled: If difficulties combo is active or not.
  4. Lengths enabled: If lengths combo is active or not.
  5. Load default values: It allows to delete all gametypes and load default gametypes.

Launcher screenshot

  • Add new game type: It allows to add a new game type with no code duplicated.
  • Double click on a game type code or description: It allows to edit the field.
  • Remove selected game type: It allows to remove the selected game type code and description.

Difficulty list

In this section you can add, edit or remove difficulties from the launcher. Each difficulty is composed by two fields:

  1. Code: Code to identify the difficulty mode. It's not a free text, it has to be exactly like described in the Killing Floor 2 server documentation.
  2. Description: Free text to identify the difficulty mode.
  3. Load default values: It allows to delete all difficulties and load default difficulties.

Launcher screenshot

  • Add new difficulty: It allows to add a new difficulty with no code duplicated.
  • Double click on a difficulty code or description: It allows to edit the field.
  • Remove selected difficulty: It allows to remove the selected difficulty code and description.

Length list

In this section you can add, edit or remove length modes from the launcher. Each length is composed by two fields:

  1. Code: Code to identify the length mode. It's not a free text, it has to be exactly like described in the Killing Floor 2 server documentation.
  2. Description: Free text to identify the length mode.
  3. Load default values: It allows to delete all lengths and load default lengths.

Launcher screenshot

  • Add new length: It allows to add a new length with no code duplicated.
  • Double click on a length code or description: It allows to edit the field.
  • Remove selected length: It allows to remove the selected length code and description.

Maximum players list

In this section you can add, edit or remove the max.players from the launcher. Each max.players is composed by two fields:

  1. Code: Code to identify the max.players. It's not a free text, it has to be exactly like described in the Killing Floor 2 server documentation.
  2. Description: Free text to identify the max.players.
  3. Load default values: It allows to delete all maxplayers and load default maxplayers.

Launcher screenshot

  • Add new max.players: It allows to add a new max.players with no code duplicated.
  • Double click on a max.players code or description: It allows to edit the field.
  • Remove selected max.players: It allows to remove the selected max.players code and description.

Back to main page here.