FurryEskimo Posted June 26, 2021 Share Posted June 26, 2021 (edited) I have a character with a few extra sprites, and I turn them on and off based on the clothing the player is wearing. I check the clothing for "leg", "foot", "torso", and "torso_pelvis". Thing is, I know there's a part related to the cuffs, near the hands, and another name for clothes on the forearms. Does anyone know what these might be called? (May have figured it out, but it's been months since I wrote this code, so it's all a haze in my memory how it works..) Edited June 26, 2021 by FurryEskimo Link to comment https://forums.kleientertainment.com/forums/topic/131233-clothing-part-names/ Share on other sites More sharing options...
CarlZalph Posted June 26, 2021 Share Posted June 26, 2021 (edited) Those would be called symbols, and from wilson's build.bin I'm seeing: hair, SWAP_ICON, headbase_hat, cheeks, foot, hand, headbases, torso, leg, arm_upper_skin, arm_upper, arm_lower, face, hair_hat, torso_pelvis These may not be all inclusive, I'm not sure if there's more data being loaded elsewhere. You can see different skins and which symbols they touch with /scripts/clothing.lua Edited June 26, 2021 by CarlZalph 1 Link to comment https://forums.kleientertainment.com/forums/topic/131233-clothing-part-names/#findComment-1473185 Share on other sites More sharing options...
FurryEskimo Posted June 28, 2021 Author Share Posted June 28, 2021 (edited) @CarlZalph I wasn't notified of your response. Thanks though! I actually managed to figure it out myself after a while. I guessed the names of the clothing, and that let me turn on/off any of the clothing parts, which apparently are the same as the body parts. I managed to give my character wristbands, and they appear and disappear as they should. Edited June 28, 2021 by FurryEskimo Link to comment https://forums.kleientertainment.com/forums/topic/131233-clothing-part-names/#findComment-1474389 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