Skip to content

Matchmake Extension Protocol (MK8D)

Yannik Marchand edited this page Apr 7, 2020 · 10 revisions

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

(60) CustomGetSimplePlayingSession

Request

Type Description
List<PID> Pids
Uint8 Unknown
Uint8 Unknown

Response

Type Description
List<SimplePlayingSession> Playing sessions
Clone this wiki locally