Can anyone pls re-write this BMS script which was originally written for Wii version of this game.
It is able to unpack just the 1st file from .BFZ files of PC version, so if anyone modifies and correct the script for PC then it must be able to unpack all the BFZ files.
Thank you! Has anyone managed to find where it stores the texts? I only found a .txt file in the "Gen_Common_1.lin.bfz" with some mission names, but nothing else.
This game has lzopro.dll in main folder. And there are a lot of functions for compression and decompression with all lzo schemes. Is there any way to use that dll? We can get lzopro if it works.
As far as I know the decompression works correctly so there is no need to use an external dll for the same results.
quickbms allows to use dlls so it may be possible to use it but depends by the prototypes (you need the .h or to study the dll) and calling convention (quickbms supports any type).