White Night EN: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
No edit summary
imported>Ikskoks
No edit summary
 
(No difference)

Latest revision as of 22:40, 4 February 2021

EN


Format Specifications

// White Night
// EN file format


// little endian


//HEADER
4 bytes - unknown1  (always "\x0A\x00\x00\x00")
4 bytes - unknown2  (always "\x00\x00\x00\x00")
4 bytes - unknown3  (always "\x00\x00\x00\x00")
4 bytes - number of lines
4 bytes - number of lines (repeated value?)


//TEXT
num_of_lines *
{
  4 bytes - line length
  x bytes - line
}


MultiEx BMS Script

Not written yet

Notes and Comments

None.

Compatible Programs