From 5e8bb2a96ebf89dfb267f2a0c92de14c01a3f133 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Ritzl?= Date: Thu, 29 Feb 2024 18:03:23 +0100 Subject: [PATCH] Added PS5 --- docs/en/manuals/sony-playstation.md | 26 +++++++++++--------------- docs/en/shared/consoles-faq.md | 4 ++-- 2 files changed, 13 insertions(+), 17 deletions(-) diff --git a/docs/en/manuals/sony-playstation.md b/docs/en/manuals/sony-playstation.md index bc488635..dd3e3a16 100644 --- a/docs/en/manuals/sony-playstation.md +++ b/docs/en/manuals/sony-playstation.md @@ -3,25 +3,21 @@ title: Defold development for PlayStation®4 brief: This manual describes how to get PlayStation®4 access --- -# Development for PlayStation®4 console -Due to licensing restrictions, access to Defold versions with support for game development on PS4™ is not included in the standard version of Defold. In order to get access to versions of Defold with PS4™ game development support you need to be registered as a licensed PS4™ game developer. +# Game development for PlayStation®4 and PlayStation®5 consoles +Due to licensing restrictions, access to Defold versions with support for development on PS4 and PS5 is not included in the standard version of Defold. In order to get access to versions of Defold with PS4 and PS5 game development support you need to be registered as a licensed PS4 and PS5 game developer respectively. -::: sidenote -Defold currently only provides support for the PS4™ console. Games made for PlayStation®4 will also run on PlayStation®5 in compatibility mode. Official PS5 console support will be available later. -::: +## Registering as developer for PS4 and PS5 game development +You can register as a game developer for PS4™ amnd PS5™ game development from the [PlayStation™ Partners page](https://register.playstation.net/partnership) -## Registering as developer for PS4™ game development -You can register as a game developer for PS4™ game development from the [PlayStation™ Partners page](https://register.playstation.net/partnership) +When you have been approved by Sony you will get access to the Playstation 5 DevNet and/or Playstation 4 DevNet. Navigate to Development > Tools & Middleware > Tools & Middleware directory > Defold. Click the ‘Confirm Status’ button. -When you have been approved by Sony you will get access to the Playstation®4 DevNet. Navigate to Development > Tools & Middleware > Tools & Middleware directory > Defold. Click the 'Confirm Status' button. +## PS4™ and PS5™ access in Defold +Once we have received confirmation of your status as a licensed developer for PS4™ and/or PS5™ we will provide you with access to the following: -## PS4™ access in Defold -Once we have received confirmation of your status as a licensed developer for PS4™ we will provide you with access to the following: - -* Source code access to the PS4™ extension with console specific API integrations. -* Source code access to the PS4™ enabled version of the Defold game engine. Note that the source code access is not required to build games for PS4™, but we provide access in case you wish to make source contributions to the engine core. -* [Command line tool](/manuals/bob) with support for bundling to the PS4™ platform. Bundling from the Defold editor is not supported. -* Forum where you are able to get PS4™ specific support. +* Source code access to the PS4™ and/or PS5™ extension with console specific API integrations. +* Source code access to the PS4™ and PS5™ enabled version of the Defold game engine will only be provided to PS5™ licensed game developers. Note that the source code access is not required to build games, but we provide access in case you wish to make source contributions to the engine core. +* [Command line tool](/manuals/bob) with support for bundling to the PS4™ and PS5™ platforms. Bundling from the Defold editor is not supported. +* Forum where you are able to get PS4™ and PS5™ specific support. ## FAQ :[Consoles FAQ](../shared/consoles-faq.md) \ No newline at end of file diff --git a/docs/en/shared/consoles-faq.md b/docs/en/shared/consoles-faq.md index 4a33f235..74bf1830 100644 --- a/docs/en/shared/consoles-faq.md +++ b/docs/en/shared/consoles-faq.md @@ -1,8 +1,8 @@ #### Q: Do I need to install additional tools to build for consoles? -A: You will be able to create application bundles from the command line tools. Information about how to test on PlayStation®4 and Nintendo Switch hardware will be provided to you when you are given access to the respective platforms. +A: You will be able to create application bundles from the command line tools. Information about how to test on PlayStation®4, PlayStation®5 and Nintendo Switch hardware will be provided to you when you are given access to the respective platforms. #### Q: Is it still easy to use a single code base if I decide to also target consoles? -A: Yes, all of the standard Defold API functions are available also for the console platforms. In addition to the standard functionality you will also have access to a couple of PlayStation®4 and Nintendo Switch specific functions, but in general the code should be able to remain exactly the same across multiple platforms. +A: Yes, all of the standard Defold API functions are available also for the console platforms. In addition to the standard functionality you will also have access to a couple of PlayStation®4, PlayStation®5 and Nintendo Switch specific functions, but in general the code should be able to remain exactly the same across multiple platforms.