Changes

1,912 bytes added ,  08:39, 1 July 2023
m
Line 302: Line 302:  
| 4
 
| 4
 
| 0, 60, 120, ..., 720
 
| 0, 60, 120, ..., 720
| Auto power-down (minutes, 0=never)
+
| Auto power-down (minutes, 0=never). Only used on the [[vWii]] and PAL [[Wii mini]].
 
|-
 
|-
 
| IPL.AR
 
| IPL.AR
Line 311: Line 311:  
|-
 
|-
 
| IPL.ARN
 
| IPL.ARN
| ?
+
| BYTE
| ?
+
| 1
| ?
+
| 0 = Off, 1 = On
| ?
+
| "Auto Run mode".
 
|-
 
|-
 
| IPL.CB
 
| IPL.CB
Line 421: Line 421:  
| BYTE
 
| BYTE
 
| 1
 
| 1
| 2,?
+
| 0 = None, 1 = Disc, 2 = Net
 
| Update Type
 
| Update Type
 
|}
 
|}
Line 443: Line 443:  
| BYTE
 
| BYTE
 
| 1
 
| 1
| 0
+
| 0 = JPN, 1 = USA, 2 = EUR, 3 = AUS, 4 = BRA, 5 = TWN, 6 = KOR, 7 = HKG, 8 = ASI, 9 = LTN, 10 = SAF, 11 = CHN
| ?
+
| Boot IRDC Code
 
|-
 
|-
 
| DEV.DSM
 
| DEV.DSM
Line 455: Line 455:  
| BYTE
 
| BYTE
 
| 1
 
| 1
| ?
+
| 0 = NTSC, 1 = PAL
| ?
+
| Boot IRDV Mode
 
|-
 
|-
 
| DVD.CNF
 
| DVD.CNF
 
| BYTE
 
| BYTE
 
| 1
 
| 1
| ?
+
| [[#DVD.CNF|struct]]
| DVD Config?
+
| DVD Config
 
|-
 
|-
 
| MPLS.MOVIE
 
| MPLS.MOVIE
Line 495: Line 495:  
|-
 
|-
 
| NET.WCPC
 
| NET.WCPC
| LONG
+
| BOOL
| 4
+
| 1
| ?
+
| always <code>FALSE</code>?
 
| WiiConnect24 Parental control flags?
 
| WiiConnect24 Parental control flags?
 
|-
 
|-
Line 586: Line 586:  
| <code>0x0463</code>
 
| <code>0x0463</code>
 
| Repeats up to a total of 6 entries.
 
| Repeats up to a total of 6 entries.
 +
|}
 +
 +
=== DVD.CNF ===
 +
{| class="wikitable"
 +
|-
 +
! Offset
 +
! Type
 +
! Size
 +
! Value
 +
|-
 +
| <code>0x00</code>
 +
| Byte
 +
| <code>0x01</code>
 +
| Video mode
 +
|-
 +
| <code>0x01</code>
 +
| Byte
 +
| <code>0x01</code>
 +
| Parental Control Level
 +
|-
 +
| <code>0x02</code>
 +
| Short
 +
| <code>0x02</code>
 +
| Parental Control Country
 
|}
 
|}
   Line 657: Line 681:  
| Byte
 
| Byte
 
| <code>0x01</code>
 
| <code>0x01</code>
| Always 0x04? Maybe PIN length?
+
| Organization
 
|-
 
|-
 
| <code>0x03</code>
 
| <code>0x03</code>
Line 672: Line 696:  
| Byte
 
| Byte
 
| <code>0x01</code>
 
