Skip to content

Genpretz/KenshiLib-Plugins

Repository files navigation

KenshiLib Plugins

This repository contains a small collection of mods for Kenshi written in C++ and utilizing KenshiLib and RE_Kenshi.

  • RE_Kenshi takes care of loading the plugins and KenshiLib is the api used to interact with Kenshi's internal functions.

Usage Requirements

Available Plugins

Go Prone

  • The first available plugin in this repository.
  • Go Prone introduces a new method of stealth movement for the player character by allowing them to enter a prone position at will. Previously, the player could only do so in specific situations.

Extra Inventory Sections

  • Adds at least 3 new inventory sections for characters. These being Eyes, Hands, and Neck inventory sections, corresponding to ATTACH_EYES, ATTACH_GLOVES, ATTACH_NECK.
  • Along with the ATTACH_EYES sections are two more sections that are compatible with eyewear that uses the ATTACH_BELT AND ATTACH_HAT slots.

Faction Healing

  • Made by Matrix Agent, Edited by Genpretz
  • It's supposed to force NPC's to heal characters depending on faction, but it needs some work.

More plugins will be added over time.

Compilation Requirements

  • KenshiLib v0.1.0 or Later

  • Visual Studio 2010 Platform Toolset

  • Boost v1.60.0

  • KenshiLib_Examples_deps

    • This repository includes the Boost and KenshiLib as well as a script that sets environment variables associated with the two. I'd highly suggest using it when attempting to compile my repo yourself.

Credits and Acknowledgements

This project would not be possible without the foundational work done by the Kenshi reverse-engineering community.

Disclaimer

This project is not affiliated with or endorsed by Lo-Fi Games. Kenshi is the property of its respective owners.

About

A collection of plugins utilizing KenshiLib to modify Kenshi.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Contributors