Hacking RELEASE Atmosphere-with-Hekate

spotanjo3

Well-Known Member
Member
Joined
Nov 6, 2002
Messages
11,145
Trophies
3
XP
6,209
Country
United States
I always use either Hekate or Fusee-secondary. Is that true fusee-secondary is no longer needed ? I saw fuse.bin at GitHub of atmosphere. What is that ?
 

toxic9

Well-Known Member
Member
Joined
Dec 13, 2016
Messages
819
Trophies
0
Age
44
XP
1,297
Country
Ok I didn't notice that your first post said "boot stock", I don't remember how that works, but f-secondary still exists just renamed to package3

As long as it doesn't have the .bin extension, I don't know if it the same thing, and if it can be used this way.
 

mrgone

old man
Member
GBAtemp Patron
Joined
Nov 6, 2002
Messages
1,331
Trophies
3
Age
45
Location
close to the oktoberfest
XP
2,881
Country
Germany
Doesn't package3 take the role of fusee-secondary? So launching package3 should have the same results.
yep, just read it in the release notes.
somehow i overlooked that mini factoid, maybe because it was 3 o'clock in the morning when i read it the first time
 

Arakon

Well-Known Member
Member
Joined
Apr 24, 2008
Messages
445
Trophies
1
XP
1,035
Country
Gambia, The
  • Please Note: various components were renamed (fusee-primary.bin -> fusee.bin, fusee-secondary.bin -> package3).
    • If you use another bootloader (like hekate), you may need to update your configuration to use the new layout.

From the official readme. It literally says it was renamed and to adjust for the new names.
 
  • Like
Reactions: spotanjo3

yyoossk

Well-Known Member
OP
Member
Joined
Oct 18, 2017
Messages
200
Trophies
0
XP
2,418
Country
Japan
cfw&Stock work fine!
thx!

[config]
autoboot=0
autoboot_list=0
bootwait=3
verification=1
autohosoff=0
autonogc=1
updater2p=1
backlight=100
customlogo=1
logopath=/bootloader/bootlogo.bmp
[Atmosphere (SysNAND)]
emummc_force_disable=1
fss0=atmosphere/fusee-secondary.bin
kip1patch=nosigchk
atmosphere=1
icon=bootloader/res/atmosphere.bmp
{}
[Atmosphere (EmuNAND)]
fss0=atmosphere/fusee-secondary.bin
kip1patch=nosigchk
atmosphere=1
emummcforce=1
icon=bootloader/res/atmosphere-emu.bmp
{}
{--- Stock ---}
[Stock (SysNAND)]
emummc_force_disable=1
fss0=atmosphere/fusee-secondary.bin
stock=1
icon=bootloader/res/icon_switch.bmp
{}
 

toxic9

Well-Known Member
Member
Joined
Dec 13, 2016
Messages
819
Trophies
0
Age
44
XP
1,297
Country
cfw&Stock work fine!
thx!

[config]
autoboot=0
autoboot_list=0
bootwait=3
verification=1
autohosoff=0
autonogc=1
updater2p=1
backlight=100
customlogo=1
logopath=/bootloader/bootlogo.bmp
[Atmosphere (SysNAND)]
emummc_force_disable=1
fss0=atmosphere/fusee-secondary.bin
kip1patch=nosigchk
atmosphere=1
icon=bootloader/res/atmosphere.bmp
{}
[Atmosphere (EmuNAND)]
fss0=atmosphere/fusee-secondary.bin
kip1patch=nosigchk
atmosphere=1
emummcforce=1
icon=bootloader/res/atmosphere-emu.bmp
{}
{--- Stock ---}
[Stock (SysNAND)]
emummc_force_disable=1
fss0=atmosphere/fusee-secondary.bin
stock=1
icon=bootloader/res/icon_switch.bmp
{}

there is no fusee-secondary on the latest atmosphere! delete that file and test again!
 

yyoossk

Well-Known Member
OP
Member
Joined
Oct 18, 2017
Messages
200
Trophies
0
XP
2,418
Country
Japan
there is no fusee-secondary on the latest atmosphere! delete that file and test again!

I made a mistake
Tested with this
It's working


[config]
autoboot=0
autoboot_list=0
bootwait=3
verification=1
autohosoff=0
autonogc=1
updater2p=1
backlight=100
customlogo=1
logopath=/bootloader/bootlogo.bmp
[Atmosphere (SysNAND)]
emummc_force_disable=1
fss0=atmosphere/package3
kip1patch=nosigchk
atmosphere=1
icon=bootloader/res/atmosphere.bmp
{}
[Atmosphere (EmuNAND)]
fss0=atmosphere/package3
kip1patch=nosigchk
atmosphere=1
emummcforce=1
icon=bootloader/res/atmosphere-emu.bmp
{}
{--- Stock ---}
[Stock (SysNAND)]
emummc_force_disable=1
fss0=atmosphere/package3
stock=1
icon=bootloader/res/icon_switch.bmp
{}

--------------------- MERGED ---------------------------

