|
|
@@ -6,7 +6,6 @@
|
|
|
<game_name>7 Days to Die</game_name>
|
|
|
<server_exec_name>7DaysToDieServer.x86_64</server_exec_name>
|
|
|
<cli_template>-logfile 7DaysToDieServer_Data/output_log.txt -quit -batchmode -nographics -configfile=serverconfig.xml -dedicated</cli_template>
|
|
|
- <maps_location>Data/Worlds</maps_location>
|
|
|
<console_log>7DaysToDieServer_Data/output_log.txt</console_log>
|
|
|
<max_user_amount>64</max_user_amount>
|
|
|
<mods>
|
|
|
@@ -41,12 +40,6 @@
|
|
|
<filepath>serverconfig.xml</filepath>
|
|
|
<options>tagValueByName</options>
|
|
|
</text>
|
|
|
- <text key="map">
|
|
|
- <default>property</default>
|
|
|
- <var>GameWorld</var>
|
|
|
- <filepath>serverconfig.xml</filepath>
|
|
|
- <options>tagValueByName</options>
|
|
|
- </text>
|
|
|
<text key="control_password">
|
|
|
<default>property</default>
|
|
|
<var>ControlPanelPassword</var>
|
|
|
@@ -75,7 +68,7 @@
|
|
|
<var>ControlPanelEnabled</var>
|
|
|
<filepath>serverconfig.xml</filepath>
|
|
|
<options>tagValueByName</options>
|
|
|
- <desc>Enable/Disable the control panel.</desc>
|
|
|
+ <desc>Enable/Disable the web control panel.</desc>
|
|
|
</field>
|
|
|
<field key="Control Panel Port" type="text">
|
|
|
<default>property</default>
|
|
|
@@ -115,13 +108,39 @@
|
|
|
<options>tagValueByName</options>
|
|
|
<desc>Enables/Disables EasyAntiCheat.</desc>
|
|
|
</field>
|
|
|
+ <field key="Game World" type="select">
|
|
|
+ <option value="Navezgane">Navezgane</option>
|
|
|
+ <option value="RWG">RWG</option>
|
|
|
+ <default>property</default>
|
|
|
+ <default_value>Navezgane</default_value>
|
|
|
+ <var>GameWorld</var>
|
|
|
+ <filepath>serverconfig.xml</filepath>
|
|
|
+ <options>tagValueByName</options>
|
|
|
+ <desc>Defines the map of the server.</desc>
|
|
|
+ </field>
|
|
|
+ <field key="WorldGen Seed" type="text">
|
|
|
+ <default>property</default>
|
|
|
+ <default_value>asdf</default_value>
|
|
|
+ <var>WorldGenSeed</var>
|
|
|
+ <filepath>serverconfig.xml</filepath>
|
|
|
+ <options>tagValueByName</options>
|
|
|
+ <desc>If RWG this is the seed for the generation of the new world. If a world with the resulting name already exists it will simply load it.</desc>
|
|
|
+ </field>
|
|
|
+ <field key="WorldGen Size" type="text">
|
|
|
+ <default>property</default>
|
|
|
+ <default_value>4096</default_value>
|
|
|
+ <var>WorldGenSize</var>
|
|
|
+ <filepath>serverconfig.xml</filepath>
|
|
|
+ <options>tagValueByName</options>
|
|
|
+ <desc>If RWG this controls the width and height of the created world. It is also used in combination with WorldGenSeed to create the internal RWG seed thus also creating a unique map name even if using the same WorldGenSeed. Has to be between 2048 and 16384, though large map sizes will take long to generate / download / load.</desc>
|
|
|
+ </field>
|
|
|
<field key="Game Name" type="text">
|
|
|
<default>property</default>
|
|
|
<default_value>My Game</default_value>
|
|
|
<var>GameName</var>
|
|
|
<filepath>serverconfig.xml</filepath>
|
|
|
<options>tagValueByName</options>
|
|
|
- <desc>Whatever you want the game name to be (this controls the random generation seed as well).</desc>
|
|
|
+ <desc>Whatever you want the game name to be. This affects the save game name as well as the seed used when placing decoration (trees etc) in the world. It does not control the generic layout of the world if creating an RWG world.</desc>
|
|
|
</field>
|
|
|
<field key="Max Spawned Zombies" type="text">
|
|
|
<default>property</default>
|
|
|
@@ -133,6 +152,9 @@
|
|
|
<desc>Making this number too large (more than about 80) may cause servers to run at poor framerates which will effect lag and play quality for clients.</desc>
|
|
|
</field>
|
|
|
</custom_fields>
|
|
|
+ <environment_variables>
|
|
|
+ export LD_LIBRARY_PATH={OGP_HOME_DIR}/7DaysToDieServer_Data/Plugins/x86_64
|
|
|
+ </environment_variables>
|
|
|
<lock_files>
|
|
|
7DaysToDieServer.x86
|
|
|
</lock_files>
|