You are viewing a potentially older version of this package. View all versions.
mwmw-MwSkinAdditions-1.0.1 icon

MwSkinAdditions

A library for skin mods that enables easy addition of complex behaviours for more intricate skins.

Date uploaded 2 months ago
Version 1.0.1
Download link mwmw-MwSkinAdditions-1.0.1.zip
Downloads 5615
Dependency string mwmw-MwSkinAdditions-1.0.1

This mod requires the following mods to function

bbepis-BepInExPack-5.4.2108 icon
bbepis-BepInExPack

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

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

MMHOOK generation at runtime.

Preferred version: 1.2.3
RiskofThunder-R2API_Networking-1.0.2 icon
RiskofThunder-R2API_Networking

Networking API around the Unity UNet Low Level API (LLAPI)

Preferred version: 1.0.2

README

MwSkinAdditions

About

This mod is a library for other skin mods to depend on. It provides a streamlined way to execute custom behaviour for plenty of in-game events, in addition to numerous extra functionalities for skins:

  • Armature transformations
  • Voicelines
  • BlendShape animations
  • Extra objects

Contact

Discord: miyowi

Ko-fi

CHANGELOG

1.0.7

  • Made codebase more protected against NREs
  • Fixed network messages not being registered

1.0.6

  • Fixed NREs from situations where the body is deleted prematurely (e.g. void explosion deaths)
  • Damage events are no longer fired if HP is less than or equal to 0, to prevent them being prioritised over death events

1.0.5

  • Added option to not apply specific transformations in the CSS

1.0.4

  • A single instance of an EventSub is no longer limited to a single SkinDef and can now take an array of SkinDefs

1.0.3

  • Fixed transformed limbs from drifting away when frozen
  • Transformed limbs now retain their custom size on death

1.0.2

  • Added checks to not apply transformations if in a vehicle state
  • Added option to not apply any transformations in the CSS

1.0.1

  • Fixed an issue when switching between skins on the same survivor using the transform controller

1.0.0

  • Initial release