RimWorld

RimWorld

Vanilla Furniture Expanded
Dizzy Ioeuy 17 Aug, 2020 @ 4:01pm
Could you tell me what in the following code is incompatible with VFE?
<Patch> <Operation Class="PatchOperationAdd"> <xpath>Defs/ThingDef[defName="MeditationSpot"]/comps</xpath> <value> <li Class="CompProperties_FireOverlay"> <fireSize>0.25</fireSize> <offset>(0,0,0.16)</offset> </li> <li Class="CompProperties_Glower"> <glowRadius>1</glowRadius> <glowColor>(255,153,50,0)</glowColor> </li> </value> </Operation> </Patch>

It throws red errors like:
Exception in custom XML loader for RimWorld.MeditationFocusOffsetPerBuilding. Node is: <li>VFE_Pottery</li> Exception is: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. --->

etc...
I get five of them, all for objects related to meditation.
< >
Showing 1-1 of 1 comments
Dizzy Ioeuy 17 Aug, 2020 @ 4:08pm 
It's just adding a value to the comps of mediation spot, but what did your mod do that makes this an unhappy red text fire, even though it works.
< >
Showing 1-1 of 1 comments
Per page: 1530 50