Minority report XSH XSD

From XentaxWiki
Revision as of 20:09, 22 October 2020 by imported>Ikskoks (Created page with "== XSH, XSD == * ''' Game ''': Minority Report - Everybody Runs <br> * ''' Format Type ''': Archive <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Ord...")
Jump to navigation Jump to search

XSH, XSD


Format Specifications

Document created by Bartlomiej Duda
Creation date: 22.10.2020

// Minority Report - Everybody Runs (Xbox) 
// XSH file format

// little endian


// Note: Actual data is stored in XSD files.

//header
4 bytes - unknown
4 bytes - nulls
4 bytes (uint32) - num of entries


//info array
num_of_entries *
{
   32 bytes (char) - file name + folder name?
   4 bytes - unknown (some ID?)
   4 bytes (uint32) - file offset
   2 bytes (uint16) - file size
   58 bytes - unknown
}

MultiEx BMS Script

Not written yet.

Notes and Comments

  • XSH is a header file and XSD is a data file.

Compatible Programs