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 14-03-2019, 00:04
IgorKolesnik IgorKolesnik is offline
Registered User
 
Join Date: Dec 2018
Location: Kiev
Posts: 31
Thanks: 27
Thanked 7 Times in 6 Posts
IgorKolesnik is on a distinguished road
help please solve the problem. When using xtool for large files, this error occurs during installation.
I use this method: xtool+srep+delta+lolz
options xtool:
[External compressor:xtool]
header = 0
packcmd = xtool erecomp:t2:zlib - - <stdin> <stdout>

bat file:
arc.exe a -w.\ -ep1 -dses --dirs -s; -lc- -di -i2 -r -mxtool+srep+delta+lolz data1.bin "packeddata2\*"

xtool v011


Last edited by IgorKolesnik; 14-03-2019 at 00:09.
Reply With Quote
Sponsored Links
  #2  
Old 14-03-2019, 00:29
yasitha's Avatar
yasitha yasitha is offline
Registered User
 
Join Date: Apr 2013
Location: Krypton
Posts: 297
Thanks: 204
Thanked 48 Times in 33 Posts
yasitha is on a distinguished road
Quote:
Originally Posted by IgorKolesnik View Post
help please solve the problem. When using xtool for large files, this error occurs during installation.
I use this method: xtool+srep+delta+lolz
options xtool:
[External compressor:xtool]
header = 0
packcmd = xtool erecomp:t2:zlib - - <stdin> <stdout>

bat file:
arc.exe a -w.\ -ep1 -dses --dirs -s; -lc- -di -i2 -r -mxtool+srep+delta+lolz data1.bin "packeddata2\*"

xtool v011

Use xtool+srep+lolz don't use delta.

Try xtool erecomp:c32mb,t75p:zlib

srep:m3f:l512:c512:a4+lolz:dtb1:d128m:mtt1:mt4

Mt4 need 4 threads. If you have 8 threads use 8 instead of 4

Tip: try single larger file and try decompress. If it works try full game...
__________________
Keep Up The Good Works!

Last edited by yasitha; 14-03-2019 at 00:32.
Reply With Quote
  #3  
Old 18-03-2020, 10:57
jenning jenning is offline
Registered User
 
Join Date: Mar 2020
Location: Germany
Posts: 11
Thanks: 2
Thanked 0 Times in 0 Posts
jenning is on a distinguished road
Quote:
Originally Posted by IgorKolesnik View Post
help please solve the problem. When using xtool for large files, this error occurs during installation.
I use this method: xtool+srep+delta+lolz
options xtool:
[External compressor:xtool]
header = 0
packcmd = xtool erecomp:t2:zlib - - <stdin> <stdout>

bat file:
arc.exe a -w.\ -ep1 -dses --dirs -s; -lc- -di -i2 -r -mxtool+srep+delta+lolz data1.bin "packeddata2\*"

xtool v011


I'm having the same error when using zlib, I have tried all xtool versions x86/x64, all combinations old+new/same versions, compressing with only 1 thread, with different chunk sizes.

Any ideas ?

my compression cmd:
Code:
arc a -ep1 -ed -r -w.\ Data\Setup-1.bin -mxprecomp+srep_x64:m3f+lolz:d256m:mtb256:mc1023:mtt1:mt8 "D:\TEST\TESTGAME\*"
my arc.ini:
Code:
[External compressor:xprecomp]
header = 0
packcmd   = xtool.exe e:precomp:c128mb,t1:zlib $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = xtool.exe d:precomp:t1 $$arcpackedfile$$.tmp $$arcdatafile$$.tmp

[External compressor:srep_x64]
header = 0
packcmd   = srep_x64 {options} -s907374182400 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = srep_x64 -d -s $$arcpackedfile$$.tmp $$arcdatafile$$.tmp

[External compressor:lolz]
header     = 0
packcmd    = "lolz_x64" {options} $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd  = cls-lolz_x64.exe $$arcpackedfile$$.tmp $$arcdatafile$$.tmp
datafile   = $$arcdatafile$$.tmp
packedfile = $$arcpackedfile$$.tmp

Last edited by jenning; 18-03-2020 at 11:11.
Reply With Quote
  #4  
