Crash Bandicoot: Mutant Island Txts Pack nb: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks (Created page with "== Txts Pack nb == * ''' Game ''': Crash Bandicoot: Mutant Island <br> * ''' Format Type ''': Text <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Orde...") |
imported>Ikskoks No edit summary |
||
| Line 52: | Line 52: | ||
[[Category:Format_Text | Type: Text]] | [[Category:Format_Text | Type: Text]] | ||
[[Category:BMS_None | BMS: None]] | [[Category:BMS_None | BMS: None]] | ||
[[Category:File Format]] | |||
Revision as of 15:01, 3 January 2021
Txts Pack nb
- Game : Crash Bandicoot: Mutant Island
- Format Type : Text
- Endian Order : Little Endian
Format Specifications
// Txts_Pack_nb file format
// HEADER
2 bytes - num_of_bytes_to_skip // size of the header
number_of_blocks *
{
2 bytes - offset of the text block
}
// TEXT BLOCKS
number_of_blocks *
{
2 bytes - short2 (count_start)
2 bytes - short1 (count_end) // number of strings in text block
count_end *
{
2 bytes - length of the string
x bytes - text string
}
}
MultiEx BMS Script
Not written yet.
Notes and Comments
None.
Compatible Programs
None.