Crash Bandicoot: Mutant Island Txts Pack nb: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks No edit summary |
imported>Ikskoks No edit summary |
(No difference)
| |
Latest 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.