Xmas-Deal Festive joy for gamers! Save 50% on your game server and get a free Teamspeak server included.

Language & Currency

Currency

CryoFall: Your game, your server

CryoFall Rent server
from 9.88
AUD /month
from 11.72
BGN /month
from 38.03
BRL /month
from 8.96
CAD /month
from 5.62
CHF /month
from 45.83
CNY /month
from 149.86
CZK /month
from 44.67
DKK /month
from 5.99
EUR /month
from 4.97
GBP /month
from 48.98
HKD /month
from 45.14
HRK /month
from 2,449.31
HUF /month
from 100,932.70
IDR /month
from 22.63
ILS /month
from 534.25
INR /month
from 873.94
ISK /month
from 967.09
JPY /month
from 9,030.40
KRW /month
from 127.25
MXN /month
from 28.04
MYR /month
from 69.94
NOK /month
from 10.91
NZD /month
from 369.23
PHP /month
from 25.54
PLN /month
from 29.79
RON /month
from 702.03
RUB /month
from 68.97
SEK /month
from 8.49
SGD /month
from 215.06
THB /month
from 220.18
TRY /month
from 6.30
USD /month
from 112.69
ZAR /month
from 72.79
date /month

Installing Mods for Cryofall Server

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

You will also need the ModIDs of the mods you want to upload.
You can find this either in the mods’ description or by extracting it from the mod itself.
To do this, open the *.mpk file with a file compression program and then open the Header.xml file.
The ID of the mod can be found under

    <id>ModID</id>

Step 1: Upload Mods


  1. Stop your server. The status of your server should be “Server not running”.
  2. Connect to your FTP program using the Upload FTP.
    You can find the login details 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 Configuration ID for your server on our website under Gameserver.
    For example, if your ConfigID is 123456, the path would be /123456/Data/Mods.

Step 2: Create and Upload ModsConfig.xml


Create a ModsConfig.xml file. Pay attention to the capitalization.
In this file, list the ModIDs of the mods you want to use.
The file should 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 each mod.
You can use more than 3 mods, and each mod should be listed on a separate line between <mods></mods> in the following format: <mod>ModID</mod>.
Once you have finished creating your ModsConfig.xml file, upload it to the Upload FTP as well.
The file should be placed in the aforementioned Data folder.