PKGTool/README.md
2022-01-01 16:04:49 +01:00

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 &lt;input path&gt; [-o &lt;output path&gt;] [-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 &lt;input path&gt; [-o &lt;output path&gt;]</code>