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

Reply
 
Thread Tools Display Modes
  #316  
Old 12-02-2021, 20:41
doofoo24 doofoo24 is offline
Registered User
 
Join Date: Nov 2016
Location: canada
Posts: 408
Thanks: 138
Thanked 463 Times in 227 Posts
doofoo24 is on a distinguished road
so game like (just cause 3 &4, ac syndicate...) using dedup xtool will give similar results as mad max
so i guess dedup xtool most useful on small chunks

Last edited by doofoo24; 12-02-2021 at 20:43.
Reply With Quote
Sponsored Links
  #317  
Old 21-02-2021, 14:09
dixen dixen is offline
Registered User
 
Join Date: Sep 2014
Location: Russia
Posts: 351
Thanks: 400
Thanked 395 Times in 184 Posts
dixen is on a distinguished road
For future repacks Borderlands 3))

pakchunk0-WindowsNoEditor_0_P.pak

packcmd = xtool.exe precomp -mzlib+preflate -c128mb -t100p-1 - - <stdin> <stdout>

Quote:
Compressed 1 file, 415,114,853 => 539,243,092 bytes. Ratio 129.90%
Compression time: cpu 0.41 sec/real 8.27 sec = 5%. Speed 50.17 mB/s
All OK
packcmd = xtool.exe precomp -mzlib+preflate -d3 -c128mb -t100p-1 - - <stdin> <stdout>

Quote:
Compressed 1 file, 415,114,853 => 1,540,405,512 bytes. Ratio 371.08%
Compression time: cpu 0.42 sec/real 106.39 sec = 0%. Speed 3.90 mB/s
All OK
Final compress with srep+lolz

With -d3 - 61 mb
Without -d3 - 270 mb



NOTE.
Before precompress *.pak is decrypted with ue4dt
Used XTool v0.3.9

Last edited by dixen; 21-02-2021 at 14:41.
Reply With Quote
The Following 5 Users Say Thank You to dixen For This Useful Post:
ffmla (22-02-2021), GTX590 (13-04-2021), KaktoR (28-02-2021), L0v3craft (22-02-2021), ZAZA4EVER (01-03-2021)
  #318  
Old 11-03-2021, 19:29
Hexagon123 Hexagon123 is offline
Registered User
 
Join Date: Dec 2016
Location: IOWA
Posts: 65
Thanks: 4
Thanked 39 Times in 23 Posts
Hexagon123 is on a distinguished road
For some reason, they gave me an decompression failed corrupted archive error by decrypting the pak file.

unarc.dll returned -11

I put a config on Bunti's Windows Phone Bug Free Installer arc.ini file.

Is there anything wrong?

Solved by adding a new resource.

[External compressor:xtool]
header = 0
packcmd = xtool.exe precomp -mzlib+ue4:m1:kC40250B917281AC9874D93C53E429255177E A6E038A117054A1F1C5DA92AB26A -c128mb -t75p -d3 --dbase - - <stdin> <stdout>
unpackcmd = xtool.exe decode -t75p - - <stdin> <stdout>

Last edited by Hexagon123; 11-03-2021 at 21:20.
Reply With Quote
  #319  
Old 16-03-2021, 08:56
L0v3craft's Avatar
L0v3craft L0v3craft is offline
Registered User
 
Join Date: Dec 2015
Location: Rome
Posts: 79
Thanks: 276
Thanked 24 Times in 15 Posts
L0v3craft is on a distinguished road
Hi. Someone tested xtool 0.3.9 with the command "-mlz4" with some game and it worked? I'm testing it with several games made with unity engine and it doesn't work. Tested also with all the downloadable lz4 dll (i have downloaded from github versions 1.7.3, 1.7.4, 1.7.4-2, 1.8.0, 1.8.1.2, 1.8.2, 1.8.3, 1.9.3). Looks like xtool doesn't try either to precompress the files, because it is very fast, maybe it is ignoring that command "-mlz4"? Is that command a placeholder or what?
Reply With Quote
  #320  
Old 16-03-2021, 19:06
Hexagon123 Hexagon123 is offline
Registered User
 