Old 07-04-2020, 11:13
PsYcHo_RaGE's Avatar
PsYcHo_RaGE PsYcHo_RaGE is offline
Registered User
 
Join Date: Mar 2018
Location: DarckSide
Posts: 238
Thanks: 193
Thanked 160 Times in 78 Posts
PsYcHo_RaGE is on a distinguished road
Quote:
Originally Posted by jenning View Post
I'm having the same error when using zlib, I have tried all xtool versions x86/x64, all combinations old+new/same versions, compressing with only 1 thread, with different chunk sizes.

Any ideas ?

my compression cmd:
Code:
arc a -ep1 -ed -r -w.\ Data\Setup-1.bin -mxprecomp+srep_x64:m3f+lolz:d256m:mtb256:mc1023:mtt1:mt8 "D:\TEST\TESTGAME\*"
my arc.ini:
Code:
[External compressor:xprecomp]
header = 0
packcmd   = xtool.exe e:precomp:c128mb,t1:zlib $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = xtool.exe d:precomp:t1 $$arcpackedfile$$.tmp $$arcdatafile$$.tmp

[External compressor:srep_x64]
header = 0
packcmd   = srep_x64 {options} -s907374182400 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = srep_x64 -d -s $$arcpackedfile$$.tmp $$arcdatafile$$.tmp

[External compressor:lolz]
header     = 0
packcmd    = "lolz_x64" {options} $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd  = cls-lolz_x64.exe $$arcpackedfile$$.tmp $$arcdatafile$$.tmp
datafile   = $$arcdatafile$$.tmp
packedfile = $$arcpackedfile$$.tmp
Code:
[External compressor:xzlib]
header = 0
packcmd = xtool.exe e:precomp:c128mb,t80p:zlib $$arcdatafile$$.tmp $$arcpackedfile$$.tmp

[External compressor:srep]
header = 0
packcmd = srep_x64.exe {options} $$arcdatafile$$.tmp $$arcpackedfile$$.tmp

[External compressor:lolz]
header = 0
packcmd = lolz_x64.exe {options} $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
perfect!
__________________
“WE ALL GO A LITTLE MAD SOMETIMES”
Reply With Quote
  #5  
Old 14-03-2019, 02:00
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,689
Thanks: 1,106
Thanked 7,336 Times in 2,838 Posts
KaktoR is on a distinguished road
Try change chunk size to 128 (worked for all games until now)

xprecomp:t2,c128m:zlib
__________________
Haters gonna hate
Reply With Quote
  #6  
Old 14-03-2019, 23:01
bunti_o4u's Avatar
bunti_o4u bunti_o4u is offline
Registered User
 
Join Date: Aug 2017
Location: India
Posts: 162
Thanks: 29
Thanked 172 Times in 61 Posts
bunti_o4u is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
Try change chunk size to 128 (worked for all games until now)

xprecomp:t2,c128m:zlib
Tested but it's not working..
Reply With Quote
  #7  
Old 14-03-2019, 03:58
IgorKolesnik IgorKolesnik is offline
Registered User
 
Join Date: Dec 2018
Location: Kiev
Posts: 31
Thanks: 27
Thanked 7 Times in 6 Posts
IgorKolesnik is on a distinguished road
Thanks guys, the problem seems to be gone. I will test.

By the way, I noticed that xtool needs vcc 2013 to work, vcc 2015 and newer for some reason does not work.
Reply With Quote
The Following 2 Users Say Thank You to IgorKolesnik For This Useful Post:
dixen (14-03-2019), felice2011 (14-03-2019)
  #8  
Old 14-03-2019, 23:43
yasitha's Avatar
yasitha yasitha is offline
Registered User
 
Join Date: Apr 2013
Location: Krypton
Posts: 297
Thanks: 204
Thanked 48 Times in 33 Posts
yasitha is on a distinguished road
I have compress single 35GB file with c32mb,
It's not the problem. You get Decompressing error right?
If you have any other PC. try decompressing on that pc.
Maybe your compression is fine your pc is the problem...
__________________
Keep Up The Good Works!
Reply With Quote
  #9  
Old 15-03-2019, 00:36
doofoo24 doofoo24 is offline
Registered User
 
