Install Mods for Cryofall Server

From 4netplayers Support Wiki
Revision as of 13:42, 14 July 2021 by Michael (talk | contribs)
Jump to: navigation, search
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.
    Further down in the article we explain how you can get the necessary login data.
  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.

Note: The FTP login data can be found in the web interface on 4Netplayers.com .
Click on your game server, then on FTP at the top.
Then click on the tab Upload, then scroll down a bit and there you will find the login data.
You must click on the tab of the respective FTP you want to connect to, otherwise you will connect to the wrong FTP!