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

Reply
 
Thread Tools Display Modes
  #226  
Old 13-03-2023, 06:57
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,371
Thanks: 1,076
Thanked 6,971 Times in 2,637 Posts
KaktoR is on a distinguished road
Quote:
Originally Posted by Gehrman View Post
XTool_Bink:

bik.ini and bk2.ini files are also missing in this path "Resources\TOOLS\Bink" which causes compression error.
This files should be downloaded by DSG if you choose the bink video xtool plugin.
__________________
Haters gonna hate
Reply With Quote
The Following 3 Users Say Thank You to KaktoR For This Useful Post:
andreiutzu21 (13-03-2023), Cesar82 (13-03-2023), Gehrman (13-03-2023)
Sponsored Links
  #227  
Old 01-04-2023, 20:12
Cesar82's Avatar
Cesar82 Cesar82 is online now
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,016
Thanks: 1,721
Thanked 2,178 Times in 741 Posts
Cesar82 is on a distinguished road
DiskSpan GUI v2.0.1.7

Updated DiskSpan GUI to v2.0.1.7 in the first post.
Code:
- Fixed packmp3b, packmp3c and packmp3d methods in 7ZDLL compressor methods group. 
- Changed key name from Data#.Destin= to Data#.DestinPath= in DSG_Settings and Database.ini files.
- Updated DiskSpan GUI database to version 1.0.6.5 (Thanks to KaktoR).
  >> Now with 353 game presets and 28 collection presets.
- Added support to BCM compressor in final compressors methods group.
- Added XTool fast lzma 2 method (Modifyed XTool version to short "--compress=#" parametter using ":ocp#").
- Added XTool option to choice chunk size in custom method checklist items.
- Added hint balloon with the name of the game to the database list so that when the name is too long it can be read.
- Added separate list for Unreal Engine decryption keys compatible with older versions of games.
- Added new key Data#.Components= in DSG_Settings and Database.ini files.
  >> If this key is empty, the associated component will be the ID of the "Game #" tab, writing in "Records.ini" the key as Component=#.
  >> If you want the compressed file to always be extracted, regardless of whether the component is selected or not, use the "*" character.
  >> If the DiskSpan GUI configuration has only one game, the Component= key information will not be written.
  - Added a new Edit on the "Data #" tab to configure the component (Game) associated with the compressed file.
- Added support for boolean operators in the edit boxes Components, Tasks and Languages (Script "ISDone_Example.iss" updated). 
  >> The values of these edit boxes will be written to the keys in "Records.ini" file: Component=, Task=, Language=. 
  >> Now be possible use the "|" (OR character), or the "&" (AND character), or the "!" (NOT caracter), and you can also use "(" and ")" to determine the parse order of the expression.
  >> It is not necessary to duplicate the "|" or "&" characters as in C programming, even the DiskSpan GUI iterface blocks this action.
  >> For compatibility it is also possible to use the old separator character "," (Comma) as it will be interpreted as "|" (OR operator), and you can also use the "+" character like "&" (AND operator).  
    Component=1,3     //return true if component 1 or 3 checked.
    Component=2+4     //return true if component 2 and 4 checked.
    Component=!(2+4)  //return true if component 2 and 4 unchecked.
    Component=!1,!3   //return true if component 1 or 3 unchecked.
    Task=1&2&!4       //return true if task 1 and 2 checked and task 4 unchecked.
    Task=!1&2&|4      //return true if task 1 unchecked and 2 checked or task 4 checked.
    Task=(2|3)|!(3&5) //return true if task 2 or 3 checked or task 3 or 5 unchecked (even if not checked 3 and 5).
    Language=!ES|!DE  //return true if the installer is not running in ES language and not in DE language.
    Language=EN|PL    //return true if the installer is running in EN or PL language (same as Language=EN,PL).
ATTENTION:
This DiskSpan GUI version uses a modified version of the XTool 0.6.9 precompressor to avoid parameter conflicts that caused errors when used.
If you are going to use this version of XTool in some other GUI tool, see below a list with the parameters that were added or modified and also the most popular originals that still remain.
Code:
-------- originals that continue as before -------
-c       = chunk size
-d       = depth
-l       = level
-m       = method
-t       = thread
-lm      = low memory
-hi[0/1] = hight compression

