|
|
|
#1
|
||||
|
||||
|
@Razor12911, I had an idea for XTool.
I don't know if that would be possible, but since we can't pass the "+" character in a parameter on the FreeArc command line, I thought it might be possible to make XTool decode multiple method parameters separately, allowing you to send multiple commands in a bat file... Currently the parameter for the XTool method is -m. Currently it is possible to use this way: Code:
Arc.ini
[External compressor:xtool]
header = 0
default = -c64mb -t100p
packcmd = "PRE\XTool_2020\XTool.exe" precomp {options} --dbase - - <stdin> <stdout>
pack.bat
arc.exe a -ep1 -r -ed -s; -w.\temp -mxtool:mzlib data.arc "pack\*"
This change in XTool would allow you to use combinations (without parameters) Code:
Arc.ini
[External compressor:xtool]
header = 0
default = -c64mb -t100p
packcmd = "PRE\XTool_2020\XTool.exe" precomp {options} --dbase - - <stdin> <stdout>
pack.bat
arc.exe a -ep1 -r -ed -s; -w.\temp -mxtool:m1zlib:m2reflate data.arc "pack\*"
The result would be as if using mzlib+reflate
Borderlands 3 method if usage example if I applied my idea to XTool Code:
pack.bat arc.exe a -ep1 -r -ed -s; -w.\temp -mxtool:m1zlib:m2ue4,m1,k0x115EE4F8C625C792F37A503308048E79726E512F0BF8D2AD7C4C87BC5947CBA7 data.arc "pack\*" I don't know if it would be good for XTool or if for some reason it would hinder performance so think about this idea. This would be very useful to use with DiskSpan_GUI as I cannot send combined methods currently. And using XTool.ini is complicated because DiskSpan_GUI is fully configurable in the INI file without internal setinistring processing with sections and fixed keys to insert these values in XTool.ini (You would have to read the DiskSpan_GUI configuration INI file to know where it would be inserted the value). |
| Sponsored Links |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [Dev]XTool | Razor12911 | Conversion Tutorials | 180 | 23-10-2020 06:26 |
| Project Cars Digital Edition (3xDVD5) (srep+lzma) | GTX590 | PC Games - CD/DVD Conversions | 10 | 28-08-2017 08:34 |
| Project IGI Anthology 1xCD700 CIUV2 2039 | mausschieber | PC Games - CD/DVD Conversions | 0 | 24-07-2017 15:12 |
| Space Channel 5 Part 2 Translation Project | Christuserloeser | DC Games | 0 | 21-06-2004 18:16 |