User:ManiacOfHomebrew/3DS 12-hour Clock: Difference between revisions
User page
More actions
m Text replacement - "\[\[Get support\|(.*?)\]\]" to "{{ml|Get support|$1}}" |
m Clarify folder creation, and strange whitespace |
||
| (11 intermediate revisions by 4 users not shown) | |||
| Line 3: | Line 3: | ||
*In addition, I would like this to work across all applets, but that will take some time to flesh out.}} | *In addition, I would like this to work across all applets, but that will take some time to flesh out.}} | ||
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. This will not affect other applets such as System Settings or the Nintendo eShop at the moment. | |||
<!-- | |||
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 | ||
--> | --> | ||
==What You Need== | ==What You Need== | ||
| Line 19: | Line 17: | ||
*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 | ||
* | *Windows - required for this guide currently, may not be in the future | ||
== | ==Section I - Preparations== | ||
{{info|text=In this guide, <code> | {{info|text=In this guide, <code>Your language</code> is to be substituted with your consoles language selection. For example, <code>US_English</code>.}} | ||
#Extract Home Menu Rebuilding Tool as well as MSBT Editor Reloaded to a new folder on your computer | #Extract Home Menu Rebuilding Tool as well as MSBT Editor Reloaded to a new folder on your computer | ||
| Line 30: | Line 27: | ||
#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 39: | Line 36: | ||
#Make another copy of this <code>.cia</code> file in the folder created in step 1 | #Make another copy of this <code>.cia</code> file in the folder created in step 1 | ||
#Rename it to <code>HomeMenu.cia</code> | #Rename it to <code>HomeMenu.cia</code> | ||
==Section II - Modifying== | |||
*Open <code> | *Open <code>Home Menu Rebuilding Tool.bat</code> | ||
*Push {{Key press|1}} on your keyboard to extract the components of the Home Menu | *Push {{Key press|1}} on your keyboard to extract the components of the Home Menu | ||
*Push {{Key press|5}} on your keyboard to decompress the components | *Push {{Key press|5}} on your keyboard to decompress the components | ||
*Keep the window open and open <code>MsbtEditor.exe</code> | *Keep the window open and open <code>MsbtEditor.exe</code> | ||
*Drag the file named <code>hud_msbt.LZ</code> from <code>ExtractedRomFS/message_hud/ | *Drag the file named <code>hud_msbt.LZ</code> from <code>ExtractedRomFS/message_hud/Your language</code> into MsbtEditor | ||
*Scroll down and select <code>lau_hours</code> in the list on the left | *Scroll down and select <code>lau_hours</code> in the list on the left | ||
*Change <code>%H</code> to <code>%h</code> in the first text box labeled "Edit:" | *Change <code>%H</code> to <code>%h</code> in the first text box labeled "Edit:" | ||
*Push {{B|Ctrl|S}} to save, then close MsbtEditor | *Push {{B|Ctrl|S}} to save, then close MsbtEditor | ||
==Section III - Installing== | |||
<tabber> | <tabber> | ||
|-| | |-|Luma LayeredFS (Recommended)= | ||
[[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> | |||
#Create the <code>message_hud/Your language</code> folder inside the <code>romfs</code> folder. | |||
#Copy <code>hud_msbt_LZ.bin</code> from <code>ExtractedRomFS/message_hud/Your language</code> to the new folder. | |||
#Eject your SD Card and put it back in the console. | |||
#Start your device and hold SELECT to enter the Luma3DS configuration screen | |||
#Press (A) on <code>( ) Enable game patching</code> to tick it (x) | |||
#Press <code>START</code> to boot the the home menu | |||
{{success|text=Your Home Menu should now display 12-hour time.}} | |||
|-|Patched CIA= | |||
{{Warning|text=<b>Read this box closely!</b> | {{Warning|text=<b>Read this box closely!</b> | ||
*This method makes direct edits to your system | *This method is much less preferred than LayeredFS, as it makes direct edits to your system home menu. Only use this as a last resort, and troubleshooting LayeredFS was not successful! | ||
*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 76: | Line 95: | ||
# Push {{Key press|A}} twice then {{Key press|Start}} to reboot | # Push {{Key press|A}} twice then {{Key press|Start}} to reboot | ||
{{success|text= | {{success|text=Your Home Menu should now display 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 [https://discord.gg/nintendohomebrew Nintendo Homebrew Discord server] in one of the 3DS assistance channels, mentioning that you were following this guide.}} | ||