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