mirror of
https://github.com/rvtr/rmc_website.git
synced 2025-10-31 13:31:21 -04:00
410 lines
20 KiB
HTML
410 lines
20 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>Settings | rmc's site</title>
|
|
<link rel="icon" type="image/png" href="/icon.png"/>
|
|
<link rel="stylesheet" type="text/css" href="/assets/css/styledsi.css">
|
|
<link id="pagestyle" rel="stylesheet" type="text/css" href="">
|
|
<link rel="alternate" type="application/atom+xml" href="https://ianskinner1982.github.io/feed.xml">
|
|
<script src="/assets/bootstrap/js/bootstrap.bundle.js"></script>
|
|
<script src="/assets/js/main.js"></script>
|
|
|
|
<meta property="og:title" content="Settings">
|
|
|
|
<meta property="og:locale" content="en_US">
|
|
<meta name="description" content="Settings | rmc's site">
|
|
<meta property="og:description" content="Settings | rmc's site">
|
|
<link rel="canonical" href="https://ianskinner1982.github.io">
|
|
<meta property="og:url" content="https://ianskinner1982.github.io">
|
|
<meta property="og:site_name" content="rmc's site">
|
|
|
|
<meta property="og:image" content="https://ianskinner1982.github.io/icon.png">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
</head>
|
|
<body>
|
|
<style>
|
|
body {
|
|
background-image: url('/assets/dsi/background.jpg');
|
|
}
|
|
.nav ul {
|
|
list-style-type: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
padding-left: 3.5%;
|
|
/* overflow: hidden; */
|
|
}
|
|
.navstd {
|
|
float: left;
|
|
}
|
|
.navalt {
|
|
float: right;
|
|
}
|
|
.container {
|
|
position: relative;
|
|
}
|
|
.imageOne {
|
|
z-index: 0;
|
|
}
|
|
.imageTwo {
|
|
z-index: 1;
|
|
}
|
|
.imageThree {
|
|
z-index: 2;
|
|
}
|
|
.imageFour {
|
|
z-index: 3;
|
|
}
|
|
.image {
|
|
position: absolute;
|
|
width: 100px;
|
|
height: 100px;
|
|
}
|
|
.navimgoverlay {
|
|
opacity: 0.0;
|
|
text-align: center;
|
|
float: left;
|
|
padding-top: .6vw;
|
|
width: 6vw;
|
|
height: auto;
|
|
}
|
|
.navimgoverlay:hover {
|
|
opacity: 1.0;
|
|
width: 6vw;
|
|
}
|
|
.navimg {
|
|
text-align: center;
|
|
float: left;
|
|
padding-top: .6vw;
|
|
width: 6vw;
|
|
height: auto;
|
|
}
|
|
.navicon {
|
|
text-align: center;
|
|
float: left;
|
|
padding-top: 2.1vw;
|
|
padding-left: 1.38vw;
|
|
width: 3.2vw;
|
|
height: auto;
|
|
}
|
|
.navedge {
|
|
text-align: center;
|
|
float: left;
|
|
margin: 1%;
|
|
width: 1.5vw;
|
|
height: auto;
|
|
}
|
|
.navpadding li {
|
|
padding-top: 1.5%;
|
|
}
|
|
.image2 {
|
|
position: absolute;
|
|
border-color: #FFFFFF
|
|
width: auto;
|
|
height: auto;
|
|
}
|
|
.image3 {
|
|
position: relative;
|
|
border-color: #FFFFFF
|
|
width: auto;
|
|
height: auto;
|
|
}
|
|
.text {
|
|
position: absolute;
|
|
text-align: left;
|
|
border-color: #FFFFFF;
|
|
font-size: 30px;
|
|
font-size: 1vw;
|
|
padding-top: 2.2vw;
|
|
padding-left: 6.2vw;
|
|
}
|
|
.icon {
|
|
padding-top:2.2vw;
|
|
margin-left: -9.3vw;
|
|
z-index: 2;
|
|
}
|
|
.titleimgoverlay {
|
|
margin: 0% 2% 0%;
|
|
opacity: 0.0;
|
|
text-align: center;
|
|
float: left;
|
|
width: 16vw;
|
|
height: auto;
|
|
}
|
|
.titleimgoverlay:hover {
|
|
opacity: 1.0;
|
|
}
|
|
.titleimg {
|
|
margin: 0% 2% 0%;
|
|
text-align: center;
|
|
float: left;
|
|
width: 16vw;
|
|
height: auto;
|
|
margin-bottom: 10vw;
|
|
}
|
|
.titleedge {
|
|
text-align: center;
|
|
float: left;
|
|
margin: 1%;
|
|
width: 18vw;
|
|
height: auto;
|
|
}
|
|
.titlepadding li {
|
|
padding-top: 1.5%;
|
|
margin: 0% 2% 0%
|
|
}
|
|
.homeimg {
|
|
margin: 6% 5% 0%;
|
|
text-align: center;
|
|
float: right;
|
|
width: 16vw;
|
|
height: auto;
|
|
margin-bottom: 5vw;
|
|
}
|
|
.hometext {
|
|
position: absolute;
|
|
text-align: center;
|
|
border-color: #FFFFFF;
|
|
font-size: 40px;
|
|
font-size: 1.1vw;
|
|
}
|
|
.homeicon {
|
|
padding-top: 6.99vw;
|
|
margin-left: -1.59vw;
|
|
z-index: 2;
|
|
}
|
|
.othertext {
|
|
position: absolute;
|
|
text-align: left;
|
|
border-color: #FFFFFF;
|
|
font-size: 40px;
|
|
font-size: 1.2vw;
|
|
padding-top: 1vw;
|
|
padding-left: 1.2vw;
|
|
}
|
|
</style>
|
|
<div class="nav">
|
|
<nav>
|
|
<ul>
|
|
<li class="navedge"><img src="/assets/dsi/leftbracket.png" style="width:1.5vw;height:auto;margin:auto;"/></li>
|
|
<div class="navpadding">
|
|
<li class="navimg">
|
|
<div class="container">
|
|
<div class="imageOne image"><img src="/assets/dsi/boxfull.png" class="navimg"></div>
|
|
<div class="imageTwo image"><img src="/assets/dsi/icon/back.png" class="navicon"></div>
|
|
<div class="imageThree image"><a href="/"><img src="/assets/dsi/boxoverlay.png" class="navimgoverlay"></a></div>
|
|
</div>
|
|
</li>
|
|
<li class="navimg">
|
|
<div class="container">
|
|
<div class="imageOne image"><img src="/assets/dsi/boxfull.png" class="navimg"></div>
|
|
<div class="imageTwo image"><img src="/assets/dsi/icon/home.png" class="navicon"></div>
|
|
<div class="imageThree image"><a href="/dsi.html"><img src="/assets/dsi/boxoverlay.png" class="navimgoverlay"></a></div>
|
|
</div>
|
|
</li>
|
|
<li class="navimg">
|
|
<div class="container">
|
|
<div class="imageOne image"><img src="/assets/dsi/boxfull.png" class="navimg"></div>
|
|
<div class="imageTwo image"><img src="/assets/dsi/icon/twldevapps.png" class="navicon"></div>
|
|
<div class="imageThree image"><a href="/dsidev/"><img src="/assets/dsi/boxoverlay.png" class="navimgoverlay"></a></div>
|
|
</div>
|
|
</li>
|
|
<li class="navimg">
|
|
<div class="container">
|
|
<div class="imageOne image"><img src="/assets/dsi/boxfull.png" class="navimg"></div>
|
|
<div class="imageTwo image"><img src="/assets/dsi/icon/devshop.png" class="navicon"></div>
|
|
<div class="imageThree image"><a href="/dsidev/dsishop/startup.html"><img src="/assets/dsi/boxoverlay.png" class="navimgoverlay"></a></div>
|
|
</div>
|
|
</li>
|
|
<li class="navimg">
|
|
<div class="container">
|
|
<div class="imageOne image"><img src="/assets/dsi/box.png" class="navimg"></div>
|
|
<div class="imageThree image"><img src="/assets/dsi/boxoverlay.png" class="navimgoverlay"></div>
|
|
</div>
|
|
</li>
|
|
<li class="navimg">
|
|
<div class="container">
|
|
<div class="imageOne image"><img src="/assets/dsi/box.png" class="navimg"></div>
|
|
<div class="imageThree image"><img src="/assets/dsi/boxoverlay.png" class="navimgoverlay"></div>
|
|
</div>
|
|
</li>
|
|
<li class="navimg">
|
|
<div class="container">
|
|
<div class="imageOne image"><img src="/assets/dsi/box.png" class="navimg"></div>
|
|
<div class="imageThree image"><img src="/assets/dsi/boxoverlay.png" class="navimgoverlay"></div>
|
|
</div>
|
|
</li>
|
|
<li class="navimg">
|
|
<div class="container">
|
|
<div class="imageOne image"><img src="/assets/dsi/box.png" class="navimg"></div>
|
|
<div class="imageThree image"><img src="/assets/dsi/boxoverlay.png" class="navimgoverlay"></div>
|
|
</div>
|
|
</li>
|
|
<li class="navimg">
|
|
<div class="container">
|
|
<div class="imageOne image"><img src="/assets/dsi/box.png" class="navimg"></div>
|
|
<div class="imageThree image"><img src="/assets/dsi/boxoverlay.png" class="navimgoverlay"></div>
|
|
</div>
|
|
</li>
|
|
<li class="navimg">
|
|
<div class="container">
|
|
<div class="imageOne image"><img src="/assets/dsi/box.png" class="navimg"></div>
|
|
<div class="imageThree image"><img src="/assets/dsi/boxoverlay.png" class="navimgoverlay"></div>
|
|
</div>
|
|
</li>
|
|
<li class="navimg">
|
|
<div class="container">
|
|
<div class="imageOne image"><img src="/assets/dsi/box.png" class="navimg"></div>
|
|
<div class="imageThree image"><img src="/assets/dsi/boxoverlay.png" class="navimgoverlay"></div>
|
|
</div>
|
|
</li>
|
|
<li class="navimg">
|
|
<div class="container">
|
|
<div class="imageOne image"><img src="/assets/dsi/box.png" class="navimg"></div>
|
|
<div class="imageThree image"><img src="/assets/dsi/boxoverlay.png" class="navimgoverlay"></div>
|
|
</div>
|
|
</li>
|
|
<li class="navimg">
|
|
<div class="container">
|
|
<div class="imageOne image"><img src="/assets/dsi/boxfull.png" class="navimg"></div>
|
|
<div class="imageTwo image"><img src="/assets/dsi/icon/discord.png" class="navicon"></div>
|
|
<div class="imageThree image"><a href="https://discord.gg/XZxxZngwDQ"><img src="/assets/dsi/boxoverlay.png" class="navimgoverlay"></a></div>
|
|
</div>
|
|
</li>
|
|
<li class="navimg">
|
|
<div class="container">
|
|
<div class="imageOne image"><img src="/assets/dsi/boxfull.png" class="navimg"></div>
|
|
<div class="imageTwo image"><img src="/assets/dsi/icon/github.png" class="navicon"></div>
|
|
<div class="imageThree image"><a href="https://github.com/IanSkinner1982/ianskinner1982.github.io/"><img src="/assets/dsi/boxoverlay.png" class="navimgoverlay"></a></div>
|
|
</div>
|
|
</li>
|
|
</div>
|
|
<li class="navedge"><img src="/assets/dsi/rightbracket.png" style="width:1.5vw;height:auto;margin:auto;"/></li>
|
|
</ul>
|
|
</nav>
|
|
</div>
|
|
|
|
<div id="content-wrap">
|
|
<style>
|
|
.float-container {
|
|
border: 0px solid #fff;
|
|
font-size: 0;
|
|
}
|
|
|
|
.float-child1 {
|
|
width: 40%;
|
|
height: 40%;
|
|
float: left;
|
|
padding: 1vw;
|
|
}
|
|
|
|
.float-child2 {
|
|
width: 20%;
|
|
height: 40%;
|
|
float: right;
|
|
padding: 1vw;
|
|
}
|
|
</style>
|
|
<div class="float-container">
|
|
<div class="float-child1">
|
|
<div class="container">
|
|
<div class="imageOne image">
|
|
<img src="/assets/dsi/widebarnoprompt_u.png" style="width:75vw;">
|
|
<img src="/assets/dsi/widepromptnobar.png" style="width:75vw;height:347vw;">
|
|
<img src="/assets/dsi/widebarnoprompt_d.png" style="width:75vw;">
|
|
</div>
|
|
<div class="othertext" style="width:73.5vw;">
|
|
<h1>System Settings</h1>The majority of this info comes from TCRF, linked <a href="https://tcrf.net/Proto:Nintendo_DSi_System_Settings">here</a>. Go check them out, they're an amazing resource (but sadly no links there, which is why this exists).<br><br>Global controls:<br>L/R to change brightness, and START to reboot.
|
|
<h2>Version 5199</h2>The SDK 5199 version of System Settings is currently the earliest known build, and is found in the <code>TwlIPL</code><span style="color:red;">*</span>. It comes with the following settings<br><code> - Language</code>, lets you change your language<br><code> - Date & Time</code>, changes the date and time<br><code> - User Information</code>, lets you change your name, birthday, color, and message<br><code> - Touch Panel</code>, lets you calibrate the touch screen<br> <code>- Country</code>, lets you change your console's country<br><code> - Parental Control</code>, age restrict/pin lock games. This setting is missing page 3, and you can only select the ESRB for organization.<br><br><span style="color:red;">*I looked in TwlIPL and could only find the unversioned build. Either TCRF was wrong, or I missed it. Please let me know if you can find 5199 (ianskinner519@gmail.com).</span>
|
|
<h2>Version 6291</h2>6291 is a big step down from 5199, and only comes with the following settings<br><code> - Language</code>, lets you change your language<br><code> - Date & Time</code>, changes the date and time<br><code> - User Information</code>, lets you change your name, birthday, color, and message<br><code> - Touch Panel</code>, lets you calibrate the touch screen<br><code> - Wireless</code>, lets you turn wireless communications on and off<br>
|
|
<h2>Version 7739</h2>7739 is currently the most complete known build, and is found in the many unformatted DSi units. It is quite possibly left over from a factory install. It comes with the following settings<br><code> - Language</code>, lets you change your language<br><code> - Date & Time</code>, changes the date and time<br><code> - User Information</code>, lets you change your name, birthday, color, and message<br><code> - Touch Panel</code>, lets you calibrate the touch screen<br><code> - Wireless</code>, lets you turn wireless communications on and off<br><code> - Machine Clean Up</code>, formats the console<br><code>- Country</code>, lets you change your console's country<br><code> - Parental Control</code>, age restrict/pin lock games. This setting is missing page 3, and you can only select the ESRB for organization.<br><code> - EULA</code>, lets you agree or dissagree with the EULA, and set the agreed EULA version.<br><code> - Freesoft Box</code>, lets you change the number of free home menu slots. This feature does not seem to work properly, as the number is reset after the home menu is loaded.
|
|
<h2>Version ????</h2>This is an unversioned copy of System Settings from <code>TwlIPL/branches/20130304_launcher_save_app_tosd_Remodel/build/systemMenu_RED/MachineSettings/ARM9/bin/ARM9-TS.LTD.thumb/Release/</code>. It appears to be very similar to 7739, however it does not show the SDK/IPL version, and has graphical issues (screen flickering, and some text not displaying correctly). See the screenshots below for examples of those errors.
|
|
<div style="text-align:center;"><h1>Screenshots:</h1>
|
|
|
|
<div style="float: left;width: 35vw;"><img src="/assets/dsi/screenshots/MachineSettings/main.gif" style="width:30vw;filter:drop-shadow(0.25rem 0.25rem 0.5rem #000000);padding-bottom:2vw;"></div>
|
|
<div style="float: left;width: 36vw;"><img src="/assets/dsi/screenshots/MachineSettings/language_select.png" style="width:30vw;filter:drop-shadow(0.25rem 0.25rem 0.5rem #000000);padding-bottom:2vw;"></div>
|
|
|
|
<h3>The following two gifs show graphical bugs found in the app:</h3>
|
|
<div style="float: left;width: 35vw;"><img src="/assets/dsi/screenshots/MachineSettings/glitch.gif" style="width:30vw;filter:drop-shadow(0.25rem 0.25rem 0.5rem #000000);padding-bottom:2vw;"></div>
|
|
<div style="float: left;width: 35vw;"><img src="/assets/dsi/screenshots/MachineSettings/parental_control_glitch.gif" style="width:30vw;filter:drop-shadow(0.25rem 0.25rem 0.5rem #000000);padding-bottom:2vw;"></div>
|
|
|
|
<div style="float: left;width: 35vw;"><img src="/assets/dsi/screenshots/MachineSettings/touch_panel_calibration.gif" style="width:30vw;filter:drop-shadow(0.25rem 0.25rem 0.5rem #000000);padding-bottom:2vw;"></div>
|
|
<div style="float: left;width: 35vw;"><img src="/assets/dsi/screenshots/MachineSettings/user_info.png" style="width:30vw;filter:drop-shadow(0.25rem 0.25rem 0.5rem #000000);padding-bottom:2vw;"></div>
|
|
<div style="float: left;width: 35vw;"><img src="/assets/dsi/screenshots/MachineSettings/color_select.png" style="width:30vw;filter:drop-shadow(0.25rem 0.25rem 0.5rem #000000);padding-bottom:2vw;"></div>
|
|
<div style="float: left;width: 35vw;"><img src="/assets/dsi/screenshots/MachineSettings/color_select_1.png" style="width:30vw;filter:drop-shadow(0.25rem 0.25rem 0.5rem #000000);padding-bottom:2vw;"></div>
|
|
<div style="float: left;width: 35vw;"><img src="/assets/dsi/screenshots/MachineSettings/eula.png" style="width:30vw;filter:drop-shadow(0.25rem 0.25rem 0.5rem #000000);padding-bottom:2vw;"></div>
|
|
<div style="float: left;width: 35vw;"><img src="/assets/dsi/screenshots/MachineSettings/eula_yn.png" style="width:30vw;filter:drop-shadow(0.25rem 0.25rem 0.5rem #000000);padding-bottom:2vw;"></div>
|
|
<div style="float: left;width: 35vw;"><img src="/assets/dsi/screenshots/MachineSettings/eula_ver.png" style="width:30vw;filter:drop-shadow(0.25rem 0.25rem 0.5rem #000000);padding-bottom:2vw;"></div>
|
|
<div style="float: left;width: 35vw;"><img src="/assets/dsi/screenshots/MachineSettings/machine_clean_up.png" style="width:30vw;filter:drop-shadow(0.25rem 0.25rem 0.5rem #000000);padding-bottom:2vw;"></div>
|
|
<div style="float: left;width: 35vw;"><img src="/assets/dsi/screenshots/MachineSettings/country_select.png" style="width:30vw;filter:drop-shadow(0.25rem 0.25rem 0.5rem #000000);padding-bottom:2vw;"></div>
|
|
<div style="float: left;width: 35vw;"><img src="/assets/dsi/screenshots/MachineSettings/birthday.png" style="width:30vw;filter:drop-shadow(0.25rem 0.25rem 0.5rem #000000);padding-bottom:2vw;"></div>
|
|
<div style="float: left;width: 35vw;"><img src="/assets/dsi/screenshots/MachineSettings/freesoft_box.png" style="width:30vw;filter:drop-shadow(0.25rem 0.25rem 0.5rem #000000);padding-bottom:2vw;"></div>
|
|
<div style="float: left;width: 35vw;"><img src="/assets/dsi/screenshots/MachineSettings/freesoft_box_select.png" style="width:30vw;filter:drop-shadow(0.25rem 0.25rem 0.5rem #000000);padding-bottom:2vw;"></div>
|
|
<div style="float: left;width: 35vw;"><img src="/assets/dsi/screenshots/MachineSettings/time_select.png" style="width:30vw;filter:drop-shadow(0.25rem 0.25rem 0.5rem #000000);padding-bottom:2vw;"></div>
|
|
<div style="float: left;width: 35vw;"><img src="/assets/dsi/screenshots/MachineSettings/wireless.png" style="width:30vw;filter:drop-shadow(0.25rem 0.25rem 0.5rem #000000);padding-bottom:2vw;"></div></div>
|
|
</div>
|
|
</div>
|
|
</ul>
|
|
</div>
|
|
<div class="float-child2">
|
|
<div class="container">
|
|
<div class="imageOne image">
|
|
<img src="/assets/dsi/thinbarnoprompt_u.png" style="width:20vw;">
|
|
<img src="/assets/dsi/thinpromptnobar.png" style="width:20vw;height:347vw;">
|
|
<img src="/assets/dsi/thinbarnoprompt_d.png" style="width:20vw;">
|
|
</div>
|
|
<div class="imageTwo">
|
|
<ul class="homeimg">
|
|
<div class="container">
|
|
<div class="imageTwo image2">
|
|
<img src="/assets/dsi/homemenu.png" class="homeimg">
|
|
</div>
|
|
<div class="imageThree image3">
|
|
<div class="hometext" style="padding-top: 2.7vw;padding-left: 4.8vw;">Settings</div>
|
|
<!--padding-top 2vw and 2.7vw for two and one line banners, respectively-->
|
|
<div class="imageThree image3 homeicon">
|
|
<img src="/assets/dsi/icon/machinesettings.gif" width="13%" height="13%">
|
|
</div>
|
|
</div>
|
|
<div class="othertext" style="text-align:left;padding-top:25%;margin-left:-15%;">
|
|
<p>
|
|
<b>Source:</b><div style="font-size: 40px;font-size: 1vw;">Gigaleaks/platinum.7z/twl.7z/TwlIPL<br>TWL prototype units</div><br>
|
|
<b>Downloads:</b>
|
|
<table class="othertexts" style="solid; width: 100%;font-size: 3px;font-size: 1vw;">
|
|
<tr>
|
|
<th><br>SRL</th>
|
|
<th><br>TAD</th>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="https://archive.org/download/rmc-dsi/MachineSettings/HNBA.srl">????</a></td>
|
|
<td><a href="https://archive.org/download/rmc-dsi/MachineSettings/HNBA.tad">????</a></td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="https://archive.org/download/rmc-dsi/MachineSettings/HNBA.6291.srl">6291</a></td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="https://archive.org/download/rmc-dsi/MachineSettings/HNBA.7739.srl">7739</a></td>
|
|
</tr>
|
|
</table>
|
|
|
|
</p>
|
|
</div>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</body>
|
|
<footer>
|
|
<br><br><br><footer class="bg-light text-lg-start border-top align-items-center text-center" style="text-align:center;">
|
|
<div class="text-center p-3 align-items-center" style="font-size: 8px;">
|
|
Copyright © 2021-<span id="footerDate"></span> Ian M. Skinner <a href="/contactus" class="text-reset fw-bold">Contact me.</a>
|
|
</div>
|
|
</footer>
|
|
|
|
</footer>
|
|
</html>
|