Feature #4
openCreate an RendezVous Peer implementation
0%
Description
Currently, there is no known active RendezVous servers for the game.
There is one for another game that Ewe redirects to, and offers a simple facade that Patsy uses to insert custom responses, but this is far from ideal:
- It uses unnecessary hardware breakpoints
- It is difficult to identify which response packets are for which requests
- It is very difficult to scale
Presumably, RendezVous is also used for matchmaking and for the general game server, but this has not been confirmed.
The solution is to implement our own RendezVous peer implementation that we fully control.
We have a RendezVous DLL with debug symbols included that will be extremely helpful in figuring out how it works, as well as past research done by those over at Pretendo: https://developer.pretendo.network/docs/nex-go
This is a tracking issue, and can be considered closed when the full login sequence works without a connection to any external RendezVous server. These are technically adjacent, but not identical, goals, but this would be a good moment to say that the implementation is largely complete.
SP Updated by Striven Prevailed about 2 months ago
- Tracker changed from Bug to Feature
SP Updated by Striven Prevailed about 2 months ago
- Subject changed from RendezVous Peer Implementation to Create an RendezVous Peer implementation
SP Updated by Striven Prevailed about 2 months ago
- Description updated (diff)