-
Notifications
You must be signed in to change notification settings - Fork 68
Matchmake Extension Protocol (MK8D)
Yannik Marchand edited this page Feb 15, 2022
·
10 revisions
NEX Protocols > Matchmake Extension > MK8 Deluxe (109)
This page describes the methods that are only seen in Mario Kart 8 Deluxe.
Method ID | Method Name |
---|---|
54 | CreateSimpleSearchObject |
55 | UpdateSimpleSearchObject |
56 | DeleteSimpleSearchObject |
57 | SearchSimpleSearchObject |
58 | SearchSimpleSearchObjectByObjectIds |
59 | JoinMatchmakeSessionWithExtraParticipants |
60 | CustomGetSimplePlayingSession |
61 | CreateCompetition |
62 | DeleteCompetition |
63 | RegisterFavoriteCompetition |
64 | UnregisterFavoriteCompetition |
65 | GetFavoriteCompetition |
66 | GetTeamParticipants |
67 | FindCommunityByOwner |
Type | Description |
---|---|
SimpleSearchObject | Object |
Type | Description |
---|---|
Uint32 | Object id |
Type | Description |
---|---|
Uint32 | Object id |
SimpleSearchObject | New object |
This method does not return anything.
Type | Description |
---|---|
Uint32 | Object id |
This method does not return anything.
Type | Description |
---|---|
SimpleSearchParam | Param |
Type | Description |
---|---|
List<SimpleSearchObject> | Objects |
Type | Description |
---|---|
List<Uint32> | Object ids |
Type | Description |
---|---|
List<SimpleSearchObject> | Objects |
Type | Description |
---|---|
List<PID> | Pids |
Uint8 | Unknown |
Uint8 | Unknown |
Type | Description |
---|---|
List<SimplePlayingSession> | Playing sessions |
Type | Description |
---|---|
SimpleSearchObject | Competition |
Type | Description |
---|---|
SimpleSearchObject | Competition |
Type | Description |
---|---|
Uint32 | Object id |
This method does not return anything.
Type | Description |
---|---|
Uint32 | Object id |
This method does not return anything.
Type | Description |
---|---|
Uint32 | Object id |
This method does not return anything.
This method does not take any parameters.
Type | Description |
---|---|
List<SimpleSearchObject> | Favorite competitions |
SimpleSearchObject (Structure)
Type | Description |
---|---|
Uint32 | Object id |
PID | Owner |
List<Uint32> | Attributes |
qBuffer | Metadata |
Uint32 | Unknown |
String | Code |
SimpleSearchDateTimeAttribute | Datetime attribute |
Revision 1:
Type | Description |
---|---|
Uint32 | Unknown |
DateTime | Unknown |
SimpleSearchDateTimeAttribute (Structure)
Type | Description |
---|---|
Uint32 | Unknown |
Uint32 | Unknown |
Uint32 | Unknown |
Uint32 | Unknown |
DateTime | Start time |
DateTime | End time |
SimpleSearchParam (Structure)
Type | Description |
---|---|
Uint32 | Object id |
PID | Owner |
List<SimpleSearchCondition> | Conditions |
String | Code |
ResultRange | Result range |
DateTime | Datetime |
SimpleSearchCondition (Structure)
Type | Description |
---|---|
Uint32 | Value |
Uint32 | Comparison operator |
- Home
-
NEX
- PRUDP Protocol
- RMC Protocol
-
NEX Services
- Common
- Nintendo
- Kerberos Authentication
- Hpp Server
- NPLN
- Pia
- Switch Servers
- Other Pages