Difference between revisions of "FF8/Main wm2"
< FF8
Jump to navigation
Jump to search
my_wiki>MaKiPL (→Structure) |
my_wiki>MaKiPL (→Structure) |
||
| Line 43: | Line 43: | ||
I'm not sure about Field_WalkMeshID - it's a bit more complicated probably. | I'm not sure about Field_WalkMeshID - it's a bit more complicated probably. | ||
| + | |||
| + | ==Useful notes== | ||
| + | First entry is Balamb Garden | ||
| + | Second entry is Balamb City | ||
Revision as of 19:04, 20 April 2016
By MaKiPL
Info
wm2field.tbl is file that handles the world map to field warping.
Structure
File is 1728 bytes. Where every entry is 24 bytes. Though 1728/24 = 72 entries
One entry:
| Offset | SizeOf | Name | Description |
|---|---|---|---|
| 0 | int16 | UNKNOWN_1 | Doesn't seem to do anything |
| 2 | int16 | UNKNOWN_2 | Doesn't seem to do anything |
| 4 | uint_16? | Field_WalkMeshID ? | Changing operates where party starts |
| 6 | uint_16 | FieldID | ID of field |
| 8 | 16 bytes | UNKNOWN_NULL? | AlwaysZERO? |
I'm not sure about Field_WalkMeshID - it's a bit more complicated probably.
Useful notes
First entry is Balamb Garden Second entry is Balamb City