CryoFall Wiki
Advertisement

The installation of mods in Cryofall is pretty easy. How to install depends on the type of mod. There are two: client-side-mods and server-side-mods. Mods come as .mpk files. Installing means these two steps:

Install a client side mod

1. copy the mod (*.mpk) into the folder %userprofile%\documents\AtomicTorchStudio\CryoFall\Mods
2. activate the mod by editing the ModConfig %userprofile%\documents\AtomicTorchStudio\CryoFall\ModsConfig.xml and add a line <mod>NewMod</mod> like so:

 <mods>
   <mod>core_1.0.0</mod>
   <mod>NewMod</mod>
 </mods>

3. start the game

Install a server side mod

1. copy the mod (*.mpk) into the folder <yourCryoFallServer>\Data\Mods\
2. activate the mod by editing the ModConfig <yourCryoFallServer>\Data\ModsConfig.xml and add a line <mod>NewMod</mod> like above< br> 3. restart the server

External links

Advertisement