People Playground

People Playground

View Stats:
This topic has been locked
DaPootisBird Jul 25, 2021 @ 10:49am
how can i add extra things to humans/androids?
how can i add stuff like for instance, something like tricky's hair in this mod https://steamcommunity.com/sharedfiles/filedetails/?id=2492660581&searchtext=madness+combat to a human?
< >
Showing 1-15 of 19 comments
davidco7777 Jul 25, 2021 @ 12:08pm 
Are you trying to make a human spawn with hair, or a helmet type of thing that can be equipped later?
DaPootisBird Jul 25, 2021 @ 7:00pm 
Originally posted by davidco7777:
Are you trying to make a human spawn with hair, or a helmet type of thing that can be equipped later?
spawn with hair
davidco7777 Jul 25, 2021 @ 7:14pm 
You might be able to retexture the head. You can find the human textures here btw https://github.com/mestiez/ppg-snippets/tree/master/Human%20textures
davidco7777 Jul 25, 2021 @ 7:14pm 
Not 100% sure it'll work but it's worth a shot
DaPootisBird Jul 26, 2021 @ 7:27am 
Originally posted by davidco7777:
You might be able to retexture the head. You can find the human textures here btw https://github.com/mestiez/ppg-snippets/tree/master/Human%20textures

i have tried, but the part i add never appears or when it does it's cut off
davidco7777 Jul 26, 2021 @ 11:27am 
Maybe there's a way to retexture specifically the head.
davidco7777 Jul 26, 2021 @ 11:54am 
Figured it out. Add this to your AfterSpawn delegate.
Instance.GetComponent<PersonBehaviour>().Limbs[0].gameObject.GetComponent<SpriteRenderer>().sprite = ModAPI.LoadSprite("head.png");
Slaughterman Jul 26, 2021 @ 12:44pm 
Originally posted by davidco7777:
Are you trying to make a human spawn with hair, or a helmet type of thing that can be equipped later?
How would you make something like a helmet that spawns separate and snaps on?
davidco7777 Jul 26, 2021 @ 1:05pm 
Originally posted by II-20thNYB Pvt. Slaughter:
Originally posted by davidco7777:
Are you trying to make a human spawn with hair, or a helmet type of thing that can be equipped later?
How would you make something like a helmet that spawns separate and snaps on?
You have to create an armor behaviour. A bit complex.
Slaughterman Jul 26, 2021 @ 1:10pm 
Originally posted by davidco7777:
Originally posted by II-20thNYB Pvt. Slaughter:
How would you make something like a helmet that spawns separate and snaps on?
You have to create an armor behaviour. A bit complex.
Any video or GitHub I can follow?
davidco7777 Jul 26, 2021 @ 1:16pm 
Originally posted by II-20thNYB Pvt. Slaughter:
Originally posted by davidco7777:
You have to create an armor behaviour. A bit complex.
Any video or GitHub I can follow?
Haven't found any.
Slaughterman Jul 26, 2021 @ 1:21pm 
Originally posted by davidco7777:
Originally posted by II-20thNYB Pvt. Slaughter:
Any video or GitHub I can follow?
Haven't found any.
Do you know how to do it?
davidco7777 Jul 26, 2021 @ 1:27pm 
Originally posted by II-20thNYB Pvt. Slaughter:
Originally posted by davidco7777:
Haven't found any.
Do you know how to do it?
I could try making one.
alexandru Aug 25, 2021 @ 4:31am 
Do you like garfield
themadcat Nov 5, 2022 @ 10:10am 
Originally posted by Slaughterman:
Originally posted by davidco7777:
You have to create an armor behaviour. A bit complex.
Any video or GitHub I can follow?
https://youtu.be/pe9XFbWPVpQ here you go
< >
Showing 1-15 of 19 comments
Per page: 1530 50