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 (Created page with "== Txts Pack nb == * ''' Game ''': Crash Bandicoot: Mutant Island <br> * ''' Format Type ''': Text <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Orde...") |
(No difference)
| |
Revision as of 12:18, 25 October 2020
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.