carts:sony:vita

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
carts:sony:vita [2021/10/14 03:03]
jonasrosland
carts:sony:vita [2022/06/04 21:21]
hiccup [Method 1 - Vita console]
Line 1: Line 1:
 ====== PlayStation Vita ====== ====== PlayStation Vita ======
 +{{wst>see_hardware_page}}
 +
 +{{wst>vgpc_help}}
  
 ===== Introduction ===== ===== Introduction =====
- +{{wst>factory_save}}
-The PlayStation Vita is a powerful dumping machine for Vita carts, just bear in mind it might take a few tries for someone setting up their homebrew-enabled console the first time to be able to get the tools working. Patience will pay off though, so please continue reading :) +
- +
-Highly recommend reading [[https://gist.github.com/yifanlu/bcc8ebb102704ae136c650a912c6f70c|this great comparison between available tools]] written by [[https://twitter.com/yifanlu|Yifan Lu]].+
  
 ===== Methods ===== ===== Methods =====
  
-  - [[#Method 1 - PSVgameSD + PSVStrip Method|PSVgameSD + PSVStrip Method]] +  - [[#Method 1 - Vita console|Vita console]]
-  - [[#Method 2 - NoNpDrm Method|NoNpDrm Method]]+
  
-==== Method 1 - PSVgameSD + PSVStrip Method ====+==== Method 1 - Vita console ====
  
-TL;DR Go to the [[#Dumping]] section+This method involves creating a dump of the cart after the block-level encryption has been "removed" and unique data stripped from the file. It also involves creating a generic (aka "fake") licence file for the cart.
  
-=== History about the tools === +Technical Note: There are some game cards that have a writeable partition called "grw0"PSVGameSD can probably dump that partition fine (todo: confirm this), but it cannot mount dumps with that partition, so the only way to play these dumps is to convert them to NoNpDrm format first (todo: confirm this works)Also each time a cart is usedthe partition data and therefore the dump will be differentPSVStrip does not have support for stripping/emptying this partition.
- +
-This dumping method is based on [[https://github.com/motoharu-gosuto/psvgamesd|PSVgameSD]], created by [[https://github.com/motoharu-gosuto|Motoharu Gosuto]]. The PSVgameSD application acts as a **dumping tool** as well as a **virtual drive** for the dumps it creates. It allow us to create a 1:1 dump from the game cartridge, which then can be virtually mounted on a PlayStation Vita, emulating the exact same behavior as we inserted the original game cartridge on the device. This leads to a perfect dump for preservation archival purpose. +
- +
-This method of dumping was approved in No-Intro in 2019, once user **iCEQB** provided a solution for the "unique license file" problem (as the license file generated inside each game cartridge is different, two dumps from different game cartridge of the same game will never match). This solution then grew into a tool called [[https://github.com/Kippykip/PSVStrip|PSVStrip]]. +
- +
-PSVStrip is a tool that allow us to strip all data introduced by PSVgameSD and null all unique bytes within a PlayStation Vita dump. This makes sure that we only preserve all common bytes across multiple cartridges of the same game, while at the same time staying as close as possible to the original media as it can get. +
- +
-This modified version is useful for preservation according to No-Intro standards, but will leave the dump unplayable. An option in PSVStrip was developed in order to re-add the licensing data and header info back to a stripped dump and make it playable. +
- +
-Note: The dumps generated by PSVgameSD has a ".psv" extension, however this method and its results are totally unrelated to the "BlackFin" project. For more information, [[https://github.com/motoharu-gosuto/psvgamesd/blob/master/README.md#relation-to-cobra-blackfin|see this explanation]]. +
- +
-=== NOTE: Compatibility with game cards that have grw0: partition === +
- +
-There are some game cards that have a writeable partition called "grw0"Its been confirmed that this partition allows to write save data and updates files on the game card itself. +
- +
-Currently, those types of game cards can be dumped, but the "grw0" partition won't get dumped. +
-Due to the partition being used by the game, if the a dump is mounted with the PSVgameSD app, bad behavior is expected to happen, at least when trying to save or updating the game. //Further research on this is needed.// +
- +
-Due to this, dumps coming from game cartridge with a "grw0" partition will be accepted in No-Intro but marked as "Bad Dump" in order to identify them. In the same way, we advice dumping these with NoNpDRM method as well, as dumps with that method do not need the "grw0" partition to work properly. +
- +
-You can easily confirm if game cartridge has "grw0" partition by looking at the cart contents through [[https://github.com/TheOfficialFloW/VitaShell|VitaShell]]. Once the game cartridge is insertedyou should see "gro0" partition (this belongs to the game cartridge). If "grw0" exists, it should be just next to it. +
- +
-Please, even if are not interested in dumping, helping us identifying these kind of game cartridge would be really useful. +
- +
-**Games confirmed to have "grw0" partition:** +
- +
-<code> +
-Epic Mickey 2 +
-Persona 4 Golden (Japanese version, at least) +
-Muramasa Rebirth +
-</code> +
-<code> +
-[PCSB-00050] Army Corps of Hell [EU] +
-[PCSB-00135] LEGO Batman 2 - DC Super Heroes [EU] +
-[PCSB-00304] LEGO Legends of Chima - Laval's Journey [EU] +
-[PCSE-00237] LEGO Legends of Chima - Laval's Journey [US] +
-[PCSB-00103] LEGO Harry Potter - Years 5-7 [EU] +
-[PCSB-00071] Michael Jackson - The Experience HD [EU] +
-[PCSE-00119] Ragnarok Ace [USA] +
-[VCAS-32024] Ragnarok Ace [Asia] +
-[PCSE-00015] Shinobido 2: Revenge of Zen [USA] +
-[PCSB-00166] Spy Hunter [EU] +
-[PCSE-00012] Supremacy MMA [USA] +
-[PCSB-00065] Super Monkey Ball: Banana Splits [EU] +
-[PCSE-00017] Super Monkey Ball: Banana Splits [USA] +
-[PCSF-00247] The Jak and Daxter Trilogy [EU] +
-[PCSB-00047] Touch My Katamari [EU] +
-[PCSB-00031] Virtua Tennis 4 [EU] +
-[PCSG-00018] Katamari Damacy No-Vita [JP] +
-</code>+
  
 ===Tools=== ===Tools===
Line 75: Line 24:
   * [[https://github.com/TheOfficialFloW/VitaShell|VitaShell]] homebrew installed (to be able to navigate through the Vita's file system, as well as enabling access to it by USB on PC)   * [[https://github.com/TheOfficialFloW/VitaShell|VitaShell]] homebrew installed (to be able to navigate through the Vita's file system, as well as enabling access to it by USB on PC)
   * [[https://github.com/motoharu-gosuto/psvgamesd|PSVgameSD plugin and app installed]]   * [[https://github.com/motoharu-gosuto/psvgamesd|PSVgameSD plugin and app installed]]
 +  * [[https://github.com/TheOfficialFloW/NoNpDrm|NoNpDrm plugin installed]]
  
 === Dumping === === Dumping ===
Line 89: Line 38:
  5. Process should start automatically, displaying the "Dump progress" and indicating the sectors still to be dumped. The process can take long to finish (30-45 minutes), so just leave the device to do it's thing.   5. Process should start automatically, displaying the "Dump progress" and indicating the sectors still to be dumped. The process can take long to finish (30-45 minutes), so just leave the device to do it's thing. 
    
- 6. If the dump was successful, a FILENAME.psv dump file will be stored in the "ux0:iso" folder.+ 6. If the dump was successful, a .psv dump file will be stored in the "ux0:iso" folder.
    
  7. In order to transfer it to a PC, enter VitaShell and then connect your PS Vita to the PC using a USB cable. Open the VitaShell settings menu by pressing the START button of your PlayStation Vita. Once opened, go to the "USB device" option and select "Memory Card". Press START once again to close the settings menu.  Then, press the "SELECT" button of your PlayStation Vita to enable the USB connection. Your PC should now automatically detect the Memory Card as a new USB device.  7. In order to transfer it to a PC, enter VitaShell and then connect your PS Vita to the PC using a USB cable. Open the VitaShell settings menu by pressing the START button of your PlayStation Vita. Once opened, go to the "USB device" option and select "Memory Card". Press START once again to close the settings menu.  Then, press the "SELECT" button of your PlayStation Vita to enable the USB connection. Your PC should now automatically detect the Memory Card as a new USB device.
Line 98: Line 47:
 ===PSVStrip treatment=== ===PSVStrip treatment===
  
-To be able to compare your dump to other dumps for verification purposes you have to remove the license information using PSVStrip:+To be able to compare your dump to other dumps for verification purposes you have to remove the license information using [[https://github.com/Kippykip/PSVStrip|PSVStrip]]:
 <code>PSVStrip.exe -psvstrip source.psv destination.psv</code> <code>PSVStrip.exe -psvstrip source.psv destination.psv</code>
- 
-Another method for users on Mac and Linux is described on the [[https://forum.no-intro.org/viewtopic.php?f=2&t=4717|No-Intro forum]]. 
- 
-Once that's complete, you can continue to [[#Gathering and Submitting Dump Info]] 
- 
- 
-==== Method 2 - NoNpDrm Method ==== 
- 
-This method extracts the encrypted game files from the Game Card as they are and generates a fake license in order to make them usable. This is not a perfect dump from the game cartridges, but will still keep all the original game related files inside the game cartridge without being modified or patched, and it preserves games with the "grw0" partition until the issue is solved with PSVgameSD or another tool. 
- 
-=== Tools === 
- 
-  * A PlayStation Vita (1000 original model or 2000 revision model) 
-  * At Vita Memory Card (minimum 4GB) - (optional, this method can be used with "psvsd" mod which uses the 3G module on 1000 3G Vita models as a MicroSD port) 
-  * [[https://enso.henkaku.xyz/|Henkaku]] software installed (able to load homebrew, [[https://vita.hacks.guide/|https://vita.hacks.guide/]]) 
-  * [[https://github.com/TheOfficialFloW/VitaShell|VitaShell]] homebrew installed (to be able to navigate through the Vita's file system, as well as enabling access to it by USB on PC) 
-  * [[https://github.com/TheOfficialFloW/NoNpDrm|NoNpDrm plugin installed]] 
- 
-=== Dumping === 
- 
- 1. Having the game card inserted in the Vita, use VitaShell to navigate through the Vita's file system and look for the "gro0" path. This path corresponds to the Game Cart. 
-  
- 2. The game files are stored in "gro0:app/TITLE_ID" where TITLE_ID corresponds to the game Serial ID. Example: Uncharted - Golden Abyss (Europe) is "PCSF-00001", so "TITLE_ID" folder should be "gro0:app/PCSF00001" 
-  
- 3. You now have two options:   
-  
- 3.1 Fast PC transfer: You can mount the Game Card over USB. To do so, open VitaShell settings menu by pressing the START button of your PS Vita. Once opened, go to the "USB device" option and select "Game Card". Press START once again to close the settings menu. Connect the PS Vita to your PC by USB. Then, press the "SELECT" button of your PS Vita and it will enable USB connection. Your PC should detect automatically the unit and give you access to the it. Just enter the "app" folder in the unit, and copy "TITLE_ID" to your desktop.   
-  
- 3.2 Copying files to the Memory Card and then transferring these to PC. Use VitaShell to copy the "gro0:app/TITLE_ID" folder to "ux0". Then, select "Memory Card" on "USB device". Press "START" to close the menu and press "SELECT" afterwards, to activate the USB connection from your Vita to the PC. The Memory Card unit should be properly detected, allowing you to copy the "TITLE_ID" folder to your computer. 
  
 === Applying a Fake License === === Applying a Fake License ===
  
-To finish the dump we must generate a fake license file. For this, you need to launch the game in your Vita as you were going to play it, with the NoNpDrm plugin enabled. As soon as you start it, exit the game and enter VitaShell.+To finish the dump we must generate a fake license file. For this, you need to launch the game (original cart or unstripped .psv) in your Vita as you were going to play it, with the NoNpDrm plugin enabled. As soon as you start it, exit the game and enter VitaShell.
    
-The license to be faked will be a ".rif" file with a long name, which should be stored at "ux0:nonpdrm/license/app/TITLE_ID/6488b73b912a753a492e2714e9b38bc7.rif".+The license to be faked will be a ".rif" file with a long name, which should be stored at "ux0:nonpdrm/license/app/TITLE_ID/6488b73b912a753a492e2714e9b38bc7.rif". While you are in VitaShell, please check if the grw0 partition is present (it will be beside the gro0 partition), and note that down so you can provide this info in your dump submission.
    
-Copy this file from the Vita to the PC. Rename it as "work.bin" and copy the file to "TITLE_ID/sce_sys/package/"so you have "TITLE_ID/sce_sys/package/work.bin". With this step, the "NoNpDrmdump is now completed.+Copy this file from the Vita to the PC. Rename it to match your psv file, but with a ".rifextension.
  
 Once that's complete, you can continue to [[#Gathering and Submitting Dump Info]] Once that's complete, you can continue to [[#Gathering and Submitting Dump Info]]
Line 142: Line 62:
 ===== Gathering and Submitting Dump Info ===== ===== Gathering and Submitting Dump Info =====
  
-See [[submission:vita-carts|Gathering and Submitting Dump Info for PlayStation Vita carts]] +See [[submission:general|Gathering and Submitting Dump Info (Basic)]]
  • carts/sony/vita.txt
  • Last modified: 2022/09/28 22:07
  • by hiccup