Editing Content Manager Assistant
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
[[Category:Software]] | [[Category:Software]] | ||
<CMA | ==CMA Application Backup Directory Structure== | ||
<CMA Directory> | |||
+-- APP // PSV Games | |||
¦ +-- <PSN_ACCOUNT_ID> | |||
¦ +-- <GAME_DIRECTORY> | |||
¦ +-- app | |||
¦ ¦ +-- app.psvimg | |||
¦ ¦ +-- app.psvmd | |||
¦ +-- appmeta | |||
¦ ¦ +-- appmeta.psvimg | |||
¦ ¦ +-- appmeta.psvmd | |||
¦ +-- license | |||
¦ ¦ +-- license.psvimg | |||
¦ ¦ +-- license.psvmd | |||
¦ +-- patch //Only used when the application which has been backed-up, has been updated | |||
¦ ¦ +-- patch.psvimg | |||
¦ ¦ +-- patch.psvmd | |||
¦ +-- savedata //Only used when the application which has been backed-up, has created Savedata | |||
¦ ¦ +-- savedata.psvimg | |||
¦ ¦ +-- savedata.psvinf | |||
¦ ¦ +-- savedata.psvmd | |||
¦ +-- sce_sys | |||
¦ +-- icon0.png | |||
¦ +-- param.sfo //Trimed Down version of the game's original param.sfo(or equivalent file) | |||
+-- PGAME // PSP Games | |||
¦ +-- <PSN_ACCOUNT_ID> | |||
¦ +-- <GAME_DIRECTORY> | |||
¦ +-- game | |||
¦ ¦ +-- game.psvimg | |||
¦ ¦ +-- game.psvmd | |||
¦ +-- license | |||
¦ ¦ +-- license.psvimg | |||
¦ ¦ +-- license.psvmd | |||
¦ +-- sce_sys | |||
¦ +-- icon0.png | |||
¦ +-- param.sfo //Same as application's original param.sfo | |||
+-- PSAVEDATA // PSP and PS1 Save Data Directory | |||
¦ +-- <PSN_ACCOUNT_ID> | |||
¦ +-- <SAVE_DIRECTORY> //Structure for PSP Saves | |||
¦ ¦ +-- ICON0.PNG | |||
¦ ¦ +-- PARAM.SFO | |||
¦ ¦ +-- PIC1.PNG (not always used) | |||
¦ ¦ +-- <save specific data> | |||
¦ +-- <SAVE_DIRECTORY> //Structure for PS1 Saves | |||
¦ +-- CONFIG.BIN | |||
¦ +-- ICON0.PNG | |||
¦ +-- PARAM.SFO | |||
¦ +-- SCEVMC0.VMP | |||
¦ +-- SCEVMC1.VMP | |||
+-- PSGAME //PS1 games | |||
¦ +-- <PSN_ACCOUNT_ID> | |||
¦ +-- <GAME_DIRECTORY> | |||
¦ +-- game | |||
¦ ¦ +-- game.psvimg | |||
¦ ¦ +-- game.psvmd | |||
¦ +-- license | |||
¦ ¦ +-- license.psvimg | |||
¦ ¦ +-- license.psvmd | |||
¦ +-- sce_sys | |||
¦ +-- icon0.png | |||
¦ +-- param.sfo //Same as application's original param.sfo | |||
+-- PSM //PSM games | |||
¦ +-- <PSN_ACCOUNT_ID> | |||
¦ +-- <GAME_DIRECTORY> | |||
¦ +-- app | |||
¦ ¦ +-- app.psvimg | |||
¦ ¦ +-- app.psvmd | |||
¦ +-- sce_sys | |||
¦ +-- icon0.png | |||
¦ +-- param.sfo //Trimed Down version of the game's original param.sfo(or equivalent file) | |||
+-- SYSTEM //PSV System Backups | |||
+-- <PSN_ACCOUNT_ID> | |||
+-- <BACKUP_DIRECTORY> | |||
+-- <BACKUP_NAME>.psvimg | |||
+-- <BACKUP_NAME>.psvmd | |||
=== Notes === | === Notes === | ||
*'<PSN_ACCOUNT_ID>' is | *'<PSN_ACCOUNT_ID>' is unique for every PS Vita console and is always comprised of 16 hexadecimal characters. | ||
*".psvimg", ".psvmd" are encrypted. | *".psvimg", ".psvmd" are encrypted. | ||
Line 90: | Line 91: | ||
*Saves Contained in the "/PSAVEDATA/<PSN_ACCOUNT_ID>/" folder, are of the same format as PSP saves as they existed on the PSP. So original PSP saves can be transferred to the Vita by placing them in this folder. Restrictions on copying PSP saves to the PSVita vary depending on the CMA version and PSVita version. | *Saves Contained in the "/PSAVEDATA/<PSN_ACCOUNT_ID>/" folder, are of the same format as PSP saves as they existed on the PSP. So original PSP saves can be transferred to the Vita by placing them in this folder. Restrictions on copying PSP saves to the PSVita vary depending on the CMA version and PSVita version. | ||
== Windows Registry Entries == | == Windows Registry Entries == |