------- has been modified/added in this version -------
--verbose,    -vbs
--skip,       -skp

--compress=#, -ocp#
--extract=#,  -oex#

--dedup,      -odd
--dedup=#,    -odd#
--dbase,      -odb
--dbase=#,    -odb#
--diff=#,     -odf#

--mem=#,      -orm#
--srepmem=#,  -osm#
--min=#,      -omn#
--max=#,      -omx#

--basedir=#,  -bsd#
--zlib=#,     -pzlb#
--lz4=#,      -plz4#
--lzo=#,      -plzo#
--zstd=#,     -pzst#
--oodle=#,    -podl#
INFO:
- Some example posts of methods used have already been posted here on the forum with these xtool parameters changed.
- At the moment only the sample script together with the DiskSpan GUI supports the new way of configuring components, tasks and languages.
Reply With Quote
The Following 13 Users Say Thank You to Cesar82 For This Useful Post:
andreiutzu21 (02-04-2023), Gehrman (10-04-2023), hdneo (02-04-2023), houcine80 (02-04-2023), KaktoR (02-04-2023), kj911 (02-04-2023), kuyhaa (02-04-2023), mausschieber (02-04-2023), pcblizzard (07-04-2023), Prettyboy099 (01-04-2023), Razor12911 (01-04-2023), Tigru (18-04-2023), Titeuf (02-04-2023)
  #228  
Old 08-04-2023, 23:38
adrianskiloses adrianskiloses is offline
Registered User
 
Join Date: Apr 2023
Location: N/A
Posts: 26
Thanks: 25
Thanked 3 Times in 3 Posts
adrianskiloses is on a distinguished road
Are there any indepth Diskspan_GUI tutorials and documentations available? I am having trouble figuring out everything.

Thank you
Reply With Quote
  #229  
Old 09-04-2023, 00:43
andreiutzu21 andreiutzu21 is offline
Registered User
 
Join Date: Jul 2013
Location: Romania
Posts: 79
Thanks: 229
Thanked 25 Times in 19 Posts
andreiutzu21 is on a distinguished road
Quote:
Originally Posted by adrianskiloses View Post
Are there any indepth Diskspan_GUI tutorials and documentations available? I am having trouble figuring out everything.

Thank you
take a look here https://fileforums.com/showthread.php?t=104533
Reply With Quote
  #230  
Old 09-04-2023, 01:46
adrianskiloses adrianskiloses is offline
Registered User
 
Join Date: Apr 2023
Location: N/A
Posts: 26
Thanks: 25
Thanked 3 Times in 3 Posts
adrianskiloses is on a distinguished road
Quote:
Originally Posted by andreiutzu21 View Post
take a look here https://fileforums.com/showthread.php?t=104533
I have already checked that page but there is still not enough information for me.
Reply With Quote
  #231  
Old 09-04-2023, 05:13
adrianskiloses adrianskiloses is offline
Registered User
 
Join Date: Apr 2023
Location: N/A
Posts: 26
Thanks: 25
Thanked 3 Times in 3 Posts
adrianskiloses is on a distinguished road
On a screenshot I found that there is a version 2.0.1.8 available (??)
Is it legit?
Reply With Quote
  #232  
Old 09-04-2023, 05:36
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,371
Thanks: 1,076
Thanked 6,971 Times in 2,637 Posts
KaktoR is on a distinguished road
It is legit. v2.0.1.8 is internal at the moment for testing purposes. It will be released at a later time (it has a small bug fix as of now).
__________________
Haters gonna hate
Reply With Quote
The Following 4 Users Say Thank You to KaktoR For This Useful Post:
adrianskiloses (09-04-2023), Cesar82 (09-04-2023), mausschieber (09-04-2023), Titeuf (09-04-2023)
  #233  
