1// ---------------------- 2// System Settings Data 3// ---------------------- 4// Owner Information (8 fields) 5userName:Nintendo; // User Name (a maximum of 10 double-byte characters) 6ngNameFlg:0; // User Name Profanity Flag (0: not set, 1: set) 7birthMonth:1; // Birth Month 8birthDay:23; // Birth Day 9userColor:5; // User Color (value from 0 to 15) 10comment:Hello; // Comment (a maximum of 10 double-byte characters) 11 12// Date and Time (6 fields) 13year:2010; // Year (1900~2189) 14month:9; // Month (1~12) 15day:27; // Day (1 to 31) 16hour:12; // Hour (0 to 24) 17minute:24; // Minute (0 to 59) 18second:56; // Second (0 to 59) 19 20// Country Code (1 field) 21countryCode:1; // Country Code (specify the CTR-SDK's cfg country code) 22 23// Language Code (1 field) 24languageCode:0; // Language Code (specify the CTR-SDK's cfg language code) 25 26// Sound Setting (1 field) 27soundMode:1; // Output Method Setting (0:MONO, 1:STEREO, 2:SURROUND) 28 29// LCD Settings (2 fields) 30ablEnable:1; // Active Backlight Setting (0: not set, 1: set) 31luminanceLevel:3; // Backlight Luminance (value from 1 to 5) 32 33 34// ---------------- 35// EULA Settings 36// ---------------- 37// EULA Version (4 fields) 38agreeMinorVer:255; // Agreed EULA Version (minor version) (value from 0 to 255) 39agreeMajorVer:255; // Agreed EULA Version (major version) (value from 0 to 255) 40latestMinorVer:255; // Latest EULA Version Saved on System (minor version) (value from 0 to 255) 41latestMajorVer:255; // Latest EULA Version Saved on System (major version) (value from 0 to 255) 42 43 44// ------------------------------------ 45// Parental Controls Settings 46// ------------------------------------ 47// Launch Restriction Flags (9 fields) 48parentalIsSet:1; // Are Parental Controls set? (0: not set, 1: set) 49parentalBrowser:1; // Is there a restriction on launching the full browser? (0: not set, 1: set) 50parentalUlcd:1; // Is there a restriction on ULCD display? (0: not set, 1: set) 51parentalPhotoExchange:1; // Is there a restriction on exchanging photos? (0: not set, 1: set) 52parentalP2PInternet:1; // Is there a restriction on Internet communication with other users? (0: not set, 1: set) 53parentalP2PCec:1; // Is there a restriction on StreetPass communication with other users? (0: not set, 1: set) 54parentalAddFriend:1; // Is there a restriction on friend registration? (0: not set, 1: set) 55parentalDsDownload:1; // Is there a restriction on launching DS downloads? (0: not set, 1: set) 56parentalShopPoint:1; // Is there a restriction on registering and using shop points? (0: not set, 1: set) 57 58// Settings Data (5 fields) 59RatingOgnCode:0; // Ratings Agencies (0:CERO, 1:ESRB, 2:BBFC, 3:USK, 4:PEGI general, 5:PEGI Finland, 6:PEGI Portugal, 7:PEGI and BBFC Great Britain, 8:COB, 9:GRB) 60ratingAge:0; // Rating Value (value from 0 to 30) 61secretQuestionID:1; // Secret Question Text ID (value from 0 to 31) 62secretAnswer:Answer to the secret question; // Answer to the Secret Question (minimum of 6 characters, maximum of 64 characters) 63parentalPassword:0123; // PIN Code (4-digit number) 64 65 66// ------------------ 67// Other Settings 68// ------------------ 69// System Settings (1 field) 70isOkApplnstall:1; // Automatic Application Installs (0: not set, 1: set) 71