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)

Masquerade 23-12-2021 00:19

Razor12921
Welcome back, thank you for the update. Merry Christmas! :D

L0v3craft 25-12-2021 03:52

Quote:

Originally Posted by Razor12911 (Post 495250)
Update available

Changes

- added universal scanner for lz4f streams

Thanks Razor! Please can you write a list of games that are compatible with that lz4f scanner? For example is it for new or old unity games?

panker1992 29-12-2021 02:31

the xtool has an xtool.ini with xcompress.exe and crilayla.exe where can i find those ?

Masquerade 29-12-2021 06:23

Quote:

Originally Posted by panker1992 (Post 495290)
the xtool has an xtool.ini with xcompress.exe and crilayla.exe where can i find those ?

I think they are coming soon.

Razor12911 17-01-2022 11:34

Update available

Changes

- project made open source
- added external executable support
- added generate database feature
- fixed search support bug

Notes

The source code will be made available on GitHub
https://github.com/Razor12911/xtool

External executable support is still in development and not thoroughly tested and below shows how it is used within xtool.ini

Code:

[nier_replicant]
Encode=zstd138.exe -c -d - <stdin> <stdout>
Decode=zstd138.exe -c --fast=1 --long=15 - <stdin> <stdout>
Continous=0

possible constants: <stdin> <stdout> <filein> <fileout> <fileres> <filestore> <size>

Razor12911 16-02-2022 22:32

Update available

Changes

- fixed issue of status not reporting when encoding
- added depth method support for search support
- fixed zlib encoding issues for different window bits (thanks KaktoR)
- fixed zlib memory leak issue (thanks KaktoR)
- updated all internal codecs to support information relayed by external codecs
- updated lz4f codec and removed temporarily removed support for universal scanning
- added option to change recompression level to be used by reflate
- updated external executable support
- generate database feature currently bugged, wait for next update
- search database structure changed, older database files will no longer work with newer releases

Notes

Older database files will not work with future updates, use the older version 0.3.21 for old database files as you wait for them to be updated
A temp file may be created when using database files which can be the size of the largest file in the data to be processed.

Anonymous0000 17-02-2022 19:03

how come I can't open the xtool.exe?
 
I'm in win11.

daveyrob 19-02-2022 03:00

im curious, if you can now select a reflate level what does it do as standard? maybe set to 6 as as default?

Razor12911 20-02-2022 02:15

Quote:

Originally Posted by Anonymous0000 (Post 495878)
I'm in win11.

Xtool isn't used directly, look at test example or the Freearc example to see how it works.

Quote:

Originally Posted by daveyrob (Post 495916)
im curious, if you can now select a reflate level what does it do as standard? maybe set to 6 as as default?

The idea of reflate is by selecting the correct level you get the best result. You can perform trial and error on an input by trying out different levels and the best one is the one that gives the least output. Default is level 6

Razor12911 21-02-2022 14:50

Update available

Changes

- removed debugging code from encryption and executable codec
- fixed issue with depth when using search codec
- fixed external executable support issues

ScOOt3r 22-02-2022 16:26

Im trying to understand the commands for xtool_0.4.2

my arc.ini file is this

[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

and the pack.bat file is this
del /q data.bin
arc.exe a -ep1 -r -ed -s; -w.\temp -mxtool+srep+lolz data.bin "pack\*"
pause

it creates a freearc1.tmp file only and not a .bin file
what am i doing wrong with this.

Thanks

Razor12911 22-02-2022 16:40

try removing all plugins (xtl and ini) files near xtool, they may be causing it to crash and try again.

seryogakms 22-02-2022 18:12

ERROR: write error (disk full?) in compression algorithm xtool

arc.ini
[External compressor:xtool]
header = 0
packcmd = xtool.exe precomp -mzlib+kraken:l4 -c256mb -lm - - <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

cmd:
arc.exe a -ep1 -r -ed -s; -i2 -w.\temp -mxtool+srep+lolz Packs\data.bin "data\*"

With xtool_0.3.9 there is no such problem.

What could be the problem?

Thank you in advance.

ScOOt3r 22-02-2022 18:21

I did try and remove all .xtl and .ini files and same thing.. just a freearc1.tmp was created only

ScOOt3r

Masquerade 23-02-2022 01:30

Quote:

Originally Posted by seryogakms (Post 495958)
[External compressor:xtool]
header = 0
packcmd = xtool.exe precomp -mzlib+kraken:l4 -c256mb -lm - - <stdin

zlib+kraken? :confused:


All times are GMT -7. The time now is 08:28.

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