Author Topic: Tree Hitpoints  (Read 6073 times)

Jamis

  • Seedling
  • **
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 27
Tree Hitpoints
« on: March 25, 2009, 09:50:26 PM »
Alex or anyone...

How does this optoin work exactly?

<dir name="STRUCTURES">
  <dir name="HEALTHPOWERRULE" type="int" value="???" />
</dir>

I'm trying to understand how to better control tree hitpoints based upon the age of the tree.

Thanks,

-Jamis

Alex

  • Administrator
  • Ent
  • *****
  • Thank You
  • -Given: 3
  • -Receive: 14
  • Posts: 1,035
Re: Tree Hitpoints
« Reply #1 on: April 22, 2009, 07:56:06 PM »
Jamis,

If you hit ctrl-D in the game, and then hit (F3), you should be able to see the graphs that govern the values we use for things like tree hit points. You can change these during play using the variable directory (F2). I don't recommend loading/saving variable directory stuff, it's buggy, but it should give you a way of examining how the variables affect each other, and then you can manually edit your xml to reflect this stuff.

HTH.

Alex