Difference between revisions of "FF8/FileFormat CA"

From Final Fantasy Inside
< FF8
Jump to navigation Jump to search
my_wiki>Myst6re
 
m (4 revisions imported)
 
(3 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 05: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)