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

Reply
 
Thread Tools Display Modes
  #3586  
Old 27-07-2023, 00:33
Masquerade Masquerade is offline
Registered User
 
Join Date: Jan 2020
Location: Monte d'Or
Posts: 1,172
Thanks: 284
Thanked 1,370 Times in 618 Posts
Masquerade is on a distinguished road
VGMToolbox has a FileCutter too afair.
Reply With Quote
Sponsored Links
  #3587  
Old 27-07-2023, 00:59
Danziel123 Danziel123 is offline
Registered User
 
Join Date: Mar 2013
Location: Surabaya
Posts: 1,148
Thanks: 1,106
Thanked 677 Times in 577 Posts
Danziel123 is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
There is a file cutter somewhere here on fileforums, shared by Razor12911, which I personally use.

For the earc files use like this
Code:
xtool:mlz4f,l9:lz4_183
For the bk2 files you have to use xtool aswell with the bink plugin because bpk will break the file on unpacking.
Code:
xtool:c256mb:mbk2:df20p
However I suggest to test all of the bk2 files first. In DSG_Settings.ini set it like this and select the game folder normally (this will only compress *.bk2 files). Test compress and decompress. Maybe it is required to set the correct chunk size too.
Code:
[Game1Settings]
Name=Unknown 1
Exec=
EGPath=C:\Program Files (x86)\Unknown <game>
MethodState=0
Data1.Name=Data<game><data>-01.bin
Data1.InclText=*.bk2
Here it's result compress the bk2 files
Quote:
-----------------------------------------------------------------------------------------
-------------------------------- CONVERSION DATE 27/07/2023 --------------------------------
-----------------------------------------------------------------------------------------
13:43:53 - You have chosen the unlimited type for the output size.
13:43:53 - ISO images will not be created when conversion is complete.
13:43:53 - The computer will remain on when the conversion is complete.
13:43:53 - Selected ARC/DS method for Data1a-01.bin was: xtool:c256mb:mbk2:df20p
-----------------------------------------------------------------------------------------
13:43:57 - Compression initialized in 27/07/2023 at 13:43:57.
13:43:57 - Starting Data1a-01.bin archive creation.
13:49:39 - Moving Data1a-01.bin file to media folder.
13:49:44 - Compression finished in 27/07/2023 at 13:49:44.
-----------------------------------------------------------------------------------------
13:49:44 - Getting size of the game: Forspoken
13:49:44 - » Installation folder size: 6,84 GB
13:49:44 - » Compressed game size: 6,24 GB (Ratio 91.28%)
-----------------------------------------------------------------------------------------
13:49:44 - Overall input size: 6,84 GB
13:49:44 - Overall output size: 6,24 GB (Ratio 91.28%)
13:49:44 - Overall conversion time: 00:05:46
13:49:44 - Overall conversion media: 1 custom media
-----------------------------------------------------------------------------------------
It's good ratio?

And yes it can install/decompress, here the proof
Reply With Quote
The Following User Says Thank You to Danziel123 For This Useful Post:
KaktoR (27-07-2023)
  #3588  
Old 27-07-2023, 01:05
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,419
Thanks: 1,078
Thanked 7,034 Times in 2,663 Posts
KaktoR is on a distinguished road
BPK is always around ~10% saving, same as oggre.

So yes you can use it.
__________________
Haters gonna hate
Reply With Quote
  #3589  
Old 27-07-2023, 01:23
Danziel123 Danziel123 is offline
Registered User
 
Join Date: Mar 2013
Location: Surabaya
Posts: 1,148
Thanks: 1,106
Thanked 677 Times in 577 Posts
Danziel123 is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
BPK is always around ~10% saving, same as oggre.

So yes you can use it.
Here is my setting in DSG_Settings, it is correct to compress this game?
Quote:
[Game1Settings]
Name=Forspoken
Exec=
EGPath=C:\Program Files (x86)\Forspoken
MethodState=0
Data1.Name=Data1a-01.bin
Data1.InclText=*.earc
Data1.ExclText=
Data1.Method1=xtool:mlz4f,l9:lz4_183+xtool:dd3+LZM A-MT
Data2.Name=Data1b-01.bin
Data2.Method1=xtool:c256mb:mbk2:df20p
Data2.InclText=*.bk2
Reply With Quote
  #3590  
