FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   XTool - Successor of ZTool (https://fileforums.com/showthread.php?t=101729)

devil777 19-05-2020 09:42

Hola masquerade.... hope you're doing well

Will you please try Pzlib v3 with m2:x+srep+lolz

It'll be okay... but don't forget to add the "libraries" with the binaries though they are in optional folder.

Both Pzlib v3 and Xtool is the offering by razor12911


But if you find that m2:x (best as razor had told) takes much longer , try m2:t1 or m2:t2

And Pzlib v3 doesn't have any stdin/stdout bug.I know Pzlib is off-topic for xzlib.. but dang that works well

Hexagon123 01-10-2020 16:58

Has issues with some Unity Engine based games like Tin & Kuna, Trollhunters - Defenders of Arcadia, and New Super Lucky's Tale?

I tried using the lz4 codec but it failed.

But some had custom compression on them.

Edit: New XTool works.

Miki13 18-10-2020 06:49

I need a tutorial, I want to learn this :(

KaktoR 18-10-2020 11:16

1 Attachment(s)
Could someone tell me what's wrong with this file?

XTool just stop working on this (no cpu/ram load), no matter what settings I use.

This is from Anno 1800

https://i.imgur.com/NBDp2pd.png

Razor12911 18-10-2020 11:22

there must be a single stream that decompresses to more than 2gb.
that ratio is very unusual 11443%

KaktoR 18-10-2020 12:12

I did more tests and the same with ztool.

I think I have to exclude this file from precompressing :D

Shegorat 18-10-2020 22:32

Quote:

Originally Posted by Razor12911 (Post 488367)
there must be a single stream that decompresses to more than 2gb.
that ratio is very unusual 11443%

Nope. There are 71 valid deflate streams with dynamic huffman

Code:

***
Block:    1186: offset=00000000018C6768 last=0 type=2 size=18440  unplen=4208336 hdrsize=39    entropy=5.0482
Block:    1187: offset=00000000018CAF70 last=0 type=2 size=18444  unplen=4226814 hdrsize=14    entropy=3.4551
Block:    1188: offset=00000000018CF77C last=0 type=2 size=18445  unplen=4226814 hdrsize=15    entropy=3.4501
Block:    1189: offset=00000000018D3F89 last=0 type=2 size=18444  unplen=4226814 hdrsize=14    entropy=3.4310
Block:    1190: offset=00000000018D8795 last=0 type=2 size=18444  unplen=4226814 hdrsize=14    entropy=3.4167
Block:    1191: offset=00000000018DCFA1 last=0 type=2 size=18445  unplen=4226814 hdrsize=15    entropy=3.4501
Block:    1192: offset=00000000018E17AE last=0 type=2 size=18444  unplen=4226814 hdrsize=14    entropy=3.4310
Block:    1193: offset=00000000018E5FBA last=0 type=2 size=18455  unplen=4205523 hdrsize=40    entropy=4.0372
Block:    1194: offset=00000000018EA7D1 last=0 type=2 size=18447  unplen=4222705 hdrsize=23    entropy=3.6798
Block:    1195: offset=00000000018EEFE0 last=0 type=2 size=18432  unplen=4195105 hdrsize=36    entropy=3.9656
Block:    1196: offset=00000000018F37E0 last=0 type=2 size=18444  unplen=4226814 hdrsize=14    entropy=3.4410
Block:    1197: offset=00000000018F7FEC last=1 type=2 size=5641  unplen=1048327 hdrsize=77    entropy=4.8571
beg=00000000018C6768, end=00000000018F95F6, blocks=12, size=208526 (0.199 Mb), unplen=47467694 (45.269 Mb)


raw_count=71, rawdata=24207594 (23.086 Mb), outdata=2129222 (2.031 Mb), unpdata=3011528751 (2872.018 Mb)


78372 19-10-2020 00:34

1 Attachment(s)
Quote:

Originally Posted by KaktoR (Post 488366)
Could someone tell me what's wrong with this file?

XTool just stop working on this (no cpu/ram load), no matter what settings I use.

This is from Anno 1800

https://i.imgur.com/NBDp2pd.png

71 zlib streams with valid headers. Data is very much precompressible.

Masquerade 19-10-2020 02:51

I am having a similar issue with Monster Truck Championship, a UE4 game, no encryption, xtool will stick at 1.0% - ZTool / pZlib will instant crash with error 0xC0000005.

78372 19-10-2020 05:19

Quote:

Originally Posted by Masquerade (Post 488380)
I am having a similar issue with Monster Truck Championship, a UE4 game, no encryption, xtool will stick at 1.0% - ZTool / pZlib will instant crash with error 0xC0000005.

Better post a sample

Masquerade 19-10-2020 07:14

Quote:

Originally Posted by 78372 (Post 488383)
Better post a sample

The single pak file of the game is 26GB.

https://steamdb.info/depot/1209361/

Masquerade 09-12-2020 11:55

Getting unarc -12 at 100% when trying to unpack UE4 games, especially new ones. Unpacking is slow up until 100% when it should finish, but returns an error,

Call Of The Sea (although it uses not much compression) errors at 100% and aefer fall doesn't precompress at all (xtool just gets stuck) using v12 x64 variant.

Anything I am doing wrong?

Hexagon123 09-12-2020 19:29

Quote:

Originally Posted by Masquerade (Post 489325)
Getting unarc -12 at 100% when trying to unpack UE4 games, especially new ones. Unpacking is slow up until 100% when it should finish, but returns an error,

Call Of The Sea (although it uses not much compression) errors at 100% and aefer fall doesn't precompress at all (xtool just gets stuck) using v12 x64 variant.

Anything I am doing wrong?

The file is a bit uncompresed

Ele 09-12-2020 19:56

Quote:

Originally Posted by Masquerade (Post 489325)
Getting unarc -12 at 100% when trying to unpack UE4 games, especially new ones. Unpacking is slow up until 100% when it should finish, but returns an error,

Call Of The Sea (although it uses not much compression) errors at 100% and aefer fall doesn't precompress at all (xtool just gets stuck) using v12 x64 variant.

Anything I am doing wrong?

FreeArc errorlevel -12 means failed CRC check right? Use xdelta if possible.

Masquerade 10-12-2020 03:26

Quote:

Originally Posted by Ele (Post 489328)
FreeArc errorlevel -12 means failed CRC check right? Use xdelta if possible.

Yes, but this is an installation. At isdone error, the installer clears everything. I'd need to patch the installer to not clear everything, ignore isdone error then complete the patch.


All times are GMT -7. The time now is 16:57.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com