Sleep screen
This section teaches you about modifying the sleep screen.
You will need
MSBT Editor
Color Documentation sleep_LZ.bin (moderated)
tab.
A hex editor such as HxD
Changing Text
- Extract and open MsbtEditor.exe
- Select
File >> Open
and navigate to your HMRT folder from Start. - Navigate to
ExtractedRomFS/message
. - Enter the
<region_language>
folder, region being the region of your console, and language being the language selected on the console. - Open menu_msbt.lz.
- Locate all the sections containing text related to the sleep menu.
- lau_b_shutdown
- lau_press_pow_u0
- lau_press_pow_u1
- lau_press_pow0
- lau_press_pow1
- lau_press_pow2
- lau_press_pow3
- lau_press_pow4
- lau_press_pow5
- lau_press_pow5_flw
- Edit any text you would like. For newlines, copy the weird looking character and paste it wherever you would like to go to the next line.
- When finished with your edits, click save.
- Make sure everything is formatted correctly by using steps 4-5 in Start!
Changing Colors
- Navigate to your HMRT folder from Start.
- Navigate to
ExtractedRomFS
. - Open
sleep.lz
in HxD, or your preferred hex editor. - Open the color documentation and find the asset you would like to recolor.
- Hit Ctrl + G.
- Copy and paste the offset from the
Offsets (hexadecimal)
column. - Locate the value from the
Color (hex)
column. - Replace it with whatever color you like.
- When finished editing, save the file.
- See if you like the color by using steps 4-5 in Start!