安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题
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.