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
It looks, at first glance, that you added them to Pallets with Wrappings, which have sacks to store stuff in...probably not what you meant. But I can probably add a compatability patch if I have the full mod name and the category def.
Is it "Metalls" with two Ls?
yes it's spelled with 2 L's, and yes I did added them on pallets with wrappings
<ThingCategoryDef>
<defName>RimOverhaulSpecialMetalls</defName>
<label>Metalls</label>
<parent>RimOverhaulSpecial</parent>
</ThingCategoryDef>
here is one more it has Specials category as well because Metalls is under Specials category, idk if it helps
<ThingCategoryDef>
<defName>RimOverhaulSpecial</defName>
<label>special</label>
<parent>Root</parent>
</ThingCategoryDef>
I have a vanilla default storage that takes 1/4 of my map because I run a Quarry mod as well and these metalls are mined from there. So I need a large space to store them into. Kinda running out of space
I'm testing a new feature before I push it out, so the change hasn't gone into Steam yet. The reason your change didn't work is because you grabbed the Label and not the defName - if you make those changes, it should stick around....until I push out my next update, which should have the compatibility patch in place.
Alternately, you could try the mod settings - specify that your metals are allowed in skips/pallets, etc.
This is what it adds in category.xml
<Defs>
<ThingCategoryDef>
<defName>MedievalShells</defName>
<label>medieval shells</label>
<parent>Manufactured</parent>
<iconPath>UI/Icons/ThingCategories/MortarShells</iconPath>
</ThingCategoryDef>
<ThingCategoryDef>
<defName>RimOverhaulSpecial</defName>
<label>special</label>
<parent>Root</parent>
</ThingCategoryDef>
<ThingCategoryDef>
<defName>RimOverhaulSpecialMetalls</defName>
<label>Metalls</label>
<parent>RimOverhaulSpecial</parent>
</ThingCategoryDef>
<ThingCategoryDef>
<defName>DarkNetItems</defName>
<label>DarkNET</label>
<parent>Root</parent>
</ThingCategoryDef>
<ThingCategoryDef>
<defName>DarkNetItems_Drugs</defName>
<label>DarkNET Drugs</label>
<parent>DarkNetItems</parent>
</ThingCategoryDef>
</Defs>
Yes drugs for medicine cabinet and shells on pallets. Yes it adds alot, quests, events,, new armor, ect. Just makes Rimworld more alive and fun.