I tried to extract the .pak file following this video (https://www.youtube.com/watch?v=AElxgCRXF64 ) but it came up saying
LogPakFile: Display: Using command line for crypto configuration
LogPakFile: Error: Incorrect arguments. Expected: -Extract <PakFile> <OutputPath> [-responsefile=<outputresponsefilename> -order=<outputordermap>]
LogPakFile: Display: Unreal pak executed in 0.000491 seconds
my command : "C:\Program Files\Epic Games\UE_4.27\Engine\Binaries\Win64\UnrealPak.exe" C:\XboxGames\Weird West Win10\Content\Nova\Content\Paks\Nova-WinGDK.pak -Extract C:\XboxGames\ExtractedData
Smiles3D
(Smiles3D)
December 15, 2023, 9:49pm
2
You need to put your pakfile location after the extract. Note the Error:
states that you need to give the argument -Extract
and then use the pak file location you want to extract, and then the location you want to extract to. It’s erroring because you have given your output folder as the pak extraction target.
@Smiles3D Hi there sir. I am doing exactly same thing but still it gives error;
`C:\Users\Silent>C:\UE_5.4\Engine\Binaries\Win64\UnrealPak.exe -Extract S:\Games\Manor.Lords.Early.Access\ManorLords\Content\Paks\pakchunk0-WindowsNoEditor.pak S:\Games\Manormod
LogPakFile: Display: Using command line for crypto configuration
LogWindows: Error: appError called: Fatal error: [File:D:\build\++UE5\Sync\Engine\Source\Runtime\PakFile\Private\IPlatformFilePak.cpp] [Line: 885]
Failed to find requested encryption key 00000000000000000000000000000000
0x00007ffc868c813a UnrealPak-PakFile.dll!FPakPlatformFile::GetPakEncryptionKey() []
0x00007ffc868beb92 UnrealPak-PakFile.dll!DecryptData() []
0x00007ffc868cfd24 UnrealPak-PakFile.dll!FPakFile::LoadIndexInternal() []
0x00007ffc868cf9be UnrealPak-PakFile.dll!FPakFile::LoadIndex() []
0x00007ffc868cd819 UnrealPak-PakFile.dll!FPakFile::Initialize() []
0x00007ffc868b16f4 UnrealPak-PakFile.dll!FPakFile::FPakFile() []
0x00007ffc86687429 UnrealPak-PakFileUtilities.dll!ExtractFilesFromPak() []
0x00007ffc866838ea UnrealPak-PakFileUtilities.dll!ExecuteUnrealPak() []
0x00007ff775c91bbd UnrealPak.exe!wmain() []
0x00007ff775c92588 UnrealPak.exe!__scrt_common_main_seh() []
0x00007ffca9047344 KERNEL32.DLL!UnknownFunction []
0x00007ffca91826b1 ntdll.dll!UnknownFunction []
LogWindows: Error: === Critical error: ===
LogWindows: Error:
LogWindows: Error: Fatal error: [File:D:\build\++UE5\Sync\Engine\Source\Runtime\PakFile\Private\IPlatformFilePak.cpp] [Line: 885]
LogWindows: Error: Failed to find requested encryption key 00000000000000000000000000000000
LogWindows: Error: [Callstack] 0x00007ffc868c813a UnrealPak-PakFile.dll!FPakPlatformFile::GetPakEncryptionKey() []
LogWindows: Error: [Callstack] 0x00007ffc868beb92 UnrealPak-PakFile.dll!DecryptData() []
LogWindows: Error: [Callstack] 0x00007ffc868cfd24 UnrealPak-PakFile.dll!FPakFile::LoadIndexInternal() []
LogWindows: Error: [Callstack] 0x00007ffc868cf9be UnrealPak-PakFile.dll!FPakFile::LoadIndex() []
LogWindows: Error: [Callstack] 0x00007ffc868cd819 UnrealPak-PakFile.dll!FPakFile::Initialize() []
LogWindows: Error: [Callstack] 0x00007ffc868b16f4 UnrealPak-PakFile.dll!FPakFile::FPakFile() []
LogWindows: Error: [Callstack] 0x00007ffc86687429 UnrealPak-PakFileUtilities.dll!ExtractFilesFromPak() []
LogWindows: Error: [Callstack] 0x00007ffc866838ea UnrealPak-PakFileUtilities.dll!ExecuteUnrealPak() []
LogWindows: Error: [Callstack] 0x00007ff775c91bbd UnrealPak.exe!wmain() []
LogWindows: Error: [Callstack] 0x00007ff775c92588 UnrealPak.exe!__scrt_common_main_seh() []
LogWindows: Error: [Callstack] 0x00007ffca9047344 KERNEL32.DLL!UnknownFunction []
LogWindows: Error: [Callstack] 0x00007ffca91826b1 ntdll.dll!UnknownFunction []
LogWindows: Error:
LogWindows: Error:
LogWindows: Error:
LogWindows: Error:`