# Helmet without Head

**URL:** https://discourse.stonehearth.net/t/helmet-without-head/19646
**Category:** Modding
**Created:** [February 1, 2016, 6:08pm UTC](https://discourse.stonehearth.net/t/helmet-without-head/19646 "2016-02-01T18:08:31Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![Spiro](https://avatars.discourse-cdn.com/v4/letter/s/f0a364/32.png) [@Spiro](https://discourse.stonehearth.net/u/Spiro)
#### Post date: [February 1, 2016, 6:08pm UTC](https://discourse.stonehearth.net/t/helmet-without-head/19646/1 "2016-02-01T18:08:31Z")

</div>

I try to Modding Stonehearth, and i got a problem. im not sure if its an bug, or i make  
a mistake, but the only post i find with a similiar problem is old (dev 2081)

So i make a roman helmet and put it in the game.

 ![](https://us1.discourse-cdn.com/flex022/uploads/stonehearth/original/3X/e/1/e112b983e071aa20e936d58286af201231f311f5.png)

You can see here, that the Hair is still in the Helmet, but the face ist missing…

 ![](https://us1.discourse-cdn.com/flex022/uploads/stonehearth/original/3X/6/3/6305e677f484f02d6a698c88b289d805a187381a.png)

the flying helmet should be an easy mistake because this happend first time between the first and the second picture

i solved my flying helmet problem 🙂

---

<div class="post-metadata">

### Author: ![Drotten](https://sea2.discourse-cdn.com/flex022/user_avatar/discourse.stonehearth.net/drotten/32/14200_2.png) [@Drotten](https://discourse.stonehearth.net/u/Drotten)
#### Post date: [February 1, 2016, 6:17pm UTC](https://discourse.stonehearth.net/t/helmet-without-head/19646/2 "2016-02-01T18:17:18Z")

</div>

What name did you give to the model’s matrix?  
IIRC it has to have “hat” as its name.

---

<div class="post-metadata">

### Author: ![Wiese2007](https://sea2.discourse-cdn.com/flex022/user_avatar/discourse.stonehearth.net/wiese2007/32/15946_2.png) [@Wiese2007](https://discourse.stonehearth.net/u/Wiese2007)
#### Post date: [February 1, 2016, 6:27pm UTC](https://discourse.stonehearth.net/t/helmet-without-head/19646/3 "2016-02-01T18:27:05Z")

</div>

like drotten have said the model must be named hat because the new heads has two matrixes head and hat (the upper part of the hairstyle). when someone equip now a hat it will replace the old hat part of the head …

when im writing it it looks more difficult then it really is 😛

if you want i can take a look into it 😉

---

<div class="post-metadata">

### Author: ![Spiro](https://avatars.discourse-cdn.com/v4/letter/s/f0a364/32.png) [@Spiro](https://discourse.stonehearth.net/u/Spiro)
#### Post date: [February 1, 2016, 6:40pm UTC](https://discourse.stonehearth.net/t/helmet-without-head/19646/4 "2016-02-01T18:40:59Z")

</div>

thanks for helping 🙂

i create the json (i think you mean that with matrix…) with copy paste,  
take the steal\_helmet, and replace every steal with praetor

```
"model_variants": {
         "default": {
            "layer": "hat",
            "transparent": "false",
            "models": [
               "file(praetor_helmet.qb)"
            ]
         },
         "female": {
            "layer": "hat",
            "transparent": "false",
            "models": [
               "file(praetor_helmet.qb)"
            ]
         }
      },

```

from praetor\_helmet.json

in layer stand hat…

---

<div class="post-metadata">

### Author: ![8BitCrab](https://sea2.discourse-cdn.com/flex022/user_avatar/discourse.stonehearth.net/8bitcrab/32/48512_2.png) [@8BitCrab](https://discourse.stonehearth.net/u/8BitCrab)
#### Post date: [February 1, 2016, 6:47pm UTC](https://discourse.stonehearth.net/t/helmet-without-head/19646/5 "2016-02-01T18:47:13Z")

</div>

> [@Spiro](#):
>
> (i think you mean that with matrix…)

a matrix is the “box” around the model in qubicle, or whichever voxel editor you’re using

make sense?

---

<div class="post-metadata">

### Author: ![Spiro](https://avatars.discourse-cdn.com/v4/letter/s/f0a364/32.png) [@Spiro](https://discourse.stonehearth.net/u/Spiro)
#### Post date: [February 1, 2016, 6:51pm UTC](https://discourse.stonehearth.net/t/helmet-without-head/19646/6 "2016-02-01T18:51:32Z")

</div>

Ahh, thanks, he got his face back ^^

thank you all for the fast help 🙂
