RimWorld

RimWorld

How to remove Personal Shields?
Hey! I'd like to remove Personal shields from my game, how do i do that?
Any help would be greatly appreciated! :D
I do not care if its a new mod that i'll have to make or if its just a case of deleting the item from a few files. :)
< >
Showing 1-6 of 6 comments
Anoff May 27, 2017 @ 7:52pm 
Go to the gear tab when you select colonist, and hit the arrow pointing down. (Next to tabs where you see skills or traits.)
Last edited by Anoff; May 27, 2017 @ 7:53pm
Laugo May 27, 2017 @ 8:22pm 
Originally posted by Anoff:
Go to the gear tab when you select colonist, and hit the arrow pointing down. (Next to tabs where you see skills or traits.)

next time read the body
Anoff May 27, 2017 @ 8:48pm 
Originally posted by ⍟ Sinopia™:
Originally posted by Anoff:
Go to the gear tab when you select colonist, and hit the arrow pointing down. (Next to tabs where you see skills or traits.)
I meant deleting them from my game not from my colonist, thanks anyway! ^^

Woops. Sorry.

Go to... Steam\steamapps\common\RimWorld\Mods\Core\Defs\ThingDefs_Misc

And find Apparel_Belts.xml

BACKUP THE FILE

Note that disabling an item will likely corrupt a save, especially if the item is on the map.

Open with Notepad ++

And delete everything from
<ThingDef ParentName="ApparelBase"> (Line 4)
to...
</ThingDef> (Line 72)

Or you could just delete the whole file, and get rid of Smoke pop belts and shields.

If you want to disable an item, Steam\steamapps\common\RimWorld\Mods\Core\Defs\ThingDefs_Misc is where to look. Great for making a tribal only world.

This is everything you're deleting.


<ThingDef ParentName="ApparelBase">
<defName>Apparel_ShieldBelt</defName>
<label>shield belt</label>
<description>A single-person energy shield device. It will attempt to stop any rapidly-moving projectile or energy attack that comes from a distance. It does nothing against melee attacks or shots from point-blank range. It also prevents firing past touch range.</description>
<thingClass>ShieldBelt</thingClass>
<graphicData>
<texPath>Things/Pawn/Humanlike/Apparel/ShieldBelt/ShieldBelt</texPath>
<graphicClass>Graphic_Single</graphicClass>
</graphicData>
<tickerType>Normal</tickerType>
<statBases>
<Mass>3</Mass>
<EnergyShieldRechargeRate>0.13</EnergyShieldRechargeRate>
<EnergyShieldEnergyMax>1.1</EnergyShieldEnergyMax>
<WorkToMake>65000</WorkToMake>
</statBases>
<costList>
<Component>6</Component>
<Plasteel>50</Plasteel>
<Uranium>5</Uranium>
</costList>
<recipeMaker>
<unfinishedThingDef>UnfinishedBelt</unfinishedThingDef>
<researchPrerequisite>ShieldBelt</researchPrerequisite>
<workSpeedStat>SmithingSpeed</workSpeedStat>
<workSkill>Crafting</workSkill>
<effectWorking>Smith</effectWorking>
<soundWorking>Recipe_Machining</soundWorking>
<recipeUsers>
<li>TableMachining</li>
</recipeUsers>
</recipeMaker>
<thingCategories>
<li>Apparel</li>
</thingCategories>
<apparel>
<careIfWornByCorpse>false</careIfWornByCorpse>
<bodyPartGroups>
<li>Waist</li>
</bodyPartGroups>
<layers>
<li>Belt</li>
</layers>
<tags>
<li>BeltDefense</li>
</tags>
</apparel>
<colorGenerator Class="ColorGenerator_Options">
<options>
<li>
<weight>10</weight>
<only>RGBA(0.33,0.33,0.33,1)</only>
</li>
<li>
<weight>10</weight>
<only>RGBA(0.65,0.65,0.65,1)</only>
</li>
<li>
<weight>6</weight>
<min>RGBA(0.3,0.3,0.3,1)</min>
<max>RGBA(0.5,0.5,0.5,1)</max>
</li>
<li>
<weight>10</weight>
<only>RGBA(0.9,0.9,0.9,1)</only>
</li>
</options>
</colorGenerator>
</ThingDef>
Last edited by Anoff; May 27, 2017 @ 8:57pm
Anoff May 27, 2017 @ 8:51pm 
Originally posted by hentai:
Originally posted by Anoff:
Go to the gear tab when you select colonist, and hit the arrow pointing down. (Next to tabs where you see skills or traits.)

next time read the body

Next time use proper grammar. (See that capital N and period?)
Last edited by Anoff; May 27, 2017 @ 8:53pm
Common May 27, 2017 @ 11:57pm 
Originally posted by Anoff:
Originally posted by hentai:

next time read the body

Next time use proper grammar. (See that capital N and period?)

Next time, dont guess if someone has english as their first language.
WiFiN May 28, 2017 @ 4:34am 
Originally posted by ⍟ Sinopia™:
Hey! I'd like to remove Personal shields from my game, how do i do that?
Any help would be greatly appreciated! :D
I do not care if its a new mod that i'll have to make or if its just a case of deleting the item from a few files. :)
y tho?
< >
Showing 1-6 of 6 comments
Per page: 1530 50

Date Posted: May 27, 2017 @ 5:41pm
Posts: 6