VALORANT .pck
-
- Posts: 5
- Joined: Sun Feb 24, 2019 2:56 pm
VALORANT .pck
I have tried unpacking Valorants "Base_Audio-WindowsClient.pak", but after unpacking using quickbms and the "unreal_tournament_4_0.4.23.1a.bms" script im only getting .pck files from the .pak archive, is there any way to further unpack the .pck files?
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: VALORANT .pck
This script for extracting the file from PCK:
http://aluigi.org/bms/akpk_avengers.bms
And then this other script for extracting all the files from it:
http://aluigi.org/bms/armyoftwo.bms
http://aluigi.org/bms/akpk_avengers.bms
And then this other script for extracting all the files from it:
http://aluigi.org/bms/armyoftwo.bms
-
- Posts: 5
- Joined: Sun Feb 24, 2019 2:56 pm
Re: VALORANT .pck
I tried the scripts u sent earlier on before writing a post, after exporting from .bnk file using the armyoftwo script it looks like the .wav files are corrupted or something, when trying to open those with VLC it says "Unidentified codec: VLC could not identify the audio or video codec". I have attached an example .bnk and .wav files exported from it.
-
- Posts: 719
- Joined: Sat Sep 28, 2019 7:00 pm
Re: VALORANT .pck
@eg0npro1: viewtopic.php?f=9&t=1005&p=55921#p55921
Some proof of concept in the attachment. Also, if you're spamming the same question in different topics, it would be nice if you could read replies for a change.
Some proof of concept in the attachment. Also, if you're spamming the same question in different topics, it would be nice if you could read replies for a change.
-
- Posts: 5
- Joined: Sun Feb 24, 2019 2:56 pm
Re: VALORANT .pck
Could u show me the scripts you have used to make this work? There are multiple scripts for .pck unpacking and im not sure which one would work the best.
-
- Posts: 5
- Joined: Sun Feb 24, 2019 2:56 pm
Re: VALORANT .pck
spiritovod wrote:Some proof of concept in the attachment. Also, if you're spamming the same question in different topics, it would be nice if you could read replies for a change.
I don't think writing a separate topic for a separate game is "spamming the same question", because your "Look for Wwise-Unpacker or similar" reply isn't informative enough as there are different scripts for different games.
-
- Posts: 719
- Joined: Sat Sep 28, 2019 7:00 pm
Re: VALORANT .pck
Long story short: if you see pck/bnk file in a UE4 game - it's a wwise audio container. Also, the mentioned tool is literally one-click solution to extract separate files in mp3/ogg from those containers (except system stuff like Bank_Char_Phoenix_SFX_Events in your case). "isn't informative"? Mmmkay.
-
- Posts: 3
- Joined: Fri Aug 21, 2020 5:58 am
-
- Posts: 719
- Joined: Sat Sep 28, 2019 7:00 pm
Re: VALORANT .pck
@zh_user: According to screenshot, you're trying to unpack CEF (framework) file, which doesn't contain game files.
-
- Posts: 3
- Joined: Fri Aug 21, 2020 5:58 am
Re: VALORANT .pck
spiritovod wrote:@zh_user: According to screenshot, you're trying to unpack CEF (framework) file, which doesn't contain game files.
Fixed.
Thx.
-
- Posts: 3
- Joined: Fri Aug 21, 2020 5:58 am
Re: VALORANT .pck
spiritovod wrote:@zh_user: According to screenshot, you're trying to unpack CEF (framework) file, which doesn't contain game files.
The .uasset comes out of the .pak file.
Previously .pck was coming out.
How can I solve it?
https://prnt.sc/xi8iv1
-
- Posts: 719
- Joined: Sat Sep 28, 2019 7:00 pm
Re: VALORANT .pck
@zh_user: Answered here.