1. Heya - is there anyway to detect / modify when the player harvests any of the resource nodes? ( stone, iron, clay, oil, dirt)... Same with picking any resource objects (flax,loose stones,flowers, sticks, berries, etc)

    Thanks!
     
  2. Not yet
     
  3. Thanks for reply - looking forward to whatever hooks you guys can track down!
     
  4. yeah hook for gathering is one thing we are waiting for, for sure! this would open great potential for our mods!
     
  5. Ive looked into the assembly. It looks like resource harvesting is currently done via the client but CodeHatch is planning to transfer it to the server as I found ResourceMinedEvent. I might be wrong as I didnt investigate further.
     
  6. Thats what I am seeing also... I found what appears to be the node harvesting event being finalized, and it was all done with LocalPlayer... so.. I think Sydney is correct and it is currently client side...