Heart Of Darkness MST: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
No edit summary
imported>Ikskoks
 
(One intermediate revision by the same user not shown)
Line 35: Line 35:


Not written yet.
Not written yet.
=== Notes and Comments ===
* MST files contains bytecode and triggers for the monster logic.


=== Compatible Programs ===  
=== Compatible Programs ===  

Latest revision as of 09:53, 30 October 2020

MST


Format Specifications

// Heart Of Darkness
// MST file format

// little endian

//header
4 bytes (uint32) - version // "160"
4 bytes (uint32) - size of data
116 bytes - unknown
4 bytes (uint32) - size of code / 4
4 bytes - unknown
x bytes - padding


//unknown
x bytes - unknown


//data
x bytes - data

MultiEx BMS Script

Not written yet.

Notes and Comments

  • MST files contains bytecode and triggers for the monster logic.

Compatible Programs