PDA

View Full Version : Compress Metal Gear Solid V?


ipman99
13-02-2016, 05:44
I have tied many ways to compress this game. All end up with nothing. I was only able to compress 2gb of the game. Total game is 21GB Steam Version. Can anyone help me with this? I need to make this smaller like other repackers, around 12 GB will be awesome.

I have tried,
Masked data compression (best settings) - failed (18GB)
Reflate v2 - failed (output was bigger!)
Just FreeARC ccm - failed (18GB)

hasandgn34
13-02-2016, 14:19
I have tied many ways to compress this game. All end up with nothing. I was only able to compress 2gb of the game. Total game is 21GB Steam Version. Can anyone help me with this? I need to make this smaller like other repackers, around 12 GB will be awesome.

I have tried,
Masked data compression (best settings) - failed (18GB)
Reflate v2 - failed (output was bigger!)
Just FreeARC ccm - failed (18GB)

you have to use MGSV QAR tool to decompress ALL "chunkX.dat" Files.
when you decompress the files, you have to compress texture files with precomp+srep+lzma
the other files should be compressed with srep+lzma algoritms.

and when am free, I will explain to compress and decompress the files. I did it. it was 11.8 GB for me. but it could be 11.35 - 11.5 gb. it is about compression algoritms and packjpg_dll.dll version.

ipman99
14-02-2016, 04:07
you have to use MGSV QAR tool to decompress ALL "chunkX.dat" Files.
when you decompress the files, you have to compress texture files with precomp+srep+lzma
the other files should be compressed with srep+lzma algoritms.

and when am free, I will explain to compress and decompress the files. I did it. it was 11.8 GB for me. but it could be 11.35 - 11.5 gb. it is about compression algoritms and packjpg_dll.dll version.

thanks. counting on it

hasandgn34
14-02-2016, 09:42
thanks. counting on it

Download this file
https://www.dropbox.com/s/0rtpumx2mxsjaby/MGSV_QAR_Tool.rar?dl=0

and decompress ALL "chunkX.dat" files with MGSV_QAR_Tool.exe


MGSV_QAR_Tool.exe "master\chunk0.dat" -r -u -e2
MGSV_QAR_Tool.exe "master\chunk1.dat" -r -u -e2
MGSV_QAR_Tool.exe "master\chunk2.dat" -r -u -e2
MGSV_QAR_Tool.exe "master\chunk3.dat" -r -u -e2
MGSV_QAR_Tool.exe "master\chunk4.dat" -r -u -e2
MGSV_QAR_Tool.exe "master\data1.dat" -r -u -e2
MGSV_QAR_Tool.exe "master\texture0.dat" -r -u -e2
MGSV_QAR_Tool.exe "master\texture1.dat" -r -u -e2
MGSV_QAR_Tool.exe "master\texture2.dat" -r -u -e2
MGSV_QAR_Tool.exe "master\texture3.dat" -r -u -e2
MGSV_QAR_Tool.exe "master\texture4.dat" -r -u -e2

after that Compress ALL "X.ftex" and "X.ftexs" and "X.pftxs" (ALL Textures) files with

"-mprecomp+srep:m3f:a1+delta+lzma:a1:mfbt4:d176m:fb1 28:mc1000:lc8"

parameters and the other files should be packed with

-msrep:m3f:a1+delta+lzma:a1:mfbt4:d176m:fb128:mc100 0:lc8

this parameters. and put The "MGSV_QAR_Tool" files in the last package.
and create a "x.bat" file and edit it

MGSV_QAR_Tool.exe "master\chunk0.inf" -r
MGSV_QAR_Tool.exe "master\chunk1.inf" -r
MGSV_QAR_Tool.exe "master\chunk2.inf" -r
MGSV_QAR_Tool.exe "master\chunk3.inf" -r
MGSV_QAR_Tool.exe "master\chunk4.inf" -r
MGSV_QAR_Tool.exe "master\data1.inf" -r
MGSV_QAR_Tool.exe "master\texture0.inf" -r
MGSV_QAR_Tool.exe "master\texture1.inf" -r
MGSV_QAR_Tool.exe "master\texture2.inf" -r
MGSV_QAR_Tool.exe "master\texture3.inf" -r
MGSV_QAR_Tool.exe "master\texture4.inf" -r

like this. and put it in The YOUR SETUP exe.
setup exe has to start this "x.bat" file after decompression (all compressed repacked files) and the chunk files will be created with x.bat.

but , unfortunately the chunk files will be the same but The Hash Values will change(all the chunks will change from the original but the new values is the same on all machines that is why you can use XDELTA). and you can use Xdelta patcher to patch all chunk files.(but if you want this, you have to try all installation for a time and The chunk files(original chunk and the new chunk) should be compared with xdelta.exe)

and The repack is ready to install.

Good Luck :D
if you need help, text again

ipman99
15-02-2016, 03:12
Download this file
https://www.dropbox.com/s/0rtpumx2mxsjaby/MGSV_QAR_Tool.rar?dl=0

and decompress ALL "chunkX.dat" files with MGSV_QAR_Tool.exe


