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 | ├── APP // PSV Games | ||
│ └── < | │ └── <CONSOLE_ID> | ||
│ └── <GAME_DIRECTORY> | │ └── <GAME_DIRECTORY> | ||
│ ├── app | │ ├── app | ||
Line 13: | Line 14: | ||
│ │ ├── license.psvimg | │ │ ├── license.psvimg | ||
│ │ └── license.psvmd | │ │ └── license.psvmd | ||
│ ├── patch | │ ├── patch | ||
│ │ ├── patch.psvimg | │ │ ├── patch.psvimg | ||
│ │ └── patch.psvmd | │ │ └── patch.psvmd | ||
│ ├── savedata | │ ├── savedata | ||
│ │ ├── savedata.psvimg | │ │ ├── savedata.psvimg | ||
│ │ ├── savedata.psvinf | │ │ ├── savedata.psvinf | ||
Line 22: | Line 23: | ||
│ └── sce_sys | │ └── sce_sys | ||
│ ├── icon0.png | │ ├── icon0.png | ||
│ └── | │ └── param.sfo | ||
├── PGAME // PSP Games | ├── PGAME // PSP Games | ||
│ └── < | │ └── <CONSOLE_ID> | ||
│ └── <GAME_DIRECTORY> | │ └── <GAME_DIRECTORY> | ||
│ ├── game | │ ├── game | ||
Line 34: | Line 35: | ||
│ └── sce_sys | │ └── sce_sys | ||
│ ├── icon0.png | │ ├── icon0.png | ||
│ └── | │ └── param.sfo | ||
├── PSAVEDATA // PSP and PS1 Save Data Directory | ├── PSAVEDATA // PSP and PS1 Save Data Directory | ||
│ └── < | │ └── <CONSOLE_ID> | ||
│ ├── <SAVE_DIRECTORY> //Structure for PSP Saves | │ ├── <SAVE_DIRECTORY> //Structure for PSP Saves | ||
│ │ ├── ICON0.PNG | │ │ ├── ICON0.PNG | ||
Line 43: | Line 44: | ||
│ │ └── <save specific data> | │ │ └── <save specific data> | ||
│ └── <SAVE_DIRECTORY> //Structure for PS1 Saves | │ └── <SAVE_DIRECTORY> //Structure for PS1 Saves | ||
│ ├── | │ ├── ICON0.PNG | ||
│ ├── ICON0.PNG | │ ├── ICON0.PNG | ||
│ ├── PARAM.SFO | │ ├── PARAM.SFO | ||
Line 49: | Line 50: | ||
│ └── SCEVMC1.VMP | │ └── SCEVMC1.VMP | ||
├── PSGAME //PS1 games | ├── PSGAME //PS1 games | ||
│ └── < | │ └── <CONSOLE_ID> | ||
│ └── <GAME_DIRECTORY> | │ └── <GAME_DIRECTORY> | ||
│ ├── game | │ ├── game | ||
Line 59: | Line 60: | ||
│ └── sce_sys | │ └── sce_sys | ||
│ ├── icon0.png | │ ├── icon0.png | ||
│ └── | │ └── param.sfo | ||
├── PSM //PSM games | ├── PSM //PSM games | ||
│ └── < | │ └── <CONSOLE_ID> | ||
│ └── <GAME_DIRECTORY> | │ └── <GAME_DIRECTORY> | ||
│ ├── app | │ ├── app | ||
Line 68: | Line 69: | ||
│ └── sce_sys | │ └── sce_sys | ||
│ ├── icon0.png | │ ├── icon0.png | ||
│ └── param.sfo | │ └── param.sfo | ||
└── SYSTEM //PSV System Backups | └── SYSTEM //PSV System Backups | ||
└── < | └── <CONSOLE_ID> | ||
└── <BACKUP_DIRECTORY> | └── <BACKUP_DIRECTORY> | ||
├── <BACKUP_NAME>.psvimg | ├── <BACKUP_NAME>.psvimg | ||
Line 76: | Line 77: | ||
=== Notes === | === Notes === | ||
*".psvimg", ".psvmd" are encrypted. | *".psvimg", ".psvmd" are encrypted. | ||
Line 83: | Line 82: | ||
*".psvmd" files have a fixed size of 0xC0 bytes. | *".psvmd" files have a fixed size of 0xC0 bytes. | ||
*" | *".psvinf" are used only with PSV saves, and have a fixed size of 0x8 bytes. This won't change for a given PSN Account/Console combination. | ||
*The PS Vita System backup <BACKUP_DIRECTORY> name is structured in the format "YYYYMMDDHHMM-NUM". So the first PS Vita system backup on the 23rd of July 2014 at 6:30PM would have a directory name of "201407231830-01". If a user managed to make a second backup in the same minute the directory name of the backup would be "201407231830-02". The "<BACKUP_NAME>" found in "<BACKUP_NAME>.psvimg" and "<BACKUP_NAME>.psvmd" files are the same as the <BACKUP_DIRECTORY> name of the directory they are contained in. | *The PS Vita System backup <BACKUP_DIRECTORY> name is structured in the format "YYYYMMDDHHMM-NUM". So the first PS Vita system backup on the 23rd of July 2014 at 6:30PM would have a directory name of "201407231830-01". If a user managed to make a second backup in the same minute the directory name of the backup would be "201407231830-02". The "<BACKUP_NAME>" found in "<BACKUP_NAME>.psvimg" and "<BACKUP_NAME>.psvmd" files are the same as the <BACKUP_DIRECTORY> name of the directory they are contained in. | ||
*Saves Contained in the "/PSAVEDATA/< | *Saves Contained in the "/PSAVEDATA/<CONSOLE_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 == |