White Night EN: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks (Created page with "== EN == * ''' Game ''': White Night <br> * ''' Format Type ''': Text File <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <b...") |
imported>Ikskoks (Created page with "== EN == * ''' Game ''': White Night <br> * ''' Format Type ''': Text File <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <b...") |
(No difference)
| |
Revision as of 17:06, 11 October 2020
EN
- Game : White Night
- Format Type : Text File
- Endian Order : Little Endian
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