Mafia 3 PCK script
-
- Posts: 25
- Joined: Tue Jul 26, 2016 12:07 am
Mafia 3 PCK script
Hello. I need a script to export and import audio of a file PCK Mafia 3. Use a variety of scripts, but they do not work. Perhaps here new encryption. That file https://yadi.sk/d/Jyy2kUuAwVFed.
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
-
- Posts: 25
- Joined: Tue Jul 26, 2016 12:07 am
Re: Mafia 3 PCK script
Unfortunately, this script doesn't export wwise. It simply parses PCK on a bunch of files DAT.
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Mafia 3 PCK script
I don't know what's used by the other users to work on the extracted files.
I have mirrored this topic in the Audio section.
I have mirrored this topic in the Audio section.
-
- Posts: 25
- Joined: Tue Jul 26, 2016 12:07 am
Re: Mafia 3 PCK script
I found a working script https://yadi.sk/d/-Olpcs_KwYohP. It exports wwise, but doesn't work reimport back.
-
- Posts: 61
- Joined: Tue Nov 03, 2015 10:38 pm
Re: Mafia 3 PCK script
Dima Bilan wrote:I found a working script https://yadi.sk/d/-Olpcs_KwYohP. It exports wwise, but doesn't work reimport back.
Modify the vehicle and weapons parameters of the file is not (* .sds)?
Inside the Mafia III \ sds_retail folder?
-
- Posts: 61
- Joined: Tue Nov 03, 2015 10:38 pm
Re: Mafia 3 PCK script
aluigi wrote:I don't know what's used by the other users to work on the extracted files.
I have mirrored this topic in the Audio section.
https://drive.google.com/file/d/0B4ecWo ... sp=sharing
—— weapons.sds
https://drive.google.com/file/d/0B4ecWo ... sp=sharing
—— sports_car_a.sds
The .sds file can not be extracted, the script is requested.
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Mafia 3 PCK script
For the SDS archives the easiest solution at the moment is offzip -a
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Mafia 3 PCK script
The exact command-line is the following:
offzip -c 0x00010000 -a -1 FILE.SDS
But the extracted file seems to be an archive so a script is a better idea or you have to use a file ripper on it to dump all the textures.
*edit* already exists a script on my website for PS3, it must be just edited a bit to work on this PC version too.
offzip -c 0x00010000 -a -1 FILE.SDS
But the extracted file seems to be an archive so a script is a better idea or you have to use a file ripper on it to dump all the textures.
*edit* already exists a script on my website for PS3, it must be just edited a bit to work on this PC version too.
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
-
- Posts: 61
- Joined: Tue Nov 03, 2015 10:38 pm
Re: Mafia 3 PCK script
aluigi wrote:Script 0.2:
http://aluigi.org/bms/mafia_sds_ps3.bms
The extracted .dat file is also encrypted.
Completely no clue,do not know how to amend, huh, huh .
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Mafia 3 PCK script
I saw no encryption at all.
Probably you mean an unrecognized format.
Probably you mean an unrecognized format.
-
- Posts: 61
- Joined: Tue Nov 03, 2015 10:38 pm
Re: Mafia 3 PCK script
aluigi wrote:I saw no encryption at all.
Probably you mean an unrecognized format.
viewtopic.php?f=6&t=3224
Yes, that is what you mean, and ‘cars‘ folder.
Sds file can not be extracted with mafia_sds_ps3.bms.
===================================
The total game size is 42.9GB, and the files in the 'sds_retail' folder are (.sds files).
Another 'audio' folder accounted for 18.8GB, do not know which file should be modified.
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Mafia 3 PCK script
Ok try version 0.2.1
-
- Posts: 81
- Joined: Wed Sep 17, 2014 2:28 pm
Re: Mafia 3 PCK script
any idea how convert wwise please
-
- Posts: 15
- Joined: Sat Jan 16, 2016 9:53 pm
-
- Posts: 2
- Joined: Sat Oct 15, 2016 5:47 pm
Re: Mafia 3 PCK script
I tried this one, it created .ogg file from .wwise i have extracted from pck file (original wwise had 2,3mb and ogg has 2,5mb so it looks good to me). Problem is, it cant be played or converted either. I have also tried program called revorb.exe which was suggested in readme file of ww2ogg, unfortunately with no luck, program keeps crashing after calling it in command prompt. Any suggestions?
I want to dig through audio files and find some parts of game score that is not present in released album, especially variations of main theme which are used in some cutscenes.
Thanks for any help.
-
- Posts: 15
- Joined: Sat Jan 16, 2016 9:53 pm
Re: Mafia 3 PCK script
Lakko wrote:
I tried this one, it created .ogg file from .wwise i have extracted from pck file (original wwise had 2,3mb and ogg has 2,5mb so it looks good to me). Problem is, it cant be played or converted either. I have also tried program called revorb.exe which was suggested in readme file of ww2ogg, unfortunately with no luck, program keeps crashing after calling it in command prompt. Any suggestions?
I want to dig through audio files and find some parts of game score that is not present in released album, especially variations of main theme which are used in some cutscenes.
Thanks for any help.
The conversion works fine for me, maybe you didn't convert it properly.
Try the following batch script:
Code: Select all
for %%f in (wwise_files\*.wwise) do (
ww2ogg.exe --pcb packed_codebooks_aoTuV_603.bin %%f
)
Last edited by ner0 on Sat Oct 15, 2016 6:41 pm, edited 1 time in total.
-
- Posts: 2
- Joined: Sat Oct 15, 2016 5:47 pm
Re: Mafia 3 PCK script
Thank you so much my friend, it finally works!
-
- Posts: 3
- Joined: Sat Oct 22, 2016 9:22 pm
Re: Mafia 3 PCK script
any way to decrypt the .dat files?