Difference between revisions of "How to add custommaps to the Killing Floor 2 mapcycle"

From 4netplayers Support Wiki
Jump to: navigation, search
(Created page with "{{LP-Banner-KF2}} First, please stop your server. <br> When it is stopped, switch the server to '''Advanced''' mode. <br> This is necessary because we need to edit the <code>...")
 
 
Line 24: Line 24:
 
[[Category:149]]
 
[[Category:149]]
 
[[de:Wie_füge_ich_Custommaps_in_die_Mapcycle_ein_Killing_Floor_2]]
 
[[de:Wie_füge_ich_Custommaps_in_die_Mapcycle_ein_Killing_Floor_2]]
 +
[[fr:Comment ajouter des cartes personnalisées au mapcycle Killing Floor 2]]

Latest revision as of 18:44, 24 February 2021

Rent a Killing Floor 2 server
Rent your own Killing Floor 2 server at 4Netplayers.com

First, please stop your server.
When it is stopped, switch the server to Advanced mode.
This is necessary because we need to edit the PCServer-KFGame.ini.

First find the line:

GameMapCycles=

.

This line determines the maps that are present in the cycle.
For example, if the map were called KF-Testmap1, the complete line would look like this:

GameMapCycles=(Maps=("KF-Testmap1" )) 

With more than one map, the line looks like this:

GameMapCycles=(Maps=( "KF-Testmap1" , "KF-Testmap2" , "KF-Testmap3" )) 

.

The next thing to do is to create a new section.
It looks like this:

[KF-Testmap1 KFMapSummary]
Mapname=KF-Testmap1

Then create this section for each custommap and adjust the map names accordingly.
. When you are done with your changes, click on Save.