#346
|
|||
|
|||
Plugin Update
Added STDIN/STDOUT support for Bink Video plugin (thanks to Gehrman for idea). Thanks to 78372 for cls wrapper. Usage has not changed, but its significantly faster. |
Sponsored Links |
#347
|
|||
|
|||
Quote:
|
#348
|
|||
|
|||
NPK2 Archives
Archives ending in .NPK and have a magic no. of NPK2. Encrypted using Cipherfinal AES_256_CBC which isn't natively supported by XTool. Examples of games using this scheme:
Usage Place npk2.dll with XTool and use Code:
-mnpk2:k###Key in Hexadecimal###+png+preflate -d2 Code:
-mnpk2:k0xAAE616FB7DB7EE84ED424C474AADDAD69A8372799AD576629601EF9B8938E20F+png+preflate -d2 By Razor12911 |
#350
|
||||
|
||||
Star Ocean: The Divine Force
Supported games Star Ocean: The Divine Force (requires libzstd.dll) Usage Place sodf.dll near xtool.exe along with required libraries and use -msodf+zstd (game is encrypted), so use -d1 as well Notes The library is required both when encoding and decoding. zstd version 1.5.0 seems to work best using two instances of xtool without -d1 is faster because some encrypted blocks are large and can only fit in 1 or 2 threads which cannot fully utilise the cpu leading to slower decoding Last edited by Razor12911; 21-04-2023 at 19:05. |
The Following 7 Users Say Thank You to Razor12911 For This Useful Post: | ||
Cesar82 (22-04-2023), Gehrman (22-04-2023), hdneo (26-04-2023), kuyhaa (24-04-2023), L0v3craft (21-04-2023), Masquerade (22-04-2023), Wanterlude (22-04-2023) |
#351
|
||||
|
||||
Plugin update available
Changes - improved header decoder in unity plugin - added ue5 method in unreal plugin to handle ucas/utoc file format without the need of using database creator Results Ghostwire Tokyo\Snowfall\Content\Paks\pakchunk0-WinGDK.ucas -mue5:k0xC26CC5659A24AE8635585C8687DCE552A205DBD72D C4AA0CBE187C60D88921E2+kraken -d1 Code:
Streams: 39249 / 39250 Time: 00:07:54 (CPU 00:46:14) Size: 4.84 GB >> 11.1 GB Last edited by Razor12911; 26-04-2023 at 07:50. |
The Following 11 Users Say Thank You to Razor12911 For This Useful Post: | ||
#352
|
||||
|
||||
PlayStation archive
Supported games PlayStation games? Usage Place psarc.dll near xtool.exe along with required libraries and use -mpsarc Notes If you plan on capturing the zlib streams in some of the psarc from The Last of Us, it's advisable to use two instances of xtool because the kraken streams are chunked meaning using -d1 will result in the zlib/reflate part of the precompression receiving incomplete streams. core.psarc Code:
2,11 GB >> 5.16 GB >> 7.53 GB Last edited by Razor12911; 22-08-2023 at 15:37. |
The Following 14 Users Say Thank You to Razor12911 For This Useful Post: | ||
Cesar82 (29-04-2023), dixen (29-04-2023), emadmoner (29-04-2023), exorc (31-08-2023), Gehrman (01-05-2023), hdneo (29-04-2023), KaktoR (29-04-2023), kj911 (17-06-2023), kuyhaa (30-04-2023), L0v3craft (29-04-2023), Masquerade (29-04-2023), NERV (10-05-2023), ScOOt3r (29-04-2023), Wanterlude (29-04-2023) |
#353
|
||||
|
||||
Turns out I missed a few streams, R2 uploaded
core.psarc Code:
2.12 GB >> 5.44 GB >> 7.82 GB Supported games Half-Life: Alyx (requires liblz4.dll) Usage Place src2.ini near xtool.exe along with required libraries and use -msrc2 Notes Sadly I didn't spend too much time on this game and there's really not a lot of lz4 streams and I just totally forgot to upload it after the disappointment. ![]() |
The Following 9 Users Say Thank You to Razor12911 For This Useful Post: | ||
Cesar82 (29-04-2023), emadmoner (29-04-2023), Gehrman (01-05-2023), hdneo (29-04-2023), kuyhaa (10-05-2023), L0v3craft (29-04-2023), Masquerade (29-04-2023), shazzla (29-04-2023), Wanterlude (29-04-2023) |
#354
|
|||
|
|||
TT Isle Of Man Ride on the Edge 3 [LZ4F]
Code:
xtool precomp -mTTIoM3 -c128mb -t8 -df20p "WIN32\PKG\CHUNK_0" XTool is created by Razor12911 Streams: 19100 / 19112 Time: 00:11:36 (CPU 00:03:19) Size: 8.23 GB >> 13.4 GB |
#355
|
||||
|
||||
Quote:
![]() |
#356
|
||||
|
||||
Pretty sure you have to use a lz4 library aswell.
__________________
Haters gonna hate
|
#357
|
|||
|
|||
LZ4 precompression is handled by lz4.exe in this case, plugged in via xtool.ini.
@kuyhaa Are you trying an updated version? The database was created for the release version of the game. |
The Following User Says Thank You to Masquerade For This Useful Post: | ||
KaktoR (15-05-2023) |
#358
|
||||
|
||||
Quote:
if use lz4f:l10 ![]() Code:
Streams: 5575 / 20181 Time: 00:00:32 (CPU 00:13:10) Size: 8.23 GB >> 9.73 GB Last edited by kuyhaa; 15-05-2023 at 04:57. |
#359
|
|||
|
|||
In that case, you will need to make a new database.
You will need VGMToolbox, which you can download here. Copy this text and save it as PPKG.XML inside the "plugins\AdvancedCutter" folder. Open the tool and go to Misc Tools ---> Extraction Tools ---> Generic ---> Advanced Cutter / Offset Finder. In the presets drop down box, select PPKG from the list and then click "Load". Then, drag the three PKG files into the drag'n'drop box to the left of the preset box. After all the streams have been extracted, rename the extracted folders to remove the _CUT suffix. To generate the database, just open a command prompt window in the folder containing the pkg files and do: Code:
for %f in (*.PKG) do xtool generate -c128mb -t100p -mlz4f "%~nf" "%f" TTIoM3.xtl |
#360
|
|||
|
|||
Divinity: Original Sin [Enhanced Edition]
|
![]() |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
XTool 2020 (Main Project) | Razor12911 | Conversion Tutorials | 697 | 10-10-2024 05:30 |
XTool - Successor of ZTool | Razor12911 | Conversion Tutorials | 584 | 22-04-2023 19:16 |
[Dev]XTool | Razor12911 | Conversion Tutorials | 180 | 23-10-2020 07:26 |
XTool 2019 (Plugins) | Razor12911 | Conversion Tutorials | 50 | 16-05-2020 07:14 |