Join Date: Dec 2016
Location: IOWA
Posts: 65
Thanks: 4
Thanked 39 Times in 23 Posts
Hexagon123 is on a distinguished road
Quote:
Originally Posted by L0v3craft View Post
Hi. Someone tested xtool 0.3.9 with the command "-mlz4" with some game and it worked? I'm testing it with several games made with unity engine and it doesn't work. Tested also with all the downloadable lz4 dll (i have downloaded from github versions 1.7.3, 1.7.4, 1.7.4-2, 1.8.0, 1.8.1.2, 1.8.2, 1.8.3, 1.9.3). Looks like xtool doesn't try either to precompress the files, because it is very fast, maybe it is ignoring that command "-mlz4"? Is that command a placeholder or what?
Maybe, try using the old XTool?

Some use LZMA, but some use LZ4?

Seems like razor was planning on it?

Last edited by Hexagon123; 16-03-2021 at 19:09.
Reply With Quote
  #321  
Old 12-04-2021, 00:05
PsYcHo_RaGE's Avatar
PsYcHo_RaGE PsYcHo_RaGE is offline
Registered User
 
Join Date: Mar 2018
Location: DarckSide
Posts: 238
Thanks: 193
Thanked 156 Times in 76 Posts
PsYcHo_RaGE is on a distinguished road
@Moderators
Don't you guys think that this thread should be pinned?
__________________
“WE ALL GO A LITTLE MAD SOMETIMES”
Reply With Quote
  #322  
Old 12-04-2021, 07:49
Razor12911's Avatar
Razor12911 Razor12911 is offline
Programmer
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,694
Thanks: 2,106
Thanked 10,692 Times in 2,247 Posts
Razor12911 is on a distinguished road
There'll be more sticky threads than normal threads per page )

@Moderator
unstick these threads
https://fileforums.com/showthread.php?t=94605
https://fileforums.com/showthread.php?t=96630

Thanks
Reply With Quote
The Following 4 Users Say Thank You to Razor12911 For This Useful Post:
Cesar82 (22-04-2021), Epic Titan 69 (13-04-2021), Grumpy (13-04-2021), PsYcHo_RaGE (12-04-2021)
  #323  
Old 13-04-2021, 02:43
Grumpy's Avatar
Grumpy Grumpy is offline
Moderator
 
Join Date: Jun 2004
Location: Australia
Posts: 5,681
Thanks: 1,233
Thanked 1,809 Times in 794 Posts
Grumpy is on a distinguished road
Quote:
Originally Posted by Razor12911 View Post
There'll be more sticky threads than normal threads per page )

@Moderator
unstick these threads
https://fileforums.com/showthread.php?t=94605
https://fileforums.com/showthread.php?t=96630

Thanks
I unstuck those 2 and made this thread a Sticky
__________________
Can't find a Game Conversion? Check the 'Conversion INDEX'
Reply With Quote
The Following 4 Users Say Thank You to Grumpy For This Useful Post:
dixen (13-04-2021), Epic Titan 69 (13-04-2021), Mortal Lord (13-04-2021), PsYcHo_RaGE (14-04-2021)
  #324  
Old 22-04-2021, 06:18
Gehrman's Avatar
Gehrman Gehrman is offline
Registered User
 
Join Date: Jan 2020
Location: Save Palestine
Posts: 77
Thanks: 1,158
Thanked 84 Times in 45 Posts
Gehrman is on a distinguished road
Oodle Precompressor works well.

[External compressor:xtool]
header = 0
packcmd = xtool_0.3.9\xtool.exe precomp -mkraken -c32mb -t100p --dbase - - <stdin> <stdout>
unpackcmd = xtool_0.3.9\xtool.exe decode -t100p - - <stdin> <stdout>

Tested games
Code:
Gears Tactics
Assassin's Creed Valhalla
Reply With Quote
The Following User Says Thank You to Gehrman For This Useful Post:
Newbie-repacker (22-04-2021)
  #325  
Old 22-04-2021, 07:19
Masquerade's Avatar
Masquerade Masquerade is offline
Registered User
 
