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

Reply
 
Thread Tools Display Modes
  #2311  
Old 30-04-2021, 08:03
Masquerade's Avatar
Masquerade Masquerade is offline
Registered User
 
Join Date: Jan 2020
Location: Monte d'Or
Posts: 1,159
Thanks: 284
Thanked 1,350 Times in 612 Posts
Masquerade is on a distinguished road
Steel Division 2 (Build 6613813) [+All DLCs]

Commander Deluxe Folder ripped.

Code:
xtool_reflate+srep+lolz
79GB -----> 29.2GB
Reply With Quote
The Following 2 Users Say Thank You to Masquerade For This Useful Post:
Gehrman (30-04-2021), JustFun (09-07-2021)
Sponsored Links
  #2312  
Old 30-04-2021, 10:47
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,378
Thanks: 1,076
Thanked 6,977 Times in 2,641 Posts
KaktoR is on a distinguished road
Total War: ROME Remastered
Intitial release version, including HighRes pack

Code:
 17:18:16 - Selected ARC method for Data1a.bin was: srep_new+4x4:b64mb:lzma:ultra:64m:bt4:fb273:lc8:mc1000000
--------------------------------------------------------------------------------------------------------------------------------------
 19:41:51 - Overall input size: 67.91 GB
 19:41:51 - Overall output size: 30.69 GB
 19:41:51 - Overall conversion time: 02:23:30
Probably you will get more out of it using lolz, because 90% of the game consists of tga/dds images..
__________________
Haters gonna hate

Last edited by KaktoR; 30-04-2021 at 10:49.
Reply With Quote
The Following 3 Users Say Thank You to KaktoR For This Useful Post:
Gehrman (30-04-2021), JustFun (09-07-2021), mausschieber (30-04-2021)
  #2313  
Old 01-05-2021, 00:30
Masquerade's Avatar
Masquerade Masquerade is offline
Registered User
 
Join Date: Jan 2020
Location: Monte d'Or
Posts: 1,159
Thanks: 284
Thanked 1,350 Times in 612 Posts
Masquerade is on a distinguished road
Total War Rome Remastered [NOT 4K] [v2.0] [ENGLISH ONLY]

Code:
xtool+srep+lolz
On *.webm and *.feral
Code:
srep+lzma2
*feral is ogg audio archives, so you could use oggre but no idea of the benefit (or any issue in decompression)

50.1GB ----> 17.3GB

Last edited by Masquerade; 01-05-2021 at 00:32.
Reply With Quote
The Following 5 Users Say Thank You to Masquerade For This Useful Post:
Flzzy (01-05-2021), Gehrman (01-05-2021), JustFun (09-07-2021), mausschieber (01-05-2021), pratikpatel8982 (02-05-2021)
  #2314  
Old 01-05-2021, 08:29
panker1992's Avatar
panker1992 panker1992 is offline
Registered User
 
Join Date: Oct 2015
Location: Always Somewhere
Posts: 539
Thanks: 113
Thanked 766 Times in 299 Posts
panker1992 is on a distinguished road
Quote:
Originally Posted by Masquerade View Post
Code:
xtool+srep+lolz
On *.webm and *.feral
Code:
srep+lzma2
*feral is ogg audio archives, so you could use oggre but no idea of the benefit (or any issue in decompression)

50.1GB ----> 17.3GB
Optimal Packing

JPG files and use: -mbrunsli or -mlepton
Sound Folders = msc+srep+lzma
PNG+GIF = precomp+srep+lolz

everything else = reflate+srep+lolz_ldmf=d1023m:mt2


Lossy Section:
Run this script to all webm files, you get 25% of the original size
so for 1GB of raw video you get 250mb.

ffmpeg -i "webm_files" -c:v libvpx-vp9 -b:v 2000k -c:a opus -b:a 112k -y "output_webm_files"

I Attached Brunsli:

[External compressor:brunsli]
packcmd = brunsli_x64 c $$arcdatafile$$.jpg $$arcdatafile$$.brn
unpackcmd = brunsli_x64 d $$arcdatafile$$.brn $$arcdatafile$$.jpg
datafile = $$arcdatafile$$.jpg
packedfile = $$arcdatafile$$.brn
solid = 0

Visual Paradigm of trully eye lossless Compression:
Lossless: https://drive.google.com/file/d/18O_...ew?usp=sharing
Lossy: https://drive.google.com/file/d/1QmL...ew?usp=sharing
Attached Files
File Type: zip brunsli_x64.zip (671.8 KB, 24 views)
__________________
My projects : Masked Compression, lzma2(xz) on Freearc, Zstd compressor for windows
My optimizations : packjpg.exe, zstd, lzham, precomp-dev-0.45.

Last edited by panker1992; 01-05-2021 at 08:36. Reason: Added Links for visual paradigm
Reply With Quote
The Following 3 Users Say Thank You to panker1992 For This Useful Post:
Flzzy (19-05-2021), Gehrman (01-05-2021), L33THAK0R (01-05-2021)
  #2315  
