In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

Difference between revisions of "/shared2/sys/SYSCONF"

From WiiBrew
< /shared2‎ | sys
Jump to navigation Jump to search
(filled in some gaps)
Line 6: Line 6:
  
 
==Types==
 
==Types==
{{ Table }}
+
{| class="wikitable"
{{ Table/Header | Name | Value }}
+
|-
{{ Table/Row | BIGARRAY | 1 }}
+
! Name  
{{ Table/Row | SMALLARRAY | 2 }}
+
! Value
{{ Table/Row | BYTE | 3 }}
+
|-
{{ Table/Row | SHORT | 4 }}
+
| BIGARRAY  
{{ Table/Row | LONG | 5 }}
+
| 1  
{{ Table/Row | ??? | 6 }}
+
|-
{{ Table/Row | BOOL | 7 }}
+
| SMALLARRAY  
 +
| 2  
 +
|-
 +
| BYTE  
 +
| 3  
 +
|-
 +
| SHORT  
 +
| 4  
 +
|-
 +
| LONG  
 +
| 5  
 +
|-
 +
| ???  
 +
| 6  
 +
|-
 +
| BOOL  
 +
| 7  
 
|}
 
|}
  
Line 20: Line 36:
  
 
==BT Settings==
 
==BT Settings==
{{ Table }}
+
{| class="wikitable"
{{ Table/Header | Name | Type | Size | Values | Description }}
+
|-
{{ Table/Row | BT.DINF | BIGARRAY | 0x460 | Bluetooth IDs | List of Wiimotes "synced" to the system }}
+
! Name  
{{ Table/Row | BT.CDIF | BIGARRAY | ? | ? | CDIF = "CmpDevInfo" }}
+
! Type  
{{ Table/Row | BT.SENS | LONG | 4 |0-4? | Wiimote sensitivity setting }}
+
! Size  
{{ Table/Row | BT.BAR | BYTE | 1 | 0,1 | Sensor bar position (0:bottom) }}
+
! Values  
{{ Table/Row | BT.SPKV | BYTE | 1 |varies | Wiimote speaker volume }}
+
! Description
{{ Table/Row | BT.MOT | BYTE | 1 |0,1 | Wiimote motor on/off }}
+
|-
 +
| BT.DINF  
 +
| BIGARRAY  
 +
| 0x460  
 +
| Bluetooth IDs  
 +
| List of Wiimotes "synced" to the system  
 +
|-
 +
| BT.CDIF  
 +
| BIGARRAY  
 +
| ?  
 +
| ?  
 +
|{{{5}}}
 +
|-
 +
| BT.SENS  
 +
| LONG  
 +
| 4  
 +
|0-4?  
 +
| Wiimote sensitivity setting  
 +
|-
 +
| BT.BAR  
 +
| BYTE  
 +
| 1  
 +
| 0,1  
 +
| Sensor bar position (0:bottom)  
 +
|-
 +
| BT.SPKV  
 +
| BYTE  
 +
| 1  
 +
|varies  
 +
| Wiimote speaker volume  
 +
|-
 +
| BT.MOT  
 +
| BYTE  
 +
| 1  
 +
|0,1  
 +
| Wiimote motor on/off  
 
|}
 
|}
  
 
==IPL Settings==
 
