Difference between revisions of "Aal/BARSLIST (File Format)"

From Deep Sea Knowledge
Jump to navigation Jump to search
(create documentation)
 
(fix name)
 
Line 1: Line 1:
An '''Audio ReSource archive''' is used store names of [[Aal/BARS (File Format)|BARS files]].
+
An '''Audio ReSource LIST''' file is used store names of [[Aal/BARS (File Format)|BARS files]].
  
 
== Header ==
 
== Header ==

Latest revision as of 05:23, 11 November 2018

An Audio ReSource LIST file is used store names of BARS files.

Header

For the last file name in the list, the application just reads to the end of the BARSLIST.

Offset Type Description
0x0 UInt32 "ARSL" (0x4152534C) magic number
0x4 UInt16 Endianness (0xFFFE for little, 0xFEFF for big)
0x6 UInt16 Version number? Always 0x1
0x8 UInt32 Padding? Always zero
0xC UInt32 Number of entries
0x10 UInt32[] Length of each name (except the last)
N/A string[] File names