|
Marvel's Spider-Man Remastered, info:
These files are packed inside the game file resources.
Structure is similar to Sunset Overdrive, another Insomniac game.
Tried edge_of_nowhere.bms, didn't work. In some files, BPK failed during compression.
Audio have .bnk [BKHD], .wem [RIFF]
Video have .bk2 with KB2j magic [4B 42 32 6A] size info at 0x4, data at 0x8, width at 0x14, heigh at 0x18. Plenty of resolutions like FHD, QHD, and 4K.
dag, and toc have some zlib
Most extensionless files have LZ4, use plugin.
0x0 first with KB2j magic, then 0x4 size in decimal, 0x8 rest of data.
Last edited by Hexagon123; 13-08-2022 at 08:06.
Reason: Add hex code
|