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
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 ()