Sonic Unleashed 999: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
(Created page with "== 999 == * ''' Game ''': Sonic Unleashed <br> * ''' Format Type ''': Misc <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Big Endian <br>...")
imported>Ikskoks
Line 41: Line 41:
=== Compatible Programs ===  
=== Compatible Programs ===  


* [https://github.com/bartlomiejduda/Tools/blob/master/NEW%20Tools/Sonic%20Unleashed/999%20file%20format.txt Sonic Unleashed Tool]
* [https://github.com/bartlomiejduda/Tools/blob/master/NEW%20Tools/Sonic%20Unleashed/Sonic_Unleashed_PACK_Tool.py Sonic Unleashed Tool]
<br/><br>
<br/><br>



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