Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
next time read the body
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>
Next time use proper grammar. (See that capital N and period?)
Next time, dont guess if someone has english as their first language.