Old 27-07-2023, 01:28
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,419
Thanks: 1,078
Thanked 7,034 Times in 2,663 Posts
KaktoR is on a distinguished road
You have forgot something important.

You have 2 data.bin's, just including particular files.

But what about all the other files of the game?

Use ExclText=*.earc|*.bk2 for data3
__________________
Haters gonna hate
Reply With Quote
  #3591  
Old 27-07-2023, 01:44
Danziel123 Danziel123 is offline
Registered User
 
Join Date: Mar 2013
Location: Surabaya
Posts: 1,148
Thanks: 1,106
Thanked 677 Times in 577 Posts
Danziel123 is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
You have forgot something important.

You have 2 data.bin's, just including particular files.

But what about all the other files of the game?

Use ExclText=*.earc|*.bk2 for data3
Sorry i don't get it
Should like this?
Quote:
[Game1Settings]
Name=Forspoken
Exec=
EGPath=C:\Program Files (x86)\Forspoken
MethodState=0
Data1.Name=Data1a-01.bin
Data1.InclText=*.earc
Data1.ExclText=
Data1.Method1=xtool:mlz4f,l9:lz4_183+xtool:dd3+LZM A-MT
Data2.Name=Data1b-01.bin
Data2.Method1=xtool:c256mb:mbk2:df20p
Data2.InclText=*.bk2
Data3.Name=Data1c-01.bin
Data3.Method1=xtool:dd3+LZM A-MT
Data3.ExclText=*.earc|*.bk2
Reply With Quote
  #3592  
Old 27-07-2023, 01:48
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,419
Thanks: 1,078
Thanked 7,034 Times in 2,663 Posts
KaktoR is on a distinguished road
Yes you got it
__________________
Haters gonna hate
Reply With Quote
  #3593  
Old 27-07-2023, 02:14
Danziel123 Danziel123 is offline
Registered User
 
Join Date: Mar 2013
Location: Surabaya
Posts: 1,148
Thanks: 1,106
Thanked 677 Times in 577 Posts
Danziel123 is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
Yes you got it
Thank you, still compressing RN and i will report back

Edit
It works (Compressing & decompressing) Sorry i can't post the conversion log, because i deleted (my bad)
Using those method get 80.9 GB and install time:

Last edited by Danziel123; 27-07-2023 at 07:23.
Reply With Quote
  #3594  
Old 27-07-2023, 07:31
Danziel123 Danziel123 is offline
Registered User
 
Join Date: Mar 2013
Location: Surabaya
Posts: 1,148
Thanks: 1,106
Thanked 677 Times in 577 Posts
Danziel123 is on a distinguished road
Sorry if i ask again, anyone know best compression method for ratchet & clank - rift apart? Thank you
Reply With Quote
  #3595  
Old 27-07-2023, 07:41
Masquerade Masquerade is offline
Registered User
 
Join Date: Jan 2020
Location: Monte d'Or
Posts: 1,172
Thanks: 284
Thanked 1,370 Times in 618 Posts
Masquerade is on a distinguished road
Quote:
Originally Posted by Danziel123 View Post
Sorry if i ask again, anyone know best compression method for ratchet & clank - rift apart? Thank you
You could at least read back a page rather than being lazy!

https://www.fileforums.com/showpost....postcount=3582
Reply With Quote
  #3596  
Old 27-07-2023, 07:50
Danziel123 Danziel123 is offline
Registered User
 
Join Date: Mar 2013
Location: Surabaya
Posts: 1,148
Thanks: 1,106
Thanked 677 Times in 577 Posts
Danziel123 is on a distinguished road
Quote:
Originally Posted by Masquerade View Post
You could at least read back a page rather than being lazy!

https://www.fileforums.com/showpost....postcount=3582
Sorry don't mad at me, but where to put those file? In folder XTool/Xtool_2020?

Last edited by Danziel123; 27-07-2023 at 08:18.
Reply With Quote
  #3597  
