/ColonyPlusPlus

Colony Plus Plus mod for Colony Survival

GNU General Public License v3.0GPL-3.0

ColonyPlusPlus

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.

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!

How To Install

  • Download latest version of the ColonyAPI and install it into /gamedata/mods/ColonyAPI
  • Download the ColonyPlusPlus mods you want from the releases page and extract their contents to /gamedata

How do I get to the game directory?

  • Navigate to your Steam Library
  • Right click on Colongy Survival
  • Click "Properties"
  • Navigate to the "Local Files" tab
  • Click "Browse Local Files..."

Getting Help

If you're stuck or would like to know how the mod works and what it offers, please refer first to the Wiki. If you can't find the information you need and would like direct assistance with the mod, visit the steam forum thread for the mod, or checkout out our Discord Channel.

How can I make my own mod?

If you want to learn how to mod Colony Survival, you will first need to learn C#. The documentation for the game's modding API is pretty thin right now, but we have made our mod's source code publicly accessible here.