Documenting the protocols, structures and concepts used by Hyperscape.
AyeZeeBB
2026-02-17 93635b0068251fb52eb2d9d9ddb77de61a4eacc6
02_internals_of_hyperscape/03_login_screen.md
@@ -5,4 +5,7 @@
## Logging In
When the any key is pressed, the client begins to make several requests in parallel, but there are some that have since been broken or lost relevance, and thus have acted as blockers in effectively getting past this initial screen.
Firstly, the client attempts to create a session with the UbiServices API, see [Ubisoft Services: Creating a Session](../03_ubisoft_services/04_creating_a_session.md).
Firstly, the client attempts to create a session with the UbiServices API, see [Ubisoft Services: Creating a Session](../03_ubisoft_services/04_creating_a_session.md).
> [!NOTE]
> TODO: Finish