Elasto Mania REC: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
imported>Ikskoks
Line 18: Line 18:
4 bytes (uint32) - is_flagtag_rec
4 bytes (uint32) - is_flagtag_rec
4 bytes (uint32) - level link number
4 bytes (uint32) - level link number
12 bytes (char) - level name
12 bytes (char) - level name // "QWQUU001.LEV"
4 bytes (uint32) - unknown
4 bytes (uint32) - unknown



Revision as of 20:26, 4 November 2020

REC


Format Specifications

// Elasto Mania
// REC file format

//header
4 bytes (uint32) - number of replay frames
4 bytes (uint32) - unknown //  "0x83"
4 bytes (uint32) - is_mylty_rec
4 bytes (uint32) - is_flagtag_rec
4 bytes (uint32) - level link number
12 bytes (char) - level name  // "QWQUU001.LEV"
4 bytes (uint32) - unknown

//frames
num_of_frames *
{
   x bytes - frame
}

4 bytes (uint32) - number of replay events

//events
num_of_replay_events *
{
   x bytes - event
}
4 bytes (uint32) - end_of_reply marker

MultiEx BMS Script

Not written yet.

Notes and Comments

None.

Compatible Programs

  • None.