Skip to content

BARSLIST File Format

Yannik Marchand edited this page Mar 28, 2019 · 12 revisions

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 name of audio resource list
0xC 4 Number of files
0x10 For every file, an offset (4 bytes) into the string table for its filename
String table (list of null terminated strings)
Clone this wiki locally