Line 3:
Line 3:
In a SYSCONF extracted from my Wii U, I have a fully plausible LONG setting called "IPL.APD" with value 0. Does anyone else have this setting? I may look for more settings that aren't listed here. (Also, sorry about my signature. When I set it, I didn't know that this was how it would appear. I'll reset it now.) [[User:SquidKid S|I am no smarter than you, and you are no smarter than me.]] ([[User talk:SquidKid S|talk]]) 21:11, 18 March 2021 (CET)
In a SYSCONF extracted from my Wii U, I have a fully plausible LONG setting called "IPL.APD" with value 0. Does anyone else have this setting? I may look for more settings that aren't listed here. (Also, sorry about my signature. When I set it, I didn't know that this was how it would appear. I'll reset it now.) [[User:SquidKid S|I am no smarter than you, and you are no smarter than me.]] ([[User talk:SquidKid S|talk]]) 21:11, 18 March 2021 (CET)
: Update: This setting is found at offset 0x1088. The data 0x1088 exist elsewhere in the file at offset 0x000E. However, the data 0x000E don't exist anywhere else within the file. Wit / [[User:SquidKid S|SquidKid S]] ([[User talk:SquidKid S|talk]]) 22:45, 18 March 2021 (CET)
: Update: This setting is found at offset 0x1088. The data 0x1088 exist elsewhere in the file at offset 0x000E. However, the data 0x000E don't exist anywhere else within the file. Wit / [[User:SquidKid S|SquidKid S]] ([[User talk:SquidKid S|talk]]) 22:45, 18 March 2021 (CET)
+
+
: Did you extract this from the vWii or WiiUMode? [[User:Hallowizer|Hallowizer]] ([[User talk:Hallowizer|talk]]) 23:06, 18 March 2021 (CET)
+
:: I extracted the file from a NAND backup made in Wii Mode. [[User:SquidKid S|SquidKid S]] ([[User talk:SquidKid S|talk]]) 03:30, 19 March 2021 (CET)
+
::: i re-extracted it using FTPiiU in Wii U mode, and the setting still appears. i wonder if it stands for '''A'''utomatic '''P'''ower '''D'''own? i'll try turning that setting on & see what happens. [[User:SquidKid S|SquidKid S]] ([[User talk:SquidKid S|talk]]) 22:46, 18 July 2022 (CEST)
+
:::: yes! i changed the auto power-off setting from never to 12 hours, and IPL.APD has changed to 0x000002D0 (720), which is the number of minutes in 12 hours. also to note: 0x000E does exist at offset 0x3FAE, but Dolphin removes the offset table at the end of the file. [[User:SquidKid S|SquidKid S]] ([[User talk:SquidKid S|talk]]) 22:53, 18 July 2022 (CEST)
+
:::::It might also be used in the PAL [[Wii mini]], which supports APD? [[User:Hallowizer|Hallowizer]] ([[User talk:Hallowizer|talk]]) 00:44, 19 July 2022 (CEST)
+
::::::Yeah, it does seem to be in the PAL Wii mini System Menu. Not sure how it works though (probably a batch IOS update; I've seen some people with Wii mini IOSes that are 1 version above what I have listed here, which might be PAL versions for this.) [[User:Hallowizer|Hallowizer]] ([[User talk:Hallowizer|talk]]) 06:30, 20 July 2022 (CEST)
+
+
== Offset table ==
+
+
based on the above-mentioned SYSCONF file, the entries in the offset table for <code>NET.WCPC</code> & <code>IPL.SND</code> are correct. i'll probably edit the main page relatively soon to mention these things unless someone objects. -Wit [[User:SquidKid S|SquidKid S]] ([[User talk:SquidKid S|talk]]) 06:18, 19 July 2022 (CEST)
+
+
== IPL.SADR ==
+
+
one more thing: i think i've figured out the <code>IPL.SADR</code> format.
+
{| class="wikitable"
+
|-
+
! Offset
+
! Type
+
! Size
+
! Value
+
|-
+
| <code>0x0000</code>
+
| Word
+
| <code>0x0002</code>
+
| Array Size (minus 1); here: <code>0x1007</code> for 0x1008 bytes
+
|-
+
| <code>0x0002</code>
+
| Byte
+
| <code>0x0001</code>
+
| Country code
+
|-
+
| <code>0x0003</code>
+
| Byte
+
| <code>0x0001</code>
+
| Region code
+
|-
+
| <code>0x0004</code>
+
| Word
+
| <code>0x0002</code>
+
| City code (as called by [https://wiki.tockdom.com/wiki/RKG_(File_Format)#File_Header])
+
|-
+
| <code>0x0006</code>
+
| UTF16BE String
+
| <code>0x0080</code>
+
| Japanese country name
+
|-
+
| <code>0x0086</code>
+
| until
+
| <code>0x0805</code>
+
| Repeats up to a total of 16 entries (English, German, French, Spanish, Italian, Dutch, Simp. Chinese, Trad. Chinese, Korean, 6 undefined).
+
|-
+
| <code>0x0806</code>
+
| UTF16BE String
+
| <code>0x0080</code>
+
| Japanese region name
+
|-
+
| <code>0x0886</code>
+
| until
+
| <code>0x1005</code>
+
| Repeats up to a total of 16 entries (same order).
+
|-
+
| <code>0x1006</code>
+
| Word
+
| <code>0x0002</code>
+
| Latitude (N+/S-, measured in increments of 45/8192 degree, allowing up to 180°, though latitude never exceeds 90°)
+
|-
+
| <code>0x1008</code>
+
| Word
+
| <code>0x0002</code>
+
| Longitude (E+/W-, measured in increments of 45/8192 degree, allowing up to 180°)
+
|} [[User:SquidKid S|SquidKid S]] ([[User talk:SquidKid S|talk]]) 06:57, 19 July 2022 (CEST)
+
: forgot to sign. also forgot to mention that ZH, TW, and KR don't actually appear in the file, but those are where those languages' names would appear, as i am to believe. -Wit [[User:SquidKid S|SquidKid S]] ([[User talk:SquidKid S|talk]]) 06:57, 19 July 2022 (CEST)
+
+
== [https://wiibrew.org/wiki//shared2/sys/SYSCONF#Secret_Questions Secret questions] ==
+
+
in my recent edit, i added a comment mentioning different questions per language. here are the NTSC French questions:
+
{| class="wikitable"
+
|-
+
! Question ID
+
! French Question
+
! English Translation
+
|-
+
| 0
+
| "Quelle était votre matière préférée à l'école?"
+
| What was your favourite subject in school?
+
|-
+
| 1
+
| "Quel est l'aliment que vous n'aimiez pas étant enfant?"
+
| What food did you dislike as a child?
+
|-
+
| 2
+
| "Quel est votre désir le plus cher?"
+
| What is your greatest desire?
+
|-
+
| 3
+
| "Quel est le cadeau qui vous a fait le plus plaisir?"
+
| What gift most pleased you? (similar to the English question, but that only refers to birthday gifts.)
+
|-
+
| 4
+
| "Qui est la personne que vous respectez le plus?"
+
| What person do you most respect?
+
|-
+
| 5
+
| "Quelle est la destination de vacances de vos rêves?"
+
| What is the destination of your dream vacation? (again, similar to the English, but this only refers to vacation.)
+
|} -Wit [[User:SquidKid S|SquidKid S]] ([[User talk:SquidKid S|talk]]) 19:18, 19 July 2022 (CEST)