limoka / CoreLib

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CoreLib

A modding library for Core Keeper. Provides features that makes modding Core Keeper easier.

WARNING! Version 1.0.0 contains breaking changes. Make sure to update ALL of your mods before proceeding!

List of features

  • Get main objects of the game, like Managers, Players
  • Add new localization terms
  • Add custom Rewired keybinds
  • Add custom chat commands
  • Add new items, such as tools, weapons, armor and more

Installation

With Mod Manager

Simply open the mod manager (if you don't have it install it here), select CoreLib by CoreMods, then Download.

If prompted to download with dependencies, select Yes. Then just click Start modded, and the game will run with the mod installed.

Manually

Install BepInEx Pack from here

Unzip all files into Core Keeper\BepInEx\plugins\CoreLib/ (Create folder named CoreLib)

This library is still WIP.

Changelog

Changelog

v1.0.0

WARNING! This version contains breaking changes. Make sure to update ALL of your mods before proceeding!

  • Refactor project structure. Now using submodules.
  • Localization, Rewired keybinds are moved into their own submodule
  • Added Chat commands submodule
  • Added Custom Entity submodule

v0.1.1

  • Now supports dedicated servers

v0.1.0

  • Added Localization helper class
  • Added RewiredKeybinds helper class
  • Improve README

v0.0.1

  • Initial Release

About


Languages

Language:C# 100.0%