Minority report XSH XSD: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
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...")
 
imported>Ikskoks
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 59: Line 59:
[[Category:Extension_xsd | Extension: xsd]]
[[Category:Extension_xsd | Extension: xsd]]
[[Category:BMS_None | BMS: None]]
[[Category:BMS_None | BMS: None]]
[[Category:File Format]]

Latest revision as of 16:53, 16 January 2021

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