# Armors - Skin auto color

**URL:** https://discourse.stonehearth.net/t/armors-skin-auto-color/26937
**Category:** Suggestions
**Created:** [December 7, 2016, 8:45pm UTC](https://discourse.stonehearth.net/t/armors-skin-auto-color/26937 "2016-12-07T20:45:07Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![Tanrion](https://sea2.discourse-cdn.com/flex022/user_avatar/discourse.stonehearth.net/tanrion/32/53113_2.png) [@Tanrion](https://discourse.stonehearth.net/u/Tanrion)
#### Post date: [December 7, 2016, 8:45pm UTC](https://discourse.stonehearth.net/t/armors-skin-auto-color/26937/1 "2016-12-07T20:45:07Z")

</div>

Hey, guys.

Well, my suggestion is to set a specific color to fill the color of hearthlings’ skin.  
Don’t you understood? Ok, I’ll simplificate xD

I’m creating some mods with armors to the game and unfortunatly isnt possible to make an “open armor”. For example, instead create a armor for all the torso, just create part of it, and if we just create that half part and delete the other half, the hearthling will stay with that part missing '-'  
In trove, for example, exists a code with colors that make a chrome color, luminous color and etc. So I think that the staff could make a specific color to auto fill the skin of the hearthling, because have a some skin colors that is diferent (of course).  
So, maybe a red (255,0,0)

PS: If this exists, please, let me know xD

See ya =)

---

<div class="post-metadata">

### Author: ![BrunoSupremo](https://sea2.discourse-cdn.com/flex022/user_avatar/discourse.stonehearth.net/brunosupremo/32/54819_2.png) [@BrunoSupremo](https://discourse.stonehearth.net/u/BrunoSupremo)
#### Post date: [December 7, 2016, 9:09pm UTC](https://discourse.stonehearth.net/t/armors-skin-auto-color/26937/2 "2016-12-07T21:09:57Z")

</div>

It is in the .json files for your armor. Something related to transparency, can’t remember now…

---

<div class="post-metadata">

### Author: ![Tanrion](https://sea2.discourse-cdn.com/flex022/user_avatar/discourse.stonehearth.net/tanrion/32/53113_2.png) [@Tanrion](https://discourse.stonehearth.net/u/Tanrion)
#### Post date: [December 7, 2016, 9:20pm UTC](https://discourse.stonehearth.net/t/armors-skin-auto-color/26937/3 "2016-12-07T21:20:27Z")

</div>

Oh, I found it, is “transparent”: “false”, but what comes here? A specific HEX color?

---

<div class="post-metadata">

### Author: ![Relyss](https://sea2.discourse-cdn.com/flex022/user_avatar/discourse.stonehearth.net/relyss/32/41785_2.png) [@Relyss](https://discourse.stonehearth.net/u/Relyss)
#### Post date: [December 7, 2016, 9:22pm UTC](https://discourse.stonehearth.net/t/armors-skin-auto-color/26937/4 "2016-12-07T21:22:32Z")

</div>

I think it’s just that. It decides whether to remove the naked body below or not. So don’t include skin parts on your model, just the clothes.

---

<div class="post-metadata">

### Author: ![Tanrion](https://sea2.discourse-cdn.com/flex022/user_avatar/discourse.stonehearth.net/tanrion/32/53113_2.png) [@Tanrion](https://discourse.stonehearth.net/u/Tanrion)
#### Post date: [December 7, 2016, 9:30pm UTC](https://discourse.stonehearth.net/t/armors-skin-auto-color/26937/5 "2016-12-07T21:30:09Z")

</div>

So, let me know if I understood. If I put a red color on my outfit, like #FF0000 and put a “transparent”: “#FF0000”, the part that is red will be transparent and will show the skin?

---

<div class="post-metadata">

### Author: ![BrunoSupremo](https://sea2.discourse-cdn.com/flex022/user_avatar/discourse.stonehearth.net/brunosupremo/32/54819_2.png) [@BrunoSupremo](https://discourse.stonehearth.net/u/BrunoSupremo)
#### Post date: [December 7, 2016, 9:41pm UTC](https://discourse.stonehearth.net/t/armors-skin-auto-color/26937/6 "2016-12-07T21:41:22Z")

</div>

No you just don’t add voxels to that part. It will only add the voxels, so you don’t need to add skin into your armor. It will work simple as an overlay.

Oh, “transparent”:“true” is what you need to have the voxels work as overlay instead of replacing everything.

---

<div class="post-metadata">

### Author: ![Tanrion](https://sea2.discourse-cdn.com/flex022/user_avatar/discourse.stonehearth.net/tanrion/32/53113_2.png) [@Tanrion](https://discourse.stonehearth.net/u/Tanrion)
#### Post date: [December 7, 2016, 9:54pm UTC](https://discourse.stonehearth.net/t/armors-skin-auto-color/26937/7 "2016-12-07T21:54:52Z")

</div>

This is what I tried to do xD  
Or I’m making this wrong x.x  
I made a female version for an armor and I deleted the sides of the torso and I just let the middle, but in game the sides still missing. Maybe I need to turn transparency true?

Edit: Worked, thank you, man =)
