BLOOD+ One Night Kiss BIN
Jump to navigation
Jump to search
Back to index | Edit this page
BIN
- Format Type : Archive
- Endian Order : Little Endian
- Signature : LF 2
Format Specifications
// header
4 bytes (char) - signature // "LF 2"
4 bytes (uint32) - version? // 1 or 2
4 bytes (uint32) - number of files
4 bytes (uint32) - info table offset
// name table
number_of_files *
{
x bytes (char) - file name // e.g. "HJI001.RSL"
}
x bytes - padding // filled with 0xFF values
// info table
number_of_files *
{
4 bytes (uint32) - file offset (in sectors)
4 bytes (uint32) - file size (in bytes)
}
// data
number_of_files *
{
x bytes - file data
x bytes - padding // filled with 0x00 values
}
Notes and Comments
None.
Games
List of games using this file format:
- BLOOD+ One Night Kiss (PS2) (*.BIN)
QuickBMS Script
Compatible Programs
None.