Skip to content

BARSLIST File Format

Yannik Marchand edited this page Jul 10, 2019 · 12 revisions

AAL > BARSLIST

A .barslist file contains an audio resource list.

Offset Type Description
0x0 4 Magic number ("ARSL")
0x4 2 Endianness (0xFFFE for little endian)
0x6 2 Version number (must be 1)
0x8 4 Offset into string table for the name of this audio resource list
0xC 4 Number of audio resources
0x10 For every audio resource, an offset (4 bytes) into the string table for its filename
String table (list of null terminated strings)
Clone this wiki locally