Old 27-07-2023, 08:39
ScOOt3r ScOOt3r is offline
Registered User
 
Join Date: Jun 2019
Location: Canada
Posts: 75
Thanks: 620
Thanked 39 Times in 33 Posts
ScOOt3r is on a distinguished road
Yes those files will have to be copied into your xtool folder and then compress.. hope this helps and good luck compressing..

cheers
ScOOt3r
Reply With Quote
  #3598  
Old 28-07-2023, 00:29
Danziel123 Danziel123 is offline
Registered User
 
Join Date: Mar 2013
Location: Surabaya
Posts: 1,148
Thanks: 1,106
Thanked 677 Times in 577 Posts
Danziel123 is on a distinguished road
Quote:
Originally Posted by ScOOt3r View Post
Yes those files will have to be copied into your xtool folder and then compress.. hope this helps and good luck compressing..

cheers
ScOOt3r
Hi sorry if i ask again, alredy copy those file to folder XTool and compressing with this method:
Quote:
-----------------------------------------------------------------------------------------
-------------------------------- CONVERSION DATE 28/07/2023 --------------------------------
-----------------------------------------------------------------------------------------
08:43:31 - You have chosen the unlimited type for the output size.
08:43:31 - ISO images will not be created when conversion is complete.
08:43:31 - The computer will remain on when the conversion is complete.
08:43:31 - Selected ARC/DS method for Data1a-01.bin was: xtool:insomniac:rcrads+xtool:dd3+4x4:b64mb:lzma:ul tra:64m:bt4:fb273:lc8:mc1000000
-----------------------------------------------------------------------------------------
08:43:33 - Compression initialized in 28/07/2023 at 08:43:33.
08:43:33 - Starting Data1a-01.bin archive creation.
09:27:40 - Moving Data1a-01.bin file to media folder.
09:27:42 - Compression finished in 28/07/2023 at 09:27:42.
-----------------------------------------------------------------------------------------
09:27:42 - Getting size of the game: Ratchet & Clank - Rift Apart
09:27:42 - » Installation folder size: 38,79 GB
09:27:42 - » Compressed game size: 32,21 GB (Ratio 83.04%)
-----------------------------------------------------------------------------------------
09:27:42 - Overall input size: 38,79 GB
09:27:42 - Overall output size: 32,21 GB (Ratio 83.04%)
09:27:42 - Overall conversion time: 00:44:09
09:27:42 - Overall conversion media: 1 custom media
-----------------------------------------------------------------------------------------
But it not good with ratio, maybe you know what cause it? or i wrong write compress method in DSG? Thank you

Last edited by Danziel123; 28-07-2023 at 00:32.
Reply With Quote
  #3599  
Old 28-07-2023, 00:40
dixen dixen is offline
Registered User
 
Join Date: Sep 2014
Location: Russia
Posts: 396
Thanks: 450
Thanked 438 Times in 200 Posts
dixen is on a distinguished road
Quote:
Originally Posted by Danziel123 View Post
But it not good with ratio, maybe you know what cause it? or i wrong write compress method in DSG? Thank you
https://fileforums.com/showpost.php?...&postcount=372
Reply With Quote
  #3600  
Old 28-07-2023, 01:24
Danziel123 Danziel123 is offline
Registered User
 
Join Date: Mar 2013
Location: Surabaya
Posts: 1,148
Thanks: 1,106
Thanked 677 Times in 577 Posts
Danziel123 is on a distinguished road
Quote:
Originally Posted by dixen View Post
I alredy download it and copy it to folder RESOURCE/PRE/XTOOL but it not shows in tab xtool plugin, or i wrong place to copy those files?
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 15:28
CorePack Compression methods ? Help ramazan19833 Conversion Tutorials 34 09-08-2018 07:51
i got the email in the mail about copying ps2 games EVOEvo PS2 Games 7 21-11-2003 08:56
Self-booting games on an older Japanese DC? Named DC Games 1 26-09-2003 18:48
Having Problems Burning Numerous *Recent* Games....Help is Appreciated Protosstic PSX Games 2 15-01-2002 22:27



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


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