The Homebrew Launcher (new-hbmenu) v2.1.0 Released

The Homebrew Launcher (new-hbmenu) v2.1.0 Released


Two years after the initial release the new-hbmenu, which is fincs improved port of the smea's Homebrew Launcher the scene has been graced with a new version. The Homebrew Launcher is the main gateway to loading 3dsx based homebrew on the various incarnations of Nintendo's 3DS and 2DS portable video gaming consoles.


Description

The Homebrew Menu is the main gateway to loading homebrew on the Nintendo 3DS.
 
What's New?

* Added netsender functionality, for sending homebrew to other 3DSes directly from hbmenu
* Added Chinese language support
* Improved Korean and Japanese translations
* Now displays Wifi strength in status bar
* Hidden files and dotfiles are now hidden
* Fixed text rendering in non-JPN/USA/EUR system fonts
* Fixed positioning of the HOME button icon in New 2DS XL systems
* Further improvements to overall system stability and other minor adjustments have been made to enhance the user experience

Instructions

#### Usage

To install hbmenu, simply copy boot.3dsx to the root of your SD card.

Use the D-Pad, Circle Pad or the touchscreen to select an application, and press A or touch it again to start it. Use the C-Stick alternatively on New 3DS to scroll the list of applications.

On certain entrypoints (ninjhax 1.x and hax 2.x), it is not possible to go back to the 3DS HOME menu using the HOME button. As an alternative, you can press the START button where you can reboot your console or (in the case of hax 2.x) relaunch HOME menu.

hbmenu starts in the sdmc:/3ds/ directory for applications and it will look for 3dsx files inside it. You can navigate the directory tree and open/browse folders as you would expect. Old style application bundle folders are also detected, however this functionality may be removed in the future.

Here is an example directory structure that hbmenu will have no trouble recognizing:

* sdmc:/
* 3ds/
* games/
* Hermes.3dsx
* cubemadness.3dsx
* 3dscraft.3dsx
* blargSNES.3dsx
* gameyob.3dsx
* 3dnes.3dsx
* ftpd.3dsx
* Themely.3dsx

If hbmenu does not find an icon file (either embedded in the executable or provided separately) to associate with a given 3dsx, it will display a default icon and the path to the executable as a fallback.

hbmenu also allows you to create "shortcuts" which are xml files containing a path to a 3dsx file and optional arguments to pass to the .3dsx. This file can also include a path to icon data as well as name, description and author text using tags as follows:

```
[shortcut]
[executable]The path to the 3dsx file goes here.[/executable]
[icon]path to smdh icon data[/icon]
[arg]Place arguments to be passed to 3dsx here.[/arg]
[name]Name to display[/name]
[description]Description of homebrew app[/description]
[author]Name of the author[/author]
[/shortcut]

```

Arguments are space or tab separated but can use single or double quotes to contain whitespace.

Name, description and author will be read from the .3dsx if it has embedded SMDH data or from the supplied icon path. The fields in the xml file will then override their respective entries.

You should not hotswap the SD card while hbmenu is running since it compromises the 3DS OS's stability amongst other things. It is recommended that you instead use a file transfer homebrew application such as ftpd to transfer files without rebooting.

#### [](#technical-notes)Technical notes

hbmenu does all its rendering in hardware thanks to the [citro3d](https://github.com/fincs/citro3d) library. The 3DS system font is also used to render all text.

hbmenu uses some funky mechanisms to launch 3dsx files. If you're interested in launching 3dsx files from your own application, you should look here; although these mechanisms may change in the future.

#### [](#netloader)Netloader

hbmenu contains support for the 3dslink protocol, which allows you to remotely load applications. Press Y to activate as usual then run `3dslink [3dsxfile]` if your network can cope with UDP broadcast messages. If 3dslink says 3DS not found then you can use `-a [ip address]` to tell it where to send the file.

All the other arguments you give 3dslink will be passed as arguments to the launched 3dsx file. You can also specify argv[0] with `-0 [argument]` which is useful for setting the current working directory if you already have data files in a particular place, i.e. `3dslink myfile.3dsx -0 sdmc:/3ds/mydata/`

3dslink is provided with devkitARM or you can download binaries from [WinterMute's website](http://davejmurphy.com/3dslink/).

Changelog

v2.1.0

* Added netsender functionality, for sending homebrew to other 3DSes directly from hbmenu
* Added Chinese language support
* Improved Korean and Japanese translations
* Now displays Wifi strength in status bar
* Hidden files and dotfiles are now hidden
* Fixed text rendering in non-JPN/USA/EUR system fonts
* Fixed positioning of the HOME button icon in New 2DS XL systems
* Further improvements to overall system stability and other minor adjustments have been made to enhance the user experience

v2.0.0

Complete rewrite
Now using GPU hardware rendering and stereoscopic 3D
Rosalina support (∩ ͡° ͜ʖ ͡°)⊃━☆゚
Translations for all 3DS system languages (except for Chinese)
Maybe others I forgot to mention
Links & Downloads
https://github.com/fincs/new-hbmenu/releases/tag/v2.1.0

Post a Comment

0 Comments