Skip to content

Commit 7387095

Browse files
Merge branch 'main' into feature/evenmoregraphics
2 parents d533a3c + c81ea41 commit 7387095

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

articles/console_access.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,19 @@ title: Console Access
33
description: How do I get access to console versions of MonoGame?
44
---
55

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.
6+
MonoGame is free to use on all platforms from the [public repository](https://github.dev/MonoGame/monogame), but the code for supporting console platforms is only accessible to authorized console developers.
77

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.
8+
These platforms are provided as private code repositories that add integrations with the console vendor's APIs and platform specific documentation.
109

1110
## Application process
1211

1312
The process for access to the private console repositories is as follows:
1413

1514
1. Apply to the vendor developer program (required for publishing).
16-
2. Through the program, request access to the MonoGame console extensions.
15+
2. Through the program, request access to the MonoGame console repositories.
1716

1817
> [!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.
18+
> The MonoGame Foundation 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.
2019
2120
The instructions below will help you gain access to each platform.
2221

0 commit comments

Comments
 (0)