sanderfrenken / Universal-LPC-Spritesheet-Character-Generator

Character Generator based on Universal-LPC-Spritesheet
https://sanderfrenken.github.io/Universal-LPC-Spritesheet-Character-Generator/
GNU General Public License v3.0
396 stars 151 forks source link

Issue 149 Unified Head Directories, Mapped All Heads to All Frames #160

Closed jrconway3 closed 4 months ago

jrconway3 commented 4 months ago

This is mostly just fixing the following issue: https://github.com/sanderfrenken/Universal-LPC-Spritesheet-Character-Generator/issues/149

Because I dropped all subdirectories that included universal/ sit/ etc, I decided to unify the subdirectories by having each "type" of head have its own directory. So these either contain female/male/child or adult/child depending on if said assets have a male/female swap or not. Even if there is no "child" or "male/female" then "adult" still exists standalone in case those are added later.

However, the sheet definitions haven't changed because obviously the intent is to allow the heads to be easily swappable. I only unified the directories for each head type, but the sheets are still fully interchangeable (except child heads obviously only work on child bodies, but male/female heads work on any non-child bodies as before).

I also had to add an extra color palette to the body assets because some of the fur colors have an extra lighter palette color that most bodies don't seem to have.

fnaith commented 4 months ago

what the productivity !

jrconway3 commented 4 months ago

Added another quick fix I just noticed:

Accidentally screwed up the lightest colors on wolf and wartotaur. So I quickly fixed those. The only other ones that look like may possibly be issues were boarman and pig, but they appear to be fine.