Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials

Reply
 
Thread Tools Display Modes
  #406  
Old 23-12-2021, 00:19
Masquerade's Avatar
Masquerade Masquerade is offline
Registered User
 
Join Date: Jan 2020
Location: Monte d'Or
Posts: 1,158
Thanks: 284
Thanked 1,348 Times in 612 Posts
Masquerade is on a distinguished road
Razor12921
Welcome back, thank you for the update. Merry Christmas!
Reply With Quote
Sponsored Links
  #407  
Old 25-12-2021, 03:52
L0v3craft's Avatar
L0v3craft L0v3craft is offline
Registered User
 
Join Date: Dec 2015
Location: Rome
Posts: 90
Thanks: 374
Thanked 24 Times in 15 Posts
L0v3craft is on a distinguished road
Quote:
Originally Posted by Razor12911 View Post
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?
Reply With Quote
  #408  
Old 29-12-2021, 02:31
panker1992's Avatar
panker1992 panker1992 is offline
Registered User
 
Join Date: Oct 2015
Location: Always Somewhere
Posts: 539
Thanks: 113
Thanked 766 Times in 299 Posts
panker1992 is on a distinguished road
the xtool has an xtool.ini with xcompress.exe and crilayla.exe where can i find those ?
__________________
My projects : Masked Compression, lzma2(xz) on Freearc, Zstd compressor for windows
My optimizations : packjpg.exe, zstd, lzham, precomp-dev-0.45.
Reply With Quote
  #409  
Old 29-12-2021, 06:23
Masquerade's Avatar
Masquerade Masquerade is offline
Registered User
 
Join Date: Jan 2020
Location: Monte d'Or
Posts: 1,158
Thanks: 284
Thanked 1,348 Times in 612 Posts
Masquerade is on a distinguished road
Quote:
Originally Posted by panker1992 View Post
the xtool has an xtool.ini with xcompress.exe and crilayla.exe where can i find those ?
I think they are coming soon.
Reply With Quote
  #410  
Old 17-01-2022, 11:34
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,746
Thanks: 2,141
Thanked 11,093 Times in 2,295 Posts
Razor12911 is on a distinguished road
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>

Last edited by Razor12911; 17-01-2022 at 11:49.
Reply With Quote
The Following 18 Users Say Thank You to Razor12911 For This Useful Post:
achkun (20-01-2022), Carldric Clement (29-01-2022), Cesar82 (17-01-2022), COPyCAT (19-01-2022), dixen (17-01-2022), elit (12-02-2022), ffmla (18-01-2022), Gehrman (19-01-2022), giothothan (14-02-2022), hdneo (22-02-2023), KaktoR (17-01-2022), L0v3craft (19-01-2022), L33THAK0R (17-01-2022), macut18 (18-01-2022), Masquerade (17-01-2022), Pantsi (02-02-2022), Wanterlude (17-01-2022), ZAZA4EVER (18-01-2022)
  #411  
Old 16-02-2022, 22:32
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,746
Thanks: 2,141
Thanked 11,093 Times in 2,295 Posts
Razor12911 is on a distinguished road
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.
Reply With Quote
The Following 7 Users Say Thank You to Razor12911 For This Useful Post:
Carldric Clement (20-02-2022), dixen (17-02-2022), ffmla (17-02-2022), Gehrman (17-02-2022), L0v3craft (17-02-2022), Masquerade (17-02-2022), Pantsi (17-02-2022)
  #412  
Old 17-02-2022, 19:03
Anonymous0000 Anonymous0000 is offline
Registered User
 
Join Date: Feb 2022
Location: Mars
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Anonymous0000 is on a distinguished road
how come I can't open the xtool.exe?

I'm in win11.
Reply With Quote
  #413  
Old 19-02-2022, 03:00
daveyrob daveyrob is offline
Registered User
 
Join Date: Oct 2021
Location: In My House
Posts: 7
Thanks: 3
Thanked 2 Times in 2 Posts
daveyrob is on a distinguished road
im curious, if you can now select a reflate level what does it do as standard? maybe set to 6 as as default?
Reply With Quote
  #414  
Old 20-02-2022, 02:15
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,746
Thanks: 2,141
Thanked 11,093 Times in 2,295 Posts
Razor12911 is on a distinguished road
Quote:
Originally Posted by Anonymous0000 View Post
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 View Post
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
Reply With Quote
The Following User Says Thank You to Razor12911 For This Useful Post:
daveyrob (24-02-2022)
  #415  
Old 21-02-2022, 14:50
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,746
Thanks: 2,141
Thanked 11,093 Times in 2,295 Posts
Razor12911 is on a distinguished road
Update available

Changes

- removed debugging code from encryption and executable codec
- fixed issue with depth when using search codec
- fixed external executable support issues
Reply With Quote
The Following 7 Users Say Thank You to Razor12911 For This Useful Post:
elit (09-03-2022), ffmla (22-02-2022), Gehrman (21-02-2022), Grumpy (21-02-2022), seryogakms (22-02-2022), shazzla (21-02-2022), Wanterlude (22-02-2022)
  #416  
Old 22-02-2022, 16:26
ScOOt3r ScOOt3r is offline
Registered User
 
Join Date: Jun 2019
Location: Canada
Posts: 71
Thanks: 595
Thanked 35 Times in 30 Posts
ScOOt3r is on a distinguished road
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
Reply With Quote
The Following User Says Thank You to ScOOt3r For This Useful Post:
Razor12911 (23-02-2022)
  #417  
Old 22-02-2022, 16:40
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,746
Thanks: 2,141
Thanked 11,093 Times in 2,295 Posts
Razor12911 is on a distinguished road
try removing all plugins (xtl and ini) files near xtool, they may be causing it to crash and try again.
Reply With Quote
  #418  
Old 22-02-2022, 18:12
seryogakms seryogakms is offline
Registered User
 
Join Date: Jun 2017
Location: Russia
Posts: 9
Thanks: 12
Thanked 3 Times in 2 Posts
seryogakms is on a distinguished road
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.

Last edited by seryogakms; 22-02-2022 at 18:34.
Reply With Quote
The Following User Says Thank You to seryogakms For This Useful Post:
Razor12911 (23-02-2022)
  #419  
Old 22-02-2022, 18:21
ScOOt3r ScOOt3r is offline
Registered User
 
Join Date: Jun 2019
Location: Canada
Posts: 71
Thanks: 595
Thanked 35 Times in 30 Posts
ScOOt3r is on a distinguished road
I did try and remove all .xtl and .ini files and same thing.. just a freearc1.tmp was created only

ScOOt3r
Reply With Quote
  #420  
Old 23-02-2022, 01:30
Masquerade's Avatar
Masquerade Masquerade is offline
Registered User
 
Join Date: Jan 2020
Location: Monte d'Or
Posts: 1,158
Thanks: 284
Thanked 1,348 Times in 612 Posts
Masquerade is on a distinguished road
Quote:
Originally Posted by seryogakms View Post
[External compressor:xtool]
header = 0
packcmd = xtool.exe precomp -mzlib+kraken:l4 -c256mb -lm - - <stdin
zlib+kraken?
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
[Dev]XTool Razor12911 Conversion Tutorials 180 23-10-2020 06:26
Project Cars Digital Edition (3xDVD5) (srep+lzma) GTX590 PC Games - CD/DVD Conversions 10 28-08-2017 08:34
Project IGI Anthology 1xCD700 CIUV2 2039 mausschieber PC Games - CD/DVD Conversions 0 24-07-2017 15:12
Space Channel 5 Part 2 Translation Project Christuserloeser DC Games 0 21-06-2004 18:16



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


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