costumes
Overview
The costumes ini type matches together body parts defined in bodyparts. Costumes are what is actually used elsewhere in the game, such as in mbases.ini or story files.
Vanilla Examples
DATA\CHARACTERS\costumes.ini
Syntax
Costume
[Costume]
nickname = STRING
body = STRING
righthand = STRING
lefthand = STRING
Parameter | Information |
---|---|
nickname | See nickname for more information. |
body | Reference to a Body (see bodyparts for available bodies). |
righthand | Reference to a RightHand (see bodyparts for available right hands). |
lefthand | Reference to a LeftHand (see bodyparts for available left hands). |