Page 1 of 1

Fall trees from Harvest quest rewards

Posted: Fri Sep 28, 2018 12:50 pm
by Tothia
is it hard to code the leaves on the trees to a certain color..don't know diddly about coding..was just wondering about the leaves being the color of the pile of leaves..be more fall like

Re: Fall trees

Posted: Fri Sep 28, 2018 4:47 pm
by Wil
Check out the yard wand. Tree leaves for fall and spring are two different objects placed over the tree trunk object.

The harder issue, as I understand it, is that the leaves on the trees on the general map are in the client-side files so that they don't have to be loaded from the server every time you run by. To change them (or put them under server control) you'd have to publish a new version of the client.

On the other hand, this means you could tweak your copy of the client so that the trees all turn to fall colors.

Regards,
Wil