Core Keeper is now using mod.io for their official mod support Read more here
ChatCommands
Easy to use chat commands, that help mod developers and others can use test things out in-game.
| Date uploaded | 3 years ago |
| Version | 1.1.0 |
| Download link | kremnev8-ChatCommands-1.1.0.zip |
| Downloads | 1271 |
| Dependency string | kremnev8-ChatCommands-1.1.0 |
This mod requires the following mods to function
BepInEx-BepInExPack_Core_Keeper
BepInEx pack for Core Keeper. Preconfigured and includes Unity Base DLLs.
Preferred version: 2.1.0README
Chat Commands
This mod adds different chat commands, that help mod developers and others can use test things out in-game.
Commands list:
-
/give {itemName} [count]: Give yourself any item. -
/clearInv: Clear the player inventory. -
/heal [amount]: Use to fully heal player. -
/feed [amount]: Use to fully feed player. -
/maxSkills: Max out all skills. -
/resetSkills: Reset all skills to 0. -
/setSkill {skillName} {level}: Set the given skill to the given level (0-100). -
/kill: Kill the player. -
/invincibility: Toggle the player's invincibility. -
/passiveToggle enemy AI passive behavior. -
/noclipMove freely without physical limitations. Variations:
/noclipToggle noclip state
/noclip speed {multilplier}Set noclip movement speed -
/hide <target> [state]Hide User Interface, Inventory and Player visual elements. Possible targets: player, ui, inventory
Arguments in curly brackets ({}) are mandatory and you must specify them, while arguments in square brackets ([]) are optional and if you don't specify them, their value will be automatically inferred.
This mod was originally written by cato1001#8659, original source code can be found on github. Since original author didn't upload it to Thunderstore, I have decided to improve the mod and publish it on Thunderstore.
More features might come in the future. If you have any feature you would like to see added, message me on Discord
Feedback and Bug Report
Feel free to contact me via Discord (Kremnev8#3756) for any feedback, bug-reports or suggestions.
Installation
With Mod Manager
Simply open the mod manager (if you don't have it install it here), select Chat Commands by kremnev8, 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
Install CoreLib from here
Unzip all files into Core Keeper\BepInEx\plugins\ChatCommands/ (Create folder named ChatCommands)
Changelog
Changelog
v1.1.0
- Migrate to CoreLib 1.0.0
v1.0.0
- Initial Release
CHANGELOG
v1.4.1
- Updated to CoreLib 2.0.0
- Added
/repeatcommand - Fix noclip command toggle feature not working
- Added safety checks for
/placeTileand/placeTileAreacommands - Fixed incorrect position order handling for
/placeTileAreaand/removeTileArea - Added more specific error messages for tile commands
- Added
/helpcommand reminders after error outputs. Can be disabled in config
All changes
v1.4.0
- Added
/placeTileAreacommand - Added
/removeTilecommand - Added
/removeTileAreacommand - Added
/setRevealcommand - Fixed
/givecommand not ignore case - Added position argument to
/spawncommand
v1.3.2
- Added
/placeTilecommand - Allowed to specify variation in
/spawncommand
v1.3.1
- Added
/removecommand - Improved
/givecommand. Now you can give items with variation, and even food.
v1.3.0
- Fixed compatibility with game version 0.5.0.0 and higher
v1.2.0
- Migrate to BepInEx BE builds
v1.1.0
- Migrate to CoreLib 1.0.0
v1.0.0
- Initial Release