Old 09-04-2023, 05:37
Cesar82's Avatar
Cesar82 Cesar82 is online now
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,016
Thanks: 1,721
Thanked 2,178 Times in 741 Posts
Cesar82 is on a distinguished road
Quote:
Originally Posted by adrianskiloses View Post
On a screenshot I found that there is a version 2.0.1.8 available (??)
Is it legit?
Yes, it's legit.
Don't worry, this version just fixes an error message that is displayed when choosing the "Masked" method (Specifically when clicking the "Choose Method" button).
This error message doesn't prevent me from configuring it, and when I have something else added or corrected (if any errors are found) I'll share version 2.0.1.8.
Reply With Quote
The Following 2 Users Say Thank You to Cesar82 For This Useful Post:
adrianskiloses (09-04-2023), Titeuf (09-04-2023)
  #234  
Old 09-04-2023, 09:48
adrianskiloses adrianskiloses is offline
Registered User
 
Join Date: Apr 2023
Location: N/A
Posts: 26
Thanks: 25
Thanked 3 Times in 3 Posts
adrianskiloses is on a distinguished road
Issue:
I was repacking and following Kraktor's guide and while on the 3rd bin file I got error "Runtime error 203 at 06E57EF7" message box twice. Clicking OK on both of them closes the program.
Reply With Quote
  #235  
Old 09-04-2023, 11:50
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,371
Thanks: 1,076
Thanked 6,971 Times in 2,637 Posts
KaktoR is on a distinguished road
Maybe I made a error somewhere

Alternatively load the game preset from the database.

Run DiskSpan_GUI in developer mode -> click on the bottom "Database" -> Click "Update" button and wait -> search for the game hearts of iron iv and select it -> Click "OK", then click "Save" then restart the application and try again.
__________________
Haters gonna hate
Reply With Quote
The Following 3 Users Say Thank You to KaktoR For This Useful Post:
adrianskiloses (09-04-2023), Cesar82 (10-04-2023), Titeuf (10-04-2023)
  #236  
Old 09-04-2023, 22:40
adrianskiloses adrianskiloses is offline
Registered User
 
Join Date: Apr 2023
Location: N/A
Posts: 26
Thanks: 25
Thanked 3 Times in 3 Posts
adrianskiloses is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
Maybe I made a error somewhere

Alternatively load the game preset from the database.

Run DiskSpan_GUI in developer mode -> click on the bottom "Database" -> Click "Update" button and wait -> search for the game hearts of iron iv and select it -> Click "OK", then click "Save" then restart the application and try again.
It works.
Code:
-------------------------------------------------------------------------------------------------------------------------------------------
------------------------------------------------- CONVERSION DATE 10-04-2023 -------------------------------------------------
-------------------------------------------------------------------------------------------------------------------------------------------
 10:43:08 - Deleting files from the output folder.
 10:43:08 - Files have been deleted.
-------------------------------------------------------------------------------------------------------------------------------------------
 10:43:08 - You have chosen the DVD5 type for the media size.
 10:43:08 - ISO images will not be created when conversion is complete.
 10:43:08 - The computer will remain on when the conversion is complete.
 10:43:08 - Selected ARC/DS method for Data1a-01.bin was: srep_new:1+lolz:d4:mtt1:mt12:mc1023
 10:43:08 - Selected ARC/DS method for Data1b-01.bin was: msc_tak
 10:43:08 - Selected ARC/DS method for Data1c-01.bin was: oggre
 10:43:08 - Selected ARC/DS method for Data1d-01.bin was: 1
 10:43:08 - Selected ARC/SPLIT method for Data1e-01.bin was: srep_new:1+lolz:d4:mtt1:mt12:mc1023/$jpgpack=xtool:mbrunsli/$mp3pack=7zdll-pm:m0=mp3det:m1=packmp3c/$deflatepack=xtool:c128mb:mpreflate:mpng:d1+srep_new:1+lolz:d4:mtt1:mt12:mc1023/$storepack=1/$textpack=srep_new:1+lzma:a1:mfbt4:256m:fb273:mc1000000000:lc8
