• Home
  • Downloads
  • EBOOT Fixes
  • Forums
  • New Posts
  • Register
    • Welcome, Register Now! 
    • Premium VIP Membership
    • PS3 Sticky
      • PS3 CFW & MFW
      • PS3 Debug Firmware
      • PS3 Decrypted PSN Links for CFW
      • PS3 Downloads
      • PS3 EBOOT.BIN Original File Links
      • PS3 Firmware
      • PS3 Game Releases List
      • PS3 Guides & Tutorials
      • PS3 Hacking Guides and Tutorials
      • PS3 Hacks & JailBreak
      • PS3 Help & Support
      • PS3 JailBreak Game Compatibility List
      • PS3 JB2 / True Blue (TB) Game Links
      • PS3 multiMAN Updates
      • PS3 Resources
      • PS3 Reviews
      • PS3 Save Files Repository
      • PS3 Themes
      • PS3 Trophies List
      • PS3 Videos
      • PS Vita Trophies List
    • Quick Links
      • Affiliates
      • Contact Us
      • FAQ
      • Post News
      • Site Rules
      • Tag Cloud
 

PS3 Save Game Tools Pack Updated by Flat_z, PFDTool v0.2.3 Out

Category: PS3 Hacks & JailBreak  By: PS3 News - (twitter.com)
Tags: ps3 save game tools pack flat_z ps3 pfdtool v0.2.3 sfopatcher v0.2.0 ps3 hax ps3 hacks

27w ago - Following up on his previous update, today PlayStation 3 developer Flat_z has updated the PS3 Save Game Tools Pack to include SFOPatcher v0.2.0 and PFDTool version 0.2.3 alongside an update to the BruteforceSaveData GUI by aldostools below.

Download: PS3 Save Game Tools Pack Update (121412) / PFDTool and SFOPatcher Source Code / BruteforceSaveData GUI

From Flat_z: Some people asked me about the source code of pfd & sfo tools.. here they are (linked above).

Guys, here is an update of my tools. It contains an update to sfopatcher (see the changelog below) and a small update to pfdtool. Previously you should make a save game for your game on your console and then use PARAM.SFO from it as a template to PARAM.SFO from a foreign save game to build a new PARAM.SFO which will contain the data specific to your console. A newer version of sfopatcher will use a foreign save data directory and params only if you specify these options.

From aldostools: A new version of the frontend is available with the updated tools from flatz and new settings to take advantage of these features.

Changes: new "Rebuild" option, new "Restore" option, updated the database with secure_file_id for more than 750 games (over 3140 title ids). Added a new "date" column. Special thanks to flatz, Alex at CMP, acab, skillerCMP, gingerbread and many others

Changelog:

pfdtool 0.2.3

  • Added an option to specify the relative offset to advance each time while bruteforcing a secure file ID.

Finally, below is a guide from zorrolaro on how to use PFDTool without PS3 CFW using Borderlands 2 as an example:

Required Tools:

  • pfdtool by flatz: http://rghost.ru/42242210
  • wireshark: http://www.wireshark.org/download.html
  • PS3 ProxyServer by CF3B5: http://www.ps3news.com/forums/downloads.php?do=file&id=3673
  • .net 1.1 runtimes (for PS3 PoxyServer): http://www.microsoft.com/en-us/download/details.aspx?id=26

