You are viewing a potentially older version of this package. View all versions.
Maiesen-BodyBlend-0.2.1 icon

BodyBlend

A modding API for controlling blend shapes.

Date uploaded 2 years ago
Version 0.2.1
Download link Maiesen-BodyBlend-0.2.1.zip
Downloads 24490
Dependency string Maiesen-BodyBlend-0.2.1

This mod requires the following mods to function

bbepis-BepInExPack-5.4.2113 icon
bbepis-BepInExPack

Unified BepInEx all-in-one modding pack - plugin framework, detour library

Preferred version: 5.4.2113
RiskofThunder-HookGenPatcher-1.2.3 icon
RiskofThunder-HookGenPatcher

MMHOOK generation at runtime.

Preferred version: 1.2.3
tristanmcpherson-R2API-5.0.5 icon
tristanmcpherson-R2API

A modding API for Risk of Rain 2

Preferred version: 5.0.5
Rune580-Risk_Of_Options-2.7.1 icon
Rune580-Risk_Of_Options

A convenient API for adding BepInEx ConfigEntry's to a option menu

Preferred version: 2.7.1

README

BodyBlend - an API for controlling character's blend shapes

This mod provide utilities for setting up Unity blend shapes for a character skin and provides APIs for setting the blend shapes values. Mostly used for NSFW purposes (but I won't stop you from using it for SFW mods.)

If you are a (skin) mod developer, you can check out the guide to using this here: https://github.com/maiesen/BodyBlend/wiki

Notes

Changelog

v0.2.1

  • Fixed for SotV update

v0.2.0

  • Initial release

CHANGELOG

v0.3.4

  • Hotfix for BodyBlend failing to load without suspicious tentacle.

v0.3.3

  • Moved Suspicious Tentacle compatibility config out of BodyBlend settings.
  • Made Suspicious Tentacle config easier to use.
  • Suspicious Tentacle now animates BodyBlend more smoothly.
  • Added API for other mods to access all the loaded parts names. Mostly used for setting up configuration file.

v0.3.2

  • Added config for setting minimum size.

v0.3.1

  • Fix issue with dynamic bone values config.

v0.3.0

  • Rework internal systems to be easier to use with skin mods.
    • Please refer to the new tutorial on the wiki.
  • Automatically create max size configs for each skin.
  • The size changes from each source now stack additively.
  • Added config options for Suspicious Tentacle.
  • Configs can now be adjusted in game with Risk Of Options.

v0.2.1

  • Fixed for SotV update

v0.2.0

  • Initial release