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

Reply
 
Thread Tools Display Modes
  #361  
Old 15-06-2021, 08:43
Razor12911's Avatar
Razor12911 Razor12911 is offline
Programmer
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,692
Thanks: 2,102
Thanked 10,684 Times in 2,245 Posts
Razor12911 is on a distinguished road
Update available

Changes

- fixed library support bug
- x86 build discontinued (has bugs from nowhere)

@Masquerade

Use an even older library for Unity games

https://github.com/lz4/lz4/releases/tag/v1.8.0

Also use v0.3.20+

And there is no way you can tell what version of lz4 was used, that's why I made xtool to allow users to change them and go with the one that they think is the best.

Results from the samples you sent:
Code:
Tested 6 files, 2,793,950,894 => 531,410,227 bytes. Ratio 525.76%
Testing time: cpu 0.47 sec/real 92.79 sec = 1%. Speed 5.73 mB/s

Last edited by Razor12911; 15-06-2021 at 08:52.
Reply With Quote
The Following 3 Users Say Thank You to Razor12911 For This Useful Post:
ffmla (15-06-2021), L0v3craft (15-06-2021), Masquerade (16-06-2021)
Sponsored Links
  #362  
Old 16-06-2021, 00:23
Masquerade's Avatar
Masquerade Masquerade is offline
Registered User
 
Join Date: Jan 2020
Location: Monte d'Or
Posts: 950
Thanks: 242
Thanked 1,085 Times in 510 Posts
Masquerade is on a distinguished road
Quote:
Originally Posted by Razor12911 View Post
Results from the samples you sent:
Code:
Tested 6 files, 2,793,950,894 => 531,410,227 bytes. Ratio 525.76%
Testing time: cpu 0.47 sec/real 92.79 sec = 1%. Speed 5.73 mB/s
Thanks for the update. I can only get the results you are showing if I run xtool in non-solid mode however, which doesn't really work when trying to chain it with srep and lolz.
Reply With Quote
  #363  
Old 20-06-2021, 07:01
Masquerade's Avatar
Masquerade Masquerade is offline
Registered User
 
Join Date: Jan 2020
Location: Monte d'Or
Posts: 950
Thanks: 242
Thanked 1,085 Times in 510 Posts
Masquerade is on a distinguished road
What's the method to use for lzo precompression?

I have xtool + lzo2.dll, with packcmd:

Code:
[External compressor: lzo]
header = 0
packcmd = xrool precomp -mlzo -c512mb -t16 - - <stdin> <stdout>
Code:
FreeArc 0.67 (March 15 2014) creating archive: data.arc
Compressing 1 file, 51,286,661 bytes. Processed   0%
ERROR: write error (disk full?) in compression algorithm lzo
I have also tried using the xtool example with same result.

Test file: https://1fichier.com/?1lbx3d68cud09anxs39v

It contains zlib and lzo streams - from Bioshock Infinite (unreal engine 3).

Using uelr:

Code:
Compressed 1 file, 51,286,661 => 100,636,058 bytes. Ratio 196.22%
Compression time: cpu 0.08 sec/real 6.75 sec = 1%. Speed 7.59 mB/s
All OK
uelr+xtool for zlib:

Code:
Compressed 1 file, 51,286,661 => 153,379,576 bytes. Ratio 299.06%
Compression time: cpu 0.08 sec/real 12.26 sec = 1%. Speed 4.18 mB/s
All OK
Reply With Quote
  #364  
Old 20-06-2021, 10:33
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 Masquerade View Post
What's the method to use for lzo precompression?

I have xtool + lzo2.dll, with packcmd:

Code:
[External compressor: lzo]
header = 0
packcmd = xrool precomp -mlzo -c512mb -t16 - - <stdin> <stdout>
Code:
FreeArc 0.67 (March 15 2014) creating archive: data.arc
Compressing 1 file, 51,286,661 bytes. Processed   0%
ERROR: write error (disk full?) in compression algorithm lzo
I have also tried using the xtool example with same result.

