RimWorld

RimWorld

368 ratings
Partial Vanilla Clothing Rendering Layer Restoration
2
   
Award
Favorite
Favorited
Unfavorite
Mod, 1.5, 1.6
File Size
Posted
Updated
32.747 KB
1 May, 2024 @ 9:53am
16 Jun @ 12:55am
6 Change Notes ( view )

Subscribe to download
Partial Vanilla Clothing Rendering Layer Restoration

Description
Leave a message if you have any questions
80 Comments
Kipyat 23 Jun @ 9:18am 
I love this
bonafide boofer 16 Jun @ 7:31pm 
Thank you for updating.
小兔崽子 26 May @ 5:14pm 
不知道为什么打了这个mod 敌对小人袭击的武器会乱飞,看起来可能和近战动画有关:steamhappy:
MonaTi 22 May @ 6:19am 
如果我用了原版服饰的美化mod(例如TW的贴图重制),会和这个mod冲突吗
冰海 9 May @ 12:55am 
钢血贴图是这个mod移除的吗?
伪善猫尾  [author] 30 Apr @ 8:20am 
@TAWM 没有,有几个我是故意没做的,他背部装饰拱起来就是要立体感,遮了就扁了
TAWM 30 Apr @ 7:16am 
顺带一提,有专门管这个的开关
<shellRenderedBehindHead>true</shellRenderedBehindHead>
TAWM 30 Apr @ 7:15am 
似乎忘了几个圣装动力甲?
chichwen 20 Apr @ 10:17am 
@Realm Imp
Thank you! Although I ended up changing the files in "Simple Slavery Collars" directly, your response provided me with important reference.
Thanks again~
Realm Imp 15 Apr @ 9:59pm 
@chichwen in the xml file of this mod add another line by just copying the code for example you changed the "apparel_duster" to apparel_slave collar

<Operation Class="PatchOperationAdd">
<xpath>/Defs/ThingDef[defName = "Apparel_Duster"]/apparel</xpath>
<value>
<renderSkipFlags>
<li>None</li>
</renderSkipFlags>
<drawData>
<dataNorth>
<layer>51</layer>
</dataNorth>
</drawData>
</value>
</Operation>