Installera Steam
logga in
|
språk
简体中文 (förenklad kinesiska)
繁體中文 (traditionell kinesiska)
日本語 (japanska)
한국어 (koreanska)
ไทย (thailändska)
Български (bulgariska)
Čeština (tjeckiska)
Dansk (danska)
Deutsch (tyska)
English (engelska)
Español – España (spanska – Spanien)
Español – Latinoamérica (spanska – Latinamerika)
Ελληνικά (grekiska)
Français (franska)
Italiano (italienska)
Bahasa Indonesia (indonesiska)
Magyar (ungerska)
Nederlands (nederländska)
Norsk (norska)
Polski (polska)
Português (portugisiska – Portugal)
Português – Brasil (portugisiska – Brasilien)
Română (rumänska)
Русский (ryska)
Suomi (finska)
Türkçe (turkiska)
Tiếng Việt (vietnamesiska)
Українська (ukrainska)
Rapportera problem med översättningen
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 ()