User:ManiacOfHomebrew/3DS 12-hour Clock: Difference between revisions
User page
More actions
m Formatting issue |
m Text replacement - "\[\[Get support\|(.*?)\]\]" to "{{ml|Get support|$1}}" |
||
| (4 intermediate revisions by 2 users not shown) | |||
| Line 4: | Line 4: | ||
==Required Reading== | ==Required Reading== | ||
The 3DS uses the 24-hour time format to display the time on the HOME | The 3DS uses the 24-hour time format to display the time on the HOME Menu among other applets. This guide shows you how to convert the 3DS system's clock on the HUD of the HOME Menu to a 12-hour format. | ||
<!-- | |||
{{Info|text=This will not affect other applets such as System Settings or the Nintendo eShop at the moment, meaning you will only see a 12-hour clock on the HOME Menu.}}{{Info|text=The clock will display in Japanese 12-hour time, which means that 12:00 (both midnight and noon) will be displayed as 0:00. All other hours of the day function as expected.}}<!-- | |||
This guide is based heavily on a custom HOME menu guide by Dungeonfire available at https://axities.github.io/ | This guide is based heavily on a custom HOME menu guide by Dungeonfire available at https://axities.github.io/ | ||
However, that guide is decently outdated, and users should be redirected to https://3ds.codeberg.page/homemenu/ instead. | However, that guide is decently outdated, and users should be redirected to https://3ds.codeberg.page/homemenu/ instead. | ||
I left this comment here as attribution ~Aven | I left this comment here as attribution ~Aven | ||
--> | --> | ||
{{Warning|text=There have been reports that using custom HOME menu modifications via LayeredFS in Luma can randomly cause the system to crash when returning to the HOME menu from a game. Until this issue is fixed, a patched CIA is the recommended way to use this modification.}} | |||
==What You Need== | ==What You Need== | ||
| Line 17: | Line 19: | ||
*The latest version of [https://github.com/IcySon55/3DLandMSBTeditor/releases MSBT Editor Reloaded] | *The latest version of [https://github.com/IcySon55/3DLandMSBTeditor/releases MSBT Editor Reloaded] | ||
*The latest version of [[3DS:GodMode9/Usage#Updating GodMode9|GodMode9]] installed | *The latest version of [[3DS:GodMode9/Usage#Updating GodMode9|GodMode9]] installed | ||
*A Windows | *A computer running Windows, or Wine for Mac/Linux (Required to run MSBT Editor) | ||
==Instructions== | ==Instructions== | ||
| Line 28: | Line 30: | ||
#Select "Title manager" | #Select "Title manager" | ||
#Select "[1:] NAND / TWL" | #Select "[1:] NAND / TWL" | ||
#Scroll down through the list and select a title labeled <code>(CTR-N-HMME)</code>. This is the | #Scroll down through the list and select a title labeled <code>(CTR-N-HMME)</code>. This is the HOME Menu application | ||
#Select "Manage Title..." | #Select "Manage Title..." | ||
#Select "Build CIA (standard)" | #Select "Build CIA (standard)" | ||
| Line 52: | Line 54: | ||
===Section III - Installing=== | ===Section III - Installing=== | ||
<tabber> | <tabber> | ||
|-| | |-|Patched CIA (Recommended)= | ||
{{Warning|text=<b>Read this box closely!</b> | {{Warning|text=<b>Read this box closely!</b> | ||
*This method | *This method makes direct edits to your system HOME Menu. | ||
*Create/update your NAND backup! When making changes to your device, there is always the chance you will brick. | *Create/update your NAND backup! When making changes to your device, there is always the chance you will brick. | ||
*Having a custom | *Having a custom HOME Menu installed breaks system updates. If you want to update your system, you will have to restore your HOME Menu with a blank <code>HomeMenu.cia</code> first.}} | ||
# In the Home Menu Rebuilding Tool window, push {{Key press|6}} on your keyboard to recompress the components | # In the Home Menu Rebuilding Tool window, push {{Key press|6}} on your keyboard to recompress the components | ||
| Line 96: | Line 76: | ||
# Push {{Key press|A}} twice then {{Key press|Start}} to reboot | # Push {{Key press|A}} twice then {{Key press|Start}} to reboot | ||
{{success|text=Your | {{success|text=The HOME Menu's clock should now be displaying 12-hour time.}} | ||
|-|Luma LayeredFS= | |||
[[File:USEnglish12HourTime.png|thumb|The file structure for a US_English 12-hour time patch file.]] | |||
#In the Home Menu Rebuilding Tool window, push {{Key press|6}} on your keyboard to recompress the components | |||
#Close the Home Menu Rebuilding Tool window. | |||
#On your 3ds SD Card, create the following folder corresponding to your region: | |||
*JPN: <code>luma/titles/0004003000008202/romfs</code> | |||
*USA: <code>luma/titles/0004003000008F02/romfs</code> | |||
*EUR: <code>luma/titles/0004003000009802/romfs</code> | |||
*CHN: <code>luma/titles/000400300000A102/romfs</code> | |||
*KOR: <code>luma/titles/000400300000A902/romfs</code> | |||
*TWN: <code>luma/titles/000400300000B102/romfs</code> | |||
<ol start="4"> | |||
<li>Create the <code>message_hud/<Your language></code> folder inside the <code>romfs</code> folder.</li> | |||
<li>Copy <code>hud_msbt_LZ.bin</code> from <code>ExtractedRomFS/message_hud/<Your language></code> to the new folder.</li> | |||
<li>Eject your SD Card and put it back in the console.</li> | |||
<li>Start your device and hold SELECT to enter the Luma3DS configuration screen</li> | |||
<li>Press (A) on <code>( ) Enable game patching</code> to tick it (if it is not already ticked) <code>(x)</code></li> | |||
<li>Press <code>START</code> to boot the the HOME Menu</li> | |||
</ol> | |||
{{success|text=The HOME Menu's clock should now be displaying 12-hour time.}} | |||
</tabber> | </tabber> | ||
{{info|text=If the HOME menu does not boot or you encounter any other problem, it is recommended that you ask for help on the | {{info|text=If the HOME menu does not boot or you encounter any other problem, it is recommended that you ask for help on the {{ml|Get support|Nintendo Homebrew Discord server}} in one of the 3DS assistance channels, mentioning that you were following this guide.}} | ||