No description
Find a file
2022-01-01 16:04:49 +01:00
PKGTool Version 1.4.5 2021-12-27 20:15:57 +01:00
.gitattributes Ajoutez les fichiers .gitignore et .gitattributes. 2021-10-13 13:25:22 +02:00
.gitignore Ajoutez les fichiers .gitignore et .gitattributes. 2021-10-13 13:25:22 +02:00
LICENSE Create LICENSE 2021-10-13 13:27:09 +02:00
PKGTool.sln Ajoutez des fichiers projet. 2021-10-13 13:25:24 +02:00
README.md Update README.md 2022-01-01 16:04:49 +01:00

PKGTool

Extracts/repacks PKG files for Metroid Dread

Extract

input path => path to the PKG file
output path => folder path of the extracted PKG file
PKGTool -x <input path> [-o <output path>] [-i]

Create PKG file

input path => folder of the unpacked PKG
output path => path to the new PKG file
PKGTool -c <input path> [-o <output path>]