EA SSH FSH Image: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
imported>Ikskoks
(No difference)

Revision as of 12:03, 23 January 2021

Choose archive extension:

SSH


Format Specifications (EA Cricket 2005)

char {4}     - Magic (SHPS)
uint32 {4}   - File Length
uint32 {4}   - Version? (1)
char {4}     - File Code (G359)
char {4}     - Filename (batt)
uint32 {4}   - Header Size? (48)
char {4}     - Group Name? (Buy )
char {4}     - ERTS Header (ERTS)
byte {16}    - null
uint32 {4}   - Decompressed Image Size?
uint16 {2}   - Image Width/Height
uint16 {2}   - Image Width/Height
uint32 {4}   - null
uint32 {4}   - Unknown (8192)

byte {X}     - Image Data (up to fileLength-256)

char {4}     - EAGL Header (EAGL)
char {236}   - Description (240 metal bin attachment for runtime texture management) (null to fill)
uint32 {4}   - Unknown (112)
char {4}     - Filename (batt)
uint64 {8}   - null


Format Specifications (NHL 2002)

// NHL 2002
// SSH file format

// little endian

// header
6 bytes - unknown
4 bytes (char) - magic // "SHPS"
4 bytes (uint32) - some size?
4 bytes (uint32) - unknown  // "8" or "9"
4 bytes (char) - file type // e.g. "GIMX"
4 bytes (char) - file name // e.g. "body"
55 bytes - unknown

x bytes - compressed data   // compressed with LZSS

MultiEx BMS

Not written yet.

Notes

  • Some files inside SSH container may be compressed with LZSS compression or with Huffman compression.

Games

List of games using this file format:

  • EA Cricket 2005 (PS2)
  • EA Cricket 07 (PS2)
  • FIFA Street 1 (PS2)
  • FIFA 2009
  • Harry Potter And The Chamber Of Secrets (PS2)
  • James Bond 007: Nightfire
  • NHL 2002 (PS2)

Supported Programs

Gallery