Language & Currency

Currency

CryoFall: Your game, your server

from 9.84
AUD /month
from 11.72
BGN /month
from 35.00
BRL /month
from 9.64
CAD /month
from 5.54
CHF /month
from 46.32
CNY /month
from 145.46
CZK /month
from 44.78
DKK /month
from 5.99
EUR /month
from 5.10
GBP /month
from 53.54
HKD /month
from 45.14
HRK /month
from 2,164.37
HUF /month
from 123,381.42
IDR /month
from 20.59
ILS /month
from 657.23
INR /month
from 857.77
ISK /month
from 1,108.21
JPY /month
from 10,216.60
KRW /month
from 119.55
MXN /month
from 27.86
MYR /month
from 66.35
NOK /month
from 11.78
NZD /month
from 421.47
PHP /month
from 25.99
PLN /month
from 31.44
RON /month
from 702.03
RUB /month
from 66.11
SEK /month
from 8.83
SGD /month
from 229.03
THB /month
from 321.34
TRY /month
from 6.83
USD /month
from 112.46
ZAR /month
from 43.14
date /month

Installing Mods for Cryofall Server

Mods are installed in CryoFall through your game server’s FTP access.

For the installation, you need the mod files and the ModIDs of the mods you want to use. You can usually find the ModID in the mod’s description. If it is not listed there, you can read it from the mod file:

  1. Open the *.mpk file with an archive program.
  2. Open the Header.xml file inside it.
  3. The ModID is shown in the following entry:
    <id>ModID</id>

Step 1: Upload the mods

  1. Stop your server and wait until its status shows Server läuft nicht.
  2. Connect to the Gameserver FTP using your FTP program. You can find the login details in the FTP overview by clicking FTP.
  3. Open the /Data/Mods folder in the Gameserver FTP. If the folder does not exist yet, create it.
  4. Upload the mod files to the /Data/Mods folder.

Step 2: Edit ModsConfig.xml

The ModsConfig.xml file already exists in the /Data folder. Download it first and open it in a text editor.

The <mod>core_1.0.0</mod> entry is required for CryoFall and must remain unchanged. Add a separate line with the ModID for each mod below it. For one mod, the file should look like this:

<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<mods>
   <mod>core_1.0.0</mod>
   <mod>ModID</mod>
</mods>

Replace ModID with the ID of your mod. If you want to install multiple mods, add a separate line for each additional mod using this format: <mod>ModID</mod>

  1. Save the edited ModsConfig.xml file.
  2. Upload it back to the /Data folder and replace the existing file.
  3. Make sure the file is located directly in /Data, not in the /Data/Mods subfolder.
  4. Start your server.

The mods are loaded when the server starts. If the server does not start, first check the ModIDs and whether the mods are compatible with your CryoFall version.