Jump to content

Recommended Posts

So it's just what the title says, I'm very close to finishing my character mod, I just wanted to test out what does my character looks like with hats. It's decent, some of the hair is sticking out from behind which is kinda weird but it's fine. But when I turned around suddenly it looked like this (the image below). On the right is what my character looks like from behind normally, but on the left is what he looks like with a hat. His fur/hair goes to the front of his body, not covering the back like how it's supposed to and an extra head appears on the left. I have no idea what's causing this, all I know is that it might be related to the exported/taran/hair_hat or hair folder and the "hair_hat-2" or "hair-2" image inside of it. I really don't know how to fix this and I couldn't find anything on the internet about it. In case it's needed, I'll put the taran folder here. (Taran is the name of my character by the way, hence the name of some of the files or folders) https://drive.google.com/drive/folders/187Q3iC5CE9JrP8uU52bAYVz9sRWcY86Z?usp=share_link

wdafadwafwaf.png

Hi again!

The duplicated head is your "hair_hat-2" sprite being misplaced.

It looks like you changed the image dimensions in the .scml file to match the "hair-2" sprite, but forgot to swap out the "hair_hat-2.png" sprite itself with the bigger canvas version.

Making the canvas and sprite placement match your "hair_2" sprite and compiling the character put the hair back in the correct position.

Hope this works for you!

Edited by Chesed
21 hours ago, Chesed said:

Hi again!

The duplicated head is your "hair_hat-2" sprite being misplaced.

It looks like you changed the image dimensions in the .scml file to match the "hair-2" sprite, but forgot to swap out the "hair_hat-2.png" sprite itself with the bigger canvas version.

Making the canvas and sprite placement match your "hair_2" sprite and compiling the character put the hair back in the correct position.

Hope this works for you!

Hey, thanks! It worked and it looks normal now. Just had to figure out how to resize it and place it correctly. Thanks again <3

  • Like 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...