Guide:

  • Create a folder near your root drive for pfdtool (i.e. c:/pfdtool/), then extract all files into that folder from the linked archive.
  • Download and install wireshark and winPcap (included with the wireshark installer)
  • Download and install the .net runtimes
  • Download and install PS3 ProxyServer
  • Open a command prompt (start menu -> all programs -> accessories -> command prompt) and enter command "ipconfig". Write down the IPv4 address (should look like 192.168.0.10 or something similar)
  • Open PS3 ProxyServer and copy the IPv4 address you wrote down into the IP Address field and check of PS3 mode, leave the other options alone. Hit the big start button. Keep you IPv4 number handy, you'll need it again. Leave this program running.
  • Open Wireshark. On the left side there is an option to start capture. Left click with your mouse to select the appropriate network adapter listed below the start command. If you are not sure about which adapter to use, select them all using ctrl + left mouse click. Hit the start button once you've highlighted the appropriate adapters. Leave this program running.
  • Boot up your PS3 and navigate to Settings -> Network Settings -> Internet Connection Settings. on the first page select Custom, on the second select whether you are connected wirelessly or wired. Skip all other options by hitting right on your controller until you get to the Proxy Server page, then select use for that option. input the IPv4 address you wrote down earlier into the top field.

    Make sure that the port number on this page matches the port number on PS3 ProxyServer (should both say 8080). Skip to the last page on the configuration and hit x. Test connection when prompted by hitting x again. As long as the top 3 fields say succeeded you can carry on to the next step. if not, review your settings in this step and steps 5 and 6 and retry.
  • Sign into the playstation network and login to the psn store.
  • Go back to your pc and check Wireshark. There should be a whole bunch of information displayed on the screen, don't worry you don't need to know what it means. Press [ctrl]+ e to stop capturing, then press [ctrl]+f to bring up your search dialogue. Under "find" check of "string" and under "Search In" check off "Packet bytes". Enter 0000000100 as your search criteria and hit enter. If the necessary packet was found, in the bottom frame it should show the number highlighted on the right side (plaintext view) to ensure you have the right packet, right before the highlighted text it should say "devideID":" and then the numbers you searched for.

    Take all the numbers and letters starting with your highlighted numbers and copy everything down until you find the next quotation mark in the plaintext. You should have a total of 32 digits written down. Should look something like 000000010084 followed by a bunch of letters and numbers. This is your console id.
  • Go to the folder you installed pfdtool in. Open global.conf in notepad. Eidt the line where it says console_id=by adding the console id you just captured after the =. Also change the other fields that are bolded below to match
    ; Global settings
    
    [global]
    authentication_id=1010000001000003
    console_id=00000001008400xxx01dxxxx239xx6x6
    user_id=00000001
    syscon_manager_key=D413B89663E1FE9F75143D3BB4565274
    keygen_key=6B1ACEA246B745FD8F93763B920594CD53483B82
    savegame_param_sfo_key=0C08000E090504040D010F000406020209060D03
    trophy_param_sfo_key=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    tropsys_dat_key=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    tropusr_dat_key=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    troptrns_dat_key=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    tropconf_sfm_key=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    fallback_disc_hash_key=D1C1E10B9C547E689B805DCD9710CE8D

  • Save file and exit (make sure you save as .conf not .txt)
  • Open the games.conf file in the same folder. Edit it as follows for NA retail disc version only. You'll have a different game id (the BLUS30982) and secure_file_id. You'll need to ask for someone on the forums to get those for you if you are using a different region, version or entirely differnt game. You can add additional games follwing the same layout by adding more lines. The disc_hash_key is commented out, so you will get a notifaction everytime you use pfdtool, but it still works fine.
    ; "Borderlands 2"
            [BLUS30982]
            ;disc_hash_key=
            secure_file_id:*=02010508040102010508030A0F070C0D

  • Save and close the file once you are done adding games. Again make sure you save as .conf, not .txt.
  • Make sure you have a copy of your save game on your pc. I like to copy them right into the same folder as pfdtool to make for shorter commands.
  • You are now ready to actually use pfdtool. Navigate your command prompt to the folder you installed it (command to use is simply the path of the folder, ie "c:/pfdtool"). To decrypt we use the following command:
    pfdtool -g BLUS30982 -d "C:/pfdtool/BLUS30982-SAVE-SAVE0001" SAVE0001.SAV

  • Where the part in quotations will be changed to reflect your actual drive location and the name of the file will be changed to your actual file name. The file name and path are case sensitive, make sure you double check you have the right case.
  • You now have a decrypted save file. Use your hex editor of choice or in the case of Borderlands 2 you can use the latest version of Gibbed's Borderlands 2 Save Editor. Once you are done editing, sae your game again and onto the last step.
  • All that's left at this point is to encrypt the file again. See below, same notes as when decrypting about file path and name.
    pfdtool -g BLUS30982 -e "C:/pfdtool/BLUS30982-SAVE-SAVE0001" SAVE0001.SAV

  • You can now transfer your save game back to your PS3.

A couple of quick notes: I have tried to make this as noob friendly as possible, but you still need some basic knowledge to follow this guide. Also, atm I really have no interest in modding any other save games so I do not have the info for other games to place in your games.conf file, though if anyone wants to post them I will be happy to add them to the guide. I did not write nor do I support any of the software mentioned in this guide.

