RimWorld

RimWorld

291 ratings
Invisible Hats
   
Award
Favorite
Favorited
Unfavorite
Mod, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6
File Size
Posted
Updated
719.025 KB
30 Jan, 2017 @ 7:21pm
12 Jul @ 5:51am
20 Change Notes ( view )

Subscribe to download
Invisible Hats

Description
Do you like your hairstyles and don't see them? This little mod hides all vanilla helmets when worn.

- A simple xml patch, you can add or remove it on existing savegames.

- Should be compatible with any other mod, but wouldn't use it with other hat-removing mods.


Supported Expansion:

- Royalty
- Ideology
- Biotech
- Anomaly
- Odyssey

Light Version: https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=3524827791


Added Erebars Ideology fix, thanks for it!
93 Comments
Kalindigo 10 Jul @ 1:56pm 
1.6 is coming lol
hatune_love 2 Jan @ 6:29am 
you still on it?
lawjax 21 Dec, 2024 @ 7:50pm 
To kill pawn hit?
Mus 21 Dec, 2024 @ 12:05pm 
you still on it?
lizmac21 16 Jun, 2024 @ 1:00pm 
you still on it?
Paradies  [author] 14 Apr, 2024 @ 4:47am 
I'm on it
Larn 14 Apr, 2024 @ 3:39am 
do we get a 1.5 update?
Paradies  [author] 18 Dec, 2022 @ 6:35pm 
Fixed
Erebar 17 Dec, 2022 @ 5:09am 
Hi. You made a mistake when copying the code I posted. You've added /apparel/wornGraphicPath
But it should not have "apparel" it should be only /wornGraphicPath
Erebar 20 Oct, 2022 @ 2:59am 
Fixed it =D
Just add this to ...\steamapps\workshop\content\294100\853819518\1.3\Patches\Patches_Vanilla_Headgear.xml file before </Patch>:

<Operation Class="PatchOperationSequence">
<success>Always</success>
<operations>
<li Class="PatchOperationReplace">
<xpath>Defs/ThingStyleDef[defName=
"Hindu_SimpleHelmet" or
"Hindu_AdvancedHelmet" or
"Morbid_ReconHelmet" or
"Morbid_MarineHelmet" or
"Morbid_CataphractHelmet" or
"Totemic_ReconHelmet" or
"Totemic_MarineHelmet" or
"Totemic_CataphractHelmet" or
"Spikecore_SimpleHelmet" or
"Spikecore_AdvancedHelmet" or
"Rustic_SimpleHelmet" or
"Rustic_AdvancedHelmet" or
"Animalist_ReconHelmet" or
"Animalist_MarineHelmet" or
"Animalist_CataphractHelmet" or
"Animalist_WarMask"
]/wornGraphicPath</xpath>
<value>
<wornGraphicPath/>
</value>
</li>
</operations>
</Operation>