Welcome to Data Crystal's new home! Data Crystal is now part of the TCRF family (sort of).
The wiki has recently moved; please report any issues in Discord. Pardon the dust.

Persona 3 and 4/BMD (File Format): Difference between revisions

From Data Crystal
Jump to navigation Jump to search
(Created page with "The BMD format contains text for Persona 3/4. The format is in Big Endian. {| class="wikitable" |- ! Offset ! Description |- | 0x00 | Probably an identifier, always 0x7 |- | ...")
 
No edit summary
Line 18: Line 18:
| Amount of entries
| Amount of entries
|}
|}
After the header, there is a table with 4 bytes.
First 2 are the size of the text
Last 2 is the identifier.

Revision as of 08:45, 7 April 2015

The BMD format contains text for Persona 3/4. The format is in Big Endian.

Offset Description
0x00 Probably an identifier, always 0x7
0x04 Size of the file
0x08 MSG1 Magic Identifier
0x18 Amount of entries

After the header, there is a table with 4 bytes.

First 2 are the size of the text Last 2 is the identifier.