Talk:/shared2/sys/SYSCONF

Active discussions
< Talk:/shared2

IPL.APD

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.) I am no smarter than you, and you are no smarter than me. (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 / SquidKid S (talk) 22:45, 18 March 2021 (CET)
Did you extract this from the vWii or WiiUMode? Hallowizer (talk) 23:06, 18 March 2021 (CET)
I extracted the file from a NAND backup made in Wii Mode. 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 Automatic Power Down? i'll try turning that setting on & see what happens. 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. SquidKid S (talk) 22:53, 18 July 2022 (CEST)
It might also be used in the PAL Wii mini, which supports APD? Hallowizer (talk) 00:44, 19 July 2022 (CEST)

Offset table

based on the above-mentioned SYSCONF file, the entries in the offset table for NET.WCPC & IPL.SND are correct. i'll probably edit the main page relatively soon to mention these things unless someone objects. -Wit SquidKid S (talk) 06:18, 19 July 2022 (CEST)

IPL.SADR

one more thing: i think i've figured out the IPL.SADR format.

Offset Type Size Value
0x0000 Word 0x0002 Array Size (minus 1); here: 0x1007 for 0x1008 bytes
0x0002 Byte 0x0001 Country code
0x0003 Byte 0x0001 Region code
0x0004 Word 0x0002 City code (as called by [1])
0x0006 UTF16BE String 0x0080 Japanese country name
0x0086 until 0x0805 Repeats up to a total of 16 entries (English, German, French, Spanish, Italian, Dutch, Simp. Chinese, Trad. Chinese, Korean, 6 undefined).
0x0806 UTF16BE String 0x0080 Japanese region name
0x0886 until 0x1005 Repeats up to a total of 16 entries (same order).
0x1006 Word 0x0002 Latitude (N+/S-, measured in increments of 45/8192 degree, allowing up to 180°, though latitude never exceeds 90°)
0x1008 Word 0x0002 Longitude (E+/W-, measured in increments of 45/8192 degree, allowing up to 180°)