Old 01-05-2021, 11:06
Masquerade's Avatar
Masquerade Masquerade is offline
Registered User
 
Join Date: Jan 2020
Location: Monte d'Or
Posts: 1,159
Thanks: 284
Thanked 1,350 Times in 612 Posts
Masquerade is on a distinguished road
panker1992
Just FYI, game sounds + eng only packing:

srep+LZMA2 = 927MB

msc+srep+LMA2 = 886MB

41mb space savings.
Reply With Quote
The Following User Says Thank You to Masquerade For This Useful Post:
Gehrman (01-05-2021)
  #2316  
Old 01-05-2021, 11:42
darkwolves's Avatar
darkwolves darkwolves is offline
Registered User
 
Join Date: Oct 2016
Location: North Eastern,, USA
Posts: 482
Thanks: 49
Thanked 278 Times in 166 Posts
darkwolves is on a distinguished road
Quote:
Originally Posted by L33THAK0R View Post
what exactly is xprecomp?
Xprecomp is an arc.ini command line introduced from the original version of xtools that razor released..
i had the command line tied into the zlib fuction at the time i did that
so pretty much i used the zlib function on xtools
__________________
Ideas are bulletproof...

Last edited by darkwolves; 01-05-2021 at 12:07.
Reply With Quote
The Following User Says Thank You to darkwolves For This Useful Post:
L33THAK0R (01-05-2021)
  #2317  
Old 01-05-2021, 14:47
Snake288 Snake288 is offline
Registered User
 
Join Date: Nov 2018
Location: Paris
Posts: 206
Thanks: 92
Thanked 34 Times in 28 Posts
Snake288 is on a distinguished road
Hello
panker1992

Total War ROME RemasteredTotal War ROME Remastered How To Reduce The Size Of Gaming Videos Without Disrupting Quality

Could it be possible to show it as a sample Video ?

Multiple *.reducing the size of WebM game videos in bulk
Reply With Quote
  #2318  
Old 01-05-2021, 20:44
L33THAK0R's Avatar
L33THAK0R L33THAK0R is offline
Registered User
 
Join Date: Feb 2021
Location: Saudi Arabia
Posts: 350
Thanks: 119
Thanked 58 Times in 37 Posts
L33THAK0R is on a distinguished road
Has anyone given "PC Building Simulator" a try? Tried compressing with msc + srep + lolz but unfortunately got a "-1" FreeArc archive corruption error at around 1.2% into attempted installation. Not sure if there's a trick to these Unity titles but it seems I'm yet to figure them out.

I'm not sure as to what is causing issues as I was able to get from 26gb to ~4gb so I'm certain the files can't already be compressed. Whats stranger is similar methods with the title "Outward" gave me similar final ratios, however "Outward" was able to decompress properly. My guess is that this might be an engine version issue, or with how Unity creates its packed files, but I'm honestly at a loss.

Last edited by L33THAK0R; 01-05-2021 at 20:48. Reason: additional guessing
Reply With Quote
  #2319  
Old 02-05-2021, 00:49
Masquerade's Avatar
Masquerade Masquerade is offline
Registered User
 
Join Date: Jan 2020
Location: Monte d'Or
Posts: 1,159
Thanks: 284
Thanked 1,350 Times in 612 Posts
Masquerade is on a distinguished road
PC Building Simulator is just srep+lolz. Not sure why you're using msc.
Reply With Quote
  #2320  
Old 02-05-2021, 01:32
kj911 kj911 is offline
Registered User
 
Join Date: Apr 2010
Location: world
Posts: 181
Thanks: 132
Thanked 63 Times in 44 Posts
kj911 is on a distinguished road
L33THAK0R: This error message used Arc.exe from decompression?? Its probably used bad arc/cls.ini configuration or/and missing/wrong external exe/dll files these unpacking process.
Reply With Quote
  #2321  
Old 02-05-2021, 03:13
panker1992's Avatar
panker1992 panker1992 is offline
Registered User
 
Join Date: Oct 2015
Location: Always Somewhere
Posts: 539
Thanks: 113
Thanked 766 Times in 299 Posts
panker1992 is on a distinguished road
Total War - Rome Remastered

Game Hierarchy Thanks to Fitgirl.

Textures that are TGA aka Targa files use lz4 compression that means that we need lz4 precompressor made to decompress TGA files
She has unpacked them all and made Xdelta patches

Movies > Simple Compression Can be Redone Using This:
https://fileforums.com/showthread.php?t=104389

PNG GIF FERAL and JPG Files she has used PRECOMP 0.47
MSC+SREP+lolz

Models*.pak > srep+lolzi

Executables srep+lzma.

