Starbound

Starbound

Draconis Full Dragons Reskin
FUS 28 Jul, 2024 @ 3:35pm
Issue with the eye colour
Heyyy, so I used both your and GeekyRaptor's mods to make more variations and while doing so run into a bit of a problem with this mod's .patch flie.

While it does change the eye colour, 14 or so options it has are not actually black or hidden, but instead color off-shade pixels on the body itself. Femalebody.png I have has 2-3 pixels like that on some idle poses and that's how we managed to find it in the first place here, I made no changes to the .patch file there other than add the "op add hairstyle" from the spikes submod, while using "Draconis Emotes" mod for the head sprites.

I did also test run just this mod (+dependency) with nothing else, and the eye colours were still missing, so it's definetly related to this.

Honestly I've got not the faintest as to what your patching process even was in there, and to make matters worse, whlie I was checking the original draconis mod I found out that it also has missing commas in the "BodyColors" section of it's ".species" file, so on this front some help from upstream would be greatly appreciated.
Last edited by FUS; 29 Jul, 2024 @ 6:54am
< >
Showing 1-1 of 1 comments
FUS 23 Nov, 2024 @ 10:15am 
4 months, and 4 additional IQ points later, the issue was the bodyColor section.

The .species file still has parts of old code in that section, which recolour the body (like they're technically supposed to), but Draconis use that section for the eyes instead, making the game go over those positions the old code occupies, but do nothing with them since there's no base color of 00000 to recolour.

Basically it shouldn't have: { "f7e7b2": "737D8A", "d9c189": "616A77", "a38d59": "414651", "735e3a": "292D36" }, { "f7e7b2": "5C6771", "d9c189": "4A5563", "a38d59": "333948", "735e3a": "232736" }, And only should have: [ {"000000": "be1b01"}, {"000000": "0021da"}, {"000000": "8fbe00"}, {"000000": "ffa0a6"}, {"000000": "bdbdbd"}, {"000000": "c03e00"}, {"000000": "be008f"}, {"000000": "00802c"}, {"000000": "00be89"}, {"000000": "00a3be"}, {"000000": "000000"} ],

I've remade the default patch so that it doesn't add them, as well as dublicate eye colour entries, it's too long for Steam Forums so I've uploaded it on Pastebin: https://pastebin.com/sN2tLSka
Last edited by FUS; 23 Nov, 2024 @ 10:19am
< >
Showing 1-1 of 1 comments
Per page: 1530 50