Sonic Unleashed 999

From XentaxWiki
Revision as of 19:01, 11 October 2020 by imported>Ikskoks (→‎Compatible Programs)
Jump to navigation Jump to search

999


Format Specifications

// Sonic Unleashed (Java)
// "999" file format


// Note: "999" is an archive index file.
// It can be used to iterate over archives in game.



4 bytes - number of files

num_of_files *
{
  4 bytes - file name length
  x bytes - file name
  4 bytes - file size
}


MultiEx BMS Script

Not written yet

Notes and Comments

None.

Compatible Programs