Mega Man Powered Up DAT LOC
From XentaxWiki
Back to index | Edit this page
Contents
DAT, LOC
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
// DAT archive file format num_of_files * { x bytes - file data }
// LOC file format num_of_files * { 4 bytes (uint32) - file offset 4 bytes (uint32) - file size }
MultiEx BMS Script
Not written yet.
QuickBMS Script
- Mega Man DAT script
- megaman_hunterx.bms
- Mega Man DAT/LOC scripts + mirror1 + mirror2
- Mega Man CPK decompression
Notes and Comments
- In "Mega Man Powered Up" on PSP there are two files, rockman_pack.dat with all data and rockman_pack.loc with offsets.
- Files inside archive are compressed with PUYO_LZ01 compression.
Games
List of games using this file format:
- Mega Man Powered Up (PSP) (*.DAT \ *.LOC)
- Mega Man Maverick Hunter X (PSP) (*.DAT \ *.LOC)
Compatible Programs
None.