Friend Services: Difference between revisions
TimmSkiller (talk | contribs) No edit summary |
TimmSkiller (talk | contribs) No edit summary |
||
| Line 464: | Line 464: | ||
| This friend's [[Friend_Services#Mii_Data|Mii]] | | This friend's [[Friend_Services#Mii_Data|Mii]] | ||
|} | |} | ||
==GameAuthenticationData== | |||
{| class="wikitable" border="1" | |||
|- | |||
! Offset !! Size !! Description | |||
|- | |||
| 0x0 || 0x4 || [[Friend_Services#NASC_Result|NASC Login Result]] | |||
|- | |||
| 0x4 || 0x4 || HTTP Status Code | |||
|- | |||
| 0x8 || 0x20 || Server Address (string) | |||
|- | |||
| 0x28 || 0x2 || Server Port | |||
|- | |||
| 0x2A || 0x6 || padding | |||
|- | |||
| 0x30 || 0x100 || Token for game server authentication (string) | |||
|- | |||
| 0x130 || 0x8 || NEX Timestamp for server time | |||
|} | |||
= Notification Events = | = Notification Events = | ||
| Line 572: | Line 595: | ||
|- | |- | ||
|} | |} | ||
=NASC Result= | |||
{| class="wikitable" border="1" | |||
|- | |||
! Value !! Description | |||
|- | |||
| 001 || Success. | |||
|- | |||
| 101 || Game server is under maintenance. | |||
|- | |||
| 102 || Device is banned. | |||
|- | |||
| 107 || Invalid product code. | |||
|- | |||
| 109 || Invalid/missing request parameter. | |||
|- | |||
| 110 || Game server is no longer available. | |||
|- | |||
| 112 || Invalid SVC. | |||
|- | |||
| 119 || Invalid FPD version. | |||
|- | |||
| 120 || Invalid title version. | |||
|- | |||
| 121 || Invalid device certificate. | |||
|- | |||
| 122 || Invalid PID HMAC. | |||
|- | |||
| 123 || ROM ID is banned. | |||
|- | |||
| 125 || Invalid Game ID. | |||
|- | |||
| 127 || Invalid key hash. | |||
|} | |||
= Server Types = | = Server Types = | ||