You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-9Lines changed: 10 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,23 +7,24 @@
7
7
8
8

9
9
10
-
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.
10
+
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`. as well as un-packing and re-packing `.PAK` files. Usage information and miscellaneous details can be found at the bottom of this document.
11
11
12
12
## Features
13
-
*Encode/Decode `.XML`, `.HTML`, and `.CFG` files.
13
+
* Decode `.XML`, `.HTML`.
14
14
* Un-pack and re-pack `.PAK` files.
15
15
* Graphical User Interface
16
16
* Command Line Interface
17
17
18
18
## Command Line Interface
19
19
```c
20
-
-u, --unpack Unpack pak files at the specified input folder.
21
-
-d, --decode Decode pak files at the specified input folder.
22
-
-r, --repack Repack pak files at the specified output folder.
23
-
-o, --output (Default: ./REPACK) The output folder path.
24
-
-i, --input (Default: ./PAK) The input folder path.
25
-
--help Display this help screen.
26
-
--version Display version information.
20
+
-u, --unpack Unpack files.
21
+
-p, --pakzip Unpack to zip.
22
+
-d, --decode Decode files.
23
+
-r, --repack Repack folder.
24
+
-i, --input (Default: PAK) The input folder path.
25
+
-c, --create-folder Create a folder when unpacking.
0 commit comments