边缘世界 RimWorld

边缘世界 RimWorld

281 个评价
Masks with Hats
2
   
奖励
收藏
已收藏
取消收藏
Mod, 1.3, 1.4, 1.5, 1.6
文件大小
发表于
更新日期
3.684 MB
2022 年 9 月 29 日 下午 3:28
8 月 19 日 上午 6:27
12 项改动说明 ( 查看 )

订阅以下载
Masks with Hats

描述
Allows masks to be worn along with hats that cover (only) the top of the head.

Now includes simple fix for pawns wearing multiple of the same clothing item (eg androids wearing 100 slave collars)

Supports (in addition to core game + expansion content):
Vanilla Psycasts Expanded
Vanilla Factions Expanded - Medieval
Apparello

Compatibility:
Not compatible with Combine Hat and Face Items

*Updated 4/24* - compatilble with [CAT] Show Hair With Hats or Hide All Hats


Any mod can be supported with a small patch to set the layers to "faceCover". If you'd like your mod supported, please comment or check out the github for this mod:

https://github.com/tk421storm/masksWithHats
112 条留言
ZCW 8 月 19 日 上午 9:34 
revision to my suggestion below:

<Operation Class="PatchOperationFindMod">
<mods>
<li>ludeon.rimworld.anomaly</li>
</mods>
<match Class="PatchOperationReplace">
<xpath>/Defs/ThingDef[defName="Apparel_CultistMask"]/apparel/layers</xpath>
<value>
<layers>
<li>FaceCover</li>
</layers>
</value>
</match>
</Operation>
<Operation Class="PatchOperationFindMod">
<mods>
<li>ludeon.rimworld.anomaly</li>
</mods>
<match Class="PatchOperationReplace">
<xpath>/Defs/ThingDef[defName="Apparel_CultistMask"]/apparel/bodyPartGroups</xpath>
<value>
<bodyPartGroups>
<li>FaceCover</li>
</bodyPartGroups>
</value>
</match>
</Operation>
ZCW 8 月 19 日 上午 9:00 
but other than that works like a charm, loving your work! ^-^
-=JkJkLoL=- tk421storm  [作者] 8 月 19 日 上午 6:28 
@zcw - I bet that's not owning anomaly. I added a check today in the latest branch, can you see if you still get that error on 1.6?
ZCW 8 月 17 日 下午 10:01 
got a question about a red log entry, is there a place I can send full logs if you need them?

[Masks with Hats - Start of stack trace]
Verse.PatchOperationReplace(xpath="/Defs/ThingDef[defName="Apparel_CultistMask"]/apparel/layers"): Failed to find a node with the given xpath
[End of stack trace]
Source file: E:\SteamLibrary\steamapps\workshop\content\294100\2869261852\1.6\Patches\PatchReplace.xml
-=JkJkLoL=- tk421storm  [作者] 8 月 11 日 上午 7:02 
i know you all want masks under hats - I get it. As of right now this mod doesn't touch the Apparel drawer at all, making it more compatible (and less of a pain to update). There is a github though, if anyone wants to tackle that challenge!
ptkato 8 月 9 日 下午 6:07 
For the masks to be displayed under the helmets, the <drawOrder> in Defs/ApparelLayerDefs.xml needs to be lowered.
goldenarrow7862 8 月 8 日 下午 10:15 
is there a way to make masks display under hats?
RandomEdits 8 月 4 日 上午 11:10 
Masks really shouldn't be over hats. It looks completely off.
Isopod Gaming 7 月 29 日 上午 11:49 
Would it be possible to make the helmets draw over masks? It feels weird seeing something like a gas mask over a helmet
-=JkJkLoL=- tk421storm  [作者] 7 月 26 日 上午 6:28 
thanks for that tip @Marshall! I'll add some code to do that bit only if the DLC is owned in the next update