2008-10-30, 01:07 AM
(This post was last modified: 2008-10-30, 01:10 AM by KajitiSouls.)
In the map.wz data, each background object/tile has a type associated with it. See below:
These types go up to 7, possibly higher (not that I've seen however). I have good grips as to what types 0-4 are for, and type 5 is guessable. Due to a lack of samples being found for types 5-7 though, I need help finding additional samples!
Here are some of the ones I've found so far after flipping the pile of maps upside down. It's by no means a map by map search; I don't have that much time >_>
type4 = Henesys clouds, mists from various places, lava
type5 = Orbis Tower falling men
type6 = Path of Time cloud
type7 = Aqua Dungeon "will-o-wisp"
All I'm asking for are samples of these types, and please note what map you found them in. If you know what the types actually mean, that's great! Do tell please xD
Code:
back.0.bS aquaCave
back.0.front 0
back.0.ani 0
back.0.no 0
back.0.f 0
back.0.x -24
back.0.y -10
back.0.rx -100
back.0.ry -100
[B]back.0.type[/B] 3
back.0.cx 0
back.0.cy 0
back.0.a 255These types go up to 7, possibly higher (not that I've seen however). I have good grips as to what types 0-4 are for, and type 5 is guessable. Due to a lack of samples being found for types 5-7 though, I need help finding additional samples!
Here are some of the ones I've found so far after flipping the pile of maps upside down. It's by no means a map by map search; I don't have that much time >_>
type4 = Henesys clouds, mists from various places, lava
type5 = Orbis Tower falling men
type6 = Path of Time cloud
type7 = Aqua Dungeon "will-o-wisp"
All I'm asking for are samples of these types, and please note what map you found them in. If you know what the types actually mean, that's great! Do tell please xD

