KawaiiYumiko Posted July 2, 2015 Share Posted July 2, 2015 Hey guys So yeah I have a problem. I used Kzisor's hat tutorial to make my own custom hat. Actually all I did was changing the exported images to mine and then use the autocompiler to make an anim for the hat. BUT when I'm ingame and want to wear it with any character, the head disappears and only the floating hat and face stay visible..soo what did I do wrong here? I used the original hat images as guidings so the image sizes are the same any help would be appreciated Link to comment https://forums.kleientertainment.com/forums/topic/55816-spooky-disappearing-head-with-hat/ Share on other sites More sharing options...
Lumina Posted July 2, 2015 Share Posted July 2, 2015 If i'm not wrong, you should replace some lines : if owner:HasTag("player") then owner.AnimState:Hide("HEAD") owner.AnimState:Show("HEAD_HAIR") by if owner:HasTag("player") then owner.AnimState:Hide("HEAD") owner.AnimState:Show("HEAD_HAT") And if owner:HasTag("player") then owner.AnimState:Show("HEAD") owner.AnimState:Hide("HEAD_HAIR") end By if owner:HasTag("player") then owner.AnimState:Show("HEAD") owner.AnimState:Hide("HEAD_HAT") end Maybe someone could confirm ? But i've got the same issue before and resolve it doing this. Link to comment https://forums.kleientertainment.com/forums/topic/55816-spooky-disappearing-head-with-hat/#findComment-651503 Share on other sites More sharing options...
Kzisor Posted July 2, 2015 Share Posted July 2, 2015 @Lumina, this was actually changed between DS->DST at some point. I'm not sure when exactly it was changed, but I will upload a new version of the code to the workshop. Link to comment https://forums.kleientertainment.com/forums/topic/55816-spooky-disappearing-head-with-hat/#findComment-651514 Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now