Really odd, at first I thought it was simply because I used 7.0.23.1 client (which is a winter client, replaces the grass textures with snow etc). But now I've gotten everything settled and the 7.0.20.1 client too (which should be a regular client). And still no tree foliage. o_O
Anyone an idea what could be going on??

Ps: In Centred+ everything is fine, trees plus foliage, same statics & staidx & map mul.
 
Could it have anything to do with facets, me being in Felucca maybe so trees are stripped bare by that? If yes how do I change the facet or the facet setting? I'm on map0.mul.
 
Correct Fel has no leaves and many skulls :) change like this

Change the zero's to match the same as the 1's for Trammel

Scripts/Misc Folder open the MapDefinitions.cs

RegisterMap( 0, 0, 0, 7168, 4096, 4, "Felucca",MapRules.FeluccaRules );
RegisterMap( 1, 1, 1, 7168, 4096, 0, "Trammel",MapRules.TrammelRules );
RegisterMap( 2, 2, 2, 2304, 1600, 1, "Ilshenar", MapRules.TrammelRules );
 
Lol yes, I'm in Felucca and that removes the leaves. Can I change that somehow, since I'm intending to do custom maps anyway, that Felucca shows leaves?
 
Back