summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrafa_99 <rafa99@protonmail.com>2019-09-03 12:34:31 +0000
committerrafa_99 <rafa99@protonmail.com>2019-09-03 12:34:31 +0000
commit6333de6d559d82afb8b449fa4b05102154b400e0 (patch)
tree93d2dca8f258b9b6fbf4287bb8dd902c4bb63c79
parent3989eb9cf807692575639ae66efc305b8000969e (diff)
Updated Documentation
-rw-r--r--Compatibility.pdfbin335742 -> 0 bytes
-rw-r--r--README.md37
-rw-r--r--convert.bat14
-rw-r--r--images/image1.pngbin0 -> 1998305 bytes
-rw-r--r--images/image2.pngbin0 -> 80647 bytes
-rw-r--r--images/image3.pngbin0 -> 201690 bytes
6 files changed, 47 insertions, 4 deletions
diff --git a/Compatibility.pdf b/Compatibility.pdf
deleted file mode 100644
index 9b3b50a..0000000
--- a/Compatibility.pdf
+++ /dev/null
Binary files 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
--- /dev/null
+++ b/images/image1.png
Binary files differ
diff --git a/images/image2.png b/images/image2.png
new file mode 100644
index 0000000..1c9a4b7
--- /dev/null
+++ b/images/image2.png
Binary files differ
diff --git a/images/image3.png b/images/image3.png
new file mode 100644
index 0000000..cb522df
--- /dev/null
+++ b/images/image3.png
Binary files differ