consoles.rst 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. .. _doc_consoles:
  2. Console support in Godot
  3. ========================
  4. Console publishing process
  5. --------------------------
  6. Regardless of the engine used to create the game, the process to publish a game
  7. to a console platform is as follows:
  8. - Register a developer account on the console manufacturer's website, then sign
  9. NDAs and publishing contracts. This requires you to have a registered legal
  10. entity.
  11. - Gain access to the publishing platform by passing the acceptance process. This
  12. can take up to several months. Note that this step is significantly easier if
  13. an established publisher is backing your game. Nintendo is generally known to
  14. be more accepting of smaller developers, but this is not guaranteed.
  15. - Get access to developer tools and order a console specially made for
  16. developers (*devkit*). The cost of those devkits is confidential.
  17. - Port the engine to the console platform or pay a company to do it.
  18. - To be published, your game needs to be rated in the regions you'd like to sell
  19. it in. For example, in North America, the `ESRB <https://www.esrb.org/>`__
  20. handles game ratings. In Europe, this is done by
  21. `PEGI <https://pegi.info/>`__. Indie developers can generally get a rating
  22. for cheaper compared to more established developers.
  23. Due to the complexity of the process, the budget to publish a game by yourself on a
  24. single console often exceeds $1,000 (this is a rough figure).
  25. You can read more about the console publishing process in this article:
  26. `Godot and consoles, all you need to know <https://godotengine.org/article/godot-consoles-all-you-need-know/>`__
  27. Official support
  28. ----------------
  29. Godot supports the Linux-based Steam Deck. The reason other consoles are not
  30. officially supported are:
  31. - To develop for consoles, one must be licensed as a company.
  32. As an open source project, Godot does not have such a legal figure.
  33. - Console SDKs are secret and covered by non-disclosure agreements.
  34. Even if we could get access to them, we could not publish
  35. the platform-specific code under an open source license.
  36. - Consoles require specialized hardware to develop for, so regular individuals
  37. can't create games for them anyway.
  38. However, it is still possible to port your games to consoles thanks to services
  39. provided by third-party companies.
  40. .. note::
  41. In practice, the process is quite similar to Unity and Unreal Engine, except
  42. that you need to contact a third-party developer to handle the porting
  43. process. In other words, there is no engine that is legally allowed to
  44. distribute console export templates without requiring the user to prove that
  45. they are a licensed console developer. Doing so would violate the console
  46. manufacturer's NDA.
  47. Third-party support
  48. -------------------
  49. Console ports of Godot are offered by third-party companies (which have
  50. ported Godot on their own). These companies also offer publishing of
  51. your games to various consoles.
  52. Following is the list of providers:
  53. - `Lone Wolf Technology <https://www.lonewolftechnology.com/>`_ offers
  54. Switch and PS4 porting and publishing of Godot games.
  55. - `Pineapple Works <https://pineapple.works/>`_ offers
  56. Switch, Xbox One & Xbox Series X/S (GDK) porting and publishing of Godot games (GDScript/C#).
  57. - `RAWRLAB games <https://www.rawrlab.com/>`_ offers
  58. Switch porting of Godot games.
  59. - `mazette! games <https://mazette.games/>`_ offers
  60. Switch, Xbox One and Xbox Series X/S porting and publishing of Godot games.
  61. - `Tuanisapps <https://www.tuanisapps.com/>`_ offers
  62. Switch porting and publishing of Godot games.
  63. If your company offers porting, or porting *and* publishing services for Godot games,
  64. feel free to
  65. `open an issue or pull request <https://github.com/godotengine/godot-docs>`_
  66. to add your company to the list above.