// ---------------------- // System Settings Data // ---------------------- // Owner Information (8 fields) userName:Nintendo; // User Name (a maximum of 10 double-byte characters) ngNameFlg:0; // User Name Profanity Flag (0: not set, 1: set) birthMonth:1; // Birth Month birthDay:23; // Birth Day userColor:5; // User Color (value from 0 to 15) comment:Hello; // Comment (a maximum of 10 double-byte characters) // Date and Time (6 fields) year:2010; // Year (1900~2189) month:9; // Month (1~12) day:27; // Day (1 to 31) hour:12; // Hour (0 to 24) minute:24; // Minute (0 to 59) second:56; // Second (0 to 59) // Country Code (1 field) countryCode:1; // Country Code (specify the CTR-SDK's cfg country code) // Language Code (1 field) languageCode:0; // Language Code (specify the CTR-SDK's cfg language code) // Sound Setting (1 field) soundMode:1; // Output Method Setting (0:MONO, 1:STEREO, 2:SURROUND) // LCD Settings (2 fields) ablEnable:1; // Active Backlight Setting (0: not set, 1: set) luminanceLevel:3; // Backlight Luminance (value from 1 to 5) // ---------------- // EULA Settings // ---------------- // EULA Version (4 fields) agreeMinorVer:255; // Agreed EULA Version (minor version) (value from 0 to 255) agreeMajorVer:255; // Agreed EULA Version (major version) (value from 0 to 255) latestMinorVer:255; // Latest EULA Version Saved on System (minor version) (value from 0 to 255) latestMajorVer:255; // Latest EULA Version Saved on System (major version) (value from 0 to 255) // ------------------------------------ // Parental Controls Settings // ------------------------------------ // Launch Restriction Flags (9 fields) parentalIsSet:1; // Are Parental Controls set? (0: not set, 1: set) parentalBrowser:1; // Is there a restriction on launching the full browser? (0: not set, 1: set) parentalUlcd:1; // Is there a restriction on ULCD display? (0: not set, 1: set) parentalPhotoExchange:1; // Is there a restriction on exchanging photos? (0: not set, 1: set) parentalP2PInternet:1; // Is there a restriction on Internet communication with other users? (0: not set, 1: set) parentalP2PCec:1; // Is there a restriction on StreetPass communication with other users? (0: not set, 1: set) parentalAddFriend:1; // Is there a restriction on friend registration? (0: not set, 1: set) parentalDsDownload:1; // Is there a restriction on launching DS downloads? (0: not set, 1: set) parentalShopPoint:1; // Is there a restriction on registering and using shop points? (0: not set, 1: set) // Settings Data (5 fields) RatingOgnCode: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) ratingAge:0; // Rating Value (value from 0 to 30) secretQuestionID:1; // Secret Question Text ID (value from 0 to 31) secretAnswer:Answer to the secret question; // Answer to the Secret Question (minimum of 6 characters, maximum of 64 characters) parentalPassword:0123; // PIN Code (4-digit number) // ------------------ // Other Settings // ------------------ // System Settings (1 field) isOkApplnstall:1; // Automatic Application Installs (0: not set, 1: set)