-
Notifications
You must be signed in to change notification settings - Fork 68
Data Store Protocol (Splatoon 2)
Yannik Marchand edited this page Oct 31, 2021
·
14 revisions
NEX Protocols > Data Store (115) > Splatoon 2
This page describes the methods that are only seen in Splatoon 2.
Method ID | Method Name |
---|---|
47 | CoconutRegisterMeta |
48 | CoconutRatePost |
49 | CoconutGetObjectInfos |
50 | CoconutReportViolation |
51 | UploadRegularMatchResult |
52 | UploadGachiMatchResult |
53 | UploadLeagueMatchResult |
54 | UploadFesMatchResult |
55 | GetOrderedGear |
56 | PurchaseGear |
57 | UploadTimeAttack |
58 | CoconutRegisterMetaByParam |
59 | UploadFesMatchResultV2 |
60 | UploadXMatchResult |
61 | UploadRegularMatchResultV2 |
62 | UploadGachiMatchResultV2 |
63 | UploadLeagueMatchResultV2 |
64 | UploadFesMatchResultV3 |
65 | UploadXMatchResultV2 |
66 | PreparePostPlayLog |
67 | PrepareGetPlayLog |
68 | UploadFesMatchResultV4 |
69 | UploadCoopResult |
Type | Name |
---|---|
CoconutMeta | meta |
String | url |
This method does not return anything.
Type | Name |
---|---|
Uint64 | dataId |
This method does not return anything.
Type | Name |
---|---|
CoconutGetParam | param |
Type | Name |
---|---|
List<CoconutGetInfo> | pInfos |
List<Result> | pResults |
Type | Name |
---|---|
CoconutViolation | violation |
This method does not return anything.
Type | Name |
---|---|
CalicoRegularStats | stats |
This method does not return anything.
Type | Name |
---|---|
CalicoGachiStats | stats |
This method does not return anything.
Type | Name |
---|---|
CalicoLeagueStats | stats |
This method does not return anything.
Type | Name |
---|---|
CalicoFesStats | stats |
This method does not return anything.
This method does not take any parameters.
Type | Name |
---|---|
OrderedInfo | info |
Type | Name |
---|---|
OrderedInfo | info |
This method does not return anything.
Type | Name |
---|---|
TimeAttackInfo | info |
This method does not return anything.
Type | Name |
---|---|
CoconutMeta | meta |
String | snsName |
String | postId |
This method does not return anything.
Type | Name |
---|---|
CalicoFesStatsV2 | stats |
This method does not return anything.
Type | Description |
---|---|
PlayLogPreparePostParam | Param |
Type | Description |
---|---|
DataStoreReqPostInfo | POST request info |
Type | Description |
---|---|
PlayLogPrepareGetParam | Param |
Type | Description |
---|---|
DataStoreReqGetInfo | GET request info |
CalicoFesStats (Structure)
This structure inherits from CalicoRegularStats |
---|
Type | Name |
---|---|
Uint32 | fesId |
Uint8 | themeId |
Sint32 | fesGrade |
Sint32 | fesPoint |
Uint32 | fesPower |
Uint32 | maxFesPower |
Sint32 | myEstimateFesPower |
Sint32 | otherEstimateFesPower |
CalicoFesStatsV2 (Structure)
This structure inherits from CalicoFesStats |
---|
Type | Name |
---|---|
Uint8 | otherThemeId |
CalicoGachiStats (Structure)
This structure inherits from CalicoStatsBase |
---|
Type | Name |
---|---|
Sint32 | elapsedTime |
Sint8 | myTeamCount |
Sint8 | otherTeamCount |
Sint32 | udemae |
Sint32 | estimateGachiPower |
CalicoLeagueStats (Structure)
This structure inherits from CalicoGachiStats |
---|
Type | Name |
---|---|
String | leagueId |
Uint64 | tagId |
Sint32 | leaguePoint |
Sint32 | maxLeaguePoint |
Sint32 | myEstimateLeaguePoint |
Sint32 | otherEstimateLeaguePoint |
CalicoPlayerResult (Structure)
Type | Name |
---|---|
CalicoPlayerSimple | playerSimple |
Sint32 | killCount |
Sint32 | assistCount |
Sint32 | deathCount |
Sint32 | specialCount |
Sint32 | gamePaintPoint |
Sint32 | sortScore |
CalicoPlayerSimple (Structure)
Type | Name |
---|---|
PID | principalId |
String | name |
Uint8 | playerType |
Sint32 | udemae |
Sint32 | playerRank |
Sint32 | starRank |
Sint32 | fesGrade |
Sint32 | weaponId |
Sint32 | headId |
List<Sint32> | headSkillIds |
Sint32 | clothesId |
List<Sint32> | clothesSkillIds |
Sint32 | shoesId |
List<Sint32> | shoesSkillIds |
CalicoRegularStats (Structure)
This structure inherits from CalicoStatsBase |
---|
Type | Name |
---|---|
Sint32 | myTeamPercentage |
Sint32 | otherTeamPercentage |
Sint32 | winMeter |
CalicoStatsBase (Structure)
Type | Name |
---|---|
Uint32 | gameMode |
Sint32 | rule |
Uint8 | result |
Sint32 | stage |
CalicoPlayerResult | playerResult |
List<CalicoPlayerResult> | myTeamMembers |
List<CalicoPlayerResult> | otherTeamMembers |
Sint32 | weaponPaintPoint |
DateTime | startTime |
Uint64 | battleNum |
Sint32 | playerRank |
Sint32 | starRank |
CoconutGetInfo (Structure)
Type | Name |
---|---|
DataStoreReqGetInfo | info |
CoconutMeta | meta |
CoconutGetParam (Structure)
Type | Name |
---|---|
List<Uint64> | uniqueIds |
Uint8 | getType |
Uint8 | region |
Uint32 | festivalId |
CoconutMeta (Structure)
Type | Name |
---|---|
Uint64 | dataId |
Uint64 | tweetId |
Uint8 | region |
Uint8 | postType |
Uint8 | themeId |
Uint32 | festivalId |
String | language |
qBuffer | binaryData |
CoconutViolation (Structure)
Type | Name |
---|---|
Uint64 | dataId |
String | categoryCode |
String | reason |
OrderedInfo (Structure)
Type | Name |
---|---|
Sint32 | gearKind |
Sint32 | gearId |
Sint32 | skillId |
Sint32 | price |
PlayLogEntry (Structure)
Type | Description |
---|---|
PID | User id |
String | Player name |
Uint64 | Unknown |
Map<String, Variant> | Properties |
Key | Description |
---|---|
save |
|
udemae |
PlayLogPrepareGetParam (Structure)
Type | Description |
---|---|
Uint64 | Unknown |
DateTime | Unknown |
Uint32 | Unknown |
PlayLogPreparePostParam (Structure)
Type | Description |
---|---|
List<PlayLogEntry> | Entries |
DateTime | Play time |
Uint32 | Stage id |
Uint32 | Unknown |
Map<String, Variant> | Properties |
Key | Description |
---|---|
app_version |
|
game_mode |
|
game_rule |
|
replay_version |
|
stage_id |
|
stage_name |
StageTimeAttackInfo (Structure)
Type | Name |
---|---|
Map<Sint32, StageTimeAttackWeapon> | clearWeapons |
StageTimeAttackWeapon (Structure)
Type | Name |
---|---|
Sint32 | weaponLevel |
Sint32 | clearTime |
TimeAttackInfo (Structure)
Type | Name |
---|---|
Map<Sint32, StageTimeAttackInfo> | stageInfos |
- Home
-
NEX
- PRUDP Protocol
- RMC Protocol
-
NEX Services
- Common
- Nintendo
- Kerberos Authentication
- Hpp Server
- NPLN
- Pia
- Switch Servers
- Other Pages