Difference between revisions of "Serials"

From 3dbrew
Jump to navigation Jump to search
(→‎CXI Serial: More regions)
(→‎Console Serial Numbers: Brazil existence confirmed)
 
(60 intermediate revisions by 8 users not shown)
Line 1: Line 1:
This page talks about the 3DS products' serial structure (the console, manual, accessories, games, etc...).
+
This page talks about the 3DS products' serial number and model number structures (the console, manual, accessories, games, etc...).
  
 
== Console Serial Numbers ==
 
== Console Serial Numbers ==
Line 7: Line 7:
 
The check digit is an industry-standard algorithm, the one used for UPC codes.  To calculate the check digit of a 3DS console, separate the non-check digits into "odd" and "even" groups, where the "odd" group is digits in odd-numbered positions, and the "even" group is digits in even-numbered positions.  (The first digit is "odd", with "first" representing "1".)
 
The check digit is an industry-standard algorithm, the one used for UPC codes.  To calculate the check digit of a 3DS console, separate the non-check digits into "odd" and "even" groups, where the "odd" group is digits in odd-numbered positions, and the "even" group is digits in even-numbered positions.  (The first digit is "odd", with "first" representing "1".)
  
After separating the digits, add the digits in each group together.  Multiply the sum of the odd digits by 3, then add the sum of the even digits. Take this final sum modulo 10, and the result is the check digit.
+
After separating the digits, add the digits in each group together.  Multiply the sum of the even digits by 3, then add the sum of the odd digits. To calculate the check digit, take this value modulo 10, and if not 0, subtract from 10.
  
 
Example: CW404567772
 
Example: CW404567772
Line 16: Line 16:
 
Evens: 0 + 5 + 7 + 7 = 19
 
Evens: 0 + 5 + 7 + 7 = 19
  
Applying the algorithm, we get ((3 * 21) + 19) % 10 = 2, matching the example's check digit.
+
Applying the algorithm, we get ((3 * 19) + 21) % 10 = 8, which is not 0, thus 10 - 8 = 2, matching the example's check digit.
  
The letter prefixes are a letter specifying the device, followed by one a letter specifying the region in which it was sold.  In some regions, a third letter is present; a current guess is that this letter distinguishes among factories for a given sales region.  Note that several different sales regions' console may be considered to be the same region for region-locking purposes, such as Europe and Australia.
+
The letter prefixes are a letter specifying the device, followed by one letter specifying the region in which it was sold.  In some regions, a third letter is present; a current guess is that this letter distinguishes among factories for a given sales region.  Note that several different sales regions' console may be considered to be the same region for region-locking purposes, such as Europe and Australia.
 +
 
 +
The current serial number scheme began with the DSi, hence its listing in the tables below.  Among standalone consoles, the Wii U belongs to this scheme as well; the Switch started a new scheme.
  
 
{| class="wikitable"
 
{| class="wikitable"
! Model !! Device Prefix
+
! Model !! Device Prefix (Retail) !! Device Prefix (Dev/Test)
 +
|-
 +
| ''DSi'' || T || V
 +
|-
 +
| ''DSi XL/LL'' || W || D
 +
|-
 +
| ''Nintendo Zone Box'' || Z || ''N/A''
 +
|-
 +
| ''Wii U'' || F || ''unknown''
 +
|-
 +
| ''Wii U gamepad'' || J || J
 
|-
 
|-
| 3DS || C
+
| 3DS || C || E
 
|-
 
|-
| 3DS XL/LL || S
+
| 3DS XL/LL || S || R
 
|-
 
|-
| 2DS || A
+
| 2DS || A || P
 
|-
 
|-
| New 3DS || Y
+
| New 3DS || Y || Y
 
|-
 
|-
| New 3DS XL/LL || Q
+
| New 3DS XL/LL || Q || Q
 +
|-
 +
| New 2DS XL/LL || N || N
 
|}
 
|}
 +
 +
Test ("Panda") units with the same prefix as retail can be distinguished by test units having 00 or 01 as the first two digits of the serial number portion.  00 was used with the New 3DS and New 3DS XL for test units; 01 was used with the New 2DS XL test unit.  Preview versions of the N2DS XL given out to the press had 01; these appear to have been test units with the development titles deleted.
 +
 +