I made a mistake
Tested with this
It's working


[config]
autoboot=0
autoboot_list=0
bootwait=3
verification=1
autohosoff=0
autonogc=1
updater2p=1
backlight=100
customlogo=1
logopath=/bootloader/bootlogo.bmp
[Atmosphere (SysNAND)]
emummc_force_disable=1
fss0=atmosphere/package3
kip1patch=nosigchk
atmosphere=1
icon=bootloader/res/atmosphere.bmp
{}
[Atmosphere (EmuNAND)]
fss0=atmosphere/package3
kip1patch=nosigchk
atmosphere=1
emummcforce=1
icon=bootloader/res/atmosphere-emu.bmp
{}
{--- Stock ---}
[Stock (SysNAND)]
emummc_force_disable=1
fss0=atmosphere/package3
stock=1
icon=bootloader/res/icon_switch.bmp
{}


Replaced with new ini
https://github.com/yyoossk/Atmosphere-with-Hekate/releases/tag/12.1.0-v4
 
  • Like
Reactions: MUDD_BR and toxic9

toxic9

Well-Known Member
Member
Joined
Dec 13, 2016
Messages
819
Trophies
0
Age
44
XP
1,297
Country
I made a mistake
Tested with this
It's working


[config]
autoboot=0
autoboot_list=0
bootwait=3
verification=1
autohosoff=0
autonogc=1
updater2p=1
backlight=100
customlogo=1
logopath=/bootloader/bootlogo.bmp
[Atmosphere (SysNAND)]
emummc_force_disable=1
fss0=atmosphere/package3
kip1patch=nosigchk
atmosphere=1
icon=bootloader/res/atmosphere.bmp
{}
[Atmosphere (EmuNAND)]
fss0=atmosphere/package3
kip1patch=nosigchk
atmosphere=1
emummcforce=1
icon=bootloader/res/atmosphere-emu.bmp
{}
{--- Stock ---}
[Stock (SysNAND)]
emummc_force_disable=1
fss0=atmosphere/package3
stock=1
icon=bootloader/res/icon_switch.bmp
{}

great!
many thanks for testing.
I don't have my switch with me, that's why I didn't test it anyway.
 
  • Like
Reactions: yyoossk

spotanjo3

Well-Known Member
Member
Joined
Nov 6, 2002
Messages
11,145
Trophies
3
XP
6,209
Country
United States
  • Please Note: various components were renamed (fusee-primary.bin -> fusee.bin, fusee-secondary.bin -> package3).
    • If you use another bootloader (like hekate), you may need to update your configuration to use the new layout.
From the official readme. It literally says it was renamed and to adjust for the new names.

Thanks. I will wait for September 9 since it is "pre-released".
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • BakerMan @ BakerMan:
    ubisoft should #stopkillinggames ngl
  • Badcatalex @ Badcatalex:
    sony should #stopkillinggames
  • Badcatalex @ Badcatalex:
    they killed LittleBigPlanet online, which was the main core of every LBP game
  • BakerMan @ BakerMan:
    for real
  • BakerMan @ BakerMan:
    at least with them, it was because of the DDOS attacks, ubisoft was just scummy
  • BakerMan @ BakerMan:
    fuck ubisoft, and fuck activision
    +1
  • realtimesave @ realtimesave:
    Nintendo needs to release a new console, switch is getting such shitty little games lately lol it's pathetic
  • Purple_Heart @ Purple_Heart:
    Lmao a new flashcart... The Unlock Switch... I knew it's not fake xD
    +1
  • NinStar @ NinStar:
    A new consoles won't solve that problem
  • NinStar @ NinStar:
    It will actually make it worse
  • The Real Jdbye @ The Real Jdbye:
    well actually
    a new console won't do anything right now, because the games are still in development, that's why there are few games being released
  • The Real Jdbye @ The Real Jdbye:
    it won't make the games finish any faster
  • Veho @ Veho:
    2/3rds of launch titles for the Switch 2 will just be lazy ports of Switch games anyway.
  • The Real Jdbye @ The Real Jdbye:
    probably
  • The Real Jdbye @ The Real Jdbye:
    maybe mario kart 9 will be a launch title
  • The Real Jdbye @ The Real Jdbye:
    i really want a new mario kart
  • Veho @ Veho:
    What, you mean the endless stream of DLCs doesn't count?
  • Veho @ Veho:
    Why develop a new game when you can just sell season passes forever?
  • Veho @ Veho:
    I'm still on MKDS so I'm not bothered :tpi:
  • The Real Jdbye @ The Real Jdbye:
    i like the dlc tbh, i'd like a new game more
  • ZeroT21 @ ZeroT21:
    but the current version is still selling fine at full price
  • SylverReZ @ SylverReZ:
    Hello
  • ZeroT21 @ ZeroT21:
    sup
    +1
  • SylverReZ @ SylverReZ:
    @realtimesave, You seen the Unlock Switch flashcart yet?
    SylverReZ @ SylverReZ: @realtimesave, You seen the Unlock Switch flashcart yet?