I
think the sprite’s hair will turn green when in the “down” position no matter what. Somewhere in hue shifting all the sprites for all the possible hair style/color combinations (of which there are 72 total), I began to lose my sanity. And so when I realized I would have to do that for the “down” player sprites as well, I simply decided to not. I’ll probably fix it eventually though. And there is supposed to be copies of the hair in the folder, as I’m planning to add back in an optional rendered artwork pack, and with that art style it required separate images for hair colors based on skin tone. (For a total of 216 images
)
As for the face in the paperdoll, it all comes from the “MCBase” image found in the pictures folder (which is in the img folder). Or “MC Base Olive/Dark” for the other skin tones. The problem and reason why it does not change eyebrow color right now is that the face picture during conversations uses something else entirely. I did a quick edit of those images uploaded here
Mega So you can download this and apply it to your game and your eyebrows will turn black within text boxes. You’ll have to edit the MCBase yourself, but it should be very easy to do. The only way to do the eyebrow colors in game would be to call an if statement with 12 outcomes for each hair color just to determine what eyebrow color is displayed every single time the player speaks, or to have being apply an eyebrow color patch like this, so I just left them blonde.
Looks like I had the passages and items you get from that reversed. It will be fixed with the next update. It looks like interacting with them still gives the proper dialogue though, right? Like it still properly refers to her as Alexandra when you use them, right?
There was a bug preventing the barkeep's intro from playing, and the game tracks if that happened or not for Beatrice's date scenes (as one of them ends at the bar.) So that made it impossible to access those scenes. This patch should fix that.
Mega You'll have to visit the bar after applying it first though. And if you haven't done so, you also need to have visited Skirts and More at least once.