Character Creator Config

A character creator config creates a character creator interactable option, which allows a character to open the character creator window, giving the player the ability to change their appearance.

Creation

To create a character creator config, find (or create) the GameName/Resources/GameName/InteractableOptionConfig folder in the project tab and right click. Choose Create > AnyRPG > Interactable > CharacterCreatorConfig.

Properties

NameDescription

Allow Gender Change

If true, the player can swap between male and female models, assuming the current Race has options configured for both.

Unit Profiles

A list of valid Unit Profiles that the character creator can edit. If the list is empty, or the current player model is in the list, the current player model will be shown. If the list is non-empty, and the current player model is not in the list, the first valid model will be shown.

Next Steps

  • Add a character creator config to a Unit Profile to allow the character to open the character creator window.

Last updated