Anonymous

Changes

From Final Fantasy Inside

FF7/Field/Model Loader

606 bytes removed, 07:04, 30 March 2018
Created page with "== Model loader (FF7 PC) == {| class="wikitable" ! Offset ! Size ! Data |- | 0 | 2 | ''Always 0'' |- | 2 | 2 | Model count |- | 4 | 2 | Model scale (unused) |- | 6 | ''vari..."
== 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
| 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
| 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
| 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 coordinates? 3 (signed short)
|-
| 45 + 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
|}
Anonymous user