Elasto Mania RES: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
imported>Ikskoks
Line 63: Line 63:
[[Category:BMS_None | BMS: None]]
[[Category:BMS_None | BMS: None]]
[[Category:File Format]]
[[Category:File Format]]
[[Category:XOR|Elasto Mania RES]]

Revision as of 21:18, 5 November 2020

RES


Format Specifications

// Elasto Mania
// RES file format

// little endian

// Note: info array is encrypted
// with custom XOR key.

4 bytes (uint32) - number of files

// info array (3604 bytes)
num_of_files *
{
   16 bytes - filename + padding
   4 bytes (uint32) - file size
   4 bytes (uint32) - file offset
}
x bytes - unknown

//offset=3608 data start
num_of_files *
{
  x bytes - file data
}

MultiEx BMS Script

Not written yet.

Notes and Comments

  • Elma.res file contains the graphics, sounds and internal levels.

Compatible Programs

Gallery