Monopoly LNG: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks (Created page with "== LNG == * ''' Game ''': Monopoly <br> * ''' Format Type ''': Text File <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <br>...") |
imported>Ikskoks No edit summary |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 15: | Line 15: | ||
char(x) - ID string // "EMC00000" | char(x) - ID string // "EMC00000" | ||
char(x) - text string // "initialising..." | char(x) - text string // "initialising..." | ||
} | |||
</pre> | </pre> | ||
</div> | </div> | ||
| Line 39: | Line 40: | ||
[[Category:Extension_lng | Extension: lng]] | [[Category:Extension_lng | Extension: lng]] | ||
[[Category:BMS_None | BMS: None]] | [[Category:BMS_None | BMS: None]] | ||
[[Category:File Format]] | |||
Latest revision as of 16:58, 16 January 2021
LNG
- Game : Monopoly
- Format Type : Text File
- Endian Order : Little Endian
Format Specifications
// Monopoly LNG file format
num_of_strings *
{
char(x) - ID string // "EMC00000"
char(x) - text string // "initialising..."
}
MultiEx BMS Script
Not written yet.
Notes and Comments
- Language files.
Compatible Programs
- Notepad
- Notepad++