03-04-2022, 09:14 PM
(This post was last modified: 03-04-2022, 09:16 PM by Random Talking Bush.)
(03-04-2022, 08:19 PM)Langtanium Wrote: I found that all the .bfres.cmp files in the demo file of Kirby and The Forgotten Land seem to be encrypted differently from the .bfres.cmp file in Kirby Star Allies and I don't find any clear values in it.I've already taken care of that in my scripts thread here: https://www.vg-resource.com/thread-29836...#pid672037
0x28B52FFD (or 0xFD2FB528, if reading as little-endian instead) is the compression "magic" used for ZSTD compression, and the first four bytes still dictate the decompressed size as in Star Allies and such. The CMPBIN files in Forgotten Land even still use the original LZ4F compression instead.