==IPL Settings==
{{ Table }}
+
{| class="wikitable"
{{ Table/Header | Name | Type | Size | Values | Description }}
+
|-
{{ Table/Row | IPL.IDL | SMALLARRAY | 2 | 0,1;0,1 | Shutdown mode and idle LED mode }}
+
! Name  
{{ Table/Row | IPL.UPT | BYTE | 1 |2,? | Update Type }}
+
! Type  
{{ Table/Row | IPL.NIK | SMALLARRAY | 0x16 | utf16be string, including trailing NUL | Console Nickname }}
+
! Size  
{{ Table/Row | IPL.AR | BYTE | 1 | 0,1 | Aspect ratio setting. 0: 4:3 1: 16:9 }}
+
! Values  
{{ Table/Row | IPL.SSV | BYTE | 1 | 0,1 | Screen Saver off/on (burn-in reduction) }}
+
! Description
{{ Table/Row | IPL.LNG | BYTE | 1 |0,1 | System Language, see conf.c for some values }}
+
|-
{{ Table/Row | IPL.SADR | BIGARRAY | 0x1007 |lots | "Simple Address" Contains some region info }}
+
| IPL.IDL  
{{ Table/Row | IPL.CB | LONG | 4 | ?? | Counter Bias -- difference between RTC and local time, in seconds }}
+
| SMALLARRAY  
{{ Table/Row | IPL.PC | SMALLARRAY | 0x50 |string | Parental Control password/setting }}
+
| 2  
{{ Table/Row | IPL.CD | BOOL | 1 |bool | Config Done flag -- has initial setup been performed?}}
+
| 0,1;0,1  
{{ Table/Row | IPL.CD2 | BOOL | 1 | bool | Config2 Done flag -- has network setup been performed?}}
+
| Shutdown mode and idle LED mode  
{{ Table/Row | IPL.EULA | BOOL | 1 |bool | EULA Done flag -- has EULA been acknowledged?}}
+
|-
{{ Table/Row | IPL.PGS | BYTE | 1 | 0,1 | Use Progressive Scan }}
+
| IPL.UPT  
{{ Table/Row | IPL.E60 | BYTE | 1 | 0,1 | Use EuRGB60 (PAL6) }}
+
| BYTE  
{{ Table/Row | IPL.SND | BYTE | 1 | 0-2 | Sound setting }}
+
| 1  
{{ Table/Row | IPL.DH | BYTE | 1 | ? | Display Offset (Horiz) }}
+
|2,?  
{{ Table/Row | IPL.INC | LONG | 4 | ? | "Installed Channel App Count" }}
+
| Update Type  
{{ Table/Row | IPL.ARN | ? | ? | ? | ? }}
+
|-
{{ Table/Row | IPL.FRC | LONG | 4 | ? | "Free Channel App Count" }}
+
| IPL.NIK  
 +
| SMALLARRAY  
 +
| 0x16  
 +
| utf16be string, including trailing NUL  
 +
| Console Nickname  
 +
|-
 +
| IPL.AR  
 +
| BYTE  
 +
| 1  
 +
| 0,1  
 +
| Aspect ratio setting. 0: 4:3 1: 16:9  
 +
|-
 +
| IPL.SSV  
 +
| BYTE  
 +
| 1  
 +
| 0,1  
 +
| Screen Saver off/on (burn-in reduction)  
 +
|-
 +
| IPL.LNG  
 +
| BYTE  
 +
| 1  
 +
|0,1  
 +
| System Language, see conf.c for some values  
 +
|-
 +
| IPL.SADR  
 +
| BIGARRAY  
 +
| 0x1007  
 +
|lots  
 +
| "Simple Address" Contains some region info  
 +
|-
 +
| IPL.CB  
 +
| LONG  
 +
| 4  
 +
| ??  
 +
| Counter Bias -- difference between RTC and local time, in seconds  
 +
|-
 +
| IPL.PC  
 +
| SMALLARRAY  
 +
| 0x50  
 +
|string  
 +
| Parental Control password/setting  
 +
|-
 +
| IPL.CD  
 +
| BOOL  
 +
| 1  
 +
|bool  
 +
| Config Done flag -- has initial setup been performed?
 +
|-
 +
| IPL.CD2  
 +
| BOOL  
 +
| 1  
 +
| bool  
 +
| Config2 Done flag -- has network setup been performed?
 +
|-
 +
| IPL.EULA  
 +
| BOOL  
 +
| 1  
 +
|bool  
 +
| EULA Done flag -- has EULA been acknowledged?
 +
|-
 +
| IPL.PGS  
 +
| BYTE  
 +
| 1  
 +
| 0,1  
 +
| Use Progressive Scan  
 +
|-
 +
| IPL.E60  
 +
| BYTE  
 +
| 1  
 +
| 0,1  
 +
| Use EuRGB60 (PAL6)  
 +
|-
 +
| IPL.SND  
 +
| BYTE  
 +
| 1  
 +
| 0-2  
 +
| Sound setting  
 +
|-
 +
| IPL.DH  
 +
| BYTE  
 +
| 1  
 +
| ?  
 +
| Display Offset (Horiz)  
 +
|-
 +
| IPL.INC  
 +
| LONG  
 +
| 4  
 +
| ?  
 +
| "Installed Channel App Count"  
 +
|-
 +
| IPL.ARN  
 +
| ?  
 +
| ?  
 +
| ?  
 +
| ?  
 +
|-
 +
| IPL.FRC  
 +
| LONG  
 +
| 4  
 +
| ?  
 +
| "Free Channel App Count"  
 
|}
 
|}
 
IPL.SADR values:
 
IPL.SADR values:
Line 57: Line 208:
  
 
==Misc Settings==
 
