Skip to content

Hair Addons

Introduction

Hair addons consist of:

  1. Config
  2. Mesh
  3. Textures
  4. Thumbnail

Hair addons should be placed in [game root directory]/HDT/Content/Addons/Hair/.

Hair addons can be organized into arbitrary subfolders within the Hair/ directory.

All files associated with one hair addon should be together in the same folder. Multiple addons can be present in the same folder.

Config

Hair addon config files currently have only one field:

ponytail.json
{
    "display": "Ponytail" // (1)!
}
  1. The name displayed for this hair addon in-game

Mesh

Hair addon models must have the same skeleton as HD-chan's hair. This hair skeleton is included as part of the mannequin file:

Mannequin file download

When exporting the model, include both the skeleton and the hair mesh. Don't bother packing in textures as the game needs to load them separately anyway.

Textures

The handling of textures for hair addons is exactly the same as that for clothing addons.

Thumbnail

The game will search for a file called [addon_name].png and use it as a thumbnail in-game.