Due to the limited scope of the out-of-the-box functionality offered by the Mod SDK, a number of libraries have been created to assist with developing more complex mods. This section will cover some of those libraries and how to get started using them.
CoreLib is a set of libraries developed by Limoka/Kremnev to make modding Core Keeper easier.
CoreLib can be found on mod.io here:
Source code for CoreLib (and all submodules) is public on GitHub:
To install CoreLib in your modding SDK, follow the directions in its readme. You can find out the latest version number to pin by looking at the most recent tag name.
When creating a mod that depends on CoreLib, make sure to list every module dependency and the root CoreLib mod as a direct dependency of your mod. The game's mod.io integration sucks at downloading dependencies correctly, let alone transitive dependencies, and doing this helps ensure it correctly downloads everything.