If Targa files can be precompressed it's possible to make this game as low as 11 GB
__________________
My projects : Masked Compression, lzma2(xz) on Freearc, Zstd compressor for windows
My optimizations : packjpg.exe, zstd, lzham, precomp-dev-0.45.

Last edited by panker1992; 02-05-2021 at 03:18.
Reply With Quote
  #2322  
Old 02-05-2021, 09:10
sajmon83's Avatar
sajmon83 sajmon83 is offline
Registered User
 
Join Date: Jun 2017
Location: Poland
Posts: 30
Thanks: 230
Thanked 44 Times in 29 Posts
sajmon83 is on a distinguished road
Worms Ultimate Mayhem Deluxe Edition v1077
Original size 1,73 GB >>> 797,45 MB nothing ripped

Rest of the files - precomp_mtx+exe2+lolz:dtb1:d512m:mtt1:mc1023
Code:
Compressed 798 files, 111,037,265 => 6,957,890 bytes. Ratio 6.27%
Compression time: cpu 0.28 sec/real 151.05 sec = 0%. Speed 0.74 mB/s
*.csh - xt_zlib+lolz:dtb1:d512m:mtt1:mc1023
Code:
Compressed 469 files, 174,538,388 => 9,224,438 bytes. Ratio 5.29%
Compression time: cpu 0.13 sec/real 180.30 sec = 0%. Speed 0.97 mB/s
*.xom - xtool_zlib+xtool_preflate+srep_new+lolz:dtb1:d512m :mtt1:mc1023
Code:
Compressed 765 files, 666,867,440 => 82,499,364 bytes. Ratio 12.37%
Compression time: cpu 0.61 sec/real 740.92 sec = 0%. Speed 0.90 mB/s
*.tga - lolz:dtb1:d512m:mtt1:mc1023
Code:
Compressed 434 files, 157,890,186 => 21,078,125 bytes. Ratio 13.35%
Compression time: cpu 0.14 sec/real 226.02 sec = 0%. Speed 0.70 mB/s
*.fsb *.wmv - lolz:dtb1:d512m:mtt1:mc1023
Code:
Compressed 135 files, 742,879,764 => 716,402,772 bytes. Ratio 96.44%
Compression time: cpu 0.47 sec/real 1332.19 sec = 0%. Speed 0.56 mB/s
Test results in the excel attached file.
An example of an excel file:
Attached Files
File Type: 7z exe_dll.7z (29.0 KB, 5 views)
File Type: 7z csh.7z (33.1 KB, 1 views)
File Type: 7z xom.7z (28.1 KB, 1 views)
File Type: 7z tga.7z (24.5 KB, 4 views)
File Type: 7z fsb.7z (30.1 KB, 2 views)
File Type: 7z wmv.7z (27.2 KB, 2 views)
Reply With Quote
The Following User Says Thank You to sajmon83 For This Useful Post:
JustFun (09-07-2021)
  #2323  
Old 03-05-2021, 08:43
:( Sad8669 :( Sad8669 is offline
Registered User
 
Join Date: Oct 2020
Location: -
Posts: 203
Thanks: 97
Thanked 187 Times in 101 Posts
:( Sad8669 is on a distinguished road
Can we know what methods are used just from the .bin/.arc file?
Reply With Quote
  #2324  
Old 03-05-2021, 13:34
Masquerade's Avatar
Masquerade Masquerade is offline
Registered User
 
Join Date: Jan 2020
Location: Monte d'Or
Posts: 1,159
Thanks: 284
Thanked 1,350 Times in 612 Posts
Masquerade is on a distinguished road
Quote:
Originally Posted by :( Sad8669 View Post
Can we know what methods are used just from the .bin/.arc file?
Open the archive in freearc, click info button then go to the second tab
Reply With Quote
The Following User Says Thank You to Masquerade For This Useful Post:
:( Sad8669 (03-05-2021)
  #2325  
Old 03-05-2021, 15:40
:( Sad8669 :( Sad8669 is offline
Registered User
 
Join Date: Oct 2020
Location: -
Posts: 203
Thanks: 97
Thanked 187 Times in 101 Posts
:( Sad8669 is on a distinguished road
Quote:
Originally Posted by Masquerade View Post
Open the archive in freearc, click info button then go to the second tab
Thanks for the reply, i see two options Main and Comment but there is no sign of any info regarding the methods.

Last edited by :( Sad8669; 04-05-2021 at 01:49.
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
Games Are For Kids JoyBoy Chit Chat 83 16-11-2021 14:28
CorePack Compression methods ? Help ramazan19833 Conversion Tutorials 34 09-08-2018 06:51
i got the email in the mail about copying ps2 games EVOEvo PS2 Games 7 21-11-2003 07:56
Self-booting games on an older Japanese DC? Named DC Games 1 26-09-2003 17:48
Having Problems Burning Numerous *Recent* Games....Help is Appreciated Protosstic PSX Games 2 15-01-2002 21:27



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


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