ColonyPlusPlus / ColonyPlusPlus-mod

The code behind the scenes code for the ColonyPlusPlus mod
GNU General Public License v3.0
1 stars 4 forks source link

ColonyPlusPlus-mod

ColonyPlusPlus is the first mod for Colony Survival to use the C# modding API. We're working closely with the developers of the game to get the modding API fleshed out, while also adding some much needed content to the game. This repository represents the underlying C# code for the mod.

At the moment, the mod mainly sits as a base framework for other mods, while adding a few food items and recipes. In the future we plan to add over 200 items to the game with recipes, as well as balancing a lot of the game. Check out the changelog for the latest changes.

At the moment we're still using a few assets from the Smooth Operator Minecraft texture pack! We'll be replacing those as soon as possible!

ColonyPlusPlus-Mod can be used as a base for making your own mods, but please remove the blocks we have added within your own mod to avoid conflicts from players using both ColonyPlusPlus and your own mod.

Contributing

Clone the repository. Create a libs folder in the root folder (ColonyPlusPlus-mod.) Find the Assembly-CSharp.dll, UnityEngine.dll, and UnityEngine.UI.dll from the managed folder. Copy these dll's into the libs folder.