This is great! Do you have a github for this that people can see? I'm trying to organize my spritesheets from the LPC generator repo and it's a nightmare matching up what valid matches there are between sprites and animations and I'd love to see how you organized it to work like this.
Viewing post in LPC Character Generator comments
I haven't made the repository public yet. This app has started has a by product of a game I was working on, and as such it's code is overcomplicated. I've wanted to clean it, for some time now.
In the meantime, if you open the pak file (it's just a zip) you can see how things are organized.
Look at the race files. They define what parts are used for each body.
Then look at the gear files. One of the fields of each gear definition is what body/head they can work with.
Hope this helps for now.