Hello,
Some files can't be extracted with luigi's script.
Here's are the files:
http://www.mediafire.com/file/l9grvqjsj ... ackable.7z
http://www.mediafire.com/file/93i8m1p7g ... ackable.7z
http://www.mediafire.com/file/bvea585cy ... ackable.7z
[request] Mafia 3 (pc) .SDS
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: [request] Mafia 3 (pc) .SDS
They all seem to have one file (BKHD or DDS) before the compressed chunks, but no information about the size of this file or the offset of the chunks.
What a mess...
What a mess...
-
- Posts: 81
- Joined: Mon Aug 11, 2014 6:37 am
Re: [request] Mafia 3 (pc) .SDS
this is odd to have the same files but not the same content. can you modify your script to unpack them?aluigi wrote:They all seem to have one file (BKHD or DDS) before the compressed chunks, but no information about the size of this file or the offset of the chunks.
What a mess...
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: [request] Mafia 3 (pc) .SDS
Unfortunately not because I don't know where the chunks start (no way to guess the size of this first file) and honestly I have not checked if the script works correctly if that offset is guessed.
Worst case scenario, use offzip to uncompress these archives:
Worst case scenario, use offzip to uncompress these archives:
Code: Select all
offzip -a -c 65536 car_02_fmv.sds
-
- Posts: 81
- Joined: Mon Aug 11, 2014 6:37 am
Re: [request] Mafia 3 (pc) .SDS
alright, thank you.aluigi wrote:Unfortunately not because I don't know where the chunks start (no way to guess the size of this first file) and honestly I have not checked if the script works correctly if that offset is guessed.
Worst case scenario, use offzip to uncompress these archives:Code: Select all
offzip -a -c 65536 car_02_fmv.sds
[Edit]
Wow, thanks a lot, Luigi! I managed to extract fritz moravia with this string of code