Anonymous

Changes

From Final Fantasy Inside

FF7/Field/Model Loader

109 bytes added, 05:14, 23 May 2019
m
6 revisions imported
== Model loader (FF7 PC) ==
{| borderclass="1" cellspacing="1" cellpadding="3" align="center" style="border: 1px solid black; border-collapse: collapse;wikitable"! style="background:rgb(204,204,204)" | Offset! style="background:rgb(204,204,204)" | Size! style="background:rgb(204,204,204)" | Data
|-
| 0
|}
== Model loader data ==
For each model:
{| borderclass="1" cellspacing="1" cellpadding="3" align="center" style="border: 1px solid black; border-collapse: collapse;wikitable"! style="background:rgb(204,204,204)" | Offset! style="background:rgb(204,204,204)" | Size! style="background:rgb(204,204,204)" | Data
|-
| 0
| Model name (''fieldNameModel_name.char'', unused)
|-
|style="background:rgb(255,255,204)" | 2 + SizeModelName|style="background:rgb(255,255,204)" | 2|style="background:rgb(255,255,204)" | Unknown (sometimes 0 if the model is playable, 1 otherwise)
|-
| 4 + SizeModelName
|-
| 18 + SizeModelName
| 10 3| Light color 1 (RGB format)|-| style="background: rgb(255,255,204)" | 21 + SizeModelName| style="background: rgb(255,255,204)" | 2 * 3| style="background: rgb(255,255,204)" | Light coordinates? 1 (signed short)|-| 27 + SizeModelName| 3| Light color 2 (RGB format)|-| style="background: rgb(255,255,204)" | 30 + SizeModelName| style="background: rgb(255,255,204)" | 2 * 3| style="background: rgb(255,255,204)" | Light coordinates? 2 (signed short)|-| 36 + SizeModelName| 3| Light color 3 (RGB format)|-| style="background: rgb(255,255,204)" | 39 + SizeModelName| style="background: rgb(255,255,204)" | 2 * 3| style="background: rgb(255,255,204)" | Light colors coordinates? 3 (signed short)|-| 45 + SizeModelName| 3| Global light color (RGB format)
|-
| 48 + SizeModelName
|}
=== Loaded animations ===
{| borderclass="1" cellspacing="1" cellpadding="3" align="center" style="border: 1px solid black; border-collapse: collapse;wikitable"! style="background:rgb(204,204,204)" | Offset! style="background:rgb(204,204,204)" | Size! style="background:rgb(204,204,204)" | Data
|-
| 0
| Animation name (file name extension can be removed)
|-
|style="background:rgb(255,255,204)" | 2 + SizeAnimName|style="background:rgb(255,255,204)" | 2|style="background:rgb(255,255,204)" | Unknown
|}