BCSAR: Difference between revisions

Line 102: Line 102:
|  Length of STRG partition (also in CSAR header)
|  Length of STRG partition (also in CSAR header)
|-
|-
0x18
0x8
|  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)
Line 130: Line 130:
|}
|}
Then every filename is rawly setted. You can set up a dictionary that contains, using a simple counter, the size of every filename in order. Then, using the same type of counter, get the values of the size of the filename in a correct order.
Then every filename is rawly setted. You can set up a dictionary that contains, using a simple counter, the size of every filename in order. Then, using the same type of counter, get the values of the size of the filename in a correct order.
=== INFO ===
=== INFO ===