|
|
|
#1
|
||||
|
||||
|
Update available
Changes - added IO functions (archive, execute) - fixed issue in patch io function - removed compression on patch diff files Notes More IO functions added. Archive behaves like -m0 but allows you to the archive to stdout and read from stdin when decoding (if you ever need that). Then there is execute which allows you execute several instances of another executable in parallel mode while all their inputs are fed from one source and all their output is fed to one destination. Archive Code:
xtool archive files1 files2... archive Code:
xtool archive game\* mygame.xtl xtool decode mygame.xtl extracted\* Code:
xtool execute [parameters] input output [exec_syntax] Code:
xtool.exe execute -c64mb -t8 UI.sb UI.bin bcm.exe -b64 [filein] [fileout] xtool.exe decode -t100p UI.bin UI_dec.sb bcm.exe -d [filein] [fileout] [filein], [fileout], [stdin], [stdout] can be used and denote what IO the program being executed uses. [] is used to avoid conflicting with Freearc's <> Freearc example would look like this Code:
[External compressor:xbcm]
header = 0
packcmd = xtool.exe execute { -option} - - <stdin> <stdout> bcm.exe -b64 [filein] [fileout]
unpackcmd = xtool.exe decode -t100p - - <stdin> <stdout> bcm.exe -d [filein] [fileout]
|
| 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 |