From cf976698b99575940207f85e01b3cce96a79733a Mon Sep 17 00:00:00 2001 From: Nico de Poel Date: Wed, 21 Jul 2021 11:27:21 +0200 Subject: [PATCH] Set up Unity project for PS5 builds. UniQuake now runs natively on PS5 as well, yay! --- .gitignore | 1 + BuildPS5/param.json | 28 +++++++++++++++++++++++++++ ProjectSettings/PS5Settings.json | 10 ++++++---- ProjectSettings/QualitySettings.asset | 2 +- 4 files changed, 36 insertions(+), 5 deletions(-) create mode 100644 BuildPS5/param.json diff --git a/.gitignore b/.gitignore index 45f36f7..39afb05 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ BuildPS4/ ORBIS_Debug/ Prospero_Debug/ Assets/StreamingAssets/ +BuildPS5/ diff --git a/BuildPS5/param.json b/BuildPS5/param.json new file mode 100644 index 0000000..1ab012c --- /dev/null +++ b/BuildPS5/param.json @@ -0,0 +1,28 @@ +{ + "ageLevel": { + "US": 0, + "default": 0 + }, + "applicationCategoryType": 0, + "applicationDrmType": "standard", + "attribute": 536870912, + "attribute2": 0, + "attribute3": 4, + "conceptId": "12345", + "contentBadgeType": 1, + "contentId": "ED5843-NPXX53349_00-XXXXXXXXXXXXXXXX", + "contentVersion": "01.000.000", + "downloadDataSize": 1024, + "localizedParameters": { + "defaultLanguage": "en-US", + "en-US": { + "titleName": "Title Name" + } + }, + "masterVersion": "01.00", + "titleId": "NPXX53349", + "userDefinedParam1": 0, + "userDefinedParam2": 0, + "userDefinedParam3": 0, + "userDefinedParam4": 0 +} diff --git a/ProjectSettings/PS5Settings.json b/ProjectSettings/PS5Settings.json index 6dfc736..e3bb016 100644 --- a/ProjectSettings/PS5Settings.json +++ b/ProjectSettings/PS5Settings.json @@ -20,11 +20,11 @@ "iconImagesFolder": "", "bgmPath": "", "playerPrefsMaxSize": 32768, - "videoOutInitialWidth": 1920, + "videoOutInitialWidth": 3840, "useResolutionFallback": false, "videoOutPixelFormat": 0, - "videoOutOutputMode": 1, - "paramFilePath": "", + "videoOutOutputMode": 15, + "paramFilePath": "BuildPS5/param.json", "passcode": "m7M0V2momCTkaFtZNCjt-Sj_qK5ZRMDI", "updateReferencePackage": "", "includedModules": [ @@ -36,7 +36,9 @@ "libSceNpCppWebApi.prx", "libScePfs.prx" ], - "workspaceName": "workspace0", + "sharedBinaryContentLabels": [], + "sharedBinarySystemFolders": [], + "workspaceName": "workspace1", "buildCompressionType": 0, "buildCompressionLevel": 0, "keepPackageFiles": false, diff --git a/ProjectSettings/QualitySettings.asset b/ProjectSettings/QualitySettings.asset index e93554e..19d97fd 100644 --- a/ProjectSettings/QualitySettings.asset +++ b/ProjectSettings/QualitySettings.asset @@ -230,7 +230,7 @@ QualitySettings: Nintendo 3DS: 5 Nintendo Switch: 5 PS4: 5 - PS5: 0 + PS5: 5 PSP2: 2 Stadia: 5 Standalone: 5