You are viewing a potentially older version of this package. View all versions.
Maygik-MoreHeadUtilities-1.0.4 icon

MoreHeadUtilities

Allows MoreHead cosmetics to hide body parts.

Date uploaded 4 days ago
Version 1.0.4
Download link Maygik-MoreHeadUtilities-1.0.4.zip
Downloads 15626
Dependency string Maygik-MoreHeadUtilities-1.0.4

This mod requires the following mods to function

YMC_MHZ-MoreHead-1.3.10 icon
YMC_MHZ-MoreHead

Customizable cosmetics. 简单好玩的装饰模组,提供unitypackage,供玩家自行导入模型。

Preferred version: 1.3.10

README

MoreHeadUtilities

Adds additional functionality to MoreHead, allowing cosmetics to hide body parts.

How to use

  1. Install another plugin which has used the PartShrinker script
  2. Select the cosmetic through MoreHead as normal
  3. The set part(s) should be hidden

Example

MoreHeadMenu

For Developers

To setup this mod on your cosmetic

  1. Install and import the unity plugin into your Unity project

  2. Follow the standard MoreHead development to just before using the Head Decorations Builder

  3. Add the PartShrinker component to the empty (although object in the accessory technically works). "World" accessories cannot hide parts.

    UnityComponent

  4. Setup which part should be hidden in the component properties, and whether the part's child parts should also be hidden

    BodyParts

  5. Continue with MoreHead setup as normal

Hierarchy for Child Parts

Hips
    > Left Leg
    > Right Leg
    > Body
        > Left Arm
        > Right Arm
        > Neck
            > Health
            > Head
                > Left Eye
                    > Left Pupil
                > Right Eye
                    > Right Pupil

Updates

  • 1.0.4

    • Added groups to the MoreHead menu
  • 1.0.3

    • Massively improved performance when opening MoreHead menu
    • Added config to enable/disable logging
  • 1.0.2

    • Separated Eye and Pupil hiding
    • Backwards compatible (Although if "Hide Children" was disabled on eyes from an older version, it will still keep the pupils)
  • 1.0.1

    • Fixed README images
  • 1.0.0

    • Initial Upload