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

Reply
 
Thread Tools Display Modes
  #181  
Old 19-09-2020, 07:23
Edison007's Avatar
Edison007 Edison007 is offline
Registered User
 
Join Date: Mar 2014
Location: Solar System - Planet Earth
Posts: 30
Thanks: 0
Thanked 56 Times in 19 Posts
Edison007 is on a distinguished road
Quote:
Originally Posted by elit View Post
I would suggest crc64 or sha128(or even better VMAC that srep use).
better blake2)
Reply With Quote
Sponsored Links
  #182  
Old 19-09-2020, 07:34
Masquerade's Avatar
Masquerade Masquerade is offline
Registered User
 
Join Date: Jan 2020
Location: Monte d'Or
Posts: 951
Thanks: 242
Thanked 1,086 Times in 511 Posts
Masquerade is on a distinguished road
Not blake3? ^
Reply With Quote
  #183  
Old 19-09-2020, 12:37
elit elit is offline
Registered User
 
Join Date: Jun 2017
Location: sun
Posts: 262
Thanks: 186
Thanked 319 Times in 117 Posts
elit is on a distinguished road
So I tried xtool on older Telltale game "Back to the future"(gog version) as I "just happen" to be packing it right now. I thought game files should be decrypted first but hey! It inflated them! Specifically I tried on Ep1 file "4_BackToTheFuture101_pc_tx.ttarch" which is 244mb:
1.png

^First I tried -mzlib, it fould 10113 streams and inflated to 632mb in 22s global time(I should have marked that one, ignore red underline on wrong time).

2.png
^Reflate found same number of streams but inflated them to 638mb, which may or may not be actual data(could be overhead which would make it worse than -mzlib). Time was worse at 35s.

3.png
^Preflate processed 3 less streams from all and inflated to 632mb which is same as zlib, but time close to reflate(33s).

4.png
^GrittiBanzli. Now this funny name found all the same number of streams as zlib and reflate, but inflated them to 728mb?! WTF? Unfortunately time was horrible at 440sec. Not sure why same number of actually processed(not just found) streams give such a difference in size. I tried more brute options(including depth) on xtool zlib & reflate and even on ztool but they could not get above 638mb no matter what. This thing can inflate about ~20% more. I wonder how would precomp do here...

5.png
^Finally, good ol' ztool for reference, better inflation size than xtool and same as reflate, but again it could be tool overhead itself not actual streams - which would mean its worse. Time is on par with xtool -mzlib.


There, don't say I never contributed .
Reply With Quote
The Following 2 Users Say Thank You to elit For This Useful Post:
L0v3craft (21-09-2020), Razor12911 (20-09-2020)
  #184  
Old 15-10-2020, 11:56
Masquerade's Avatar
Masquerade Masquerade is offline
Registered User
 
Join Date: Jan 2020
Location: Monte d'Or
Posts: 951
Thanks: 242
Thanked 1,086 Times in 511 Posts
Masquerade is on a distinguished road
Just another Oodle test:

Death Stranding: Kraken (oo2core_7_win.dll)

Testing On: 968bf82f34e2b499687c901a888e633a.bin

-mdst+oo2reck:

Code:
Compressed 1 file, 550,028,020 => 1,216,560,352 bytes. Ratio 221.18%
Compression time: cpu 1.11 sec/real 80.93 sec = 1%. Speed 6.80 mB/s
All OK
-mdst+xtool (no deduplication or database)

Code:
Compressed 1 file, 550,028,020 => 1,213,760,805 bytes. Ratio 220.67%
Compression time: cpu 0.98 sec/real 62.03 sec = 2%. Speed 8.87 mB/s
All OK
Reply With Quote
The Following User Says Thank You to Masquerade For This Useful Post:
dixen (15-10-2020)
  #185  
Old 16-10-2020, 15:49
Sebazz Sebazz is offline
Registered User
 
Join Date: Mar 2016
Location: Terra
Posts: 60
Thanks: 24
Thanked 7 Times in 6 Posts
Sebazz is on a distinguished road
Quote:
Originally Posted by Masquerade View Post
Just another Oodle test:

Death Stranding: Kraken (oo2core_7_win.dll)

Testing On: 968bf82f34e2b499687c901a888e633a.bin

-mdst+oo2reck:

Code:
Compressed 1 file, 550,028,020 => 1,216,560,352 bytes. Ratio 221.18%
Compression time: cpu 1.11 sec/real 80.93 sec = 1%. Speed 6.80 mB/s
All OK
-mdst+xtool (no deduplication or database)

Code:
Compressed 1 file, 550,028,020 => 1,213,760,805 bytes. Ratio 220.67%
Compression time: cpu 0.98 sec/real 62.03 sec = 2%. Speed 8.87 mB/s
All OK
What is mdst ? What settings you use for xtool oodle (kraken) ?
Reply With Quote
  #186  
Old 17-10-2020, 01:12
dixen dixen is offline
Registered User
 
Join Date: Sep 2014
Location: Russia
Posts: 347
Thanks: 400
Thanked 391 Times in 182 Posts
dixen is on a distinguished road
Quote:
Originally Posted by Sebazz View Post
What is mdst ? What settings you use for xtool oodle (kraken) ?
https://fileforums.com/showthread.php?t=103699
Reply With Quote
  #187  
Old 17-10-2020, 01:12
Masquerade's Avatar
Masquerade Masquerade is offline
Registered User
 
