Installer Steam
log på
|
sprog
简体中文 (forenklet kinesisk)
繁體中文 (traditionelt kinesisk)
日本語 (japansk)
한국어 (koreansk)
ไทย (thai)
Български (bulgarsk)
Čeština (tjekkisk)
Deutsch (tysk)
English (engelsk)
Español – España (spansk – Spanien)
Español – Latinoamérica (spansk – Latinamerika)
Ελληνικά (græsk)
Français (fransk)
Italiano (italiensk)
Bahasa indonesia (indonesisk)
Magyar (ungarsk)
Nederlands (hollandsk)
Norsk
Polski (polsk)
Português (portugisisk – Portugal)
Português – Brasil (portugisisk – Brasilien)
Română (rumænsk)
Русский (russisk)
Suomi (finsk)
Svenska (svensk)
Türkçe (tyrkisk)
Tiếng Việt (Vietnamesisk)
Українська (ukrainsk)
Rapporter et oversættelsesproblem
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