AtomicTorch Studio Forums

CryoFall => Mods => Topic started by: BobTheFish on October 12, 2018, 08:42:36 AM

Title: Camel
Post by: BobTheFish on October 12, 2018, 08:42:36 AM
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/zhXq23a.png) (https://i.imgur.com/tuKLdks.png) (https://i.imgur.com/tuKLdks.png) (https://i.imgur.com/VEYp6BW.png) (https://i.imgur.com/VEYp6BW.png) (https://i.imgur.com/15H0mza.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:
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.