Join Date: Nov 2016
Location: canada
Posts: 408
Thanks: 138
Thanked 474 Times in 227 Posts
doofoo24 is on a distinguished road
nah!
i'm guessing that he use different version of xtool for install...
just use the same one if you compress with 0.9 use 0.9 for install...
Reply With Quote
  #10  
Old 15-03-2019, 00:58
bunti_o4u's Avatar
bunti_o4u bunti_o4u is offline
Registered User
 
Join Date: Aug 2017
Location: India
Posts: 162
Thanks: 29
Thanked 172 Times in 61 Posts
bunti_o4u is on a distinguished road
Quote:
Originally Posted by yasitha View Post
I have compress single 35GB file with c32mb,
It's not the problem. You get Decompressing error right?
If you have any other PC. try decompressing on that pc.
Maybe your compression is fine your pc is the problem...
It's not working means the setting has no effect and files are not getting deflated..

Last edited by bunti_o4u; 15-03-2019 at 03:25.
Reply With Quote
  #11  
Old 02-05-2019, 11:59
yasitha's Avatar
yasitha yasitha is offline
Registered User
 
Join Date: Apr 2013
Location: Krypton
Posts: 297
Thanks: 204
Thanked 48 Times in 33 Posts
yasitha is on a distinguished road
Xtool abandoned?

where's the Update?
__________________
Keep Up The Good Works!
Reply With Quote
The Following User Says Thank You to yasitha For This Useful Post:
oltjon (02-05-2019)
  #12  
Old 02-05-2019, 13:02
oltjon's Avatar
oltjon oltjon is offline
Registered User
 
Join Date: Dec 2013
Location: UNITED STATES OF ALBANIA
Posts: 218
Thanks: 1,132
Thanked 168 Times in 79 Posts
oltjon is on a distinguished road
Quote:
Originally Posted by yasitha View Post
Xtool abandoned?

where's the Update?
I don't think xtool has anything else to offer
__________________
....................always rains in the wet.....................
Reply With Quote
  #13  
Old 07-05-2019, 17:02
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,074
Thanks: 1,814
Thanked 2,304 Times in 787 Posts
Cesar82 is on a distinguished road
You may only need to fix some bugs and fully reconcile old ZTool items so ZTool can be removed from CIU.

Before I asked KaktoR:
Why keep ZTool and XTool in CIU, if XTool is ZTool's successor? Does XTool have bugs to keep both in CIU?

Kaktor replied:
No XTool is better (only bug is that big data input does not get unpacked with oodle and lzo codec. All other codecs work).
ZTool for example don't support crilayla codec (which is mostly used in the "anime-like" games like DragonBall, OnePiece, Sonic and etc).
So if you like to remove one of them, then remove ZTool.
Reply With Quote
  #14  
Old 10-05-2019, 13:15
L0v3craft's Avatar
L0v3craft L0v3craft is offline
Registered User
 
Join Date: Dec 2015
Location: Rome
Posts: 96
Thanks: 421
Thanked 24 Times in 15 Posts
L0v3craft is on a distinguished road
Hi guys, someone knows how to pre-compress ...\Content\Paks\*.pak files when they are crypted in games developed with unreal engine ? Usually we can use ztool or xtool/zlib to pre compress the pak files, but when they are crypted ? What to do

Edit: i found the way to get the decryption key(a man from zenhax is able to get it), but how to use the key with xtool ?

Last edited by L0v3craft; 10-05-2019 at 17:40.
Reply With Quote
  #15  
Old 10-05-2019, 17:23
Andu21 Andu21 is offline
Registered User
 
Join Date: Feb 2016
Location: Impossible Planet
Posts: 114
Thanks: 179
Thanked 48 Times in 38 Posts
Andu21 is on a distinguished road
L0v3craft, as far as i know you need to unpack the archive with the key, compress it's content and then re-import the files back.
Reply With Quote
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
Information about ZTool 78372 Conversion Tutorials 72 10-10-2019 06:27
ztool info doofoo24 Conversion Tutorials 2 24-12-2017 22:08
ZTool (Ultimate Precompressor) Razor12911 Conversion Tutorials 16 20-07-2017 07:56



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


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