From 6333de6d559d82afb8b449fa4b05102154b400e0 Mon Sep 17 00:00:00 2001 From: rafa_99 Date: Tue, 3 Sep 2019 12:34:31 +0000 Subject: Updated Documentation --- Compatibility.pdf | Bin 335742 -> 0 bytes README.md | 37 +++++++++++++++++++++++++++++++++++-- convert.bat | 14 ++++++++++++-- images/image1.png | Bin 0 -> 1998305 bytes images/image2.png | Bin 0 -> 80647 bytes images/image3.png | Bin 0 -> 201690 bytes 6 files changed, 47 insertions(+), 4 deletions(-) delete mode 100644 Compatibility.pdf create mode 100644 images/image1.png create mode 100644 images/image2.png create mode 100644 images/image3.png diff --git a/Compatibility.pdf b/Compatibility.pdf deleted file mode 100644 index 9b3b50a..0000000 Binary files a/Compatibility.pdf and /dev/null differ diff --git a/README.md b/README.md index a84c331..12378ce 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,36 @@ -# Dir to PKG (In Development, unfinished...) +# Dir to PKG -A script which converts PS3 Directory games to PS3 PKG games (HAN Games) \ No newline at end of file +A script which converts PS3 Directory games to PS3 PKG games (HAN Games) + +## Usage + +**Drop the *PS3_GAME* inside of the input folder like in the image below:** + +![](images/image1.png) + +**Inside this folder you can also drop the *act.dat* and the *idps.hex* files that you want to be resigned with your games** + +Then go back to the main directory and run *convert.bat*. +It will automatically start to convert the *PS3_GAME* folder that you put inside of the input folder and later will output the installing PKG's to the output directory. + +**During the conversion process you'll run into a couple lines saying this:** + +![](images/image2.png) + +You just simply press ***ENTER*** and the conversion process will continue... + +**Once the conversion is finished you will get a message looking like this on your computer:** + +![](images/image3.png) + +Once you recieve this message, just press ok and go to the ouput folder, there you will have 3 PKG files, the ***`******GAME.pkg`***, the ***`******PATCH.pkg`*** and the ***`******LIC.pkg`***. + +**You just copy them over to the USB Stick and install them by this order:** + +1. ******GAME.pkg +2. ******PATCH.pkg +3. ******LIC.pkg + +### Warning: + +* This only will work if the game has atleast one Update/Patch, if the game doesn't have any of those, it cannot be converted diff --git a/convert.bat b/convert.bat index e8f1f24..39fb389 100644 --- a/convert.bat +++ b/convert.bat @@ -1,6 +1,16 @@ -echo "Made by Rafa_99" - @echo off +echo """"""""""""""""""""""""""""""""""""""""""""""""" +echo " Made with love by: " +echo " " +echo " ____ ___ _________ ____ ____ " +echo " / __ \/ | / ____/ | / __ \/ __ \ " +echo " / /_/ / /| | / /_ / /| | / /_/ / /_/ / " +echo " / _, _/ ___ |/ __/ / ___ | \__, /\__, / " +echo " /_/ |_/_/ |_/_/ /_/ |_|____/____//____/ " +echo " /_____/ " +echo " " +echo """"""""""""""""""""""""""""""""""""""""""""""""" + move input\act.dat tools\4\input\act_dat move input\idps.hex tools\4\input\idps_hex rmdir /Q/S input\PS3_GAME\LICDIR diff --git a/images/image1.png b/images/image1.png new file mode 100644 index 0000000..016982a Binary files /dev/null and b/images/image1.png differ diff --git a/images/image2.png b/images/image2.png new file mode 100644 index 0000000..1c9a4b7 Binary files /dev/null and b/images/image2.png differ diff --git a/images/image3.png b/images/image3.png new file mode 100644 index 0000000..cb522df Binary files /dev/null and b/images/image3.png differ -- cgit v1.2.3