Game Saves: Difference between revisions

From PS3 Developer wiki
Jump to navigation Jump to search
(the page has been splitted and content moved to PS3 Savedata, PS2 Savedata, PS1 Savedata, PSP Savedata)
 
(141 intermediate revisions by 10 users not shown)
Line 1: Line 1:
==Saved Games==
*[[PS3 Savedata]]
These files are stored on the PS3 HDD, and can be copied over to a media through USB or similar. There are two types, those which are encrypted+signed, and those which aren't neither. This allows modifications/cheats for some games, yes. When copied, they are put inside these folder called "PS3\SAVEDATA\", followed by their Title ID. I'd like to call the encrypted+signed saves as protected saves.
*[[PS2 Savedata]]
 
*[[PS1 Savedata]]
==Save Game Directory Name Format==
*[[PSP Savedata]]
All games define their own sub folder(s) based on the following pattern
{{File Formats}}<noinclude>[[Category:Main]]</noinclude>
based in on information from PS3 Secrets, thanks
 
standard pattern parts: ABCDEF
A==> Media Format B=Bluray, S=Dvd <br />
B==> C= First Party , L= licenced <br />
C==> Country code A=Asia , E=Europe , J=Japan , U= US <br />
D==> D= Demo, S= game , M=? <br />
E==> Unique 5 digit game Start ID <br />
F==> Unique Game Creaters define the remainder of the format
 
==Directory Structure==
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! File !! Description/Purpose
|-
| PARAM.SFO || Various information about the title. This one is never encrypted, although it's always signed.
|-
| PARAM.PFD || Signatures of all the files if the save is protected. The signature method is still unknown (hash-size 0x60).
|-
| ICON0.PNG || PNG image containing the image to be displayed in XMB. dimensions 320 x 176, 72 dpi, 32 bit, 1 frame
|-
| ICON1.PNG || PNG image containing the image to be displayed in XMB. dimensions 1000 x 560, 72 dpi, 32 bit, 1 frame
|-
| SND0.AT3 || (optional) Sound file to be played.
|-
| ICON1.PAM || (optional) Video file to be shown.
|-
| PIC0.PNG || (optional) Overlay picture.
|-
| PIC1.PNG || (optional) Large background picture.
|-
|}
 
==Games which are unprotected==
* MotorStorm (protected with CRC32 checksum)
* Call Of Duty 4 (hacked saves can be found on the internet)
* Battlefield: Bad Company
* Assassin's Creed
* Blazing Angels: Squadrons of WWII
 
For a more complete list, with example download links : http://www.ps3hax.net/showthread.php?t=8559
 
 
 
Source: http://ps3dev.wikispaces.com/Saved+Games

Latest revision as of 17:36, 11 October 2017