边缘世界 RimWorld

边缘世界 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:
< >
正在显示第 1 - 4 条,共 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
< >
正在显示第 1 - 4 条,共 4 条留言
每页显示数: 1530 50