Old 3DS development systems (Partner-CTR, IS-CTR-BOX, IS-SPR-BOX) use the "E" and "R" prefixes like test systems, but have 90 (Partner-CTR) or 91 (IS-CTR-BOX, IS-SPR-BOX) as their first two digits.  Similarly, the main New 3DS development unit, IS-SNAKE-BOX, uses the Y prefix (same as retail) with 91.  It is currently unknown what is the serial number format of the rare New 3DS XL development system (IS-CLOSER-BOX).
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 40: Line 58:
 
|-
 
|-
 
| North America || North America || W
 
| North America || North America || W
 +
|-
 +
| Brazil || North America || B
 
|-
 
|-
 
| Middle East / Southeast Asia || North America || S
 
| Middle East / Southeast Asia || North America || S
 
|-
 
|-
| Europe || Europe || EF, EH, EM
+
| Europe || Europe || EE, EF, EH, EM
 
|-
 
|-
| Australia || Europe || AH
+
| Australia || Europe || AH, AG
 +
|-
 +
| South Korea || Korea || KF, KH, KM
 +
|-
 +
| China (iQue) || China || CF, CH, CM
 
|}
 
|}
  
Line 52: Line 76:
 
{| class="wikitable"
 
{| class="wikitable"
 
! Device !! Product Code
 
! Device !! Product Code
 +
|-
 +
| ''DS'' || NTR
 +
|-
 +
| ''DS lite'' || USG
 +
|-
 +
| ''DSi'' || TWL
 +
|-
 +
| ''DSi XL/LL'' || UTL
 +
|-
 +
| ''Wii U'' || WUP
 
|-
 
|-
 
| 3DS || CTR
 
| 3DS || CTR
Line 62: Line 96:
 
|-
 
|-
 
| [[New 3DS]] XL/LL || RED
 
| [[New 3DS]] XL/LL || RED
 +
|-
 +
| New 2DS XL/LL || JAN
 
|}
 
|}
  
The DS had the product code NTR, so we see the TR is recurring.
+
The DS had the product code NTR (short for Nitro), so we see the TR is recurring.
 +
 
 +
== Title ID and Unique ID ==
 +
''see [[Titles]]''
 +
 
 +
== NCCH Product Code ==
 +
 
 +
This serial is similiar to the "physical serial" described later in this page; it is the canonical identifier for a specific title in the field of business formalities with Nintendo, but this is not reflected in the 3DS's software architecture (where it is vastly unused in favor of the Title ID: it is therefore considered the successor of the "internal name" contained in ROMs of previous handhelds), is not guaranteed to be unique.
 +
 
 +
The product code is located in a [[NCCH]]'s header (not its ExHeader).
 +
 
 +
The product code "CTR-P-CTAP" is the default generic product code for NCCH files. Most [[NCSD|NCCHs apart from the first one]] in a title are generally CTR-P-CTAP.
 +
Referring to "the product code of a title" is therefore a simplification for "the product code of the NCCH in its first partition".
 +
 
 +
So, for example, a Japanese copy of Ridge Racer 3D would have a product code of "CTR-P-ARRJ" and a serial of "LNA-CTR-ARRJ-JPN".
  
== CXI Serial ==
+
A Nintendo-assigned product code follows this format, however, there is no requirement for a product code to match or resemble this structure as long as it's within the length limit:
  