MGSV_QAR_Tool.exe "master\chunk0.dat" -r -u -e2
MGSV_QAR_Tool.exe "master\chunk1.dat" -r -u -e2
MGSV_QAR_Tool.exe "master\chunk2.dat" -r -u -e2
MGSV_QAR_Tool.exe "master\chunk3.dat" -r -u -e2
MGSV_QAR_Tool.exe "master\chunk4.dat" -r -u -e2
MGSV_QAR_Tool.exe "master\data1.dat" -r -u -e2
MGSV_QAR_Tool.exe "master\texture0.dat" -r -u -e2
MGSV_QAR_Tool.exe "master\texture1.dat" -r -u -e2
MGSV_QAR_Tool.exe "master\texture2.dat" -r -u -e2
MGSV_QAR_Tool.exe "master\texture3.dat" -r -u -e2
MGSV_QAR_Tool.exe "master\texture4.dat" -r -u -e2

after that Compress ALL "X.ftex" and "X.ftexs" and "X.pftxs" (ALL Textures) files with

"-mprecomp+srep:m3f:a1+delta+lzma:a1:mfbt4:d176m:fb1 28:mc1000:lc8"

parameters and the other files should be packed with

-msrep:m3f:a1+delta+lzma:a1:mfbt4:d176m:fb128:mc100 0:lc8

this parameters. and put The "MGSV_QAR_Tool" files in the last package.
and create a "x.bat" file and edit it

MGSV_QAR_Tool.exe "master\chunk0.inf" -r
MGSV_QAR_Tool.exe "master\chunk1.inf" -r
MGSV_QAR_Tool.exe "master\chunk2.inf" -r
MGSV_QAR_Tool.exe "master\chunk3.inf" -r
MGSV_QAR_Tool.exe "master\chunk4.inf" -r
MGSV_QAR_Tool.exe "master\data1.inf" -r
MGSV_QAR_Tool.exe "master\texture0.inf" -r
MGSV_QAR_Tool.exe "master\texture1.inf" -r
MGSV_QAR_Tool.exe "master\texture2.inf" -r
MGSV_QAR_Tool.exe "master\texture3.inf" -r
MGSV_QAR_Tool.exe "master\texture4.inf" -r

like this. and put it in The YOUR SETUP exe.
setup exe has to start this "x.bat" file after decompression (all compressed repacked files) and the chunk files will be created with x.bat.

but , unfortunately the chunk files will be the same but The Hash Values will change(all the chunks will change from the original but the new values is the same on all machines that is why you can use XDELTA). and you can use Xdelta patcher to patch all chunk files.(but if you want this, you have to try all installation for a time and The chunk files(original chunk and the new chunk) should be compared with xdelta.exe)

and The repack is ready to install.

Good Luck :D
if you need help, text again

Thanks. After you said about extracting .dat files, I used GzsTool to do that. It worked as well. Thanks for your reply! really appriciated>!

panker1992
15-02-2016, 06:38
you can mask compression the process open the arc.groups then under the tab $deflate

put these lines *.ftex and *.ftexs, and use the method placebo under my new masks 2.5 :)

i have used this method and took 11.4 GB

good luck with this :D

ipman_98
16-02-2016, 03:58
you can mask compression the process open the arc.groups then under the tab $deflate

put these lines *.ftex and *.ftexs, and use the method placebo under my new masks 2.5 :)

i have used this method and took 11.4 GB

good luck with this :D

thanks. Now I checked & it worked. But it take more time to install. any advice?

ZakirAhmad
17-02-2016, 23:12
please can anybody give me tools for extracting and repacking farcry 4 files.... thanks in advance..

Bilawal
18-02-2016, 00:58
please can anybody give me tools for extracting and repacking farcry 4 files.... thanks in advance..

It can be compresse by srep+lzma. Just use on all files.

LuzhinE
31-03-2017, 06:57
hasandgn34

Would be so kind to create a video of how to compress the game based on comment #4

hasandgn34
31-03-2017, 13:58
yeah, i will do a automatic compression tool for this game, when i am free. is ok?

LuzhinE
01-06-2017, 22:15
panker1992

Using placebo stops working precomp

1234567890123
02-06-2017, 01:15
yeah, i will do a automatic compression tool for this game, when i am free. is ok?

what about news? are you doing this?

hasandgn34
05-06-2017, 09:10
what about news? are you doing this?

i forget to do this :D

i have exams. then i will do

LuzhinE
06-06-2017, 22:31
Luck in the exams but waiting for the video tutorial

hasandgn34
14-08-2017, 04:53
i did a script to compress MGS Tpp or MGS GZ

https://mega.nz/#!EdgAwYCI!MNJmHE74NGBfgkSJKawjdVH5hRsUPbgSDbfj95O 6YSE

copy all the game files (exe arcives everything with folders) to "Game_Data1" folder and ;

if the game, you want to compress MGS GZ use "MGS5_GZ_compress.bat"
or if you want MGS TPP use "MGS5_TPP_compress.bat"

it will decrypt all the archives and later it will ask do you want to compress the output files, you will press enter 2 times. it will do everything.

it will locate the outputs (GAME_DATA_1.bin and GAME_DATA_2.bin files) in Setup-Output.

info:
in GAME_DATA_1.bin files all the games files is here.

in GAME_DATA_2.bin files the rebuilding tool and scripts is in here. you have to integrate the "..Rebuild_MGS5_TPP.bat" or "..Rebuild_MGS5_GZ.bat" file to your setup.exe