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>
ConfigID/Data/Mods
/123456/Data/Mods
.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.