Resident Evil 2 BIN 1
Jump to navigation
Jump to search
BIN (Type 1)
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
// for each file
- uint32 {4} - File Offset [+128]
uint32 {4} - File Data Length (arcSize-128)
byte {X} - null Padding to 128 bytes
byte {X} - File Data
MultiEx BMS
Not written yet
Notes and Comments
- Continue reading the loop until you reach (fileOffset+128=arcSize). The first file offset is 0, so you can't read until fileOffset=0 or you will be stopping prematurely