ktisis-tools / Ktisis

A robust posing tool for creating screenshots in FFXIV's GPose mode.
GNU General Public License v3.0
196 stars 50 forks source link

fix for Highlander face customizations #152

Open sleepybnuuy opened 3 weeks ago

sleepybnuuy commented 3 weeks ago

discord issue thread: https://discord.com/channels/975894364020686878/1269256354342899823

problem

M/F highlanders are unable to change faces from option 4 in the appearance editor this is a byproduct of SE's wacko structuring of the highlander tribe vs all others. other ARR sub-races load different faces just fine as there's still a 000X facetype for them beneath the 010X where their own models are stored. highlanders though only have 010X offset faces, despite the internal IDs of these and their icons being 1,2,3, and 4 (not 101-104)

changes

there's probably cleaner ways to do this as it makes the face selector a bit janky image