==Misc Settings==
{{ Table }}
+
{| class="wikitable"
{{ Table/Header | Name | Type | Size | Values | Description }}
+
|-
{{ Table/Row | DEV.BTM | ? | ? | ? | ? }}
+
! Name  
{{ Table/Row | DEV.VIM | ? | ? | ? | ? }}
+
! Type  
{{ Table/Row | DEV.CTC | ? | ? | ? | ? }}
+
! Size  
{{ Table/Row | DEV.DSM | ? | ? | ? | ? }}
+
! Values  
{{ Table/Row | DVD.CNF | ? | ? | ? | ? }}
+
! Description
{{ Table/Row | WWW.RST | ? | ? | ? | WWW Restriction }}
+
|-
{{ Table/Row | NET.CNF | ? | ? | ? | ? }}
+
| DEV.BTM  
{{ Table/Row | NET.CFG | ? | ? | ? | ? }}
+
| ?  
{{ Table/Row | NET.CTPC | LONG | 4 | ? | Net Content Restrictions ("Content Parental Control"?)}}
+
| ?  
{{ Table/Row | NET.WCFG | LONG | 4 | ? | WC24 Configuration flags }}
+
| ?  
 +
| ?  
 +
|-
 +
| DEV.VIM  
 +
| ?  
 +
| ?  
 +
| ?  
 +
| ?  
 +
|-
 +
| DEV.CTC  
 +
| ?  
 +
| ?  
 +
| ?  
 +
| ?  
 +
|-
 +
| DEV.DSM  
 +
| ?  
 +
| ?  
 +
| ?  
 +
| ?  
 +
|-
 +
| DVD.CNF  
 +
| ?  
 +
| ?  
 +
| ?  
 +
| ?  
 +
|-
 +
| WWW.RST  
 +
| ?  
 +
| ?  
 +
| ?  
 +
| WWW Restriction  
 +
|-
 +
| NET.CNF  
 +
| ?  
 +
| ?  
 +
| ?  
 +
| ?  
 +
|-
 +
| NET.CFG  
 +
| ?  
 +
| ?  
 +
| ?  
 +
| ?  
 +
|-
 +
| NET.CTPC  
 +
| LONG  
 +
| 4  
 +
| ?  
 +
| Net Content Restrictions ("Content Parental Control"?)
 +
|-
 +
| NET.WCFG  
 +
| LONG  
 +
| 4  
 +
| ?  
 +
| WC24 Configuration flags  
 
|}
 
|}
 
[[Category:Wii Filesystem]]
 
[[Category:Wii Filesystem]]

Revision as of 02:28, 26 October 2008

The SYSCONF contains many Wii system settings.

The format of the file is fairly simple. Its size is 0x4000, and it contains a header that reads "SCv0", followed by the number of settings in the file (be u16), and then a list of offsets of each setting (be u16). Each setting (aka "Item") contains first a u8, specifying the type of the value, and the length of the name. The low-order 5 bits specify the length of the name, minus one. The high-order three bits specify the type of the value, as given by the table below. This is followed by a name, in ASCII, then a value. In the case of a BIGARRAY, the value begins with a be u16 specifying the length of the data, in bytes, which follows. In the case of a SMALLARRAY, the value begins with a u8 specifying the length.

Conventions for adding or removing settings to the file are currently unknown, but shouldn't be too hard to determine--although that's not necessarily a useful function.

Types

Name Value
BIGARRAY 1
SMALLARRAY 2
BYTE 3
SHORT 4
LONG 5
??? 6
BOOL 7

Some settings from the file:

BT Settings

Name Type Size Values Description
BT.DINF BIGARRAY 0x460 Bluetooth IDs List of Wiimotes "synced" to the system
BT.CDIF BIGARRAY ? ? {{{5}}}
BT.SENS LONG 4 0-4? Wiimote sensitivity setting
BT.BAR BYTE 1 0,1 Sensor bar position (0:bottom)
BT.SPKV BYTE 1 varies Wiimote speaker volume
BT.MOT BYTE 1 0,1 Wiimote motor on/off

IPL Settings

Name Type Size Values Description
IPL.IDL SMALLARRAY 2 0,1;0,1 Shutdown mode and idle LED mode
IPL.UPT BYTE 1 2,? Update Type
IPL.NIK SMALLARRAY 0x16 utf16be string, including trailing NUL Console Nickname
IPL.AR BYTE 1 0,1 Aspect ratio setting. 0: 4:3 1: 16:9
IPL.SSV BYTE 1 0,1 Screen Saver off/on (burn-in reduction)
IPL.LNG BYTE 1 0,1 System Language, see conf.c for some values
IPL.SADR BIGARRAY 0x1007 lots "Simple Address" Contains some region info
IPL.CB LONG 4 ?? Counter Bias -- difference between RTC and local time, in seconds
IPL.PC SMALLARRAY 0x50 string Parental Control password/setting
IPL.CD BOOL 1 bool Config Done flag -- has initial setup been performed?
IPL.CD2 BOOL 1 bool Config2 Done flag -- has network setup been performed?
IPL.EULA BOOL 1 bool EULA Done flag -- has EULA been acknowledged?
IPL.PGS BYTE 1 0,1 Use Progressive Scan
IPL.E60 BYTE 1 0,1 Use EuRGB60 (PAL6)
IPL.SND BYTE 1 0-2 Sound setting
IPL.DH BYTE 1 ? Display Offset (Horiz)
IPL.INC LONG 4 ? "Installed Channel App Count"
IPL.ARN ? ? ? ?
IPL.FRC LONG 4 ? "Free Channel App Count"

IPL.SADR values: Offset 0 is a Country Code and offset 1 seems to be a more localized region code.

Misc Settings

Name Type Size Values Description
DEV.BTM ? ? ? ?
DEV.VIM ? ? ? ?
DEV.CTC ? ? ? ?
DEV.DSM ? ? ? ?
DVD.CNF ? ? ? ?
WWW.RST ? ? ? WWW Restriction
NET.CNF ? ? ? ?
NET.CFG ? ? ? ?
NET.CTPC LONG 4 ? Net Content Restrictions ("Content Parental Control"?)
NET.WCFG LONG 4 ? WC24 Configuration flags