FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   XTool 2020 (Main Project) (https://fileforums.com/showthread.php?t=102832)

Anonymous0000 23-02-2022 05:25

Is there any ui-based interface that I can use to input the commands?

ScOOt3r 23-02-2022 10:16

3 Attachment(s)
i just used the same files located in xtool 0.4.2
and here are my pics

Attachment 31263
It compressed just fine with no errors

Attachment 31264
here are the files for xtool 0.4.2 as you can see it created a freearc1.tmp file

Attachment 31265
here are the files that i was test packing

my arc.ini is
[External compressor:xtool]
header = 0
packcmd = xtool.exe precomp -mzlib+preflate -c32mb -t85p - - <stdin> <stdout>

[External compressor:lolz]
header = 0
packcmd = lolz\lolz_x64.exe -d256 -dt -dtb1 -mtt1 -mt14 -fba1024 -tt5 -mc128 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp

[External compressor:srep]
header = 0
packcmd = srep\srep.exe -m3f -l512 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp

my pack.bat file is
arc.exe a -ep1 -r -ed -s; -w.\temp -mxtool+srep+lolz data.bin "pack\*"

seryogakms 23-02-2022 11:41

Quote:

Originally Posted by Masquerade (Post 495960)
zlib+kraken? :confused:

https://imageup.ru/img261/3886963/2022-02-24_054012.png

Razor12911 23-02-2022 18:39

Quote:

Originally Posted by Anonymous0000 (Post 495963)
Is there any ui-based interface that I can use to input the commands?

https://fileforums.com/showthread.php?t=104507

Quote:

Originally Posted by Masquerade (Post 495960)
zlib+kraken? :confused:

I doubt that's the issue, @ScOOt3r only uses zlib related codecs however he has an issue of his own (might be related)

@seryogakms, @ScOOt3r

I'll take a look at it but it will be challenge because I am not experiencing any of the issues you're reporting.

Hexagon123 23-02-2022 22:11

When using Knight Compressor, it uses too much DLL files that made it crash. But, I deleted some to make it work. Multiple files work but not Unity.

Masquerade 24-02-2022 08:01

seryogakms
Apologies for criticising your zlib+kraken method, I have tested out a new game which contains both. Sorry. Hope you can forgive.

Razor12911 24-02-2022 08:51

Code:

[External compressor:xtool]
header    = 0
packcmd  = xtool.exe precomp { -moption} -c32mb -t100p $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = xtool.exe decode -t100p - - <stdin> <stdout>

@seryogakms, @ScOOt3r
can you try this configuration, if xtool throws any errors please post the error message here

ScOOt3r 24-02-2022 10:27

3 Attachment(s)
ok after testing it i now get this error

if i do a clean install of xtool 0.4.1 with no library files added i get this

it creates the data.arc with this xtool setting, but it wont decompress with out errors.


[External compressor:xtool]
header = 0
packcmd = xtool.exe precomp { -moption} -c32mb -t100p $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = xtool.exe decode -t100p - - <stdin> <stdout>

Razor12911 24-02-2022 11:13

can you share this input along with your system specs?

ScOOt3r 24-02-2022 11:28

My System Specs are as follows:
AMD Ryzen 9 5950X
16 Cores
32 Logical Processors
64 GB of Ram
NVIDIA GeForce RTX3090 GPU

daveyrob 24-02-2022 12:14

i had the same Disk Full issue, remove libzstd.dll and it will work.

seryogakms 24-02-2022 12:23

Quote:

Originally Posted by Masquerade (Post 495980)
seryogakms
Apologies for criticising your zlib+kraken method, I have tested out a new game which contains both. Sorry. Hope you can forgive.

It's all right!

BLACKFIRE69 24-02-2022 12:38

Quote:

Originally Posted by ScOOt3r (Post 495989)
ok after testing it i now get this error

if i do a clean install of xtool 0.4.1 with no library files added i get this

it creates the data.arc with this xtool setting, but it wont decompress with out errors.


[External compressor:xtool]
header = 0
packcmd = xtool.exe precomp { -moption} -c32mb -t100p $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = xtool.exe decode -t100p - - <stdin> <stdout>


ScOOt3r,
this is ISDone right? how about the unpack.bat? you get the same error?

ScOOt3r 24-02-2022 12:42

well i got it working compressing and decompression as someone posted above to remove libzstd.dll.. i did that and it works just fine now.. weird that it was that file
not sure how important libzstd.dll is...

ScOOt3r

seryogakms 25-02-2022 01:50

Quote:

Originally Posted by Razor12911 (Post 495985)
Code:

[External compressor:xtool]
header    = 0
packcmd  = xtool.exe precomp { -moption} -c32mb -t100p $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = xtool.exe decode -t100p - - <stdin> <stdout>

@seryogakms, @ScOOt3r
can you try this configuration, if xtool throws any errors please post the error message here

File Patch.bin from "Horizon zero dawn" (last version).
5 434 479 154 bytes → 360 912 358 bytes (xtool_0.3.9 ONLY). Compression time — 36 minutes. Unpacking time — 18 minutes.

Intel core i5-3550, 20 GB RAM.

Code:

arc.exe a -ep1 -r -ed -s; -i2 -w.\temp -mxtool+srep+lolz Packs\data.bin "H:\06. 1.0.11.9 (1.11)\Packed_DX12\Patch.bin"
Code:

[External compressor:xtool]
header = 0
packcmd = xtool precomp -mkraken -d3 -c64mb -t100p - - <stdin> <stdout>
unpackcmd = xtool.exe decode -t100p - - <stdin> <stdout>

[External compressor:srep]
header = 0
packcmd  = srep64 -mem512m -l512 -m5f $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = srep -d $$arcpackedfile$$.tmp $$arcdatafile$$.tmp

[External compressor:lolz]
header = 0
packcmd = lolz_x64.exe -d128 -mc1023 -dtb1 -tt4 -mtt1 -mt8 -mtb128 -fba1024 -oh14 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = lolz_x86.exe $$arcpackedfile$$.tmp $$arcdatafile$$.tmp

No other version of xtool gives such results under any settings.

xtool_0.4.2 with the same (and other) settings:
5 434 479 154 bytes → 2 738 426 574 bytes. Compression time — 3 hours and 56 minutes. Unpacking time — 18 minutes.


All times are GMT -7. The time now is 22:20.

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