| <code>0x01</code>
| [[#Secret Questions|Secret Question]] (in case you forget your PIN)
+
| [[#Secret Questions|Secret Question]] (in case you forget your PIN)<br/>Always 0x00 on Wii U
 
|-
 
|-
 
| <code>0x09</code>
 
| <code>0x09</code>
 
| UTF16BE String
 
| UTF16BE String
 
| <code>0x40</code>
 
| <code>0x40</code>
| Answer, max. 32 characters (padded with 0x00 at the end)
+
| Answer, max. 32 characters (padded with 0x00 at the end)<br/>Always "Nintendo" on Wii U
 
|-
 
|-
 
| <code>0x49</code>
 
| <code>0x49</code>
Line 687: Line 711:  
==== Secret Questions ====
 
==== Secret Questions ====
 
Questions differ by language. These are the English questions.
 
Questions differ by language. These are the English questions.
<!-- re: not just different languages, but the questions being asked are different. -->
  −
<!-- French Q0: Quelle était votre matière préférée à l'école? What was your favourite subject in school? -->
   
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-
Line 770: Line 792:  
| <code>0x0002</code>
 
| <code>0x0002</code>
 
| Longitude (E+/W-, measured in increments of 45/8192 degree, allowing up to 180°)
 
| Longitude (E+/W-, measured in increments of 45/8192 degree, allowing up to 180°)
 +
|}
 +
 +
=== NET.PROF ===
 +
{| class="wikitable"
 +
|-
 +
! Offset
 +
! Type
 +
! Size
 +
! Value
 +
|-
 +
| <code>?</code>
 +
| Word
 +
| <code>0x0001</code>
 +
| Flags.
 +
|-
 +
| <code>?</code>
 +
| Byte[4]
 +
| <code>0x0004</code>
 +
| IP Address.
 +
|-
 +
| <code>?</code>
 +
| Byte[4]
 +
| <code>0x0004</code>
 +
| IP Netmask.
 +
|-
 +
| <code>?</code>
 +
| Byte[4]
 +
| <code>0x0004</code>
 +
| DNS 1.
 +
|-
 +
| <code>?</code>
 +
| Byte[4]
 +
| <code>0x0004</code>
 +
| DNS 2.
 +
|-
 +
| <code>?</code>
 +
| Char[256]
 +
| <code>0x0100</code>
 +
| Proxy Server Name.
 +
|-
 +
| <code>?</code>
 +
| Word
 +
| <code>0x0002</code>
 +
| Proxy Server Port.
 +
|-
 +
| <code>?</code>
 +
| Char[1024]
 +
| <code>0x0400</code>
 +
| Another server name?
 +
|-
 +
| <code>?</code>
 +
| BOOL
 +
| <code>0x0001</code>
 +
| Enabled?
 +
|-
 +
| <code>?</code>
 +
| BOOL
 +
| <code>0x0400</code>
 +
| ?
 +
|-
 +
| <code>?</code>
 +
| BOOL
 +
| <code>0x0001</code>
 +
| ?
 +
|-
 +
| <code>?</code>
 +
| Char[256]
 +
| <code>0x0100</code>
 +
| ?
 +
|-
 +
| <code>?</code>
 +
| Char[128]
 +
| <code>0x0080</code>
 +
| PPPOE Service Name.
 +
|-
 +
| <code>?</code>
 +
| Char[256]
 +
| <code>0x0100</code>
 +
| PPPOE Service User Name.
 +
|-
 +
| <code>?</code>
 +
| Char[256]
 +
| <code>0x0100</code>
 +
| PPPOE Service Password
 +
|}
 +
 +
The data is then accessed based on the connection type.
 +
 +
==== Wired ====
 +
{| class="wikitable"
 +
|-
 +
! Offset
 +
! Type
 +
! Size
 +
! Value
 +
|-
 +
| <code>0x0000</code>
 +
| Word
 +
| <code>0x0001</code>
 +
| Link Type.
 +
|}
 +
 +
==== Wireless ====
 +
{| class="wikitable"
 +
|-
 +
! Offset
 +
! Type
 +
! Size
 +
! Value
 +
|-
 +
| <code>0x0000</code>
 +
| Word
 +
| <code>0x0002</code>
 +
| Rate Set.
 +
|-
 +
| <code>0x0002</code>
 +
| Byte
 +
| <code>0x0001</code>
 +
| Configuration Method.
 
|}
 
|}
    
{{Navbox filebrowser}}
 
{{Navbox filebrowser}}
12

edits