FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   DiskSpan GUI (https://fileforums.com/showthread.php?t=104507)

Cesar82 14-05-2023 09:35

Quote:

Originally Posted by adrianskiloses (Post 501095)
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 (Post 501096)
Also how do I use a compression command like in DiskSpan_GUI?

Simply paste the commandline in Edit for the method that should work.

rbn1120 31-05-2023 00:31

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!

Masquerade 31-05-2023 01:14

^^
Next to none of the tools and utilities that we use have native Mac versions.

rbn1120 31-05-2023 02:29

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

Masquerade 31-05-2023 03:42

7Zip has a native Mac version
https://7-zip.org/download.html

rbn1120 31-05-2023 05:07

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"

Cesar82 08-06-2023 13:41

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).


Furjack 27-06-2023 21:13

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

Masquerade 27-06-2023 23:12

Quote:

Originally Posted by Furjack (Post 501416)
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! :mad:

Furjack 28-06-2023 02:30

Quote:

Originally Posted by Masquerade (Post 501417)
Ofc you can change the extension - but don't copy the work of others! :mad:

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

Furjack 28-06-2023 02:39

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

Cesar82 28-06-2023 09:40

Quote:

Originally Posted by Furjack (Post 501419)
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.
https://i.imgur.com/Gxvi55M.png

rakeshbro 29-06-2023 06:30

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 :confused:

Cesar82 29-06-2023 07:44

Quote:

Originally Posted by rakeshbro (Post 501425)
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 :confused:

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.

Furjack 04-07-2023 03:16

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


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

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