Join Date: Jan 2020
Location: Monte d'Or
Posts: 953
Thanks: 242
Thanked 1,088 Times in 513 Posts
Masquerade is on a distinguished road
Why are you using an Oodle kraken precompressor when Valhalla is compressed using Oodle Mermaid?
Reply With Quote
  #326  
Old 23-04-2021, 06:05
Gehrman's Avatar
Gehrman Gehrman is offline
Registered User
 
Join Date: Jan 2020
Location: Save Palestine
Posts: 77
Thanks: 1,158
Thanked 84 Times in 45 Posts
Gehrman is on a distinguished road
Quote:
Originally Posted by Masquerade View Post
Why are you using an Oodle kraken precompressor when Valhalla is compressed using Oodle Mermaid?
DataPC_extra_patch_01.forge 529MB
Code:
Creating archive: data.arc using xtool
Compressed 1 file, 555,122,688 => 1,072,196,303 bytes. Ratio 193.15%       
Compression time: cpu 0.64 sec/real 64.80 sec = 1%. Speed 8.57 mB/s
All OK
      
Testing time: cpu 0.75 sec/real 44.12 sec = 2%. Speed 12.58 mB/s
All OK
____________________________

Creating archive: data.arc using oo2recm
Compressed 1 file, 555,122,688 => 1,173,235,688 bytes. Ratio 211.35%       
Compression time: cpu 0.58 sec/real 229.01 sec = 0%. Speed 2.42 mB/s
All OK

Testing time: cpu 0.52 sec/real 52.80 sec = 1%. Speed 10.51 mB/s
All OK
____________________________

Creating archive: data.arc using xtool+srep:m3f:l512+4x4:t10:i0:lzma:64mb:normal:32
Compressed 1 file, 555,122,688 => 413,916,053 bytes. Ratio 74.56%          
Compression time: cpu 536.95 sec/real 125.05 sec = 429%. Speed 4.44 mB/s
All OK

Testing time: cpu 38.48 sec/real 49.68 sec = 77%. Speed 11.17 mB/s
All OK
____________________________
Creating archive: data.arc using oo2recm+srep:m3f:l512+4x4:t10:i0:lzma:64mb:normal:32
Compressed 1 file, 555,122,688 => 403,297,897 bytes. Ratio 72.65%          
Compression time: cpu 559.47 sec/real 295.72 sec = 189%. Speed 1.88 mB/s
All OK
   
Testing time: cpu 37.36 sec/real 58.93 sec = 63%. Speed 9.42 mB/s
All OK
Reply With Quote
  #327  
Old 26-04-2021, 07:32
kj911 kj911 is offline
Registered User
 
Join Date: Apr 2010
Location: world
Posts: 123
Thanks: 81
Thanked 48 Times in 32 Posts
kj911 is on a distinguished road
Quote:
Originally Posted by dixen View Post
packcmd = xtool.exe precomp -mzlib+preflate -d3 -c128mb -t100p-1 - - <stdin> <stdout>
...
With -d3 - 61 mb
Without -d3 - 270 mb
...
Used XTool v0.3.9
Old XTool 0.1.2 x86 version capable the preflate compression schema? (This -d3 switch preflate or zlib command?) Required external EXE/DLL files?
Reply With Quote
  #328  
Old 02-05-2021, 15:07
ozolt ozolt is offline
Banned
 
Join Date: Dec 2017
Location: Random
Posts: 16
Thanks: 16
Thanked 1 Time in 1 Post
ozolt is on a distinguished road
For some reason xtool does not precompress /detect zlib streams in *.map files from halo2 folder and *.s3pak from halo1 folder (Halo: The Master Chief Collection).
Examples in attachments.
And xtool 0.12 detects them and inflates them just fine!
Tried all possible codec combos in xtool 0.3.9, -mzlib+reflate, -mzlib+preflate, -mzlib etc... no working. -mreflate works on other *.map files from halo3, halo4 perfectly...But not on halo2 (*.map files) and halo1 (*.s3pak files).
Since xtool 0.12 uses zlib+reflate xtool 2020 should detect this also...maybe there could be some *.ini plugin for 2020 to detect this streams?

