Skip to content

Commit 0b31ff9

Browse files
authored
Merge pull request #54 from tomspilman/console
Added doc for console access.
2 parents 228c4d5 + 8993279 commit 0b31ff9

File tree

5 files changed

+57
-0
lines changed

5 files changed

+57
-0
lines changed

articles/console_access.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
---
2+
title: Console Access
3+
description: How do I get access to console versions of MonoGame?
4+
---
5+
6+
MonoGame is free to use on all consoles from the [public repository](https://github.dev/MonoGame/monogame), however, the source code to the extensions for each platform is private and only accessible to authorized developers for each platform (managed by the vendors). These extensions provide additional capabilities to enable MonoGame to perform better on those platforms and include integrations with the vendor's private APIs.
7+
8+
> [!NOTE]
9+
> You can independently publish your MonoGame title to the respective consoles without these extensions, but you will have to code the integrations manually.
10+
11+
## Application process
12+
13+
The process for access to the private console repositories is as follows:
14+
15+
1. Apply to the vendor developer program (required for publishing).
16+
2. Through the program, request access to the MonoGame console extensions.
17+
18+
> [!IMPORTANT]
19+
> MonoGame cannot directly give anyone access to the private Console repositories without prior approval from the vendor due to NDA requirements set out by each vendor.
20+
21+
The instructions below will help you gain access to each platform.
22+
23+
## Nintendo Switch
24+
25+
![Nintendo Switch](images/nintendo_switch.png)
26+
27+
Your first step is to register as [Nintendo Developer](https://developer.nintendo.com/register) for Nintendo Switch.
28+
29+
Once you are in the program, you can go to the middleware page and fill out the [MonoGame - Nintendo Developer Athorization](https://developer.nintendo.com/group/development/getting-started/g1kr9vj6/middleware/monogame) form.
30+
31+
We will then contact you with further instructions.
32+
33+
## PlayStation 4, PlayStation 5
34+
35+
![PlayStation Partners](images/ps_partners.png)
36+
37+
To access PlayStation platforms you must register as a [PlayStation Partner](https://partners.playstation.net/).
38+
39+
Once you are registered, you can submit a request in the [PlayStation 4 forums](https://ps4.develop.playstation.net/forums/thread/49561/) and the [PlayStation 5 forums](https://game.develop.playstation.net/forums/thread/251629/).
40+
41+
We will process these requests to give you access and further instructions.
42+
43+
## Xbox One, Xbox Series X
44+
45+
![ID@Xbox](images/idatxbox.png)
46+
47+
To publish on Xbox, you must first be a member of the [ID@Xbox Program](https://developer.microsoft.com/en-US/games/publish/).
48+
49+
Once you are active in the program you can email `[email protected]` and copy the MonoGame`[email protected]`account requesting Xbox Developer verification for access to MonoGame for Xbox.
50+
51+
Once Microsoft approves your development status we will respond with further instructions.
52+
53+
## Questions
54+
55+
If you have any further questions feel free to contact us at `[email protected]`.

articles/images/idatxbox.png

317 KB
Loading

articles/images/nintendo_switch.png

108 KB
Loading

articles/images/ps_partners.png

13.3 KB
Loading

articles/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@
106106
href: samples.md
107107
- name: Community Tutorials
108108
href: tutorials.md
109+
- name: Console Access
110+
href: console_access.md
109111
- name: Help and Support
110112
href: help_and_support.md
111113
- name: Contributing to documentation

0 commit comments

Comments
 (0)