GRAF:Thousand Arms STM: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
No edit summary
imported>Ikskoks
No edit summary
 
(One intermediate revision by the same user not shown)
Line 60: Line 60:
[[Category:Extension_stm | Extension: stm]]
[[Category:Extension_stm | Extension: stm]]
[[Category:BMS_None | BMS: None]]
[[Category:BMS_None | BMS: None]]
[[Category:File Format]]

Latest revision as of 21:43, 21 January 2021

STM


Format Specifications

// Thousand arms (PSX) 
// STM file format

// little endian


//CHUNK HEADER (32 bytes)
{
  4 bytes - magic    // always \x60\x01\x00\x00
  2 bytes - counter1  // maybe chunk part counter?
  2 bytes - number of chunk parts?    // always (?) \x04\x00
  2 bytes - counter2   //chunk counter?
  2 bytes - null
  4 bytes - size of the chunk?
  4 bytes - chunk type?
             // \x02\x00\x00\x00 - file list
             // \x14\x00\x00\x00 - file
  12 bytes - unknown blob
}


//CHUNK DATA
{
  4 bytes - file id?
  12 bytes - file name
  4 bytes - file size
}


MultiEx BMS Script

Not written yet

Notes and Comments

None.

Compatible Programs