Main Menu

Camel

Started by BobTheFish, October 12, 2018, 08:42:36 AM

BobTheFish

Camels!
Authors: BobTheFish (code), Sarai (art)

Camels can be found in the desert. They faithfully follow you around and provide a portable additional inventory.

Note: This is a server-client mod. It will only work if you and the server both have the camel mod.

Screenshots:
(https://i.imgur.com/zhXq23a.png) (https://i.imgur.com/tuKLdks.png) (https://i.imgur.com/VEYp6BW.png) (https://i.imgur.com/15H0mza.png)

Video:
Camel mod for Cryofall (https://www.youtube.com/watch?v=qRjF1LFmFFc)

Mod type: Client-server mod.

Latest version: 0.1.0

Supported game version: 0.17.3.4

Download latest version: here (http://educ.sifnt.net.au/cryofall/camel.mpk)


How to install mod:

  • If you are using a launcher:
    Pressing cogwheel near "Play" button and select "Open Mods folder"

    Place mod file "camel.mpk" there. Go one folder up and you find "ModsConfig.xml". Open it.
  • If you run game client directly:
    Place mod file "camel.mpk" in your "Data" -> "Mods" folder. Then go back in "Data" folder and open "ModsConfig.xml"
File "ModsConfig.xml" looks like this:
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<mods>
  <mod>core_1.0.0</mod>
</mods>

Add following line to enable this mod.
<mod>camel_0.1.0</mod>
Result file looks like this:
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<mods>
  <mod>core_1.0.0</mod>
  <mod>camel_0.1.0</mod>
</mods>


You also need to include the mpk and camel_0.1.0 line in your server, if you are hosting.