Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - tcjaime

#1
Fixed!  Thank you all. 

Here's the correct version:

<?xml version="1.0" encoding="utf-8" ?>
<Patch>
   <Operation Class="PatchOperationReplace">
   <xpath>*/ThingDef[@Name="StandingLampBase"]/comps/li[@Class="CompProperties_Power"]/basePowerConsumption</xpath>
      <value><basePowerConsumption>5</basePowerConsumption></value>
   </Operation>
</Patch>
#2
Help!  I'm new to patching and I'm stuck. Can someone tell me why this is changing all the power consumptions (ex wind gen) to 5 instead of just the lamp? Thank you!

<Patch>
   <Operation Class="PatchOperationReplace">
   <xpath>/Defs/ThingDef["StandingLampBase"]/comps/li["CompProperties_Power"]/basePowerConsumption</xpath>
      <value>
         <basePowerConsumption>5</basePowerConsumption>
      </value>
   </Operation>
</Patch>[/size][/size]
#3
Help / Patch help requested!
July 23, 2018, 09:04:56 AM
Got it fixed!  Thank you all.

<?xml version="1.0" encoding="utf-8" ?>
<Patch>
   <Operation Class="PatchOperationReplace">
   <xpath>*/ThingDef[@Name="StandingLampBase"]/comps/li[@Class="CompProperties_Power"]/basePowerConsumption</xpath>
      <value><basePowerConsumption>5</basePowerConsumption></value>
   </Operation>
</Patch>
#4
Ideas / Re: Your Cheapest Ideas
September 08, 2017, 09:23:17 AM
Apple trees or orange trees.  Can be treated similar strawberries so no new recipes needed. 

And yes, I know about the wonderful Vegetable Garden mod.  But it is waaaaay too complicated.  I want to eat some fruit, not set up a 5 star restaurant.