|
|
|
#1
|
|||
|
|||
|
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 |
| Sponsored Links |
|
#2
|
||||
|
||||
|
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 |
|
#3
|
|||
|
|||
|
PC Building Simulator is just srep+lolz. Not sure why you're using msc.
|
|
#4
|
|||
|
|||
|
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.
|
|
#5
|
||||
|
||||
|
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. |
|
#6
|
||||
|
||||
|
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 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 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 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 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 An example of an excel file:
|
| The Following User Says Thank You to sajmon83 For This Useful Post: | ||
JustFun (09-07-2021) | ||
|
#7
|
|||
|
|||
|
Can we know what methods are used just from the .bin/.arc file?
|
|
#8
|
|||
|
|||
|
Open the archive in freearc, click info button then go to the second tab
|
| The Following User Says Thank You to Masquerade For This Useful Post: | ||
:( Sad8669 (03-05-2021) | ||
|
#9
|
|||
|
|||
|
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. |
|
#10
|
|||
|
|||
|
click "info" then "solid blocks"
|
| The Following User Says Thank You to Masquerade For This Useful Post: | ||
:( Sad8669 (05-05-2021) | ||
|
#11
|
|||
|
|||
|
Got it, thanks.
Actually i was using the wrong version of Freearc. |
|
#12
|
|||
|
|||
|
Unravel
Code:
Method : SREP+LOLZ Initial Size : 3.17 GB Final Size : 2.30 GB Compression Time : 1 hour 15 minutes Decompression Time : 1 minute+ (4T) Last edited by :( Sad8669; 06-03-2022 at 05:53. |
| The Following User Says Thank You to :( Sad8669 For This Useful Post: | ||
JustFun (09-07-2021) | ||
|
#13
|
||||
|
||||
|
Hi all, I hate to always ask the most silly questions but could anyone who's been able to successfully compress and decompress "PC Building Simulator" share the options/arguments/commands that they used for srep & lolz? My initial attempt with msc + srep + lolz (msc because of the .mp3 OST files incl.) failed to decompress with an UnArc.dll error of "-1". I re-attempted with just srep + lolz as per the advice of the forum user "Masquerade" and saw a significant (80mb) reduction in the final output, however decompression still failed, with the same error code (-1) as the first attempt given.
Last edited by L33THAK0R; 04-05-2021 at 06:19. Reason: clarification |
| The Following User Says Thank You to L33THAK0R For This Useful Post: | ||
:( Sad8669 (04-05-2021) | ||
|
#14
|
|||
|
|||
|
Quote:
The .dll used for compression and decompression must be same. The external compressor in arc.ini must be configured correctly. Try setting the same arguments used in packcmd for unpackcmd. Try some other scripts just for experimental purpose. In my case, it was FIFA 20 and the issue for the error was the oo2core_6_win64.dll. The one used for compression was around 1,061 KB And the one used for decompression was something 1,041 KB So i just replaced the .dll and boom it worked. As for your case, it must be something like CLS-MSC.dll and so on. Also, if you compressed it using DiskSpan then make sure the .dll matches since there are different versions of DiskSpan. Please let me know if it helped .
Last edited by :( Sad8669; 04-05-2021 at 10:40. |
|
#15
|
|||
|
|||
|
Quote:
cls-srep, srepinside or srep.exe? Use cls-srep. For the mp3 soundtrack, use a mask (arc.groups) arc.groups file (next to arc.exe Code:
$mp3 *.mp3 Code:
-msrep+lolz/$mp3=mpz |
![]() |
|
|
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 |