Unfortunately we can't extract it from .PFD because IDPS is not stored there. They used it as a HMAC key to hash the content of PARAM.SFO.

I already said many times that some hashes are not checked. That's why Xploder works fine without your console ID. But my goal was the correct generation of the PFD (because S0ny can add new checks in the future) and I had managed to use all keys but you can omit some of them (based on your console id or disc hash key, for example).

From cheetahh: I can confirm that flat_z tool can be used to decrypt TROPTRANS.DAT file and if you know how to modify all the files correctly (there are different checksums and hashes in the files) you can sync those unlocked trophies to PSN as well.

From Sunny992: All information should be free, don't conceal it if it's already leaked, which it was.

troptrns_dat_key=91EE81555ACC1C4FB5AAE5462CFE1C62A4AF36A5
It was leaked on NGU.




Stay tuned for more PS3 Hacks and PS3 CFW news, follow us on Twitter and be sure to drop by the PS3 Hacks and PS3 Custom Firmware Forums for the latest PlayStation 3 scene updates and homebrew releases!

Comments 90 Comments - Go to Forum Thread »

Errors

The following errors occurred with your submission

Okay

Quick Reply Quick Reply

  • Decrease Size
    Increase Size
  • Wrap [QUOTE] tags around selected text
Posting Quick Reply - Please Wait Posting Quick Reply - Please Wait
candan's Avatar
#70 - candan - 25w ago
Reply
OK, thanks for the heads up on this. In the end, this gives me the ability to cheat, which I didn't want to do (and I don't get in general why people want to, but hey that's up to them)

In the end, I erased the save file on the HD and applied my save with the resigner and it worked.

So, case in point if anyone else is having a hard time. Although when you copy it over to your harddrive it will erase what you had there previously, it still wasn't working. Erasing the original save file from your HD before copying it over with ftp or USB stick worked for me. May or may not work for other games, but it's worth trying for sure! Try this for anyone having a few problems.

PS3 News's Avatar
#69 - PS3 News - 25w ago
Reply
This may be of use for that title, worth a try anyway: http://uploadmirrors.com/download/1G1VTOCU/GT5CB.rar

Another few updates by qorner for the GT5 save game editor (aka GT5 Career Booster): http://uploadmirrors.com/download/5F1MZRBE/GT5CB-12242012.rar and also http://rghost.net/42581355

Gran Turismo 5 Save Editor / Gran Turismo 5 Career Booster (GT5CB)

What you get with this tool is 20 000 000 in-game credits, and A-Spec level 40.

Prerequisites

First of all, whatever you do, always backup your files! Second, you must upgrade Gran Turismo 5 (GT5) to version 2.09, run it afterwards, load your game, perform manual save from "GT Mode" and finally exit GT5.

Copy GT5 saved data from console to storage media. Tutorial can be found here: http://manuals.playstation.net/document/en/ps3/current/game/copysavedata.html

Download Gran Turismo 5 Career Booster (GT5CB) from SourceForge (new and official source): https://sourceforge.net/projects/gt5cb/files/

Note that I'm not the developer of this tool! I accidentally stumble upon it while using Google

You'll also need flat_z's pfdtool for data crypting. pfdtool can be found here: http://www.ps3news.com/ps3-hacks-jailbreak/ps3-save-game-tools-pack-updated-by-flat-z-pfdtool-v0-2-3-out/

If you're on OFW, as I am, Console ID can be found by following this tutorial (nope, currently there is no easier way): Using pfdtool without cfw (Borderlands 2 specific)

If you want to know how to use the lately released Save Game:

Required tools:

• pfdtool by flatz: http://rghost.ru/42242210
• wireshark: http://www.wireshark.org/download.html
• PS3 ProxyServer by CF3B5: http://www.ps3news.com/forums/downloads.php?do=file&id=3673
• .net 1.1 runtimes (for PS3 PoxyServer): http://www.microsoft.com/en-us/download/details.aspx?id=26


1. Create a folder near your root drive for pfdtool (i.e. c:/pfdtool/), then extract all files into that folder from the linked archive.

2. Download and install wireshark and winPcap (included with the wireshark installer)

