diff --git a/Decrypting-Original-PSARC-Files.md b/Decrypting-Original-PSARC-Files.md index 0255a80..ef68d4f 100644 --- a/Decrypting-Original-PSARC-Files.md +++ b/Decrypting-Original-PSARC-Files.md @@ -26,4 +26,13 @@ This guide assumes you are using a genuine copy with Sony's DRM over it, that yo - Also double-check grw0:/ for cartridges if the partition exists. ## HD Fury DLC -Todo \ No newline at end of file +1. Download pkg_dec: Windows | [Linux](https://files.worlio.com/users/bonkmaykr/http/firestar/pkg_dec) +2. Open an FTP connection to VitaShell and copy over all of the licenses in ux0:/nonpdrm/license/addcont/(your Title ID) +3. Download the DLC PKGs appropriate for your region [here](https://nopaystation.com/search?query=wipeout&platform=psv&category=dlc&limit=10&orderBy=completionDate&sort=DESC&missing=Show). +You need to look for DLC1W2048PACKAGE (WipEout HD Add-On Pack) and DLC2W2048PACKAGE (WipEout HD Fury Add-On Pack). +4. Use pkg_dec to decrypt each package file with it's corresponding key, for example: + ``` + ./pkg_dec --make-dirs=id --license=dlc/DLC1W2048PACKAGE/6488b73b912a753a492e2714e9b38bc7.rif dlc1.pkg + ./pkg_dec --make-dirs=id --license=dlc/DLC2W2048PACKAGE/6488b73b912a753a492e2714e9b38bc7.rif dlc2.pkg + ``` +5. Copy the decrypted PSARCs to your ~/.firestar/ folder. \ No newline at end of file