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, blocks, enemies and more
- Use JSON to add custom items
Note on multiplayer and save compatibility
If you are playing with friends MAKE SURE to sync your CoreLib.ModEntityID.cfg and CoreLib.TilesetID.cfg config files. If anything inside does not match you WILL encounter issues connecting, missing items, and errors.
The same applies if you are loading a save of another user. If your ID's don't match the ID's save was created with, the save will load corrupted.
I recommend any mods adding custom content warn users about this on their page.
This might get improved later, but right now this is best that you can do.
How to support development
If you like what I do and would like to support development, you can donate.
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.3.0
- Public release of JSON loader module
- Added Equipment Slot Module
- Added RuntimeMaterialV2 which uses FixedString
- Added ModObjectTypeAuthoring
v1.2.4
- Add IDynamicItemHandler interface
v1.2.3
- Add unboxed variant of NativeList
- Another missed GCHandle in ModProjectile added
v1.2.2
v1.2.1
- Fixed compatibility with game version 0.5.1.0 and higher
- Stop adding mod workbench when no one uses it
v1.2.0
- Fixed compatibility with game version 0.5.0.0 and higher
- Chat Commands Module now uses Rewired Keybinds
v1.1.2
- Fixed crashes and issues when using advanced features of CustomEntityModule
v1.1.1
- @
CaptainStupid#8539: Fix for Localization failing on vanilla ObjectIDs
v1.1.0
- Update to BepInEx 6.0.0-be.656
- Added Audio Module
- Added Drop Tables module
- Added Mod Resources module
- Added Utils Module
- Significant improvements to Custom Entity Module. Custom almost anything is possible now.
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