Skip to content

Commit

Permalink
Added PS5
Browse files Browse the repository at this point in the history
  • Loading branch information
britzl committed Feb 29, 2024
1 parent 9c6176e commit 5e8bb2a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 17 deletions.
26 changes: 11 additions & 15 deletions docs/en/manuals/sony-playstation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 PS4is not included in the standard version of Defold. In order to get access to versions of Defold with PS4game development support you need to be registered as a licensed PS4game 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)
4 changes: 2 additions & 2 deletions docs/en/shared/consoles-faq.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 5e8bb2a

Please sign in to comment.