3. Download and install the .net runtimes

4. Download and install PS3 ProxyServer

5. Open a command prompt (start menu -> all programs -> accessories -> command prompt) and enter command “ipconfig”. Write down the IPv4 address (should look like 192.168.0.10 or something similar)

6. Open PS3 ProxyServer and copy the IPv4 address you wrote down into the IP Address field and check of PS3 mode, leave the other options alone. Hit the big start button. Keep you IPv4 number handy, you’ll need it again. Leave this program running.

7. Open Wireshark. On the left side there is an option to start capture. Left click with your mouse to select the appropriate network adapter listed below the start command. If you are not sure about which adapter to use, select them all using ctrl + left mouse click. Hit the start button once you’ve highlighted the appropriate adapters. Leave this program running.

8. Boot up your PS3 and navigate to Settings -> Network Settings -> Internet Connection Settings. on the first page select Custom, on the second select whether you are connected wirelessly or wired. Skip all other options by hitting right on your controller until you get to the Proxy Server page, then select use for that option. input the IPv4 address you wrote down earlier into the top field. Make sure that the port number on this page matches the port number on PS3 ProxyServer (should both say 8080). Skip to the last page on the configuration and hit x. Test connection when prompted by hitting x again. As long as the top 3 fields say succeeded you can carry on to the next step. if not, review your settings in this step and steps 5 and 6 and retry.

9. Sign into the playstation network and login to the psn store.

10. Go back to your pc and check Wireshark. There should be a whole bunch of information displayed on the screen, don’t worry you don’t need to know what it means. Press [ctrl]+ e to stop capturing, then press [ctrl]+f to bring up your search dialogue. Under “find” check of “string” and under “Search In” check off “Packet bytes”. Enter 0000000100 as your search criteria and hit enter. If the necessary packet was found, in the bottom frame it should show the number highlighted on the right side (plaintext view) to ensure you have the right packet, right before the highlighted text it should say “devideID”:” and then the numbers you searched for. Take all the numbers and letters starting with your highlighted numbers and copy everything down until you find the next quotation mark in the plaintext. You should have a total of 32 digits written down. Should look something like 000000010084 followed by a bunch of letters and numbers. This is your console id.

11. Go to the folder you installed pfdtool in. Open global.conf in notepad. Eidt the line where it says console_id=by adding the console id you just captured after the =. Also change the other fields that are bolded below to match

; Global settings

[global]
authentication_id=1010000001000003
console_id=00000001008400xxx01dxxxx239xx6x6
user_id=00000001
syscon_manager_key=D413B89663E1FE9F75143D3BB4565274
keygen_key=6B1ACEA246B745FD8F93763B920594CD53483B82
savegame_param_sfo_key=0C08000E090504040D010F000406020209060D03

trophy_param_sfo_key=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
tropsys_dat_key=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
tropusr_dat_key=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
troptrns_dat_key=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
tropconf_sfm_key=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
fallback_disc_hash_key=D1C1E10B9C547E689B805DCD9710CE8D

Save file and exit (make sure you save as .conf not .txt)

12. Open the games.conf file in the same folder. Edit it as follows for NA retail disc version only. You’ll have a different game id (the BLUS30982) and secure_file_id. You’ll need to ask for someone on the forums to get those for you if you are using a different region, version or entirely differnt game. You can add additional games follwing the same layout by adding more lines. The disc_hash_key is commented out, so you will get a notifaction everytime you use pfdtool, but it still works fine.

; “Borderlands 2″
[BLUS30982]
;disc_hash_key=
secure_file_id:*=02010508040102010508030A0F070C0D

Save and close the file once you are done adding games. Again make sure you save as .conf, not .txt.

13. Make sure you have a copy of your save game on your pc. I like to copy them right into the same folder as pfdtool to make for shorter commands.

