Difference between revisions of "FF8/WorldMap charaone"

From Final Fantasy Inside
< FF8
Jump to navigation Jump to search
my_wiki>MaKi
(Header)
my_wiki>MaKi
(Header)
Line 15: Line 15:
 
| (TIM_height * (TIM_width * 4)  ) / 2 + 64
 
| (TIM_height * (TIM_width * 4)  ) / 2 + 64
 
| TIM texture
 
| TIM texture
 +
|-
 +
| ?? (after TIM textures, usually two?)
 +
| VARIES
 +
| Chara
 +
|}
 +
 +
== Chara ==
 +
 +
{| class="wikitable"
 +
! Offset
 +
! Length
 +
! Description
 +
|-
 +
| 0x00
 +
| uint
 +
| bone section? length (shift left 6)
 +
|-
 +
| 0x04
 +
| uint
 +
| unknown struct size. Multiply by 8
 +
|-
 +
| 0x08
 +
| uint
 +
| unknown size
 +
|-
 +
| ??
 +
| uint
 +
|  32 * *(dword_24FEE48[v24] + 36))
 
|}
 
|}

Revision as of 19:41, 12 February 2019

file is different than field [ONE]

Header

Offset Length Description
0x00 uint EOF
0x04 (TIM_height * (TIM_width * 4) ) / 2 + 64 TIM texture
?? (after TIM textures, usually two?) VARIES Chara

Chara

Offset Length Description
0x00 uint bone section? length (shift left 6)
0x04 uint unknown struct size. Multiply by 8
0x08 uint unknown size
?? uint 32 * *(dword_24FEE48[v24] + 36))