Fall trees from Harvest quest rewards
Fall trees from Harvest quest rewards
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
Last edited by Tothia on Mon Oct 01, 2018 10:54 am, edited 1 time in total.
- Wil
- Legendary Scribe
- Posts: 1228
- Joined: Mon Dec 30, 2013 1:19 pm
- Location: Seattle, WA, USA
- Contact:
Re: Fall trees
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
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