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

BodyBlend

A modding API for controlling blend shapes.

Date uploaded 10 months ago
Version 0.3.5
Download link Maiesen-BodyBlend-0.3.5.zip
Downloads 27580
Dependency string Maiesen-BodyBlend-0.3.5

This mod requires the following mods to function

bbepis-BepInExPack-5.4.2117 icon
bbepis-BepInExPack

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

Preferred version: 5.4.2117
RiskofThunder-HookGenPatcher-1.2.5 icon
RiskofThunder-HookGenPatcher

MMHOOK generation at runtime.

Preferred version: 1.2.5
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.8.2 icon
Rune580-Risk_Of_Options

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

Preferred version: 2.8.2

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/BodyBlend-v0.3-Implementation-Guide

CHANGELOG

v0.3.5

  • Update backend and config file format. (backwards compatible)

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