More actions
No edit summary |
|||
Line 1: | Line 1: | ||
{{Infobox 3DS Homebrews | {{Infobox 3DS Homebrews | ||
|title=Home Menu Rebuilding Tool (HMRT) | |title=Home Menu Rebuilding Tool (HMRT) | ||
Line 11: | Line 5: | ||
|author=schrmh | |author=schrmh | ||
|lastupdated=2021/10/19 | |lastupdated=2021/10/19 | ||
|type= | |type=Theme Tools | ||
|version=0.8.1 | |version=0.8.1 | ||
|license=Mixed | |license=Mixed | ||
Line 19: | Line 13: | ||
|discussion= | |discussion= | ||
}} | }} | ||
A Windows/Linux tool that allows you to customize the looks of your Home and Sleep Menu (WIP). | |||
Use it with [https://3ds.codeberg.page/homemenu/ this guide]. | |||
==Screenshots== | |||
'''Custom menu examples'''<br> | |||
https://dlhb.gamebrew.org/3dshomebrews/homemenurebuildingtool3ds3.png | |||
https://dlhb.gamebrew.org/3dshomebrews/homemenurebuildingtool3ds4.png | |||
==Changelog== | |||
'''GNU/LINUX 2021/03/29''' | |||
*Fixed full rebuild. Problem was that the variable content changed cause at some point I switched from numbers to strings in the case. | |||
*However, I did not test the created HomeMenu after this change but don't think something broke. Btw. those errors at the last step — the BUILD step — are normal cause WINE is still used there! | |||
'''GNU/LINUX 2020/11/14''' | |||
*Broke full rebuild with some changes. Choose previous commit or call each step individually until I fix it. | |||
*Added bclimtool and darctool and a script extractLZ so that GNU/Linux users don't need to wait until Kuriimu2 (which uses dotnetcore!) finally works to be able to view PNG files within bclim files.. | |||
*Useful tip: Use magick display 'vid:*.png' (needs imagemagick) to view all png files in a folder at once. | |||
'''GNU/LINUX 2020/09/02''' | |||
*A full rebuild COULD work (on GNU/Linux after a few tries) and IF it builds a edited CIA then it SHOULDN'T lead to a softbrick. | |||
*It should be possible to exchange files between Windows and GNU/Linux regardless of the steps that were executed. | |||
*(Design choice: for files extracted from or modified on linux the LZ extension is lowercase -> we won't need to ask which plattform people use). | |||
==Credits== | ==Credits== |
Revision as of 01:23, 11 April 2023
Home Menu Rebuilding Tool (HMRT) | |
---|---|
File:Homemenurebuildingtool3ds.png | |
General | |
Author | schrmh |
Type | Theme Tools |
Version | 0.8.1 |
License | Mixed |
Last Updated | 2021/10/19 |
Links | |
Download | |
Website | |
Source | |
A Windows/Linux tool that allows you to customize the looks of your Home and Sleep Menu (WIP).
Use it with this guide.
Screenshots
Custom menu examples
Changelog
GNU/LINUX 2021/03/29
- Fixed full rebuild. Problem was that the variable content changed cause at some point I switched from numbers to strings in the case.
- However, I did not test the created HomeMenu after this change but don't think something broke. Btw. those errors at the last step — the BUILD step — are normal cause WINE is still used there!
GNU/LINUX 2020/11/14
- Broke full rebuild with some changes. Choose previous commit or call each step individually until I fix it.
- Added bclimtool and darctool and a script extractLZ so that GNU/Linux users don't need to wait until Kuriimu2 (which uses dotnetcore!) finally works to be able to view PNG files within bclim files..
- Useful tip: Use magick display 'vid:*.png' (needs imagemagick) to view all png files in a folder at once.
GNU/LINUX 2020/09/02
- A full rebuild COULD work (on GNU/Linux after a few tries) and IF it builds a edited CIA then it SHOULDN'T lead to a softbrick.
- It should be possible to exchange files between Windows and GNU/Linux regardless of the steps that were executed.
- (Design choice: for files extracted from or modified on linux the LZ extension is lowercase -> we won't need to ask which plattform people use).
Credits
- 3dstool - Didn't know there was a linux version. MIT in /HMRT
- ctrtool & makerom - MIT license copied to /HMRT
- sockfile
- ncchinfo_gen
- bclimtool
- darctool
External links
- Github - https://github.com/schrmh/HMRT