Update available
Changes
- project made open source
- added external executable support
- added generate database feature
- fixed search support bug
Notes
The source code will be made available on GitHub
https://github.com/Razor12911/xtool
External executable support is still in development and not thoroughly tested and below shows how it is used within xtool.ini
Code:
[nier_replicant]
Encode=zstd138.exe -c -d - <stdin> <stdout>
Decode=zstd138.exe -c --fast=1 --long=15 - <stdin> <stdout>
Continous=0
possible constants: <stdin> <stdout> <filein> <fileout> <fileres> <filestore> <size>