Zainstaluj Steam
zaloguj się
|
język
简体中文 (chiński uproszczony)
繁體中文 (chiński tradycyjny)
日本語 (japoński)
한국어 (koreański)
ไทย (tajski)
български (bułgarski)
Čeština (czeski)
Dansk (duński)
Deutsch (niemiecki)
English (angielski)
Español – España (hiszpański)
Español – Latinoamérica (hiszpański latynoamerykański)
Ελληνικά (grecki)
Français (francuski)
Italiano (włoski)
Bahasa Indonesia (indonezyjski)
Magyar (węgierski)
Nederlands (niderlandzki)
Norsk (norweski)
Português (portugalski – Portugalia)
Português – Brasil (portugalski brazylijski)
Română (rumuński)
Русский (rosyjski)
Suomi (fiński)
Svenska (szwedzki)
Türkçe (turecki)
Tiếng Việt (wietnamski)
Українська (ukraiński)
Zgłoś problem z tłumaczeniem
https://steamcommunity.com/sharedfiles/filedetails/?id=3246956515
In the folder 1.5 there is a Thoughts.xml with the code:
<ThoughtDef MayRequire="OskarPotocki.VanillaFactionsExpanded.Core,Ludeon.RimWorld.Biotech">
<defName>DA_BloodflameSepulchralReliquaryThoughts</defName>
<workerClass>VanillaFurnitureExpanded.ThoughtWorker_ThoughtFromNearbyThingDef</workerClass>
<requiredGenes>
<li MayRequire="Ludeon.RimWorld.Biotech">Bloodfeeder</li>
</requiredGenes>
<stages>
<li>
<label>bloodflame sepulchral reliquary</label>
<description>No flame burns as softly as a blood flame.</description>
<baseMoodEffect>2</baseMoodEffect>
</li>
</stages>
<modExtensions>
<li Class="VanillaFurnitureExpanded.ThoughtGiverByProximityDefExtension">
<ThingToGiveThought>DA_BloodflameSepulchralReliquary</ThingToGiveThought>
<DistanceToGiveThought>5</DistanceToGiveThought>
</li>
</modExtensions>
</ThoughtDef>
This is throwing me an error when loaded with both Biotech (or Ideology) and Vanilla Expanded Framework. The error is:
Could not resolve cross-reference: No Verse.ThingDef named DA_BloodflameSepulchralReliquary found to give to VanillaFurnitureExpanded.ThoughtGiverByProximityDefExtension VanillaFurnitureExpanded.ThoughtGiverByProximityDefExtension
UnityEngine.StackTraceUtility:ExtractStackTrace ()