This program serves as both a Graphical User Interface and Command Line Interface for roxan & M. Soltys' command line applications. Some features this application provides include decoding .XML
, .HTML
, and .CFG
files, as well as un-packing and re-packing .PAK
files. Usage information and miscellaneous details can be found at the bottom of this document.
- Encode/Decode
.XML
,.HTML
, and.CFG
files. - Un-pack and re-pack
.PAK
files. - Graphical User Interface
- Command Line Interface
-u, --unpack Unpack pak files at the specified input folder.
-d, --decode Decode pak files at the specified input folder.
-r, --repack Repack pak files at the specified output folder.
-o, --output (Default: ./REPACK) The output folder path.
-i, --input (Default: ./PAK) The input folder path.
--help Display this help screen.
--version Display version information.
In order to use this application, just download the archived file down below, and extract it to any destination. You can create a shortcut of the executable file and place it anywhere, and run it from said shortcut.
Note: If you would like to contribute to this repository, feel free to send a pull request, and I will review your code. Also feel free to post about any problems that may arise in the issues section of the repository.