Test file: https://1fichier.com/?1lbx3d68cud09anxs39v

It contains zlib and lzo streams - from Bioshock Infinite (unreal engine 3).

Using uelr:

Code:
Compressed 1 file, 51,286,661 => 100,636,058 bytes. Ratio 196.22%
Compression time: cpu 0.08 sec/real 6.75 sec = 1%. Speed 7.59 mB/s
All OK
uelr+xtool for zlib:

Code:
Compressed 1 file, 51,286,661 => 153,379,576 bytes. Ratio 299.06%
Compression time: cpu 0.08 sec/real 12.26 sec = 1%. Speed 4.18 mB/s
All OK
https://fileforums.com/showpost.php?...3&postcount=73
Reply With Quote
  #365  
Old 20-06-2021, 11:05
Masquerade's Avatar
Masquerade Masquerade is offline
Registered User
 
Join Date: Jan 2020
Location: Monte d'Or
Posts: 950
Thanks: 242
Thanked 1,085 Times in 510 Posts
Masquerade is on a distinguished road
Quote:
Originally Posted by dixen View Post
Yes, I also used uelr previously when I compressed this game, but I want to test xtool lzo.
Reply With Quote
  #366  
Old 20-06-2021, 11:37
ffmla ffmla is offline
Registered User
 
Join Date: Nov 2014
Location: Digital world
Posts: 112
Thanks: 576
Thanked 65 Times in 41 Posts
ffmla is on a distinguished road
Cool

^^
Try lzo with Far cry 3.

Quote:
[External compressor: lzo]
header = 0
packcmd = xrool precomp -mlzo -c512mb -t16 - - <stdin> <stdout>
spelling...

----------------------
old xtool LZO usage

Quote:
[External compressor:deflate,reflate,unity,lzo1c,lzo1x,lzo2a]
packcmd = xtool.exe precomp:{compressor}:c16mb,lm,t90p - - <stdin> <stdout>
unpackcmd = xtool.exe decode:t100p - - <stdin> <stdout>
Quote:
arc.exe a -ep1 -r -ed -s; -w.\temp -mlzo1x data.arc "X:\datatobepacked\*"

Last edited by ffmla; 20-06-2021 at 11:49.
Reply With Quote
  #367  
Old 20-06-2021, 13:03
Masquerade's Avatar
Masquerade Masquerade is offline
Registered User
 
Join Date: Jan 2020
Location: Monte d'Or
Posts: 950
Thanks: 242
Thanked 1,085 Times in 510 Posts
Masquerade is on a distinguished road
Quote:
Originally Posted by ffmla View Post
spelling...
This was an error when I typed the post and not from my arc.ini.

If I change to -mlzo1x, it does pack, but only to 100% ratio - no inflation.
Reply With Quote
  #368  
Old 20-06-2021, 20:21
ffmla ffmla is offline
Registered User
 
Join Date: Nov 2014
Location: Digital world
Posts: 112
Thanks: 576
Thanked 65 Times in 41 Posts
ffmla is on a distinguished road
Quote:
Originally Posted by Masquerade View Post
This was an error when I typed the post and not from my arc.ini.

