| zokemon |
12-26-2006 10:56 AM |
Tile Layers don't load?
It seems the tile layers from a .nw placed a gmap don't load (for those above layer 0 ofcourse) all the time. I have a 4x4 level gmap with all of the tiles form layer 0 copied over to layer 1 (Yes, it is in the .nw not a script). When I enter a level in the gmap, sometimes only the level I enter loads all the layers and sometimes it doesn't load it at all (The layers above 0). In both cases, none of the levels outside of the one you just entered (Keep in mind we are still in a gmap here...) load all of the tiledata for layers above 0!
There is a way to fix this...You simply update the level you are in to load lal the tiledata for that level. You do have to go around and do that to every single level as the update level will only load for THAT level rather then the whole gmap. But since this is a client related thing, as soon as you log off, the problem comes back the next time you come back on Graal.
Any tips? I was thinking of just making it so if the tilelayers count of a layer was 1, I would just cause the client to do a reloadfile or something but then I would have to have all my .nw files have more then one layer :(
|