Hacking SWITCH NOOB PARADISE - Ask questions here

binkinator

Garfield’s Fitness Coach
Member
GBAtemp Patron
Joined
Mar 29, 2021
Messages
6,511
Trophies
2
XP
6,155
Country
United States
Wow, is there really that much of a difference in the V1 and V2 Efficiency?

I have just got my V2 and it took 25 mins playing Fortnite for the console to get warm enough for the fan to kick in, my V1 starts the fan almost as soon as the game is booted!

@Hayato213 is correct. V2’s didn’t get a new battery upgrade…they got a more efficient CPU so even the battery lasts longer. File that in the ”win” bucket.
 
  • Like
Reactions: Blauhasenpopo

binkinator

Garfield’s Fitness Coach
Member
GBAtemp Patron
Joined
Mar 29, 2021
Messages
6,511
Trophies
2
XP
6,155
Country
United States

Zap2000

Well-Known Member
Member
Joined
Oct 19, 2018
Messages
640
Trophies
0
Age
43
XP
808
Country
United Kingdom
Well, this is a useful bit of information. Last we heard you were still getting a black screen so I was still trying to get something simple to boot without the complexity of Hekate/Atmosphere. Thanks for sharing!



Yes, that’s the latest known good

yes thanks for all the help

i would like to bring my old save data and games from my sx os over to my atmosphere would it cause any problems with game loading?
 

Altair0207

Well-Known Member
Newcomer
Joined
Jan 7, 2020
Messages
74
Trophies
0
Age
26
XP
1,594
Country
Philippines
I have an Erista model OFW 13.2.0 CFW Atmosphere 1.2.5. What do I need to do to to make it so that when I click on the Photo Album, it opens it instead of directing me to HBL? I have a couple of kids in the house and I don't want them accidentaly messing up some stuff.
 

binkinator

Garfield’s Fitness Coach
Member
GBAtemp Patron
Joined
Mar 29, 2021
Messages
6,511
Trophies
2
XP
6,155
Country
United States
The number of options in that sd setup is huge, looks like i have quite some reading to do before i do anything, i assume selecting everything is bad?

yes, read read read. it will help you troubleshoot later! :-)

Just do the recommended defaults. you’ll be fine with them.

…you can get more esoteric as you learn what you want.
 
  • Like
Reactions: Blauhasenpopo

binkinator

Garfield’s Fitness Coach
Member
GBAtemp Patron
Joined
Mar 29, 2021
Messages
6,511
Trophies
2
XP
6,155
Country
United States
I have an Erista model OFW 13.2.0 CFW Atmosphere 1.2.5. What do I need to do to to make it so that when I click on the Photo Album, it opens it instead of directing me to HBL? I have a couple of kids in the house and I don't want them accidentaly messing up some stuff.

https://github.com/WerWolv/Hekate-Toolbox will handle it for you via a GUI. There is a setting in a .ini file underneath that does it. Will see if I can find it.

edit: This is how mine is set up…

Edit the file called:

/atmosphere/config/override_config.ini

add the following to make pressing “R” required to get to the hb menu:


Code:
[hbl_config]
override_key=R
program_id=010000000000100d


if you want to go back to the original way just put a “!” In front of the “R” like so

Code:
override_key=!R
 
Last edited by binkinator,
  • Like
Reactions: Blauhasenpopo

binkinator

Garfield’s Fitness Coach
Member
GBAtemp Patron
Joined
Mar 29, 2021
Messages
6,511
Trophies
2
XP
6,155
Country
United States
yes thanks for all the help

i would like to bring my old save data and games from my sx os over to my atmosphere would it cause any problems with game loading?
No issues at all. Assuming youre just going to look up JKSV and use that on both to export and import save files…
 
  • Like
Reactions: Blauhasenpopo

steve_fox

Well-Known Member
Member
Joined
Jan 30, 2022
Messages
176
Trophies
0
XP
367
Country
United Kingdom
yes, read read read. it will help you troubleshoot later! :-)

Just do the recommended defaults. you’ll be fine with them.

…you can get more esoteric as you learn what you want.
Found the recommenced defaults, thanks, i missed that proving i need to read everything at least 3 times lol.

been reading the guide and something im not clear on is booting to the CFW after everything is done, it seems like RCM is needed each time is that correct or can it be set to auto boot to CFW and then the option to reboot to stock from within the CFW?

If RCM is needed every time then i will put a button on a joycon.
 

binkinator

Garfield’s Fitness Coach
Member
GBAtemp Patron
Joined
Mar 29, 2021
Messages
6,511
Trophies
2
XP
6,155
Country
United States
Found the recommenced defaults, thanks, i missed that proving i need to read everything at least 3 times lol.

been reading the guide and something im not clear on is booting to the CFW after everything is done, it seems like RCM is needed each time is that correct or can it be set to auto boot to CFW and then the option to reboot to stock from within the CFW?

