Skip to content

File Types

Raflos10 edited this page Jan 17, 2024 · 3 revisions

ISO -> A file that contains files

CVM -> Exactly like an ISO file, except it has a header which is the first 1800 bytes of the file.

The files inside the CVM files (SE2, SKT, etc.) -> These are compressed FPS3 files

FPS3 -> Kind of like a ZIP file, when uncompressed it just contains more files

Sb7 -> Special kind of text file that stores lines of text in text arrays

  • Header -- Contains memory addresses that point to the below data, and the size of the data
  • Text sets (An array of arrays of individual lines) -- Typically, with skits at least, the majority of the text sets are not dialogue but some other data -- The dialogue is typically the final text set, which is an array of individual lines of dialogue

Clone this wiki locally