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

Topics - theWul

#1
Help / Harmony-postfix for "after harvest" ?
April 13, 2018, 06:33:30 AM
I would like to add own code after whatever grew on a tile has been harvested.
Having used harmony patching before I'm pretty sure thats the way to go but I don't have the slightest idea what to patch in particular...

Anybody any advice please?
#2
I could'nt find any example how to get to the actuall "Thing"s to feed in the jobdriver if the workgiver processes a recipe.

Edit: meanwhile I found the "Bill" stuff and realized I'm somewhat off the mark =)
anyway, thx ....
#3
Help / SOLVED: Can't patch terrain texture...
April 05, 2018, 03:54:13 AM
Can anybody please help me why

<Patch>
     <Operation Class="PatchOperationReplace">
          <xpath>*/TerrainDef[defName="Mud"]/texturePath</xpath>
          <value>
               <texturePath>contrast_Mud</texturePath>
          </value>
     </Operation>
</Patch>

wont change the texture?
If I overwrite the complete TerrainDef it works...
thanks ahead
#4
Ideas / Basic water infrastructure
March 06, 2018, 05:36:49 AM
Currently theres some mods out there that somehow add water to the game.

Is it realistic to get a basic water system (with drinking need) in V1.0, similar to the power system?

It shouldn't be THAT hard to do, and would prevent a lot of compatibility issues for modding.