EA SCHl Audio: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks |
imported>Ikskoks |
||
| Line 43: | Line 43: | ||
=== Compatible Programs === | === Compatible Programs === | ||
* [https://wiki.multimedia.cx/index.php/Electronic_Arts_Sound_eXchange Electronic Arts Sound eXchange] | |||
* [https://github.com/camconn/ealayer3 ealayer3 / EA Layer 3 Extractor/Decoder] | * [https://github.com/camconn/ealayer3 ealayer3 / EA Layer 3 Extractor/Decoder] | ||
* [https://www.nfsplanet.com/cars_info.php?id=351&lang=eng Game Audio Player] (+ [https://github.com/ValeryAnisimovsky/GameAudioPlayer source code]) | * [https://www.nfsplanet.com/cars_info.php?id=351&lang=eng Game Audio Player] (+ [https://github.com/ValeryAnisimovsky/GameAudioPlayer source code]) | ||
Revision as of 22:12, 16 May 2022
DAT
- Format Type : Archive / Audio
- Endian Order : Little Endian
- Signature : SCHl / SCHL
Format Specifications
// for each file
- char {4} - Signature (SCHl)
- uint32 {4} - Split Header Offset
- byte {X} - Unknown
- // Split Header
- char {4} - Split Header (SCCl)
- uint32 {4} - Chunk Data Offset (12) (relative to the start of the split header)
- uint32 {4} - Number Of Chunks
- char {4} - Split Header (SCCl)
- // for each chunk
- char {4} - Chunk Header (SCDl)
- uint32 {4} - Compressed Size (of the chunk)
- uint32 {4} - Uncompressed Size (of the chunk)
- byte {4} - null Padding
- byte {X} - Chunk Data
- char {4} - Chunk Header (SCDl)
- // for each chunk
- char {4} - File End Tag (SCEl)
- uint32 {4} - Unknown (8)
- byte {X} - Padding (filled with null)
quickBMS Script
Not written yet.
Notes and Comments
- This format lists all files one after the other. Each file is split up into chunks, presumably to make for more efficient file buffering when playing audio.
- This file format supports several chunk types: SCHl (header chunk), PATl, TMxl, mTCD, SCCl, SCDl (data chunk?), GSTR and SCEl (end chunk).
Compatible Programs
- Electronic Arts Sound eXchange
- ealayer3 / EA Layer 3 Extractor/Decoder
- Game Audio Player (+ source code)
- Game Extractor
Games
List of games using this file format:
- FIFA 2004 *.dat
- FIFA 2005 *.dat
- FIFA 2006 *.sng
- Harry Potter And The Prizoner Of Azkaban (XBox) *.ast
- MVP Baseball 2005 *.ast
- NBA Live 97 (PS1) (*.DCT / *.BIG)
- Need For Speed Underground *.ast
- Need For Speed Underground 2 *.ast
- NHL 2006 *.ast *.big *.vp6