PKGTool/README.md

13 lines
411 B
Markdown
Raw Permalink Normal View History

2022-01-01 15:02:04 +00:00
# PKGTool
Extracts/repacks PKG files for Metroid Dread
# Extract
2022-01-01 15:04:49 +00:00
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>
2022-01-01 15:02:04 +00:00
# Create PKG file
2022-01-01 15:04:49 +00:00
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>