Difference between revisions of "Install Mods for Cryofall Server"

From 4netplayers Support Wiki
Jump to: navigation, search
 
Line 11: Line 11:
 
=== Step 1: Upload mods ===
 
=== Step 1: Upload mods ===
 
# Stop your server. The status of your server must be <code>Server not running</code>!
 
# Stop your server. The status of your server must be <code>Server not running</code>!
# Connect to the '''[https://wiki.4netplayers.com/en/FTP_areas Upload FTP]''' with your FTP program.<br>Further down in the article we explain how you can get the necessary login data.
+
# Connect to the '''[https://wiki.4netplayers.com/en/FTP_areas Upload FTP]''' with your FTP program.<br>You can find the login data in the FTP overview by clicking on '''FTP'''.
 
# Upload the mods to the following directory:<pre>ConfigID/Data/Mods</pre>'''Note''': You can find the ConfigID or ConfigurationID for your server on our page under '''Gameserver'''.<br>If your ConfigID was e.g. 123456, the whole thing would look like this:<code>/123456/Data/Mods</code>.
 
# Upload the mods to the following directory:<pre>ConfigID/Data/Mods</pre>'''Note''': You can find the ConfigID or ConfigurationID for your server on our page under '''Gameserver'''.<br>If your ConfigID was e.g. 123456, the whole thing would look like this:<code>/123456/Data/Mods</code>.
 
<br>
 
<br>
Line 32: Line 32:
 
The file belongs in the <code>Data</code> folder mentioned above.<br>
 
The file belongs in the <code>Data</code> folder mentioned above.<br>
 
<br>
 
<br>
'''Note''': The FTP login data can be found in the web interface on 4Netplayers.com . <br>
 
Click on your game server, then on '''FTP''' at the top. <br>
 
Then click on the tab '''Upload''', then scroll down a bit and there you will find the login data.<br>
 
You must click on the tab of the respective FTP you want to connect to, otherwise you will connect to the wrong FTP!
 
  
 
[[Category:Cryofall]]
 
[[Category:Cryofall]]

Latest revision as of 12:55, 21 October 2021

Rent a CryoFall server
Rent your own CryoFall server now at 4Netplayers.com

Mods are installed for CryoFall via FTP.
Tip: We recommend using an FTP program such as Filezilla.

You will also need the ModIDs of the mods you wish to upload.
The ID can either be found in the description of the mod. Or you have to get the ID from the mod itself.
To do this, open the *.mpk with a packing programme. Then open the Header.xml.

You will then find the ID of the mod under

<id>ModID</id>

.


Step 1: Upload mods

  1. Stop your server. The status of your server must be Server not running!
  2. Connect to the Upload FTP with your FTP program.
    You can find the login data in the FTP overview by clicking on FTP.
  3. Upload the mods to the following directory:
    ConfigID/Data/Mods
    Note: You can find the ConfigID or ConfigurationID for your server on our page under Gameserver.
    If your ConfigID was e.g. 123456, the whole thing would look like this:/123456/Data/Mods.


Step 2: Create and upload ModsConfig.xml

Create a ModsConfig.xml. Note that it is case sensitive!
Enter the ModIDs of the mods you want to use in this file. The file must look like this:

<mods>
   <mod>core</mod>
   <mod>ModID1</mod>
   <mod>ModID2</mod>
   <mod>ModID3</mod>
</mods>

Replace ModID1, ModID2 and ModID3 with the ID of the respective mods.
You can of course use more than 3 mods.
Each mod is placed on its own line between<mods></mods> according to this template:<mod>ModID</mod>.
When you are done with your ModsConfig.xml upload it to the Upload FTP as well.
The file belongs in the Data folder mentioned above.