diff options
-rw-r--r-- | Compatibility.pdf | bin | 335742 -> 0 bytes | |||
-rw-r--r-- | README.md | 37 | ||||
-rw-r--r-- | convert.bat | 14 | ||||
-rw-r--r-- | images/image1.png | bin | 0 -> 1998305 bytes | |||
-rw-r--r-- | images/image2.png | bin | 0 -> 80647 bytes | |||
-rw-r--r-- | images/image3.png | bin | 0 -> 201690 bytes |
6 files changed, 47 insertions, 4 deletions
diff --git a/Compatibility.pdf b/Compatibility.pdf Binary files differdeleted file mode 100644 index 9b3b50a..0000000 --- a/Compatibility.pdf +++ /dev/null @@ -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 Binary files differnew file mode 100644 index 0000000..016982a --- /dev/null +++ b/images/image1.png diff --git a/images/image2.png b/images/image2.png Binary files differnew file mode 100644 index 0000000..1c9a4b7 --- /dev/null +++ b/images/image2.png diff --git a/images/image3.png b/images/image3.png Binary files differnew file mode 100644 index 0000000..cb522df --- /dev/null +++ b/images/image3.png |