Releases: IllusionMods/ModBoneImplantor
ModBoneImplantor v1.1.2
Changelog
- 188aa77 @ManlyMarco Fixed possible nullref crash
ModBoneImplantor v1.1.1
This release adds suport for AI-Shoujo and HoneySelect2. No changes for other games.
For AI/HS2 modders: This plugin accomplishes a similar task to BonesFramework, but it doesn't need any additional text files. You only need to add a component to the extra bones. It's also easier to be used by other plugins since it works in all games. If you don't care about cross-compatibility with KK then there's no reason to switch to this from BonesFramework (both can be installed and used at the same time).
There's an install guide here and a modder guide here.
Changelog
- a79e05c @ManlyMarco Added support for AI and HS2
- ee8ff1d @ManlyMarco Handle AI and HS2 in the release script
ModBoneImplantor v1.1
This release adds suport for KKS trial (and hopefully the upcoming full game). It's effectively the same as the KK version, so KK mods should work without any change.
There's an install guide here and a modder guide here.
Changelog
- 701ba7b @DeathWeasel1337 Added KK Sunshine version
- ebd12e8 @ManlyMarco Added mandatory KKAPI v1.15 dependency
- c360ac7 @ManlyMarco Fixed failing to patch UncensorSelector in EC and KKS
- f73419c bb30fb1 @ManlyMarco Update packages, use BepInEx 5.4.8; Cleanup some code
ModBoneImplantor v1.0
This version brings a large rewrite of the code and many new features. It is now possible to implant new bones in uncensors (through the UncensorSelector plugin) and accessories (through the AccessoryClothes plugin). Simply add BoneImplantProcess component to the bone structure in your mod like you would do with clothes, and the marked bones will be added to the main skeleton.
There's an install guide here and a modder guide here.
Changelog
- c21fe0b @ManlyMarco Rewrite and add UncensorSelector and AccessoryClothes support (#1)
- 9fe4b22 a4fd51c @ManlyMarco Refactoring; Simplify hooks; Minor fixes
- 980aa8b @ManlyMarco Fixed nullref crash when displaying an error message
ModBoneImplantor v0.2.4
Changelog
- Added support for EmotionCreators (thanks to 七尾奈留 for figuring out what broke)
- Updated file metadata to include game name (in the popup when hovering over the dll file)
- Refactoring of the whole project; Change build paths and other project settings; Added a release script
ModBoneImplantor v0.2.3
Improved compatibility and safety of the transplier patches.
ModBoneImplantor v0.2.2
Bepinex 5 update