Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 940 Bytes

OpenTS2_Technical_KnownFileTypes.md

File metadata and controls

25 lines (18 loc) · 940 Bytes

OpenTS2 - Known File Types

Details all known file types in TimeSplitters 2.

Pack (P4CK/P8CK) Files

File Name Description
ANIM.PAK Animation Data
CSANIM.PAK Cutscene Animation Data
FRONTEND.PAK Frontend Animation Data
OTHERS.PAK Unknown
RAWS.PAK Unknown
SOUNDS.PAK Sound Data

Multistream flat Sample bank Concatenated (MSC) Files

These files are loaded and handled by the FRD Stream Driver (v1.1 in the OPM 53 demo).

This is based off of a modified early version of SCEE's MultiStream IOP module.

These files contain the Multistream flat Sample bank Header (.MSH) and Multistream flat Sample bank Body (.MSB) data files concatenated together.

Raw Files

Free Radical Design used a generic .raw file extension for regular binary data (animations, skeletons, etc).

There is no specific format for all .raw files, the game's code is hardcoded to treat certain raw files differently.