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

Reply
 
Thread Tools Display Modes
  #241  
Old 14-05-2023, 09:35
Cesar82's Avatar
Cesar82 Cesar82 is offline
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
But what if I want the script to copy something? How do I get the install directory, the current directory, etc?
I think it should only work for you using the command below in Edit referring to "Command prompt commandline to run in installation":
Code:
copy "{src}\Extras\*" "{app}\"
The above command must copy all the contents of the Extras folder that will be next to Setup.exe (Or on the disk that contains the corresponding Data#bin if you save the conversion on discs) to the game installation folder.
If the folder doesn't exist it will fail then you should use something like this:
Code:
((md "{app}\Extras")&(copy "{src}\Extras\*" "{app}\Extras"))
Quote:
Originally Posted by adrianskiloses View Post
Also how do I use a compression command like in DiskSpan_GUI?
Simply paste the commandline in Edit for the method that should work.
Reply With Quote
The Following 2 Users Say Thank You to Cesar82 For This Useful Post:
adrianskiloses (14-05-2023), pcblizzard (21-05-2023)
Sponsored Links
  #242  
Old 31-05-2023, 00:31
rbn1120 rbn1120 is offline
Registered User
 
Join Date: Feb 2023
Location: Brussels
Posts: 8
Thanks: 3
Thanked 2 Times in 2 Posts
rbn1120 is on a distinguished road
Question MacOS compatibility

Is this program compatible with MacOS?
If not, could you recommend any good compressor tool for MacOS?

Thanks already, it works very good on Windows 11!
Reply With Quote
  #243  
Old 31-05-2023, 01:14
Masquerade's Avatar
Masquerade Masquerade is offline
Registered User
 
Join Date: Jan 2020
Location: Monte d'Or
Posts: 1,158
Thanks: 284
Thanked 1,348 Times in 612 Posts
Masquerade is on a distinguished road
^^
Next to none of the tools and utilities that we use have native Mac versions.
Reply With Quote
The Following User Says Thank You to Masquerade For This Useful Post:
rbn1120 (31-05-2023)
  #244  
Old 31-05-2023, 02:29
rbn1120 rbn1120 is offline
Registered User
 
Join Date: Feb 2023
Location: Brussels
Posts: 8
Thanks: 3
Thanked 2 Times in 2 Posts
rbn1120 is on a distinguished road
Smile

^^
Do you know any?
And thanks for the fast answer!

Last edited by rbn1120; 31-05-2023 at 02:36.
Reply With Quote
  #245  
Old 31-05-2023, 03:42
Masquerade's Avatar
Masquerade Masquerade is offline
Registered User
 
Join Date: Jan 2020
Location: Monte d'Or
Posts: 1,158
Thanks: 284
Thanked 1,348 Times in 612 Posts
Masquerade is on a distinguished road
7Zip has a native Mac version
https://7-zip.org/download.html
Reply With Quote
The Following User Says Thank You to Masquerade For This Useful Post:
rbn1120 (31-05-2023)
  #246  
Old 31-05-2023, 05:07
rbn1120 rbn1120 is offline
Registered User
 
Join Date: Feb 2023
Location: Brussels
Posts: 8
Thanks: 3
Thanked 2 Times in 2 Posts
rbn1120 is on a distinguished road
Talking

I meant something with algorithms that have way lower ratio and different algorithms that can be used for different file types for better compression.
Is this also possible with 7-Zip?

But thanks anyway, definitely better than the built in ZIP "compressor"
Reply With Quote
  #247  
Old 08-06-2023, 13:41
Cesar82's Avatar
Cesar82 Cesar82 is offline
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.8

Updated DiskSpan GUI to v2.0.1.8 in the first post.
Code:
- Fixed error message (bug) in method selection list of "Masked" tab.
- Fixed some typos in the DiskSpan GUI interface.
- Changed traditional buttons to icon-based buttons with image in DiskSpan GUI main window.
- Updated UnRAR.exe/UnRAR.dll decompressor from v6.21.1 to v6.22 (DLL 6.22.100.880).
- Updated 7-Zip compressor from v22.01 to v23.00 beta (2023-05-07).
- Updated XTool precompressor from v0.6.9 to v0.7.1
  >> The parameters used in the modified XTool version 0.6.9 are no longer supported.
- Updated QuickBMS to XTool (bms2xtl) from v0.3.2 to v0.3.3
- Updated database maker "Unreal Engine ucas Database Maker (R5)".
- Updated database maker "Dunia/Disrupt Engine Database Maker (R6)".
- Updated XTool ZLib codec library from v1.2.11 to v1.2.13
- Updated XTool plugin "Unit Engine (R7)"
- Updated XTool plugin "Unreal Engine (R9)"
  >> Now support to ue5 games.
- Updated library SplitLib.dll from v1.0.0.1 to v1.0.0.2
  >> Fixed some bugs in find file functions.
  >> This library is used inside DiskSpan GUI and also in examples scripts.
- Updated DiskSpan GUI database to version 1.0.6.9 (Thanks to KaktoR).
  >> Now with 361 game presets and 29 collection presets.
- Added XTool plugin "Source 2" (R1).   
- Added XTool plugin "PlayStation Archive" (R2). 
- Added XTool plugin "Star Ocean The Divine Force" (R1). 
- Added XTool plugin "JoJpeg" again (now it's working).
Reply With Quote
The Following 8 Users Say Thank You to Cesar82 For This Useful Post:
exorc (09-06-2023), Gehrman (09-06-2023), hdneo (13-06-2023), mausschieber (08-06-2023), Proxson (09-06-2023), rakeshbro (16-06-2023), Tigru (13-06-2023), Titeuf (08-06-2023)
  #248  
Old 27-06-2023, 21:13
Furjack's Avatar
Furjack Furjack is offline
Registered User
 
Join Date: Oct 2021
Location: India,karnataka,Bangalore
Posts: 12
Thanks: 11
Thanked 1 Time in 1 Post
Furjack is on a distinguished road
Own extension

Instead of output as .bim can we change it to any other extension. Like .fg and also the filename like fg01.bin
Fg02.bin
Reply With Quote
  #249  
Old 27-06-2023, 23:12
Masquerade's Avatar
Masquerade Masquerade is offline
Registered User
 
Join Date: Jan 2020
Location: Monte d'Or
Posts: 1,158
Thanks: 284
Thanked 1,348 Times in 612 Posts
Masquerade is on a distinguished road
Quote:
Originally Posted by Furjack View Post
Instead of output as .bim can we change it to any other extension. Like .fg and also the filename like fg01.bin
Fg02.bin
Ofc you can change the extension - but don't copy the work of others!
Reply With Quote
  #250  
Old 28-06-2023, 02:30
Furjack's Avatar
Furjack Furjack is offline
Registered User
 
Join Date: Oct 2021
Location: India,karnataka,Bangalore
Posts: 12
Thanks: 11
Thanked 1 Time in 1 Post
Furjack is on a distinguished road
Talking

Quote:
Originally Posted by Masquerade View Post
Ofc you can change the extension - but don't copy the work of others!
No I'm not copying others I have my own site just started to learn about repack can u plz teach me how to do it plz
Reply With Quote
  #251  
Old 28-06-2023, 02:39
Furjack's Avatar
Furjack Furjack is offline
Registered User
 
Join Date: Oct 2021
Location: India,karnataka,Bangalore
Posts: 12
Thanks: 11
Thanked 1 Time in 1 Post
Furjack is on a distinguished road
For me the only thing confusion is records.ini I use light installer it helps me a lot but I'm unable to understand the record.ini
Reply With Quote
  #252  
Old 28-06-2023, 09:40
Cesar82's Avatar
Cesar82 Cesar82 is offline
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 Furjack View Post
For me the only thing confusion is records.ini I use light installer it helps me a lot but I'm unable to understand the record.ini
To change the file extension you need to run DiskSpan GUI in DEVELOPER mode and change the file name in the "Data #" tab. But be aware that you need the numeral "1" to indicate which value will be incremented on each disk split (The last character "1" is the character that will be incremented.
Code:
Using name: "Data1b-01.bin" generate files: disc 1 = Data1b-01.bin, disc 2 = Data1b-02.bin, disc 3 = Data1b-03.bin, etc
If you use name like "Data.dsg" without including "1" character, ".001" will be included after the extension.
You can use something like Data1.bin, Game1.dsg, Data-001.dat, etc (You cannot use destination without an extension like Game01).
Just be aware that you have renamed the destination file of each "Data #" tab with a different name so they don't overwrite the previous one.

Last edited by Cesar82; 28-06-2023 at 09:59.
Reply With Quote
  #253  
Old 29-06-2023, 06:30
rakeshbro rakeshbro is offline
Registered User
 
Join Date: Nov 2014
Location: Earth
Posts: 5
Thanks: 8
Thanked 3 Times in 2 Posts
rakeshbro is on a distinguished road
Far Cry 4 (Database)
Code:
 xtool_plugin:mfc4+srep+LZMA-MT
- Method ARC/DS to Data1a-01.bin file: ERROR (xtool_plugin method is not supported)

OS: Windows 11

Which method should I use now
Reply With Quote
  #254  
Old 29-06-2023, 07:44
Cesar82's Avatar
Cesar82 Cesar82 is offline
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 rakeshbro View Post
Far Cry 4 (Database)
Code:
 xtool_plugin:mfc4+srep+LZMA-MT
- Method ARC/DS to Data1a-01.bin file: ERROR (xtool_plugin method is not supported)

OS: Windows 11

Which method should I use now
Database Fix:
Open file ..\\Resources\DATABASE\Database.ini" and edit the text "xtool_plugin" to simply "xtool" in the "[Database: Far Cry 3]" and "[Database: Far Cry 4]" sections.

Also delete the "[Database: Unravel 2]" section (The xtool plugin no longer supports the Unravel 2 game) and change the text "xtool_plugin:munravel1" to simply "xtool:munravel" in the 2 method lines of the "[Database: Unravel]".

Run "DiskSpan GUI" in "DEVELOPER MODE" and reload game from database.
Reply With Quote
The Following 2 Users Say Thank You to Cesar82 For This Useful Post:
mausschieber (29-06-2023), rakeshbro (29-06-2023)
  #255  
Old 04-07-2023, 03:16
Furjack's Avatar
Furjack Furjack is offline
Registered User
 
Join Date: Oct 2021
Location: India,karnataka,Bangalore
Posts: 12
Thanks: 11
Thanked 1 Time in 1 Post
Furjack is on a distinguished road
bro as i was doing in developer mode as u said even tho im unable to understand i filled every details in game tab even tho not working wt may be the problem and what should i do , or can u make a video tut on how to use developer mode im confused
and thanks for the records.ini info it worked awesome for me
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 06:37.


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