Homebrew Question Homebrew menu is accessed if album is clicked without holding R button

AshenWolf

Well-Known Member
OP
Member
Joined
Feb 10, 2019
Messages
196
Trophies
0
Age
25
XP
1,164
Country
Philippines
Homebrew menu is accessed if album is clicked while holding R after selecting album launches the album. Isn't it supposed to do the opposite? If so, is it possible to launch it the old way?
 
  • Like
Reactions: Heraczek

bad361

Well-Known Member
Member
Joined
Jun 18, 2018
Messages
1,165
Trophies
0
Location
Moscow
XP
2,200
Country
Russia
Change
override_key_0=!R
to
override_key_0=R
in atmosphere/config/override_config.ini in [hbl config] section.
And make sure those lines don't have any symbols like ";" or "#" in the beginning.

Your hbl config should look like this:
[hbl_config]
; Program Specific Config
; Up to 8 program-specific configurations can be set.
; These use `program_id_#` and `override_key_#`
; where # is in range [0,7].
program_id_0=010000000000100D
override_key_0=R
 

USUKDecks

Well-Known Member
Newcomer
Joined
Jan 18, 2020
Messages
64
Trophies
0
Age
42
XP
248
Country
United States
so now this is how it works:

to get into hbmenu "applet mode" where a good chunk of apps don't work right or at all, you just enter Album with A button.

To enter the Album so you can see your screen shots, while on the album icon, hold down "R" while press "A" and you'll enter the album and see your screen shots.

To enter hbmenu "full mode" or regular mode (which is what you may want most of the time) just go to any installed game, hold down "R" and press "A", keep holding R while pressing A at the choose profile window, continue to hold R until HBmenu pops up... done
 
Last edited by USUKDecks,
  • Like
Reactions: BigOnYa and Tac 21

kingm7md

New Member
Newbie
Joined
Nov 2, 2022
Messages
4
Trophies
0
Age
19
XP
7
Country
United Arab Emirates
so now this is how it works:

to get into hbmenu "applet mode" where a good chunk of apps don't work right or at all, you just enter Album with A button.

To enter the Album so you can see your screen shots, while on the album icon, hold down "R" while press "A" and you'll enter the album and see your screen shots.

To enter hbmenu "full mode" or regular mode (which is what you may want most of the time) just go to any installed game, hold down "R" and press "A", keep holding R while pressing A at the choose profile window, continue to hold R until HBmenu pops up... done
i don't have any installed games
 

Heraczek

Member
Newcomer
Joined
Apr 14, 2023
Messages
5
Trophies
0
Age
28
XP
18
Country
United States
Change to in atmosphere/config/override_config.ini in [hbl config] section.
And make sure those lines don't have any symbols like ";" or "#" in the beginning.

Your hbl config should look like this:
Change to in atmosphere/config/override_config.ini in [hbl config] section.
And make sure those lines don't have any symbols like ";" or "#" in the beginning.

Your hbl config should look like this:
hi, a lot changed and there is so much more in that code so can you make new tutorial to disable applet mode at least when opening gallery
 

Heraczek

Member
Newcomer
Joined
Apr 14, 2023
Messages
5
Trophies
0
Age
28
XP
18
Country
United States
When you open it via gallery it is going to be to applet mode, if you want full ram mode install the homebrew menu forwarder nsp or use a game title via title override.
When you open it via gallery it is going to be to applet mode, if you want full ram mode install the homebrew menu forwarder nsp or use a game title via title override.
yes, I know, I want to open the gallery without having to press the r button. If it doesn't work, it's okay. My younger brother sometimes plays on my switch and he just never gets how to close the homebrew menu, but kids get older and he’ll get it someday, so if there is no way to do it, it's ok
 
Last edited by Heraczek,

Hayato213

..
Member
Joined
Dec 26, 2015
Messages
16,239
Trophies
1
Location
Aionios
XP
14,741
Country
United States
yeah ik what I want is when i press gallery I want to open gallery without holding R

In the override config you got this

[hbl_config]
; Program Specific Config
; Up to 8 program-specific configurations can be set.
; These use `program_id_#`, `override_address_space_#`, and `override_key_#`
; where # is in range [0,7].
; program_id_0=010000000000100D
; override_address_space=39_bit
; override_key_0=!R

; Any Application Config
; Note that this will only apply to program IDs that
; are both applications and not specified above
; by a program specific config.
; override_any_app=true
; override_any_app_key=R
; override_any_app_address_space=39_bit
; path=atmosphere/hbl.nsp

[default_config]
; override_key=!L
; cheat_enable_key=!L

so you can try changing

Change
override_key_0=!R
to
override_key_0=R
 

The Real Jdbye

