GRAF:Digimon Rumble Arena 2 RES: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
(Created page with "== RES == * ''' Game ''': Digimon Rumble Arena 2 <br> * ''' Format Type ''': Archive <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little...")
imported>Ikskoks
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 89: Line 89:
=== Other games ===  
=== Other games ===  
A list of games using same file format:
A list of games using same file format:
* Spider-Man: Web of Shadows
* [[Spider-Man: Web of Shadows]]




Line 96: Line 96:
[[Category:Format_Archive | Type: Archive]]
[[Category:Format_Archive | Type: Archive]]
[[Category:Extension_res | Extension: res]]
[[Category:Extension_res | Extension: res]]
[[Category:File Format]]

Latest revision as of 11:59, 4 January 2021

RES


Format Specifications

// Digimon Rumble Arena 2
// RES file format

// little endian


//HEADER
4 bytes - magic ("res\x0A")
4 bytes - unknown
4 bytes - data offset
4 bytes - some offset
4 bytes - offset to number of files
4 bytes - data size
4 bytes - offset to number of files (repeated value?)
4 bytes - size of the tail
4 bytes - number of tags


//FOLDERS
num_of_folders *
{
  4 bytes - folder name   ("lua!, "strg", "indx" etc.)
  2 bytes - unknown
  2 bytes - unknown
}


x bytes - padding


//DATA
num_of_files *
{
   x bytes - file data
}

x bytes - padding


//OFFSET TABLE
4 bytes - number of files

num_of_files * 
{
  4 bytes - unknown
  4 bytes - file type
  4 bytes - relative offset
  4 bytes - file size
  4 bytes - unknown
}



//SOME TABLE
num_of_entries *
{
  4 bytes - unknown
}


MultiEx BMS Script

Not written yet

QuickBMS Script

Notes and Comments

None.

Compatible Programs

None.

Other games

A list of games using same file format: