mirror of
https://github.com/UltiNaruto/PKGTool
synced 2024-11-10 06:04:19 +00:00
12 lines
411 B
Markdown
12 lines
411 B
Markdown
# PKGTool
|
|
Extracts/repacks PKG files for Metroid Dread
|
|
|
|
# Extract
|
|
input path => path to the PKG file<br>
|
|
output path => folder path of the extracted PKG file<br>
|
|
<code>PKGTool -x <input path> [-o <output path>] [-i]</code>
|
|
|
|
# Create PKG file
|
|
input path => folder of the unpacked PKG<br>
|
|
output path => path to the new PKG file<br>
|
|
<code>PKGTool -c <input path> [-o <output path>]</code>
|