- Joined
- Jul 8, 2017
- Messages
- 55
- Reaction score
- 13
- First Language
- English
- Primarily Uses
- RMMV
So I know this is a long shot, but does anyone have waterguy and jayray's patches as the links are dead now 
Is this the link your after?So I know this is a long shot, but does anyone have waterguy and jayray's patches as the links are dead now![]()
I love youIs this the link your after?
Under Q) Can I make a response based on the pieces the player has chosen, Rhino said "Something similar to [$gameCharacterCreations.getInfo(ActorId).Body.file == 'Body (1)'] could probably be used to find the colour name, but I haven't been able to figure that out as of yet..."
Has anyone managed to figure this out yet? I'd love to have a conditional branch checking the color of a certain part!
$gameCharacterCreations.getInfo(9)["Eyes"].color
$gameVariables.value(49).includes("Red")
Look for front hair part 2 in the filesSo I'm having an issue with this that people might not be noticing because people are probably using /wanting to use the base style graphics, but...
I'm using custom graphis and the front hair view seems to be pulling a graphic from a mystery location not present on the "parts" image. I have all of the sample images in place which I'm using until I replace them with my own, but I can't seem to find this particular image anywhere.
As you'll see in my image, I'm going for a low-fi / 8bit style of graphics. When the image faces left/right/down it works perfectly but as soon as it looks up...
View attachment 182495
As you can see, there's some strange mystery fringe. If I load up the hair without picking a body first...
View attachment 182496
There is the image facing down, and facing up. One would logically think then that it's just on the image that has the parts, right?
View attachment 182497
As you can see, there's nothing on the "facing up" portion of the sprite sheet.
It's not even just the image I made, either. If we take another sample picture...
View attachment 182499
Once again, no "Facing up sprite." And yet, when we pull it up in game, again without a body...
View attachment 182500
We have another mystery "up" fringe.
Combing through the files, I have yet to find anything that matches these images, though I'm also not really sure where to look.It's clearly tied to "Front hair" since that's the only thing being selected, so I'm wondering if there's an error in the script somewhere.
Any guidance would be appreciated!
EDIT: WELP, I FOUND IT IN THE APTLY NAMED "Front Hair Part 2". It's odd though since these don't seem to match up to the style on the original sprite half the time...