.inkcharactercustomization: CC options
Character creator options
Summary
Published: Jan 22 2025 by mana vortex and island_dancer Last documented edit: Jan 22 2025 by mana vortex
This page will tell you how .inkcharactercustomization files are used to populate the character creator.
Wait, this is not what I want!
If you want to add things to the character creator, check ArchiveXL: Character Creator additions
gameuiAppearanceInfo

Attributes
definitions
Adds the appearance definitions from the resource
link
link is used to sync currently selected value across multiple options (e.g. hair colour also influences the beard). It can be used at the same time as uislot.
resource
The relative path to your .app file
uislot
uiSlot is used to show/hide options. It can be used at the same time as link.
useThumbnails
Will make the switcher display a thumbnail instead of the translation text.
gameuiAppearanceInfo: Merging with ArchiveXL
If your option has a name:
If another option with the same
namealready exists, your option is merged with existing oneIf no option with the same name
nameexists, your option is added to the the final.inkccas a new one
If your option doesn't have a name:
if your option has
uiSlot, it will be merged with all existing options with the sameuiSlotif your option has
link, it will be merged with all existing options with the same link
Last updated