Sonic Unleashed 999: Difference between revisions

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

Revision as of 19:01, 11 October 2020

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