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's giving the following error on Rimworld 1.1 for each plant:
XML error: <plant>PlantBleaktree</plant> corresponds to a field in type SeedDef which has an Unsaved attribute.
I was able to solve it by changing the Item_Seeds.xml file:
<SeedsPlease.SeedDef ParentName="SeedBase">
<defName>Seed_Bleaktree</defName>
<label>bleaktree seeds</label>
<!-- <plant>PlantBleaktree</plant> -->
<sources>
<li>PlantBleaktree</li>
</sources>
<graphicData>
<texPath>Things/Item/Seeds/Bleaktree</texPath>
</graphicData>
</SeedsPlease.SeedDef>
On 1.1, you should use the 'sources' xml element instead of the 'plant' element.
I've used it in Noku's patch)
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=1778427307