Standard Conan Exiles character customization is data-driven with a set of datatables defining what options are available.
Some of these tables provide options to specify a feat requirement - for example to make a customization option that must be unlocked through gameplay.
These tables MUST have integer-based row names. Non-integer row names will prevent the row from being used.
Modders are recommended to avoid using integers in the range of 0-1000, as Funcom may use these at any time.
Prior to March 2025 these customization options were not mod-friendly. This was rectified and now the only requirement for mods to not conflict is to use unique row IDs.
BrowColorSelections
EyeColorSelections
EyeMakupColorSelections
HairColorSelections
LipMakeupColorSelections
SkinColorSelections
WarPaintColorSelections
RaceDescriptions
Only used in character creation
FacialHairStyleTable
This is limited to male-only in the W_FacialHair blueprint
FacialHairColorSelections
Male_EyebrowSelections
Male_EyesSelections
Male_HairStyleSelections
Male_HeadSelections
Male_LipsSelections
Male_WarPaintSelections
Male_RaceSelections
Only used in character creation
Male_VoiceSelections
Only used in character creation
Female_EyebrowSelections
Female_EyesSelections
Female_HairStyleSelections
Female_HeadSelections
Female_LipsSelections
Female_WarPaintSelections
Female_RaceSelections
Only used in character creation
Female_VoiceSelections
Only used in character creation