Elasto Mania REC: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
imported>Ikskoks
Line 9: Line 9:
<div class="toccolours mw-collapsible" id="mw-customcollapsible-myDivision" style="width:800px; overflow:auto;">
<div class="toccolours mw-collapsible" id="mw-customcollapsible-myDivision" style="width:800px; overflow:auto;">
<pre>
<pre>
//TODO
//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
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 repaly marker
</pre>
</pre>
</div>
</div>

Revision as of 20:21, 4 November 2020

REC


Format Specifications

//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
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 repaly marker

MultiEx BMS Script

Not written yet.

Notes and Comments

None.

Compatible Programs

  • None.