View Single Post
  #25  
Old 08-01-2021, 20:09
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,746
Thanks: 2,141
Thanked 11,118 Times in 2,297 Posts
Razor12911 is on a distinguished road
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
Attached Files
File Type: 7z unrealengine_R13.7z (250.0 KB, 246 views)

Last edited by Razor12911; 22-08-2023 at 14:37.
Reply With Quote
The Following 20 Users Say Thank You to Razor12911 For This Useful Post:
78372 (09-01-2021), Cesar82 (08-01-2021), crachlow (02-09-2021), dixen (09-01-2021), Ele (09-01-2021), elit (07-09-2021), ffmla (09-01-2021), Gehrman (27-04-2021), L0v3craft (09-01-2021), Mortal Lord (08-01-2021), murphy78 (15-09-2023), parnexcodes (08-01-2021), Perykles (09-01-2021), pratikpatel8982 (23-05-2021), ramydarkness (19-03-2022), ScOOt3r (23-03-2022), shazzla (08-01-2021), vint56 (09-01-2021), Wanterlude (26-07-2023), ZAZA4EVER (11-10-2021)