14. You are now ready to actually use pfdtool. Navigate your command prompt to the folder you installed it (command to use is simply the path of the folder, ie “c:/pfdtool”. To decrypt we use the following command:

pfdtool -g BLUS30982 -d “C:/pfdtool/BLUS30982-SAVE-SAVE0001″ SAVE0001.SAV

where the part in quotations will be changed to reflect your actual drive location and the name of the file will be changed to your actual file name. The file name and path are case sensitive, make sure you double check you have the right case.

15. You now have a decrypted save file. Use your hex editor of choice or in the case of Borderlands 2 you can use the latest version of Gibbed’s Borderlands 2 Save Editor. Once you are done editing, sae your game again and onto the last step.

16. All that’s left at this point is to encrypt the file again. See below, same notes as when decrypting about file path and name.

pfdtool -g BLUS30982 -e “C:/pfdtool/BLUS30982-SAVE-SAVE0001″ SAVE0001.SAV

You can now transfer your save game back to your ps3.

A couple of quick notes: I have tried to make this as noob friendly as possible, but you still need some basic knowledge to follow this guide. Also, atm I really have no interest in modding any other save games so I do not have the info for other games to place in your games.conf file, though if anyone wants to post them I will be happy to add them to the guide. I did not write nor do I support any of the software mentioned in this guide.

If you have any suggestions for additions to this guide, post in comments below ^^, happy modding.
Otherwise, you can either use multiMAN's System Information, or PSID Patch to get your Console ID.

Download PSID Patch here: http://www.ps3news.com/ps3-hacks-jailbreak/psidpatch-1-5-arrives-now-changes-ps3-console-id-sent-to-psn/

Other necessary keys can be found here: pastebin.com/aqkATxXc


[Global Keys]

syscon_manager_key=D413B89663E1FE9F75143D3BB4565274
keygen_key=6B1ACEA246B745FD8F93763B920594CD53483B82
savegame_param_sfo_key=0C08000E090504040D010F000406020209060D03
fallback_disc_hash_key=D1C1E10B9C547E689B805DCD9710CE8D

[GT5 (BCES00569) Game Keys]

disc_hash_key=13D222C834F7F2BD2E4CB8CED51B1D94
secure_file_id=BDBD2EB72D82473DBE09F1B552A93FE6
Modding

Download Gran Turismo 5 Career Booster (GT5CB) and extract the archive contents to a writable directory, preferably without spaces or any special characters in folder path (e.g. C:\GT5CB\ or C:\Users\Public\GT5CB\).

Copy entire BCES00569-GAME (\PS3\SAVEDATA\BCES00569-GAME) folder and its contents from storage media to ..\GT5CB\SAVEDATA\ folder. Also, put flat_z's pfdtool.exe in ..\GT5CB\Tools\pfdtool\ folder (pfdtool *.conf files will be automatically generated by GT5CB).

Run GT5CB, browse for BCES00569-GAME folder and pfdtool.exe file, fill-in all necessary keys and click on the large "Boost GT5 Career / Ruin GT5 Experience " button. Save data, as well as pfdtool configuration files will be automatically (re)created. If everything is OK, you will be prompted to either continue or cancel the save data modding. If information provided is correct, click "Yes". Once completed, copy/overwrite modified save data from your PC back to PS3 via storage media and run GT5.

Note that SFO file is not modified this way, as it is not required by GT5 loading system. Data in SFO file will be automatically updated (corrected) by GT5 itself once loaded. Happy modding!

candan's Avatar
#68 - candan - 25w ago
Reply
I'm not getting this to work with gt5. It still tells me it's a different users file... what the? Haven't tried it on anything else yet. This is tue first game I've tried and cos I'm stuck on it, I'm still trying! Lol

Shell 32's Avatar
#67 - Shell 32 - 26w ago
Reply
Hi guys, i have some problems with this homebrew. When I tried to install it on Rogero 4.30 with standalone install package files app, it didn't even start the installation (error 80029564). Then I resigned it with the TrueAncestor EBOOT resigner, now it finishes the installation but it still doesn't work, it gives error 80010017 and returns to XMB. Is it possible to make it work? Here is the package.conf file I used to rebuild the .pkg:


Content-ID = PS3CHT-CHET20000_00-PS3USERCHEAT0200
K_licensee = 0x00000000000000000000000000000000
DRM_Type = Free
Content_Type = GameExec
PackageVersion = 01.00

oVERSoLDiER's Avatar
#66 - oVERSoLDiER - 26w ago
Reply
I had problems with the CMD-based version too. With the GUI you just press the "..." button in the up-right corner, search your Savedata, which will be added below in a list. After that, right-click on the item and choose "Bruteforce...".

When it's done it will tells you the secure_file_id.

You could may post a save from a game which is not in the list, so I can test it.

Page 5 of 18 «‹123456789›LAST »

Related PS3 News and PS3 CFW Hacks or JailBreak Articles

• PS3 EDAT Devklic Bruteforcer v1.0 / v1.1 By JjKkYu is Released
• MAME 0125 (Multiple Arcade Machine Emulator) for PS3 Release 1 Out
• PS3 Game List by Nullptr PlayStation 3 Homebrew App is Released
• MultiMAN v04.40.00 PS3 Server and Showtime Edition Updates Out
• ScummVM 1.6.0 PlayStation 3 Emulator Updated, +4 to Engines
• PSN Tool v1.0 and PSN Tool Creator v1.0 to Combat PSN Bans Arrive
Affiliates  NewsNow  Privacy  PS3 CFW & MFW  PS3 Hacks & JailBreak  PS3 Reviews  PS3 Videos  © 2013 PlayStation 3 News

PlayStation 3 Links

• Contact Us E-Mail
• PS3 Affiliates
• PS3 CFW & MFW
• PS3 Debug Firmware
• PS3 Decrypted PSN Links for CFW
• PS3 Downloads
• PS3 EBOOT.BIN Original File Links
• PS3 Firmware
• PS3 Game Releases List
• PS3 Guides & Tutorials
• PS3 Hacking Guides and Tutorials
• PS3 Hacks & JailBreak
• PS3 Help & Support
• PS3 JailBreak Game Compatibility List
• PS3 JB2 / True Blue (TB) Game Links
• PS3 multiMAN Updates
• PS3 News Forums
• PS3 News Site FAQ
• PS3 News Site Advertising FAQ
• PS3 News Site Posting FAQ
• PS3 News Site Privacy FAQ
• PS3 News Site Rules
• PS3 News Site Tag Cloud
• PS3 News Site Terms
• PS3 Resources
• PS3 Reviews
• PS3 Save Files Repository
• PS3 Themes
• PS3 Trophies List
• PS3 Videos
• PS Vita Trophies List

PlayStation 3 News Discussions
Sony Unveils PlayStation Plus July 2013 Content Updates - 35m ago

pushichi's Avatar
Quote Simply beautiful Thanks for the update ...
By pushichi with
 1 Comment »
Sony European PlayStation Game Store Updates for June 19, 2013 - 38m ago

pushichi's Avatar
Quote So why are you annoyed if you've already got it lol? I can't wait for battlefield 3 been wanting it for a long time now ...
By pushichi with
 4 Comments »
PS3 System Software Update 4.45 Released, Mass Bricking Reports - 57m ago

niwakun's Avatar
Quote wow a firmware upgrade to opt-out trophy notifications and causes massive semi-bricks to anyone who upgraded. Well that's really something. Althoug...
By niwakun with
 22 Comments »
Copying PS3 with CFW to PS3 with OFW help? - 58m ago

pimix2009's Avatar
Quote Im not trying to play online, I want to transfer Data from one PS3 to another but one of the ps3 is on a CFW and the Other is on OFW....
By pimix2009 with
 6 Comments »

Latest PlayStation 3 Trophies
Dungeons & Dragons: Daggerdale: The Big Stick
Dungeons & Dragons: Daggerdale: Four of a Kind
Dungeons & Dragons: Daggerdale: Man at Arms
Dungeons & Dragons: Daggerdale: Solid Gold

Latest PlayStation Vita Trophies
Jak II (Vita): The Collectationator!
Jak II (Vita): The Collectivist
Jak II (Vita): The Collector
Jak II (Vita): Head Master

Latest PlayStation 3 Releases
Army Of Two USA PS3-Googlecus - 06-19-2013
The Last of Us JPN PS3-Caravan - 06-19-2013
Le Tour De France 2013 PS3-STRiKE - 06-18-2013
MotoGP 13 PS3-COLLATERAL - 06-17-2013

Latest PlayStation 3 Themes
The Last of Us PS3 Theme - 06-19-2013
Heavy Rain (Official) Dynamic PS3 Theme - 06-19-2013
God Of War 3 (Unofficial V1/V2) PS3 Theme - 06-12-2013
PlayStation Classic PS3 Theme - 06-11-2013
  • Contact Us
  • -
  • PS3 News