Unreal Engine
Codecs available
ue3
Use on unreal engine 3 games
This codec works without parameters.
ue4
Use on unreal engine 4/5 games with *.pak file extension
Parameters available:
k#... - to specify decryption key if game is encrypted
You can also directly specify what compression algorithm was used to help xtool with detection and speed up the process.
Algorithms available:
zlib, lz4, lz4hc, lzna, kraken, mermaid, selkie, hydra, leviathan
Example:
Code:
-ue4:k0x014AEC0148FBDEE9640633AAB67521AAB4E1083A98F76FF33DDCF78DAD05BE66+kraken -d1
ue5
Use on unreal engine 4/5 games with *.utoc/*.ucas format
Parameters available:
k#... - to specify decryption key if game is encrypted
Example:
Code:
-mue5:k0x48AE8311350417BDC50A440FCD0E98B2FA6BCEAE3EDA8D0E24881F205E6C4540+zlib -d1