Nainstalovat Steam
přihlásit se
|
jazyk
简体中文 (Zjednodušená čínština)
繁體中文 (Tradiční čínština)
日本語 (Japonština)
한국어 (Korejština)
ไทย (Thajština)
български (Bulharština)
Dansk (Dánština)
Deutsch (Němčina)
English (Angličtina)
Español-España (Evropská španělština)
Español-Latinoamérica (Latin. španělština)
Ελληνικά (Řečtina)
Français (Francouzština)
Italiano (Italština)
Bahasa Indonesia (Indonéština)
Magyar (Maďarština)
Nederlands (Nizozemština)
Norsk (Norština)
Polski (Polština)
Português (Evropská portugalština)
Português-Brasil (Brazilská portugalština)
Română (Rumunština)
Русский (Ruština)
Suomi (Finština)
Svenska (Švédština)
Türkçe (Turečtina)
Tiếng Việt (Vietnamština)
Українська (Ukrajinština)
Nahlásit problém s překladem
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.