[Product][Retail/Demo]-CTR-[Type][Identifier][Region]
+
[CTR/KTR]-[Category letter]-[Type][Identifier][Region]-[Sub ID]
  
 
{| class="wikitable"
 
{| class="wikitable"
! Field !! Length !! Description
+
! Category letter !! Description
|-
 
| Product || 2 || Product type (cartridges are LN, game boxes are TS, instruction manuals are MA, leaflets are FA, quick-start guides are MK)
 
 
|-
 
|-
| Retail/Demo || 1 || Retail (A) or Demo (Z)
+
| P || Cartridge software, or downloadable versions of them.
 
|-
 
|-
| CTR/KTR || ? || Platform. CTR = 3DS, KTR = New 3DS
+
| N || Digital-only releases, including [[Title list|system applications and applets]].
 
|-
 
|-
| Type || 1 || [A/C/H/J/S/P/T] - Retail / C is part of the default serial 'CTAP' / H is used for built in applications like [[Mii Maker]] / J is for a normal eShop Title / S is usually a 3D Classics eShop title / P is used with GBA e-shop titles / T is used with NES e-shop titles.
+
| M || [[DLC]]
 
|-
 
|-
| Identifier || 2 || game name (two alphanumeric characters).
+
| T || [[eShop Demos]], excluding so-called "special demos" which are category N.
 
|-
 
|-
| Region || 1 || [E/P/J/K/C/Y/A] - English (US) / PAL (Europe/Australia) / Japanese (Japan) / Korean (Korea) / Unknown (Japan/Korea?) (seen in Johnny's Payday Panic (Korea)) / Chinese (China/Taiwan) / All (region-free)
+
| U || [[Title list#0004000E - Add-on Content (Updates)|Patches]] for category P titles.
 
|}
 
|}
  
The longer version of the serial number adds a geographical region (usually because of extra languages).
+
The "sub ID" only applies to DLC, demos, and local copies of Download Play titles. It's a 2-digit number associated with the [[Title list|Title ID Variation]].
  
Those are 3 letters codes at the end of the serial (can be found mostly on demos).
+
See the next chapter for explanation of the other components of the Product Code.
  
 +
== Physical Serial ==
 +
[Product][Retail/Demo]-[Platform]-[Type][Game ID][Region]-[Label Region]
  
For example, the code of the Canadian version of Mario Kart 7 is CAN (link removed, links to incorrect image).
+
{| class="wikitable"
 
+
! Field !! Length !! Description !! colspan=2 | Values
== Physical (only?) Serial ==
+
|-
 
+
|-align=center
This is similar in structure to the serial, this is like the Title ID, in the sense that it is a per title identifier, but it is not checked by the 3DS Applications (like an internally used name) and follows this structure:
+
| rowspan="6" | Product
 
+
| rowspan="6" | 2
CTR-[P/N/T/U]-[Type][Identifier][Region]
+
| rowspan="6" | Product type
* P/N/T/U - P  Generally used for card based games (& Digital Download versions) / N Used for built in applications like [[Mii Maker]] and some eShop titles / T is used in some e-Shop demos / U is used for [[Title list#0004000E - Add-on Content (Updates)| Add-on Update Data]]
+
|-
* [Type][Identifier][Region] - Same as in serial structure
+
| LN || Cartridge
 
+
|-
 
+
| MA || Instruction manual
So, for example, a Japanese copy of Ridge Racer 3D would have a product code of "CTR-P-ARRJ" and a serial of "LNA-CTR-ARRJ".
+
|-
 
+
| TS || Game box
'''NOTE:''' The product code "CTR-P-CTAP" is the default product code for NCCH files. So when a product code isn't assigned, this product code is usually used.
+
|-
 +
| FA || Leaflet
 +
|-
 +
| MK || Quick-start Guide
 +
|-align=center
 +
| rowspan="3" | Retail/Demo
 +
| rowspan="3" | 1
 +
| rowspan="3" |
 +
|-
 +
| A || Retail
 +
|-
 +
| Z || Demo
 +
|-align=center
 +
| rowspan="3" | CTR/KTR
 +
| rowspan="3" | 3
 +
| rowspan="3" | Platform
 +
|-
 +
| CTR || 3DS
 +
|-
 +
| KTR || New 3DS
 +
|-align=center
 +
| rowspan="11" | Type
 +
| rowspan="11" | 1
 +
| rowspan="11" |
 +
|-
 +
| A || retail
 +
|-
 +
| B || retail
 +
|-
 +
| C || used for N3DS exclusive retail and default 'CTAP'
 +
|-
 +
| E || used for card 2 type retail cartridges
 +
|-
 +
| H || used for built in applications like [[Mii Maker]]
 +
|-
 +
| J || normal eShop Title
 +
|-
 +
| K || normal eShop Title?
 +
|-
 +
| S || 3D Classics
 +
|-
 +
| P || used with GBA eShop titles
 +
|-
 +
| T || used with NES eShop titles
 +
|-align=center
 +
| Identifier
 +
| 2
 +
| colspan=3 |Game ID (two alphanumeric characters)
 +
|-align=center
 +
| rowspan="10" | Region
 +
| rowspan="10" | 1
 +
| rowspan="10" |
 +
|-
 +
| E || English (US)
 +
|-
 +
| P || PAL (Europe/Australia)
 +
|-
 +
| J || Japanese (Japan)
 +
|-
 +
| K || Korean (Korea)
 +
|-
 +
| C || Chinese (China/Taiwan)
 +
|-
 +
| Y || Multiple regions
 +
|-
 +
| W || Tai'''w'''an(?) (Taiwan/Hong Kong)
 +
|-
 +
| Z || Multiple regions
 +
|-
 +
| A || All (region-free)
 +
|-
 +
|-align=center
 +
| rowspan="12" | Label Region
 +
| rowspan="12" | 3
 +
| rowspan="12" |
 +
|-
 +
| USA || United States
 +
|-
 +
| EUR || Europe
 +
|-
 +
| CAN || Canada (US version with additional French text added to box)
 +
|-
 +
| AUS || Australia
 +
|-
 +
| JPN || Japan
 +
|-
 +
| KOR || Korea
 +
|-
 +
| TWN || Taiwan/Hong Kong
 +
|-
 +
| CHT || Taiwan/Hong Kong ("Chinese-Traditional")
 +
|-
 +
| CHN || China
 +
|-
 +
| UKV || United Kingdom ("United Kingdom version")
 +
|-
 +
| MDE || Saudi Arabia/U.A.E./Malaysia/Singapore ("Middle East")
 +
|}
  
 
=== Electronic Manuals ===
 
=== Electronic Manuals ===
Line 110: Line 257:
 
Some eShop titles have [[NCCH#CFA|Electronic Manuals]] which store the product code at the end of the 'Health & Safety' section of the manual. However,  product codes can differ from the above format as shown below:
 
Some eShop titles have [[NCCH#CFA|Electronic Manuals]] which store the product code at the end of the 'Health & Safety' section of the manual. However,  product codes can differ from the above format as shown below:
  
CTR-[P/N/T/U]-[Type][Identifier][Region]-[Region]-[Digit]
+
CTR-[P/N/T/U]-[Type][Game ID][Region]-[Region]-[Digit]
  
CTR-[Type][Identifier][Region]-[Region]-[Digit]
+
CTR-[Type][Game ID][Region]-[Region]-[Digit]
  
 
* P/N/T/U - Same as in product code structure
 
* P/N/T/U - Same as in product code structure
* [Type][Identifier][Region] - Same as in serial structure
+
* [Type][Game ID][Region] - Same as in serial structure
 
* [Region] - A three character representation of the title region, i.e. 'EUR' (not always present)
 
* [Region] - A three character representation of the title region, i.e. 'EUR' (not always present)
* [Digit] - A single digit usually '1' or '0' (not always present)
+
* [Digit] - A single digit usually '1' or '0' (not always present). Possibly revision or manual revision.
  
 
'''Note:''' These alternate versions of the product code, potentially found in [[NCCH#CFA|Electronic Manuals]] don't represent the actual product code, as found in the game's CXI. They are only found in the game's Home Menu manual, and on the game's packaging and external labeling.
 
'''Note:''' These alternate versions of the product code, potentially found in [[NCCH#CFA|Electronic Manuals]] don't represent the actual product code, as found in the game's CXI. They are only found in the game's Home Menu manual, and on the game's packaging and external labeling.
  
 
==Back of Card Serial==
 
==Back of Card Serial==
AREPY10111
+
AREPY10111 (example)
 +
 
 +
AAAABCDEEE<br/>
 +
'''A''' - Identifier (last 4 digits of product code)<br/>
 +
'''B''' - Production Month (numbers, then after Sep its X,Y,Z for Oct,Nov,Dec)<br/>
 +
'''C''' - Production Year (2010 + C)*<br/>
 +
'''D''' - Revision/Remaster Version (should match the main NCCH's Exheader Remaster Version)<br/>
 +
'''E''' - Production Run? (000-999)**
  
[Identifier]-[Production Month]-[Production Year]-[Revision]-[Production Run?]
+
<nowiki>* </nowiki>Or (2020 + C), if produced in that decade. Example [https://www.youtube.com/watch?v=DcH8mK6yXj4 here] at the 2:10 mark.<br/>
 +
<nowiki>** </nowiki>European demo/kiosk carts have "08B" or "08H"

Latest revision as of 04:34, 26 September 2022

This page talks about the 3DS products' serial number and model number structures (the console, manual, accessories, games, etc...).

Console Serial Numbers[edit]

A 3DS console serial number is composed of at least two letters followed by nine decimal digits. The ninth digit is a "check digit", meaning that it is derived from the other digits.

The check digit is an industry-standard algorithm, the one used for UPC codes. To calculate the check digit of a 3DS console, separate the non-check digits into "odd" and "even" groups, where the "odd" group is digits in odd-numbered positions, and the "even" group is digits in even-numbered positions. (The first digit is "odd", with "first" representing "1".)

After separating the digits, add the digits in each group together. Multiply the sum of the even digits by 3, then add the sum of the odd digits. To calculate the check digit, take this value modulo 10, and if not 0, subtract from 10.

Example: CW404567772

The non-check digits are 40456777. Separating into odd and even groups, we get the following:

Odds: 4 + 4 + 6 + 7 = 21 Evens: 0 + 5 + 7 + 7 = 19

Applying the algorithm, we get ((3 * 19) + 21) % 10 = 8, which is not 0, thus 10 - 8 = 2, matching the example's check digit.

The letter prefixes are a letter specifying the device, followed by one letter specifying the region in which it was sold. In some regions, a third letter is present; a current guess is that this letter distinguishes among factories for a given sales region. Note that several different sales regions' console may be considered to be the same region for region-locking purposes, such as Europe and Australia.

The current serial number scheme began with the DSi, hence its listing in the tables below. Among standalone consoles, the Wii U belongs to this scheme as well; the Switch started a new scheme.

Model Device Prefix (Retail) Device Prefix (Dev/Test)
DSi T V
DSi XL/LL W D
Nintendo Zone Box Z N/A
Wii U F unknown
Wii U gamepad J J
3DS C E
3DS XL/LL S R
2DS A P
New 3DS Y Y
New 3DS XL/LL Q Q
New 2DS XL/LL N N

Test ("Panda") units with the same prefix as retail can be distinguished by test units having 00 or 01 as the first two digits of the serial number portion. 00 was used with the New 3DS and New 3DS XL for test units; 01 was used with the New 2DS XL test unit. Preview versions of the N2DS XL given out to the press had 01; these appear to have been test units with the development titles deleted.

Old 3DS development systems (Partner-CTR, IS-CTR-BOX, IS-SPR-BOX) use the "E" and "R" prefixes like test systems, but have 90 (Partner-CTR) or 91 (IS-CTR-BOX, IS-SPR-BOX) as their first two digits. Similarly, the main New 3DS development unit, IS-SNAKE-BOX, uses the Y prefix (same as retail) with 91. It is currently unknown what is the serial number format of the rare New 3DS XL development system (IS-CLOSER-BOX).

Sales Region Region Lock Region Suffix
Japan Japan JF, JH, JM
North America North America W
Brazil North America B
Middle East / Southeast Asia North America S
Europe Europe EE, EF, EH, EM
Australia Europe AH, AG
South Korea Korea KF, KH, KM
China (iQue) China CF, CH, CM

Console Models[edit]

Device Product Code
DS NTR
DS lite USG
DSi TWL
DSi XL/LL UTL
Wii U WUP
3DS CTR
3DS XL/LL SPR
2DS FTR
New 3DS KTR
New 3DS XL/LL RED
New 2DS XL/LL JAN

The DS had the product code NTR (short for Nitro), so we see the TR is recurring.

Title ID and Unique ID[edit]

see Titles

NCCH Product Code[edit]

This serial is similiar to the "physical serial" described later in this page; it is the canonical identifier for a specific title in the field of business formalities with Nintendo, but this is not reflected in the 3DS's software architecture (where it is vastly unused in favor of the Title ID: it is therefore considered the successor of the "internal name" contained in ROMs of previous handhelds), is not guaranteed to be unique.

The product code is located in a NCCH's header (not its ExHeader).

The product code "CTR-P-CTAP" is the default generic product code for NCCH files. Most NCCHs apart from the first one in a title are generally CTR-P-CTAP. Referring to "the product code of a title" is therefore a simplification for "the product code of the NCCH in its first partition".

So, for example, a Japanese copy of Ridge Racer 3D would have a product code of "CTR-P-ARRJ" and a serial of "LNA-CTR-ARRJ-JPN".

A Nintendo-assigned product code follows this format, however, there is no requirement for a product code to match or resemble this structure as long as it's within the length limit:

[CTR/KTR]-[Category letter]-[Type][Identifier][Region]-[Sub ID]

Category letter Description
P Cartridge software, or downloadable versions of them.
N Digital-only releases, including system applications and applets.
M DLC
T eShop Demos, excluding so-called "special demos" which are category N.
U Patches for category P titles.

The "sub ID" only applies to DLC, demos, and local copies of Download Play titles. It's a 2-digit number associated with the Title ID Variation.

See the next chapter for explanation of the other components of the Product Code.

Physical Serial[edit]

[Product][Retail/Demo]-[Platform]-[Type][Game ID][Region]-[Label Region]

Field Length Description Values
Product 2 Product type
LN Cartridge
MA Instruction manual
TS Game box
FA Leaflet
MK Quick-start Guide
Retail/Demo 1
A Retail
Z Demo
CTR/KTR 3 Platform
CTR 3DS
KTR New 3DS
Type 1
A retail
B retail
C used for N3DS exclusive retail and default 'CTAP'
E used for card 2 type retail cartridges
H used for built in applications like Mii Maker
J normal eShop Title
K normal eShop Title?
S 3D Classics
P used with GBA eShop titles
T used with NES eShop titles
Identifier 2 Game ID (two alphanumeric characters)
Region 1
E English (US)
P PAL (Europe/Australia)
J Japanese (Japan)
K Korean (Korea)
C Chinese (China/Taiwan)
Y Multiple regions
W Taiwan(?) (Taiwan/Hong Kong)
Z Multiple regions
A All (region-free)
Label Region 3
USA United States
EUR Europe
CAN Canada (US version with additional French text added to box)
AUS Australia
JPN Japan
KOR Korea
TWN Taiwan/Hong Kong
CHT Taiwan/Hong Kong ("Chinese-Traditional")
CHN China
UKV United Kingdom ("United Kingdom version")
MDE Saudi Arabia/U.A.E./Malaysia/Singapore ("Middle East")

Electronic Manuals[edit]

Some eShop titles have Electronic Manuals which store the product code at the end of the 'Health & Safety' section of the manual. However, product codes can differ from the above format as shown below:

CTR-[P/N/T/U]-[Type][Game ID][Region]-[Region]-[Digit]

CTR-[Type][Game ID][Region]-[Region]-[Digit]

  • P/N/T/U - Same as in product code structure
  • [Type][Game ID][Region] - Same as in serial structure
  • [Region] - A three character representation of the title region, i.e. 'EUR' (not always present)
  • [Digit] - A single digit usually '1' or '0' (not always present). Possibly revision or manual revision.

Note: These alternate versions of the product code, potentially found in Electronic Manuals don't represent the actual product code, as found in the game's CXI. They are only found in the game's Home Menu manual, and on the game's packaging and external labeling.

Back of Card Serial[edit]

AREPY10111 (example)

AAAABCDEEE
A - Identifier (last 4 digits of product code)
B - Production Month (numbers, then after Sep its X,Y,Z for Oct,Nov,Dec)
C - Production Year (2010 + C)*
D - Revision/Remaster Version (should match the main NCCH's Exheader Remaster Version)
E - Production Run? (000-999)**

* Or (2020 + C), if produced in that decade. Example here at the 2:10 mark.
** European demo/kiosk carts have "08B" or "08H"