Difference between revisions of "FF8/FileFormat CA"

From QhimmWiki
Jump to navigation Jump to search
Qhimm>Myst6re
ffrtt>BukTop
m (4 revisions imported)
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
By myst6re.
== Camera ==
== Camera ==


Line 4: Line 6:
<ul>
<ul>
<li>The zoom can be present twice</li>
<li>The zoom can be present twice</li>
<li>There may be two cameras, in this case the camera structure is present twice, and sizeof(each struct) = 0x28 (with zoom twice for each)</li>
<li>There may be several cameras, in this case the camera structure is repeated several times, and sizeof(each struct) = 0x28 (with zoom twice for each)</li>
</ul>
</ul>

Latest revision as of 04:24, 23 May 2019

By myst6re.

Camera

The format is almost the same as Final Fantasy VII. Differences:

  • The zoom can be present twice
  • There may be several cameras, in this case the camera structure is repeated several times, and sizeof(each struct) = 0x28 (with zoom twice for each)