Anonymous

Changes

From Final Fantasy Inside

FF9/IMGSubDir

11 bytes added, 11:47, 16 November 2008
Sub Directory: File List Structure
! style="background:rgb(204,204,204);" align="left" | Description
|-
| style="background:rgb(255,255,255);" | FlagsFile Identifier
| style="background:rgb(255,255,255);" | DWORD
| style="background:rgb(255,255,255);" | File flag information is unknown at this time.
|-
|}
 
==File Size information==
This is determined expostfacto. It is not included with the file list. First you load the file directory structure (1 + sectors). The next step is to find the file you wish to know the size of (IE 0 to FileCount-1 in the file structure array). Take the first sector of the next file in the array (only if it's not the last file) and subtract the first sector of the file you wish the size of, the result is the number of sectors the file ocupies within the image. The last file is a bit different you need the sector of the next sub directory file list and subtract from that the first sector of the file you wish the size of.
Anonymous user