Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials
Register FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 23-02-2022, 22:11
Hexagon123 Hexagon123 is offline
Registered User
 
Join Date: Dec 2016
Location: IOWA
Posts: 80
Thanks: 4
Thanked 49 Times in 30 Posts
Hexagon123 is on a distinguished road
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.
Reply With Quote
Sponsored Links
  #2  
Old 24-02-2022, 08:01
Masquerade Masquerade is offline
Registered User
 
Join Date: Jan 2020
Location: Monte d'Or
Posts: 1,217
Thanks: 294
Thanked 1,404 Times in 637 Posts
Masquerade is on a distinguished road
seryogakms
Apologies for criticising your zlib+kraken method, I have tested out a new game which contains both. Sorry. Hope you can forgive.
Reply With Quote
  #3  
Old 24-02-2022, 12:23
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
Quote:
Originally Posted by Masquerade View Post
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!
Reply With Quote
  #4  
Old 23-02-2022, 10:16
ScOOt3r ScOOt3r is offline
Registered User
 
Join Date: Jun 2019
Location: Canada
Posts: 79
Thanks: 696
Thanked 41 Times in 35 Posts
ScOOt3r is on a distinguished road
i just used the same files located in xtool 0.4.2
and here are my pics

Screenshot_1.png
It compressed just fine with no errors

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

Screenshot_3.png
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\*"

Last edited by ScOOt3r; 23-02-2022 at 10:19.
Reply With Quote
The Following User Says Thank You to ScOOt3r For This Useful Post:
Razor12911 (23-02-2022)
  #5  
Old 24-02-2022, 08:51
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,749
Thanks: 2,170
Thanked 11,206 Times in 2,307 Posts
Razor12911 is on a distinguished road
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
Reply With Quote
  #6  
Old 25-02-2022, 01:50
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
Quote:
Originally Posted by Razor12911 View Post
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.

Last edited by seryogakms; 25-02-2022 at 02:05.
Reply With Quote
  #7  
Old 25-02-2022, 02:10
dixen dixen is offline
Registered User
 
Join Date: Sep 2014
Location: Russia
Posts: 410
Thanks: 453
Thanked 444 Times in 204 Posts
dixen is on a distinguished road
Quote:
Originally Posted by seryogakms View Post
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.
oo2reck+srep+lolz - 340 mb
Decompression time - 4 min
Reply With Quote
  #8  
Old 25-02-2022, 02:27
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
Unhappy

Quote:
Originally Posted by dixen View Post
oo2reck+srep+lolz - 340 mb
decompression time - 4 min
В очередной раз спасибо за подсказку, но у меня комп «немного» слабее твоего. ):
Reply With Quote
  #9  
Old 25-02-2022, 02:35
dixen dixen is offline
Registered User
 
Join Date: Sep 2014
Location: Russia
Posts: 410
Thanks: 453
Thanked 444 Times in 204 Posts
dixen is on a distinguished road
Quote:
Originally Posted by seryogakms View Post
В очередной раз спасибо за подсказку, но у меня комп «немного» слабее твоего. ):
shhh. english only in post...
Razor12911
Hi)
What about *.bdt from Elden Ring? It encrypted oodle streams?

Last edited by dixen; 25-02-2022 at 02:37.
Reply With Quote
  #10  
Old 25-02-2022, 02:20
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,749
Thanks: 2,170
Thanked 11,206 Times in 2,307 Posts
Razor12911 is on a distinguished road
Quote:
Originally Posted by seryogakms View Post
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.
Sample?
Reply With Quote
  #11  
Old 25-02-2022, 03:01
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
Quote:
Originally Posted by Razor12911 View Post
Sample?
It took even longer. I apologize for the encoding in cmd.

xtool_0.4.2


Last edited by seryogakms; 25-02-2022 at 03:07.
Reply With Quote
  #12  
Old 24-02-2022, 10:27
ScOOt3r ScOOt3r is offline
Registered User
 
Join Date: Jun 2019
Location: Canada
Posts: 79
Thanks: 696
Thanked 41 Times in 35 Posts
ScOOt3r is on a distinguished road
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>
Attached Images
File Type: png Screenshot_4.png (6.2 KB, 156 views)
File Type: png Screenshot_3.png (21.8 KB, 155 views)
File Type: png Screenshot_2.png (26.9 KB, 152 views)

Last edited by ScOOt3r; 24-02-2022 at 10:50.
Reply With Quote
The Following User Says Thank You to ScOOt3r For This Useful Post:
Razor12911 (24-02-2022)
  #13  
Old 24-02-2022, 12:38
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 688
Thanks: 481
Thanked 2,547 Times in 561 Posts
BLACKFIRE69 is on a distinguished road
Quote:
Originally Posted by ScOOt3r View Post
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?
Reply With Quote
  #14  
Old 24-02-2022, 11:13
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,749
Thanks: 2,170
Thanked 11,206 Times in 2,307 Posts
Razor12911 is on a distinguished road
can you share this input along with your system specs?
Reply With Quote
  #15  
Old 24-02-2022, 11:28
ScOOt3r ScOOt3r is offline
Registered User
 
Join Date: Jun 2019
Location: Canada
Posts: 79
Thanks: 696
Thanked 41 Times in 35 Posts
ScOOt3r is on a distinguished road
My System Specs are as follows:
AMD Ryzen 9 5950X
16 Cores
32 Logical Processors
64 GB of Ram
NVIDIA GeForce RTX3090 GPU
Reply With Quote
The Following User Says Thank You to ScOOt3r For This Useful Post:
Razor12911 (24-02-2022)
Reply


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 21:00.


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