Hello guys,
I once again need your help for LEGO TFA. I managed to extract the GAME2.DAT with ttgames.bms and the quickbms_4gbfiles but I always got the message (attached) "The crc file has not been found".
At the end of the long process, there are ogg and wav files but a majority of them can't be read (codec error) and for those which want to play the audio doesn't correspond at all to the name given to the file so I guess something went wrong during the process.
Could somone help me about it ?
If you want to take a look, here are the files I got : https://we.tl/t-rEeSfW5nkB
How to get the audio files of LEGO Star Wars - The Force Awakens
-
- Posts: 44
- Joined: Tue Jun 22, 2021 8:38 pm
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: How to get the audio files of LEGO Star Wars - The Force Awakens
Open the ttgames.bms script with a text editor and search for the following command:
math FORCE_CRC_BITS = 0
Try replacing 0 with 32 and check if you still get the crc error, if the problem persists replace it with 64.
So by forcing 32 or 64 it may work.
math FORCE_CRC_BITS = 0
Try replacing 0 with 32 and check if you still get the crc error, if the problem persists replace it with 64.
So by forcing 32 or 64 it may work.
-
- Posts: 44
- Joined: Tue Jun 22, 2021 8:38 pm
Re: How to get the audio files of LEGO Star Wars - The Force Awakens
Now, it works fine after changing to 32 ! Thanks !