If I change to -mlzo1x, it does pack, but only to 100% ratio - no inflation.
During my testing with Far Cry 3 repack i am also faced this issue but ,I don`t know which version of XTOOL is this.
Use the attached one and try it.

My result with FC3.
8.51GB to 4.04 GB

EDT:XTOOL version 1908_R5
Attached Files
File Type: 7z XTool_fc3_mla.7z (523.5 KB, 31 views)

Last edited by ffmla; 20-06-2021 at 20:31.
Reply With Quote
  #369  
Old 23-06-2021, 11:37
Masquerade's Avatar
Masquerade Masquerade is offline
Registered User
 
Join Date: Jan 2020
Location: Monte d'Or
Posts: 950
Thanks: 242
Thanked 1,085 Times in 510 Posts
Masquerade is on a distinguished road
Here's another Unity sample, xtool doesn't detect any streams at all (regardless of which liblz4 is used, the previous sample I posted: streams were found, just not processed).

https://1fichier.com/?x630wefm2269eh4d81ya

It decompresses to 6.9GB
Reply With Quote
  #370  
Old 25-06-2021, 01:57
Razor12911's Avatar
Razor12911 Razor12911 is offline
Programmer
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,692
Thanks: 2,102
Thanked 10,684 Times in 2,245 Posts
Razor12911 is on a distinguished road
lzo does not have a universal scanner, for the far cry series, you'll need a database file, like fc3.xtl and then use -mfc3 method.

Quote:
Originally Posted by Masquerade View Post
Here's another Unity sample, xtool doesn't detect any streams at all (regardless of which liblz4 is used, the previous sample I posted: streams were found, just not processed).

https://1fichier.com/?x630wefm2269eh4d81ya

It decompresses to 6.9GB
This contains file version 7, not implemented in unity.dll as it only supports version 6.

An update is required
Reply With Quote
The Following 2 Users Say Thank You to Razor12911 For This Useful Post:
ffmla (25-06-2021), Mortal Lord (25-06-2021)
  #371  
Old 25-06-2021, 23:53
Razor12911's Avatar
Razor12911 Razor12911 is offline
Programmer
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,692
Thanks: 2,102
Thanked 10,684 Times in 2,245 Posts
Razor12911 is on a distinguished road
Update available

Changes

- updated search support
Reply With Quote
The Following 4 Users Say Thank You to Razor12911 For This Useful Post:
Cesar82 (27-06-2021), kingkaos (27-06-2021), Masquerade (26-06-2021), prince55 (26-06-2021)
  #372  
Old 27-06-2021, 19:52
Gamer2023 Gamer2023 is offline
Banned
 
Join Date: Jun 2021
Location: https://t.me/pump_upp
Posts: 7
Thanks: 1
Thanked 0 Times in 0 Posts
Gamer2023 is on a distinguished road
Send a message via ICQ to Gamer2023 Send a message via AIM to Gamer2023 Send a message via Yahoo to Gamer2023
What is the best compression method ? how to use it ?
Reply With Quote
  #373  
Old 27-06-2021, 21:00
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 Gamer2023 View Post
What is the best compression method ? how to use it ?
It's PREcompressor but not compressor
Reply With Quote
  #374  
Old 28-06-2021, 04:06
Gamer2023 Gamer2023 is offline
Banned
 
Join Date: Jun 2021
Location: https://t.me/pump_upp
Posts: 7
Thanks: 1
Thanked 0 Times in 0 Posts
Gamer2023 is on a distinguished road
Send a message via ICQ to Gamer2023 Send a message via AIM to Gamer2023 Send a message via Yahoo to Gamer2023
Exclamation How to use Xtool ?

I-How to use it ?
My pc
1.Intel(R) Core(TM) i5-10400 CPU @ 2.90GHz 2.90 GHz
2.8gb ram
II-What is the best compression my computer can handle?
III-Can I use some type of virtual ram to do better compression ?
IV-Can to decompress using inno compiler ?
After compression How could I repack The games?

Sorry for long Questions.
Reply With Quote
  #375  
Old 28-06-2021, 12:22
st0rm's Avatar
st0rm st0rm is offline
Registered User
 
Join Date: Nov 2017
Location: Turkey
Posts: 52
Thanks: 60
Thanked 69 Times in 31 Posts
st0rm is on a distinguished road
Quote:
Originally Posted by Gamer2023 View Post
I-How to use it ?
My pc
1.Intel(R) Core(TM) i5-10400 CPU @ 2.90GHz 2.90 GHz
2.8gb ram
II-What is the best compression my computer can handle?
III-Can I use some type of virtual ram to do better compression ?
IV-Can to decompress using inno compiler ?
After compression How could I repack The games?

Sorry for long Questions.
try to use ultraarc.
__________________
The function is important, not the size.
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 13:53.


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