Join Date: Jan 2020
Location: Monte d'Or
Posts: 951
Thanks: 242
Thanked 1,086 Times in 511 Posts
Masquerade is on a distinguished road
-m = freearc method parameter

dst = Death Stranding Decrypt Tool

xtool oodle= use -mkraken (-m feature in xtool, can't remember entire packcmd)
Reply With Quote
  #188  
Old 23-10-2020, 12:39
Razor12911's Avatar
Razor12911 Razor12911 is offline
Programmer
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,693
Thanks: 2,103
Thanked 10,686 Times in 2,246 Posts
Razor12911 is on a distinguished road
Update available

Changes

- added zstd codec
- added lz4, lz4hc, lzna, mermaid, selkie, hydra, leviathan codec placeholders
- added configuration support
- added xdelta support to handle crc mismatch streams

Notes

Configuration support is basically telling xtool how to find streams via an ini file. An example is included (-msr3remaster), I'll document its usage in the next release.
The oodle precompressor in xtool is still inferior to the side project, I'll work on it in the next release.
Reply With Quote
The Following 5 Users Say Thank You to Razor12911 For This Useful Post:
DiCaPrIo (23-10-2020), dixen (24-10-2020), ffmla (24-10-2020), Masquerade (23-10-2020), shazzla (23-10-2020)
  #189  
Old 23-10-2020, 13:10
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 3,887
Thanks: 1,020
Thanked 6,356 Times in 2,355 Posts
KaktoR is on a distinguished road
zstd does not seem to work ?
__________________
Haters gonna hate
Reply With Quote
The Following User Says Thank You to KaktoR For This Useful Post:
Razor12911 (23-10-2020)
  #190  
Old 23-10-2020, 13:15
Razor12911's Avatar
Razor12911 Razor12911 is offline
Programmer
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,693
Thanks: 2,103
Thanked 10,686 Times in 2,246 Posts
Razor12911 is on a distinguished road
Fixed
Reply With Quote
The Following 2 Users Say Thank You to Razor12911 For This Useful Post:
KaktoR (23-10-2020), shazzla (23-10-2020)
  #191  
Old 23-10-2020, 13:31
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 3,887
Thanks: 1,020
Thanked 6,356 Times in 2,355 Posts
KaktoR is on a distinguished road
Thanks. However, I had to use a different zstd library to make it work actually

Code:
Compressed 1 file, 50,664,187 => 104,234,410 bytes. Ratio 205.74%
Compression time: cpu 0.08 sec/real 2.19 sec = 4%. Speed 23.10 mB/s
All OK

Extracted 1 file, 104,234,410 => 50,664,187 bytes. Ratio 205.74%
Extraction time: cpu 0.05 sec/real 2.08 sec = 2%. Speed 24.37 mB/s
All OK
PS: I made a little compare with ZSTDRec (Side Project)

Code:
Compressed 1 file, 50,664,187 => 105,746,716 bytes. Ratio 208.72%
Compression time: cpu 0.08 sec/real 2.35 sec = 3%. Speed 21.52 mB/s
All OK

Extracted 1 file, 105,746,716 => 50,664,187 bytes. Ratio 208.72%
Extraction time: cpu 0.06 sec/real 1.56 sec = 4%. Speed 32.51 mB/s
All OK
__________________
Haters gonna hate

Last edited by KaktoR; 23-10-2020 at 13:35.
Reply With Quote
The Following User Says Thank You to KaktoR For This Useful Post:
ZAZA4EVER (23-10-2020)
  #192  
Old 23-10-2020, 20:30
Sebazz Sebazz is offline
Registered User
 
Join Date: Mar 2016
Location: Terra
Posts: 60
Thanks: 24
Thanked 7 Times in 6 Posts
Sebazz is on a distinguished road
Thanks ... This settings are correct ?

Code:
[External compressor:xzstd]
header    = 0
packcmd   = xtool precomp -mzstd -t100p-1 - - <stdin> <stdout>
unpackcmd = xtool decode -t100p-1 - - <stdin> <stdout>
Reply With Quote
  #193  
Old 23-10-2020, 22:13
Razor12911's Avatar
Razor12911 Razor12911 is offline
Programmer
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,693
Thanks: 2,103
Thanked 10,686 Times in 2,246 Posts
Razor12911 is on a distinguished road
yeah
Reply With Quote
The Following User Says Thank You to Razor12911 For This Useful Post:
Sebazz (24-10-2020)
  #194  
Old 24-10-2020, 09:18
Sebazz Sebazz is offline
Registered User
 
Join Date: Mar 2016
Location: Terra
Posts: 60
Thanks: 24
Thanked 7 Times in 6 Posts
Sebazz is on a distinguished road
i Have rare problem ... using this setting for precomp - - <stdin> <stdout> sometimes works, sometimes dont, and $$arcdatafile$$.tmp $$arcpackedfile$$.tmp works but stuck the compression ... whats wrong ?
Reply With Quote
  #195  
Old 24-10-2020, 09:26
Razor12911's Avatar
Razor12911 Razor12911 is offline
Programmer
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,693
Thanks: 2,103
Thanked 10,686 Times in 2,246 Posts
Razor12911 is on a distinguished road
try the same input without using Freearc and see if the error persists and if it does, send over the sample and I'll see what is causing the problem.
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 05:45.


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