Appearance mods—especially those that add new alien species, anime hairstyles, or custom skin tones—frequently require framework mods to function.
Changing your character's appearance mid-game in is notoriously difficult because character data (hair, colors, and species) is hard-coded into your .player save file. Standard Workshop mods generally cannot modify these specific values while you are playing. starbound change character appearance mod work
Since a standard mod cannot easily trigger the character creation screen mid-game, players use the following workarounds: Since a standard mod cannot easily trigger the
If you are manually editing the JSON, look for these specific tags: : The sprite name for your hair (e.g., male23 ). bodyDirectives : HEX codes for skin and underwear color. hairDirectives : HEX codes for hair color. personality : Controls your idle stance. personality : Controls your idle stance
Always make a backup of your player folder ( .../Starbound/storage/player ) before using any mod that edits character data. Summary: Will it Work?
: This method involves "unpacking" your character file, editing the JSON data, and "repacking" it.