From d2be83ed5f391b5d4c33f3ed2bdf684e3ab33b5e Mon Sep 17 00:00:00 2001 From: Downforce Agent Date: Sun, 30 Jun 2024 11:42:26 -0400 Subject: [PATCH] Add Decrypting Original PSARC Files --- Decrypting-Original-PSARC-Files.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 Decrypting-Original-PSARC-Files.md diff --git a/Decrypting-Original-PSARC-Files.md b/Decrypting-Original-PSARC-Files.md new file mode 100644 index 0000000..d6fd5a3 --- /dev/null +++ b/Decrypting-Original-PSARC-Files.md @@ -0,0 +1,29 @@ +# Vita3K Emulator +Look for the files in /app/, /patch/ and /addcont/. That's it. + +# PSVita / PSTV +Instructions for real consoles vary slightly depending on what files you're decrypting and where you got your copy of the game from. +This guide assumes you are using a genuine copy with Sony's DRM over it, and not a PKG from NoPayStation. Doing this on a pirated copy is 100% possible but the encryption may be different and I can't be assed to help you in that case. +## Game & Updates +1. Open VitaShell on your PSVita +2. Find the Title ID for your version of the game + - The Title ID is the unique product SKU for your game. It varies depending on how you bought the game (digital download or cartridge) and what country you purchased it in. For cartridges, you can find the Title ID written at the bottom of the spine on the protective cover the game arrived in. Here is a reference if you need help: https://gamefaqs.gamespot.com/vita/620281-wipeout-2048/data + - United States & Canada, Digital: **PCSA00015** + - United States & Canada, Physical: **PCSA22003** + - Europe & Oceania, All Versions: **PCSF00007** + - Japan, Digital: **PCSC00006** + - Japan, Physical: **VCJS10002** + - South Korea, Digital: **PCSD00005** + - Asia, Physical: **VCAS32009** +3. Open the encrypted PFS and dump the contents + - **Digital**: Go to ux0:/app/, look for your Title ID and then press the Triangle button. Select "Open Decrypted" to continue. + - **Physical**: TODO - someone with a physical vita cartridge please fill this out for me :) +4. Open the "PSP2" folder, select data.psarc with the marker (Square button). Then press the triangle button, choose Copy. +5. Exit to ux0:/, press Triangle, and create a new folder with the name of your choosing. Open that folder +6. Press Triangle and choose Paste to decrypt the PSARC to the new folder. +7. Open a connection from your computer over FTP or USB, and then copy the decrypted file to your ~/.firestar/ folder on your PC. +8. On your Vita, open ux0:/patch/ and repeat steps 3 to 7. + + +## HD Fury DLC +** TODO ** \ No newline at end of file