*is birb*
Member
Joined
Mar 17, 2010
Messages
22,593
Trophies
4
Location
Space
XP
12,559
Country
Norway
In the override config you got this

[hbl_config]
; Program Specific Config
; Up to 8 program-specific configurations can be set.
; These use `program_id_#`, `override_address_space_#`, and `override_key_#`
; where # is in range [0,7].
; program_id_0=010000000000100D
; override_address_space=39_bit
; override_key_0=!R

; Any Application Config
; Note that this will only apply to program IDs that
; are both applications and not specified above
; by a program specific config.
; override_any_app=true
; override_any_app_key=R
; override_any_app_address_space=39_bit
; path=atmosphere/hbl.nsp

[default_config]
; override_key=!L
; cheat_enable_key=!L

so you can try changing

Change

to
Also remove the "; " in front.
 
  • Like
Reactions: Hayato213

Heraczek

Member
Newcomer
Joined
Apr 14, 2023
Messages
5
Trophies
0
Age
28
XP
18
Country
United States
Also remove the "; " in front.
it does not work, now that script look like this

[hbl_config]
; Program Specific Config
; Up to 8 program-specific configurations can be set.
; These use `program_id_#`, `override_address_space_#`, and `override_key_#`
; where # is in range [0,7].
; program_id_0=010000000000100D
; override_address_space=39_bit
override_key_0=R
; Any Application Config
; Note that this will only apply to program IDs that
; are both applications and not specified above
; by a program specific config.
; override_any_app=true
; override_any_app_key=R
; override_any_app_address_space=39_bit
; path=atmosphere/hbl.nsp
[default_config]
; override_key=!L
; cheat_enable_key=!L

idk what is wrong I tried it with ; and without it
 

The Real Jdbye

*is birb*
Member
Joined
Mar 17, 2010
Messages
22,593
Trophies
4
Location
Space
XP
12,559
Country
Norway
it does not work, now that script look like this

[hbl_config]
; Program Specific Config
; Up to 8 program-specific configurations can be set.
; These use `program_id_#`, `override_address_space_#`, and `override_key_#`
; where # is in range [0,7].
; program_id_0=010000000000100D
; override_address_space=39_bit
override_key_0=R
; Any Application Config
; Note that this will only apply to program IDs that
; are both applications and not specified above
; by a program specific config.
; override_any_app=true
; override_any_app_key=R
; override_any_app_address_space=39_bit
; path=atmosphere/hbl.nsp
[default_config]
; override_key=!L
; cheat_enable_key=!L

idk what is wrong I tried it with ; and without it
Might need to remove it in front of program_id too.
 
General chit-chat
Help Users
  • No one is chatting at the moment.
  • Skelletonike @ Skelletonike:
    1H left, such a slow week.
  • Sonic Angel Knight @ Sonic Angel Knight:
    Okay, I had spaghetti :P
  • SylverReZ @ SylverReZ:
    Hope they made lots of spaget
  • K3N1 @ K3N1:
    Chill dog
  • SylverReZ @ SylverReZ:
    Chilli dog
  • Skelletonike @ Skelletonike:
    Damn, I'm loving the new zelda.
  • xtremegamer @ xtremegamer:
    loving the new zelda, i started a game, it was so fucking good, so i
    am waiting on my friend to get home so we can start a new one together
  • Skelletonike @ Skelletonike:
    I just dislike that they don't let me choose the voices before the game starts. Happened with botw as well, had to change to japanese and restart.
  • K3N1 @ K3N1:
    But the important question is can you choose gender
  • Skelletonike @ Skelletonike:
    Same way you can choose Gerald's gender.
  • Skelletonike @ Skelletonike:
    *Geralt, damn autocorrect.
  • Psionic Roshambo @ Psionic Roshambo:
    But can he be trans? Lol
  • K3N1 @ K3N1:
    Zelda transforms into link
  • Psionic Roshambo @ Psionic Roshambo:
    Link I'm not the princess your looking for.... *Pulls a crying game*
  • K3N1 @ K3N1:
    *skirt up* it's exactly what I always wanted
  • Skelletonike @ Skelletonike:
    Just scanned all my zelda amiibos, took a while but didn't get anything that cool, did get the lon lon ranch hylian fabrics though.
  • Skelletonike @ Skelletonike:
    It was pretty funny when I scanned wolf link and got a shit load of meat.
  • K3N1 @ K3N1:
    @Skelletonike, btw I ran that custom for mgs4 on the deck I'm amazed it got that far in game
  • K3N1 @ K3N1:
    Plug in*
  • K3N1 @ K3N1:
    Your favorite activity
  • BentlyMods @ BentlyMods:
    My fav actvity is:

    mario-dancing.gif
    BentlyMods @ BentlyMods: My fav actvity is: