-
-
Notifications
You must be signed in to change notification settings - Fork 12
How to Setup PlayStation
Upload a build to PlayStation Partners using the PlayStation SDK's publishing tool.
!NOTE: The PlayStation service is marked Experimental. It works, but expect rough edges.
!IMPORTANT: This page only covers the Build Uploader side. Becoming an authorised PlayStation developer, getting the PlayStation SDK, and having a title registered are all handled by Sony under NDA and are outside what this tool does. If you don't already have SDK access, talk to your Sony account manager or start at PlayStation Partners.
-
Edit->Preferences->Build Uploader->Services->PlayStationholds your SDK path and developer credentials. Saved to your own PC only - everyone on the team installs the SDK to their own location and signs in as themselves. -
Project Settings->Build Uploader->Services->PlayStationholds title names, IDs and branches. Saved to<YourProjectPath>/BuildUploader/and safe to commit so your team shares them.
- Turn on
Enabled -
PlayStation SDK Path: press...and pick the folder you installed the PlayStation SDK into- The label turns green once the Build Uploader can read the SDK, red if it can't
-
Showopens the folder so you can check you picked the right one -
?opens PlayStation Partners
-
Developer Username: your PlayStation Partners developer username, used to authorise uploads- The label is red while this is empty
-
Developer Password: your PlayStation Partners password- Optional. Some publishing tool setups use a stored credential file instead, in which case leave this empty
- Press
Newto create a Title-
Name: anything you like. This is just a label so you can pick it in a dropdown later. eg:My Game -
Title ID: the Sony-issued title identifier. eg:PPSA00000_00orCUSA00000 -
Content ID: the Sony Content ID for this title. eg:EP9000-CUSA00000_00-0000000000000000 -
Default Branch: which branch new uploads go to unless told otherwise
-
- Under
Branchespress+for each release ring you upload to. eg:internal,qa,submission
The Developer Portal button on this page opens PlayStation Partners so you can look the IDs up.
- Go to
Window->Build Uploader->Open Window - Add a
PlayStationdestination to your Upload Config-
Title: the title you made -
Branch: which release ring this build goes to -
Description Format: the build description shown in PlayStation Partners- Supports
{keys}- see String Formatter
- Supports
-
Back in Preferences there is a Delete authoring files after uploading toggle. Uploads generate authoring command files as they go; leave this on to have them removed when the upload completes, or turn it off if you want to inspect them afterwards.