Thanks,
regards.
Attached Files
File Type: 7z Halo1Halo2Maps.7Z (1.70 MB, 18 views)
Reply With Quote
  #329  
Old 04-05-2021, 19:57
pratikpatel8982 pratikpatel8982 is offline
Registered User
 
Join Date: Sep 2020
Location: India
Posts: 116
Thanks: 105
Thanked 45 Times in 29 Posts
pratikpatel8982 is on a distinguished road
Quote:
Originally Posted by ozolt View Post
For some reason xtool does not precompress /detect zlib streams in *.map files from halo2 folder and *.s3pak from halo1 folder (Halo: The Master Chief Collection).
Examples in attachments.
And xtool 0.12 detects them and inflates them just fine!
Tried all possible codec combos in xtool 0.3.9, -mzlib+reflate, -mzlib+preflate, -mzlib etc... no working. -mreflate works on other *.map files from halo3, halo4 perfectly...But not on halo2 (*.map files) and halo1 (*.s3pak files).
Since xtool 0.12 uses zlib+reflate xtool 2020 should detect this also...maybe there could be some *.ini plugin for 2020 to detect this streams?

Thanks,
regards.
I personally use pzlib3:m1 for zlib streams, it has worked well for me so far.
Code:
infile: 14.1GB
srep:m3f+pzlib3:m1+lolz
Outfile:1.80GB

Also, first tempfile was 14.1GB (srep)
Second tempfile was 2.11GB (pzlib3)
Final file was 1.80GB (lolz ultra)
I ALSO TRIED VERSION OF XTOOL THAT COMES WITH ULTRA ARC BUT IT DIDN'T ACHIEVE GOOD RESULTS.

Last edited by pratikpatel8982; 04-05-2021 at 20:14.
Reply With Quote
  #330  
Old 21-05-2021, 15:18
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 891
Thanks: 1,482
Thanked 1,944 Times in 654 Posts
Cesar82 is on a distinguished road
@Razor12911, I had an idea for XTool.
I don't know if that would be possible, but since we can't pass the "+" character in a parameter on the FreeArc command line, I thought it might be possible to make XTool decode multiple method parameters separately, allowing you to send multiple commands in a bat file...

Currently the parameter for the XTool method is -m.
Currently it is possible to use this way:
Code:
Arc.ini
[External compressor:xtool]
header    = 0
default   = -c64mb -t100p
packcmd   = "PRE\XTool_2020\XTool.exe" precomp {options} --dbase - - <stdin> <stdout>

pack.bat
arc.exe a -ep1 -r -ed -s; -w.\temp -mxtool:mzlib data.arc "pack\*"
Suggestion is to use multiple parameters (XTool concatenated with "+" sign the parametters -m1, -m2, -m3, etc if it exists, otherwise it would use -m current).
This change in XTool would allow you to use combinations (without parameters)

Code:
Arc.ini
[External compressor:xtool]
header    = 0
default   = -c64mb -t100p
packcmd   = "PRE\XTool_2020\XTool.exe" precomp {options} --dbase - - <stdin> <stdout>

pack.bat
arc.exe a -ep1 -r -ed -s; -w.\temp -mxtool:m1zlib:m2reflate data.arc "pack\*"

The result would be as if using mzlib+reflate
To make it possible to send parameters, "," could be used in the parameters -m1, -m2, etc. and XTool replaces ":" internally when concatenating the methods.

Borderlands 3 method if usage example if I applied my idea to XTool
Code:
pack.bat

arc.exe a -ep1 -r -ed -s; -w.\temp -mxtool:m1zlib:m2ue4,m1,k0x115EE4F8C625C792F37A503308048E79726E512F0BF8D2AD7C4C87BC5947CBA7 data.arc "pack\*"
This is just an idea.
I don't know if it would be good for XTool or if for some reason it would hinder performance so think about this idea.

This would be very useful to use with DiskSpan_GUI as I cannot send combined methods currently. And using XTool.ini is complicated because DiskSpan_GUI is fully configurable in the INI file without internal setinistring processing with sections and fixed keys to insert these values ​​in XTool.ini (You would have to read the DiskSpan_GUI configuration INI file to know where it would be inserted the value).
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 09:45.


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