Difference between revisions of "Upload own map - 7 Days to Die"

From 4netplayers Support Wiki
Jump to: navigation, search
 
Line 7: Line 7:
 
To upload, please proceed as follows:
 
To upload, please proceed as follows:
 
# Stop your server. The status of the server must be "'''Server not running'''"!
 
# Stop your server. The status of the server must be "'''Server not running'''"!
# Connect with your FTP program to the '''[https://wiki.4netplayers.com/en/FTP_areas Saves FTP]'''.<br>Further down in the article we explain how you can get the necessary login data.
+
# Connect with your FTP program to the '''[https://wiki.4netplayers.com/en/FTP_areas Saves FTP]'''.<br>You can find the login data in the FTP overview by clicking on '''FTP'''.
 
# Upload your map to the following directory: <pre>/ConfigID/worlds/GeneratedWorlds/MapName</pre>'''Note''': The ConfigID or ConfigurationID for your server can be found on our page under '''Game Server'''.<br>If your ConfigID were, for example, 123456, the path would look like this:<code>/123456/worlds/GeneratedWorlds/MapName</code>.
 
# Upload your map to the following directory: <pre>/ConfigID/worlds/GeneratedWorlds/MapName</pre>'''Note''': The ConfigID or ConfigurationID for your server can be found on our page under '''Game Server'''.<br>If your ConfigID were, for example, 123456, the path would look like this:<code>/123456/worlds/GeneratedWorlds/MapName</code>.
 
# Now open the '''serverconfig.xml''' with a click and edit it.
 
# Now open the '''serverconfig.xml''' with a click and edit it.
Line 15: Line 15:
 
# Start your server.<br>
 
# Start your server.<br>
 
<br>
 
<br>
Your server should now start with the map you uploaded.<br><br>
+
Your server should now start with the map you uploaded.<br>
'''Note''': You can find the FTP login details in the web interface on 4Netplayers.com . <br>
 
Click on your game server, then click on '''FTP''' at the top. <br>
 
Then click the tab '''Saves''', then scroll down a bit and there are the login details.<br>
 
You must click on the tab of the respective FTP you want to connect to, otherwise you will connect to the wrong FTP!
 
  
  

Latest revision as of 12:49, 21 October 2021

Rent a 7 Days to Die server
Rent your own 7 Days to Die server now at 4Netplayers.com


Tip: We recommend to use a FTP program such as Filezilla.
Important: Your configuration must be in Advanced Mode.

To upload, please proceed as follows:

  1. Stop your server. The status of the server must be "Server not running"!
  2. Connect with your FTP program to the Saves FTP.
    You can find the login data in the FTP overview by clicking on FTP.
  3. Upload your map to the following directory:
    /ConfigID/worlds/GeneratedWorlds/MapName
    Note: The ConfigID or ConfigurationID for your server can be found on our page under Game Server.
    If your ConfigID were, for example, 123456, the path would look like this:/123456/worlds/GeneratedWorlds/MapName.
  4. Now open the serverconfig.xml with a click and edit it.
  5. Enter your map now under the following parameter:
    <property name="GameWorld" value="MapName"/>

    Note the Map Name is case-sensitive!
  6. Make your desired changes to the other world settings such as size.
  7. If your maps comes with its own prefabs, please click HERE for instructions on how to upload them.
  8. Start your server.


Your server should now start with the map you uploaded.