Hello there aluigi, you made this BMS script for Just Dance 4 (the latest one in your website doesn't work for me so the script below works perfect) that lets us decompress bin archives of LyN Engine.
So fff02f6c_compressed is from Just Dance 4 game files. I use the BMS script and get fff02f6c_decompressed as a result. I wanna know if there is a way to compress fff02f6c_decompressed back to fff02f6c_compressed. I want it to be exactly same as original
Hey aluigi, threw an error and crashed, the sizes of the original compressed bin and the one which was compressed with the BMS script you sent are not same. Their content are not identical, you are able to see strings in a hex editor in original compressed bin while you can't with the custom compressed one. They are not identical so the game does not know what to do
If you run the decompression script on the generated file it should work (I tested it). The compressed file can't be the same of the original one because quickbms and the game use different lzo1x settings (not affecting the decompression), but I have no idea why the game crashes with the new one.