If RCM is needed every time then i will put a button on a joycon.

CFW is not permanent. Every time you reboot you will need to use a jig and inject a payload. Fortunately you can leave it in sleep mode which doesn’t require this.

You will likely not have to do this for months at a time with the exception that you’re away on a boring business trip and forget to bring your jig in which case your switch will instantly misbehave and you will be forced to reboot.

once you‘v played with things for a while check out Trinket M0. it is an advanced way of building your jig and payload injector inside the switch and eliminating all the external stuff altogether!
…but for now…baby steps.
 
  • Like
Reactions: Blauhasenpopo

Altair0207

Well-Known Member
Newcomer
Joined
Jan 7, 2020
Messages
74
Trophies
0
Age
26
XP
1,594
Country
Philippines
https://github.com/WerWolv/Hekate-Toolbox will handle it for you via a GUI. There is a setting in a .ini file underneath that does it. Will see if I can find it.

edit: This is how mine is set up…

Edit the file called:

/atmosphere/config/override_config.ini

add the following to make pressing “R” required to get to the hb menu:


Code:
[hbl_config]
override_key=R
program_id=010000000000100d


if you want to go back to the original way just put a “!” In front of the “R” like so

Code:
override_key=!R

I don't have the override_config.ini in my config folder but I do have it on my config_templates folder. Can I just copy that to the config folder then edit it to make it work?
 
  • Like
Reactions: binkinator

Zap2000

Well-Known Member
Member
Joined
Oct 19, 2018
Messages
640
Trophies
0
Age
43
XP
808
Country
United Kingdom
No issues at all. Assuming youre just going to look up JKSV and use that on both to export and import save files…
Found the recommenced defaults, thanks, i missed that proving i need to read everything at least 3 times lol.

been reading the guide and something im not clear on is booting to the CFW after everything is done, it seems like RCM is needed each time is that correct or can it be set to auto boot to CFW and then the option to reboot to stock from within the CFW?

If RCM is needed every time then i will put a button on a joycon.
No issues at all. Assuming youre just going to look up JKSV and use that on both to export and import save files…
Ok have you got a. Guide for me to do this? With the save files ?


Should I convert my old games get new files that could be issue?
 

binkinator

Garfield’s Fitness Coach
Member
GBAtemp Patron
Joined
Mar 29, 2021
Messages
6,511
Trophies
2
XP
6,155
Country
United States
I don't have the override_config.ini in my config folder but I do have it on my config_templates folder. Can I just copy that to the config folder then edit it to make it work?
Absolutely…it’s best practice actually.
 
  • Like
Reactions: Blauhasenpopo

steve_fox

Well-Known Member
Member
Joined
Jan 30, 2022
Messages
176
Trophies
0
XP
367
Country
United Kingdom
CFW is not permanent. Every time you reboot you will need to use a jig and inject a payload. Fortunately you can leave it in sleep mode which doesn’t require this.

You will likely not have to do this for months at a time with the exception that you’re away on a boring business trip and forget to bring your jig in which case your switch will instantly misbehave and you will be forced to reboot.

once you‘v played with things for a while check out Trinket M0. it is an advanced way of building your jig and payload injector inside the switch and eliminating all the external stuff altogether!
…but for now…baby steps.
Ahh ok.

I dont mind it being like that as i have a V2 for online now so the V1 will not likely be used in stock FW much.

Just had a look at that Trinket M0 and its something im definitely interested in doing, im comfortable with soldering stuff, modding or diy'ing electronic things is common place in the RC hobby and have decent gear for solder work.
 

binkinator

Garfield’s Fitness Coach
Member
GBAtemp Patron
Joined
Mar 29, 2021
Messages
6,511
Trophies
2
XP
6,155
Country
United States
Ahh ok.

I dont mind it being like that as i have a V2 for online now so the V1 will not likely be used in stock FW much.

Just had a look at that Trinket M0 and its something im definitely interested in doing, im comfortable with soldering stuff, modding or diy'ing electronic things is common place in the RC hobby and have decent gear for solder work.

You should be fine. Might to pick up a microscope if you don’t have one. Mother than some wires and a trinket, here’s everything you need:

https://gbatemp.net/threads/trinket...software-new-fusee_suite-uf2-packages.553998/

https://gbatemp.net/threads/interna...ybitsy-m0-express-guide-files-support.508068/
 
  • Like
Reactions: Blauhasenpopo

binkinator

Garfield’s Fitness Coach
Member
GBAtemp Patron
Joined
Mar 29, 2021
Messages
6,511
Trophies
2
XP
6,155
Country
United States
thanks for that is that the same as check point i have that on the other memory card or not?

Checkpoint wasn’t updated for a couple of years so many people switched to JKSV. That’s recently changed with the latest Checkpoint update so if you’re more comfortable there that’s totally fine.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
    K3Nv2 @ K3Nv2: I need shrooms to read his comments +1