Changes

Jump to navigation Jump to search

FF9/IMGSubDir

152 bytes added, 05:25, 23 May 2019
m
6 revisions imported
==Sub Directory: File List Structure==
The infomation is formated as 2 DWORDS WORDS + 1 DWORD * the file count from the root directory. With as many as 300 + files this accounts for 1 to 2 sectors for a subdirectory section. The first sector information may be considered the END sector of the directory information, it is likely this is how it is used by the game kernel.
{| border="0" cellspacing="1" cellpadding="3" style="background: rgb(0,0,0)" align="center"
! style="background:rgb(204,204,204);" align="center" | Name
! style="background:rgb(204,204,204);" align="left" | Description
|-
| style="background:rgb(255,255,255);" | FlagsFile Identifier| style="background:rgb(255,255,255);" | DWORDWORD| style="background:rgb(255,255,255);" | File flag information is unknown at this timeID for loading.|-| style="background:rgb(255,255,204);" | Unknown| style="background:rgb(255,255,204);" | WORD| style="background:rgb(255,255,204);" | Possibly File Type.
|-
| style="background:rgb(255,255,255);" | First Sector
|-
|}
 
==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.

Navigation menu