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

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 14-02-2016, 04:07
ipman99's Avatar
ipman99 ipman99 is offline
Registered User
 
Join Date: Apr 2014
Location: Sri Lanka
Posts: 6
Thanks: 3
Thanked 0 Times in 0 Posts
ipman99 is on a distinguished road
Quote:
Originally Posted by hasandgn34 View Post
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
__________________
-// ip_M@n //-
Reply With Quote
Sponsored Links
  #2  
Old 14-02-2016, 09:42
hasandgn34 hasandgn34 is offline
Registered User
 
Join Date: Apr 2013
Location: Turkey
Posts: 50
Thanks: 19
Thanked 35 Times in 21 Posts
hasandgn34 is on a distinguished road
Quote:
Originally Posted by ipman99 View Post
thanks. counting on it
Download this file
https://www.dropbox.com/s/0rtpumx2mx..._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
if you need help, text again

Last edited by hasandgn34; 14-02-2016 at 09:53.
Reply With Quote
The Following 5 Users Say Thank You to hasandgn34 For This Useful Post:
1234567890123 (31-03-2017), BLACKFIRE69 (11-11-2019), EzzEldin16 (22-08-2017), ipman99 (15-02-2016), ZAZA4EVER (02-01-2020)
  #3  
Old 15-02-2016, 03:12
ipman99's Avatar
ipman99 ipman99 is offline
Registered User
 
Join Date: Apr 2014
Location: Sri Lanka
Posts: 6
Thanks: 3
Thanked 0 Times in 0 Posts
ipman99 is on a distinguished road
Quote:
Originally Posted by hasandgn34 View Post
Download this file
https://www.dropbox.com/s/0rtpumx2mx..._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
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>!
__________________
-// ip_M@n //-
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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
Metal Gear Solid V: The Phantom5xDVD5 CUI v2 *By { Yener90 }+*UltraARC* By razor12911 houcine80 PC Games - CD/DVD Conversions 5 10-12-2016 13:35
Metal Gear Solid V The Phantom Pain XDVD5 CIUV2 karim147 PC Games - CD/DVD Conversions 5 27-09-2015 16:22
metal gear solid question vinjerome PS2 Games 3 09-07-2004 17:59
Metal Gear Solid 2 DVD to CD backup Guide cdkiller PC Games 59 01-07-2004 04:47
Help With My Metal Gear Solid 2 DVD-R aporter PS2 Games 3 30-05-2002 11:01



All times are GMT -7. The time now is 06:23.


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