allcoolthingsatoneplace/UnrealPakTool

Unable to find a module or plugin for compression format Oodle

tSlappy opened this issue · 4 comments

Hi. I am trying to extract files from UE4 .pak file but the extracted files have zero length.

I get a lot of Oodle errors:
LogCompression: Error: FCompression::UncompressMemory - Failed to uncompress memory (113743/262144)
from address 0000006F65F12800 using format Oodle, this may indicate the asset is corrupt!
LogPakFile: Display: Extracted "Engine/Content/Localization/Engine/ko/Engine.locres" to "xxx/Engine/
Content/Localization/Engine/ko/Engine.locres" Offset 328390656.
LogCompression: Error: FCompression::GetCompressionFormat - Unable to find a module or plugin for compression format Oodle

The file is created but it's size is 0 Bytes.

The pak file is from War Mongrels game, currently there is a free demo available on Steam: https://store.steampowered.com/app/1101790/War_Mongrels/ (WM-WindowsNoEditor.pak file is about 4.3 GB large so it is hard to upload).

Oodle is the new compression used in UE4 since the Epic purchased them (see https://www.unrealengine.com/en-US/blog/oodle-now-free-to-use-in-unreal-engine-via-github?sessionInvalidated=true)

Is it possible to extract files correctly?

I have the same issue and don't know if there is any workaround yet?

I am getting the same issue when trying to extract files from Dead By Daylight.

Any of ya'll found a solution for this?