RimWorld
Portraits of the Rim
Braincell 2023년 3월 13일 오전 6시 30분
Everyone has Gas masks Remedy
For those who have an error partaining to gas masks because of Vanilla Expanded apparels, go to your rimworld workshop folder. Which would be 294100, and then Portraits would be 2937991425. Click on that folder, and then click on "Mods" folder. Then go to VEApparel. Opening that would have 2 other folders called "Defs" and "Textures". Open textures and find "InnerHeadgear" the gas masks will be there. Then open "Defs" with either notepad or notepad++ or any other code editing software, and search for this line

<PortraitsOfTheRim.PortraitElementDef>
<defName>PR_InnerHeadgear_VEApparel-an-gasmask</defName>
<portraitLayer>PR_InnerHeadgear</portraitLayer>
<graphicData>
<texPath>InnerHeadgear/VEApparel-an-gasmask</texPath>
</graphicData>
<requirements>
<ageRange>13~999</ageRange>
<apparels>
<li>VEApparel-an-gasmask</li>

and

<PortraitsOfTheRim.PortraitElementDef>
<defName>PR_InnerHeadgear_VEApparel-cn-gasmask</defName>
<portraitLayer>PR_InnerHeadgear</portraitLayer>
<graphicData>
<texPath>InnerHeadgear/VEApparel-cn-gasmask</texPath>
</graphicData>
<requirements>
<ageRange>13~999</ageRange>
<apparels>
<li>VEApparel-cn-gasmask</li>

Or alternatively you can just search "VEApparel-an-gasmask" and "VEApparel-cn-gasmask" using Ctrl+f and then delete the line of code above. This will prevent the mod from using the gasmask texture and thus wont give everyone the gas mask. It is a temporary remedy CHEERS! :bleach:
< >
전체 댓글 4개 중 1~4개 표시 중
Braincell 2023년 3월 13일 오전 6시 31분 
If you somehow break something unsubscribe and resubscribe to bring things back to normal. Or alternatively backup the workshop folder for this mod
Braincell 님이 마지막으로 수정; 2023년 3월 13일 오전 6시 32분
twopennydoodle  [개발자] 2023년 3월 15일 오후 12시 20분 
Thank you for sharing this! I'm actually having the programmer look at this today, so hopefully we won't need the workaround soon! This is super helpful for him, though, so also thank you for being so thorough on the walkthrough!
Braincell 2023년 3월 16일 오전 4시 31분 
twopennydoodle 님이 먼저 게시:
Thank you for sharing this! I'm actually having the programmer look at this today, so hopefully we won't need the workaround soon! This is super helpful for him, though, so also thank you for being so thorough on the walkthrough!
No problem <3
Fobrizix 2023년 5월 27일 오전 7시 55분 
If anyone has a problem with every portrait having an item, this guide is just the thing you need! For example, for me everyone had some kind of coat with 2 buttons on the bottom. Found the textures with the name "cape" and the code in the "Defs" folder. From what I can see, Vanilla Expanded Apparels is the only mod causing such problem, so if you have it, then its mod folder is the 1st place you need to check!
Fobrizix 님이 마지막으로 수정; 2023년 5월 27일 오전 7시 56분
< >
전체 댓글 4개 중 1~4개 표시 중
페이지당 표시 개수: 1530 50