Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: Weird problem when changing color for the trees  (Read 586 times)

Vanst7

  • Bay Watcher
    • View Profile
Weird problem when changing color for the trees
« on: October 10, 2014, 05:04:03 am »

Hello guys, i got some weird problem and really don't know why this is happening.
I wanted to change for every trees, the foreground and background color of the pollens, flowers,fruits etc..

What i wanted is to put the foreground color the same color as the leaves and put the background color for the pollens, fruits, flowers etc.
But i do get some weird result. For exemple for [PLANT:GINKGO] ginkgo biloba, i changed that and it worked as intended:

   [GROWTH:POLLEN_CATKINS]
      [GROWTH_NAME:ginkgo pollen catkin:STP]
      [GROWTH_ITEM:PLANT_GROWTH:NONE:LOCAL_PLANT_MAT:STRUCTURAL]
      [GROWTH_DENSITY:1000]
      [GROWTH_HOST_TILE:BRANCHES_AND_TWIGS]
      [GROWTH_TIMING:30000:99999]
      [GROWTH_PRINT:'*':'*':2:6:0:30000:99999:2]

 Well for pollen catkins, in my fort, every trees work fine with the pollens changed like that, except for the Willow trees. Their leaves went yellow.

[PLANT:WILLOW]

   [GROWTH:POLLEN_CATKINS]
      [GROWTH_NAME:willow pollen catkin:STP]
      [GROWTH_ITEM:PLANT_GROWTH:NONE:LOCAL_PLANT_MAT:STRUCTURAL]
      [GROWTH_DENSITY:1000]
      [GROWTH_HOST_TILE:BRANCHES_AND_TWIGS]
      [GROWTH_TIMING:30000:99999]
      [GROWTH_PRINT:'*':'*':2:7:1:30000:99999:3]
   [GROWTH:SEED_CATKINS]
      [GROWTH_NAME:willow seed catkin:STP]
      [GROWTH_ITEM:PLANT_GROWTH:NONE:LOCAL_PLANT_MAT:STRUCTURAL]
      [GROWTH_DENSITY:1000]
      [GROWTH_HOST_TILE:BRANCHES_AND_TWIGS]
      [GROWTH_TIMING:30000:99999]
      [GROWTH_PRINT:'*':'*':2:7:1:30000:99999:2]

I use the same tiles for the two and don't know why is doing that. With flowers every trees got their leveas yellow. I did exactly the same thing as pollen and seeds. Just switched the colors.
Do anyone have any clues what i'm doing wrong?
« Last Edit: October 10, 2014, 05:12:25 am by Vanst7 »
Logged

Vanst7

  • Bay Watcher
    • View Profile
Re: Weird problem when changing color for the trees
« Reply #1 on: October 10, 2014, 05:26:02 am »

Oh, nevermind. Changing the last number of color of the Willow trees by 0  fixed it.

 [GROWTH_PRINT:'*':'*':2:7:0:30000:99999:2]

But i don't have any clue what that number mean.
Logged