Changes

116 bytes added ,  13:35, 22 October 2014
no edit summary
Line 86: Line 86:  
STRG contains the names of the audio files in the BCSAR.
 
STRG contains the names of the audio files in the BCSAR.
   −
For now I only know some information in the header for this partition, but I'm working on figuring the rest out.
+
Header:
    
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
Line 105: Line 105:  
|  0x4
 
|  0x4
 
|  Count of audio names (since each file should have a name you could also say this is essentially a file count)
 
|  Count of audio names (since each file should have a name you could also say this is essentially a file count)
 +
|-
 +
|}
 +
 +
Then for each name:
 +
 +
{| class="wikitable" border="1"
 +
|-
 +
!  OFFSET
 +
!  SIZE
 +
!  DESCRIPTION
 +
|-
 +
|  0x0
 +
|  0x4
 +
|  Type of the file...?
 +
|-
 +
|  0x4
 +
|  0x4
 +
|  Offset of the filename
 +
|-
 +
|  0x8
 +
|  0x4
 +
|  Size of the filename
 
|-
 
|-
 
|}
 
|}
7

edits