Page 1 of 1
Armor visibility
Posted: Sun Nov 27, 2016 4:19 pm
by Sigma1
Yes, another modding question from me. Anyways, is there a way for me to add an armor and have it show on the player character like the vanilla armors?
Re: Armor visibility
Posted: Sun Nov 27, 2016 7:16 pm
by Ranakastrasz
Take a look at bobs mod or Dytech. They manage it somehow.
Re: Armor visibility
Posted: Sun Nov 27, 2016 7:45 pm
by Sigma1
I'll take a look. Thanks.
Re: Armor visibility
Posted: Sun Nov 27, 2016 9:41 pm
by Ranakastrasz
I think it is specifically related to the player entity itself, and not the armor. I think it somehow has each weapon and armor registered for the player object.
Not sure tho, I haven't messed with it.
Re: Armor visibility
Posted: Sun Dec 04, 2016 10:49 pm
by aubergine18
Yes, it's definitely a property of the player. There are multiple sprite sheet definitions in the player prototype, and you can associate specific sprite sheet with one or more armours. That way, when player equips one of those armours, a different sprite sheet is used for the player entity.