FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   Best Compression Methods for 'Specific' Games. Q&A (https://fileforums.com/showthread.php?t=99554)

JustFun 05-05-2018 10:41

Haha, thx mate!!!

ShivShubh 07-05-2018 06:23

Quote:

Originally Posted by ZakirAhmad (Post 470699)
Someone here compressed ME3 from 24.3Gb to 8gb.He doesnt mention how the hell he extracted .sfar dlc files.
After extraction r files md5 perfect.
Here, we share methods not conceil it, this thread is ment to provide info, how to achieve this size. I tried to contact hime but he didnt responded.
I tried to use dlc extractor and xdelta to make it work but after comparing (recreated .sfar )files with orginal, xdelta produces orginal size patch which is useless. if anyone know how to do this let me know.
My theory about how (i guess is his doofoo) compressed it from 24.3gb to 8gb is he extracted .Sfar files and then recreated .sFar from extracted content without useing lzma compression (hence the game size 24.3gb).
Cp has also compressed mE3 from 16.5gb to 11.5gb (compression ratio of around 70%) which is same as mine that means they have encoded videos.
My orginal game size was 24gb after removing French, Italian and German languages, it came down to 19.2 (with single int(english) language)

.SFAR files used in Mass Effect 3 uses LZMA compression. Normally it is a very very stupid idea to do precompression of LZMA because you know its going to be very slow unless you have a proper way of doing it in MT. To match the data/size with originals so that you dont get large xdelta patches, you have to match the LZMA parameters,block size etc... as it was used in the originals.

And for Shelwien's tool, you are confusing plzma. He has also created a lzma recompressor with no internal compression so that you can apply further compression but its very very slow and for advanced users.

78372 07-05-2018 09:51

^^He is right, LZMA is slow AF, you can use lzmadump for recompressing them, but it's a tool like old reflate, and very much slow.

darkwolves 07-05-2018 11:21

Quote:

Originally Posted by KaktoR (Post 470700)
Is precomp042 better than pzlib in this case?

gotta love multithreaded precomp lol i would not use it if not for that

darkwolves 07-05-2018 11:24

Quote:

Originally Posted by JustFun (Post 470725)
I think that we now have 200 or more methods in Index, thx to everyone involved!!!
Sry cant check, I can only count to 100 lol, nah I am just too sleepy to do so!!

i have more just waiting to see what razor does with xtool
i hope he adds vp6

doofoo24 10-05-2018 23:37

just cause 2
 
pzlib:m2:c16m+srep:m3f:a2+lolz:d64 size 4.01gb to 1.05gb english only...

kassane 11-05-2018 04:33

Divinity Original Sin 2
 
I tested quickly using this combination:
Code:

srep:m5f:l128:a1+lolz:mtt1:mt4:fba2:mc2:cm1
Original Size: 32GB
Final Size: 23.4GB

Two languages : english and spanish only

doofoo24 11-05-2018 07:43

Mirrors Edge Catalyst 16.5gb
 
ztool:plz4+srep:m3f:a2+lolz:d64m english only

doofoo24 11-05-2018 07:44

Battlefield Hardline 22.7gb
 
ztool:plz4+srep:m3f:a2+lolz:d64 all loc+mp

ZakirAhmad 12-05-2018 01:03

Compressed Tom clancy's splinter cell Blacklist Deluxe Edition from 18.1gb to 10.7gb
 
used xtool + srep+ lolz on zlib files.
bpk + srep on bik files.
srep+ lz77 on sound files (as always oggre failes on them)
srep+ lolz on bin + bundle files
and srep + exe +delta +lolz on rest files.
xtool improves compression around 200mb than pzlib. xtool version is v03.

All creadit goes to Razor.
Extaction time reduced by 14minutes.
FGs version took 44minutes while mine without binkpack took 28minutes, that adds only 2 minutes for bik videos.

doofoo24 12-05-2018 03:44

need for speed payback 13.5gb
 
precomp:c32mb,t100p:lz4+srep:m3f:a2+lolz:d64 from 27.gb
*use xtool

doofoo24 12-05-2018 06:49

battlefield 4 14.2gb
 
precomp:c32mb,t100p:lz4+srep:m3f:a2+lolz:d64 from 23.7gb sp only with en without mp/xp filles...
*use xtool

Sergey3695 14-05-2018 02:19

Borderlands: Game of The Year Edition (5.37 Gb) (RUS|ENG) (5.2 Gb) (RUS) (5.28 Gb) (ENG)
Binaries
Engine
Data_3.bin (12,5 Mb)
Code:

-mexe2+delta+lolz:tt16:mtb128:d512m:oh14:fba256:mc1023
RUS / ENG interface
Data_2.bin (336 Mb) or (Data_ENG.bin (250 Mb) and Data_RUS.bin (164 Mb))
Code:

-msrep:m3f:l1024:c64+lolz:tt16:mtb32:d512m:oh14:fba256:mc1023
WillowGame
Data_1.bin (2.58 Gb)
Code:

-muelr+srep:m5f:l2048:c64+lolz:tt16:mtb128:d512m:oh14:fba256:mc1023
arc.ini
Code:

[External compressor:uelr]
header = 0
packcmd  = uelr.exe ulv $$arcdatafile$$.tmp $$arcpackedfile$$.tmp

[External compressor:srep]
header = 0
packcmd  = srep {options} -slp- -s35000000000 -a0/0 -hash- $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = srep -d -s <stdin> <stdout>

Data_Movies.bin (2.44 Gb) (*.bik)
Code:

-mbpk
p.s. deleted tracks

Code:

for %%i in (*.bik) do (
start /WAIT binkmix %%i - %%i  /o /t2 /#
start /WAIT binkmix %%i - %%i  /o /t3 /#
start /WAIT binkmix %%i - %%i  /o /t4 /#
start /WAIT binkmix %%i - %%i  /o /t5 /#
)
pause

Installation time: ~12 min on HDD 5400.

Simorq 14-05-2018 08:17

Hi
 
Quote:

Originally Posted by darkwolves (Post 470981)
http://fileforums.com/showpost.php?p...&postcount=259

batman arkham knight premium edition

26.2 gb new size

previous repack size

27.4

previous compression method was removed due to the quality
and the decompression speed differences

Compression Time?

darkwolves 14-05-2018 11:50

Quote:

Originally Posted by Simorq (Post 470987)
Compression Time?

time on compression to me does not matter to me besides i did not keep track
i was at work while it repacked and my compressor does 3 data files
it only showed the timeframe for the final file
decompression takes around 30 minutes though
previous method with lzma took around an hour and a half
to decompress


All times are GMT -7. The time now is 12:45.

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