Skip to content

BARSLIST File Format

Yannik Marchand edited this page May 5, 2023 · 12 revisions

AAL > Audio Resource List (ARSL)

A .barslist file contains an audio resource list.

This page describes version 1 of the file format.

Offset Size Description
0x0 4 Magic number (ARSL)
0x4 2 Endianness: 0xFFFE=Little 0xFEFF=Big
0x6 2 Version number
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