-------------------------------------------------------------------------------------------------------------------------------------------
 10:43:09 - Compression initialized in 10-04-2023 at 10:43:09.
 10:43:10 - Starting Data1a-01.bin archive creation.
 10:57:44 - Moving Data1a-01.bin file to media folder.
 10:57:44 - Starting Data1b-01.bin archive creation.
 11:01:19 - Moving Data1b-01.bin file to media folder.
 11:01:20 - Starting Data1c-01.bin archive creation.
 11:04:20 - Moving Data1c-01.bin file to media folder.
 11:04:20 - Starting Data1d-01.bin archive creation.
 11:04:21 - Moving Data1d-01.bin file to media folder.
 11:04:21 - Starting Data1e-01.bin archive creation.
 11:17:52 - Moving Data1e-01.bin file to media folder.
 11:17:54 - Compression finished in 10-04-2023 at 11:17:54.
-------------------------------------------------------------------------------------------------------------------------------------------
 11:17:54 - Getting size of the game: Hearts of Iron IV
 11:17:54 - » Installation folder size: 6.38 GB
 11:17:54 - » Data1a-01.bin file size: 372.32 MB
 11:17:54 - » Data1b-01.bin file size: 816.69 MB
 11:17:54 - » Data1c-01.bin file size: 1.30 GB
 11:17:54 - » Data1d-01.bin file size: 9.26 MB
 11:17:54 - » Data1e-01.bin file size: 550.31 MB
 11:17:54 - » Compressed game size: 3.01 GB (Ratio 47.22%)
-------------------------------------------------------------------------------------------------------------------------------------------
 11:17:54 - Overall input size: 6.38 GB
 11:17:54 - Overall output size: 3.01 GB (Ratio 47.22%)
 11:17:54 - Overall conversion time: 00:34:44
 11:17:54 - Overall conversion discs: 1 DVD5
-------------------------------------------------------------------------------------------------------------------------------------------
Reply With Quote
The Following User Says Thank You to adrianskiloses For This Useful Post:
Cesar82 (10-04-2023)
  #237  
Old 13-05-2023, 11:04
adrianskiloses adrianskiloses is offline
Registered User
 
Join Date: Apr 2023
Location: N/A
Posts: 26
Thanks: 25
Thanked 3 Times in 3 Posts
adrianskiloses is on a distinguished road
How do you utilize the "Run .bat/.exe/command line before/after the extraction"? How do you make it so that when something is checked in the installer, a file gets copied and replaced in multiple places in the game files?
Reply With Quote
  #238  
Old 14-05-2023, 01:32
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,371
Thanks: 1,076
Thanked 6,971 Times in 2,637 Posts
KaktoR is on a distinguished road
Basically you have just to write a batch script which executes actions you want and include it in the installer you are using and let the installer run this script after or before actually extracting.
__________________
Haters gonna hate
Reply With Quote
The Following User Says Thank You to KaktoR For This Useful Post:
adrianskiloses (14-05-2023)
  #239  
Old 14-05-2023, 08:50
adrianskiloses adrianskiloses is offline
Registered User
 
Join Date: Apr 2023
Location: N/A
Posts: 26
Thanks: 25
Thanked 3 Times in 3 Posts
adrianskiloses is on a distinguished road
But what if I want the script to copy something? How do I get the install directory, the current directory, etc?
Reply With Quote
  #240  
Old 14-05-2023, 08:54
adrianskiloses adrianskiloses is offline
Registered User
 
Join Date: Apr 2023
Location: N/A
Posts: 26
Thanks: 25
Thanked 3 Times in 3 Posts
adrianskiloses is on a distinguished road
Also how do I use a compression command like
Quote:
xtool:mzlib+srep_new:1+4x4:b64mb:lzma:ultra:64m:bt 4:fb273:lc8:mc1000000
in DiskSpan_GUI?
Thanks
Reply With Quote
Reply

Tags
cls-diskspan, compressor, diskspan, diskspan_gui

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
DiskSpan on Linux hydefromt70s Conversion Tutorials 1 15-10-2020 07:12
How to use diskspan bat mausschieber Conversion Tutorials 4 05-09-2020 12:25
DiskSpan FreeArc returns an error Titeuf Conversion Tutorials 2 18-07-2020 01:46
CIU 3.0.0.0.u3 (2019-03-28) - Diskspan Issues mesut28 Conversion Tutorials 17 30-03-2019 02:28
R.G. Gamers DiskSpan Simorq Conversion Tutorials 1 28-10-2017 08:22



All times are GMT -7. The time now is 09:01.


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