Hacking [RCM Payload] Hekate - CTCaer mod

  • Thread starter CTCaer
  • Start date
  • Views 1,073,594
  • Replies 3,243
  • Likes 128
D

Deleted User

Guest
Alright, here's a premade ini file for those who want to autoboot into either ReiNX or sxos. Throw your bin files into bootloader/payloads/

This is for use within the hekate_ipl ini file

Code:
backlight=100
autohosoff=1

{-- Custom Firmwares --}
[SXOS]
payload=bootloader/payloads/SXOS.bin
[ReiNX]
payload=bootloader/payloads/ReiNX.bin
{ }
 

CTCaer

Developer
OP
Developer
Joined
Mar 22, 2008
Messages
1,154
Trophies
0
XP
3,008
Country
Greece
For the new auto power off function, it's useful in general when you're using a dongle, but can i recommend adding the ability to hold VOL- like with auto-boot to enter hekate proper instead of automatically shutting down? Just so you don't have to go through two boot cycles when you power off your switch or it crashed or whatever and you want to boot it up again immediately.
Well it's possible, but not VOL-. With VOL+ maybe.

But if you use dongle or modchip, you can skip it if you use it inside 15 seconds of a power off..
 
  • Like
Reactions: wicksand420

SirByte

Well-Known Member
Member
Joined
Dec 30, 2012
Messages
524
Trophies
1
XP
1,059
Country
Canada
Does kip1patch=nogc still work with atmosphere 0.7 when booting using Hekate CTCaer Mod 4.2, given that it now loads a payload instead of .kip files? Is there any (easy) way to get nogc back?
 

CTCaer

Developer
OP
Developer
Joined
Mar 22, 2008
Messages
1,154
Trophies
0
XP
3,008
Country
Greece
Does kip1patch=nogc still work with atmosphere 0.7 when booting using Hekate CTCaer Mod 4.2, given that it now loads a payload instead of .kip files? Is there any (easy) way to get nogc back?
Nope. Chainloading a payload is clean.

This patch is done when using hekate to load the kips.
 

notimp

Well-Known Member
Member
Joined
Sep 18, 2007
Messages
5,779
Trophies
1
XP
4,420
Country
Laos
Please elaborate. "Nope" as in - there is currently no way to have hekate load Atmosphere 0.7.* while disabling the gamecard slot update?

Do you know?
 

notimp

Well-Known Member
Member
Joined
Sep 18, 2007
Messages
5,779
Trophies
1
XP
4,420
Country
Laos
Sorry, too high concept. :) HOS is horizon OS? You are describing, that the kips have to be modified on the Horizon side of atmosphere now, correct? As in "modify code there", not as in "as an enduser, place something already premade there", correct? ;)
 

CTCaer

Developer
OP
Developer
Joined
Mar 22, 2008
Messages
1,154
Trophies
0
XP
3,008
Country
Greece
Sorry, too high concept. :) HOS is horizon OS? You are describing, that the kips have to be modified on the Horizon side of atmosphere now, correct? As in "modify code there", not as in "as an enduser, place something already premade there", correct? ;)
As in, compile atmosphere and take its compiled parts, instead of fusee secondary (which includes them into one big binary).

And then use them via hekate.
If you don't want to use exosphere, you can now only comment one line, for all kips to be compatible with ninty's secmon.

So there's nothing premade right now that matches the 0.7.x changes. But keep an eye out there for builds (like sdfiles or sdsetup. I don't distribute any atmo builds, btw).
 
  • Like
Reactions: wicksand420

SirByte

Well-Known Member
Member
Joined
Dec 30, 2012
Messages
524
Trophies
1
XP
1,059
Country
Canada
So if you have the d502f3f build from lavatech, which includes exosphere.bin and the four .kip files, you can at least partially implement Atmosphere 0.7.1 with nogc (wonder if the nosigchk still works too?), but you'd miss out on creport and perhaps boot (which may be needed for <4.0.0 firmwares) which the build script does not compile.

EDIT: In another Switch sections you can find some "sweet patches", one for 4.0.0+ that includes a nogc patch for Atmosphere 0.7.1
 
Last edited by SirByte,

Mysuke

Well-Known Member
Newcomer
Joined
Mar 9, 2017
Messages
86
Trophies
0
Age
24
XP
331
Country
Brazil
I would like to enter Maintenance Mode without disabling autorcm, it's possible to do that after booting Hekate?
 

shchmue

Developer
Developer
Joined
Dec 23, 2013
Messages
791
Trophies
1
XP
2,367
Country
United States
I would like to enter Maintenance Mode without disabling autorcm, it's possible to do that after booting Hekate?
yes. hold vol +/- immediately after selecting a launch profile. if you booted to rcm or hekate in the first place, you’re not burning fuses, period.
 
  • Like
Reactions: Mysuke

CTCaer

Developer
OP
Developer
Joined
Mar 22, 2008
Messages
1,154
Trophies
0
XP
3,008
Country
Greece
I would like to enter Maintenance Mode without disabling autorcm, it's possible to do that after booting Hekate?
yes. hold vol +/- immediately after selecting a launch profile. if you booted to rcm or hekate in the first place, you’re not burning fuses, period.
This ^

You have time to press and hold both vol buttons, as the launching process unravels, until you see the screen turn off/on with nintendo logo.
 
  • Like
Reactions: Mysuke

Drillakilla

Well-Known Member
Newcomer
Joined
Sep 15, 2018
Messages
90
Trophies
0
Age
43
Location
London, England
XP
276
Country
United Kingdom
I use the autoboot feature to load the custom firmware.

When inside autoboot, the only options I see are

CFW, Newest LayeredDFS, stock.

If i choose CFW, I believe it loads atmosphere as that is saved in the Bootlader/inifolder. My question is, how do I add other firmwares here, as I have Reinx but it's in bin format?

I can load Reinx but I usually do this through the payloads feature.
 

Drillakilla

Well-Known Member
Newcomer
Joined
Sep 15, 2018
Messages
90
Trophies
0
Age
43
Location
London, England
XP
276
Country
United Kingdom
Alright, here's a premade ini file for those who want to autoboot into either ReiNX or sxos. Throw your bin files into bootloader/payloads/

This is for use within the hekate_ipl ini file

Code:
backlight=100
autohosoff=1

{-- Custom Firmwares --}
[SXOS]
payload=bootloader/payloads/SXOS.bin
[ReiNX]
payload=bootloader/payloads/ReiNX.bin
{ }


How do I do this mate, do I create a new ini file?
 

Nononoki

Well-Known Member
Newcomer
Joined
Jan 31, 2012
Messages
84
Trophies
0
XP
484
Country
Gambia, The
Can't do a backup with any version later than 2.3. It says "Fatal Error (1)" when I try to. What am I doing wrong? MicroSD card is exfat btw.
 

paranormalCrystal

Well-Known Member
Member
Joined
May 5, 2016
Messages
246
Trophies
0
XP
106
Country
So i've been trying to set this up for a while, but every time I try launch CFW, after it says ''applying patch nosigchk on fs kip1 sect 0'', it suddenly just cuts to a black screen and never loads anything. It shouldn't be a sd corruption because reinx worked fine.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • K3Nv2 @ K3Nv2:
    How do you know if the night will be good when you're asleep
  • BakerMan @ BakerMan:
    because i didn't say i was asleep
  • BakerMan @ BakerMan:
    i said i was sleeping...
  • BakerMan @ BakerMan:
    sleeping with uremum
  • K3Nv2 @ K3Nv2:
    Even my mum slept on that uremum
  • TwoSpikedHands @ TwoSpikedHands:
    yall im torn... ive been hacking away at tales of phantasia GBA (the USA version) and have so many documents of reverse engineering i've done
  • TwoSpikedHands @ TwoSpikedHands:
    I just found out that the EU version is better in literally every way, better sound quality, better lighting, and there's even a patch someone made to make the text look nicer
  • TwoSpikedHands @ TwoSpikedHands:
    Do I restart now using what i've learned on the EU version since it's a better overall experience? or do I continue with the US version since that is what ive been using, and if someone decides to play my hack, it would most likely be that version?
  • Sicklyboy @ Sicklyboy:
    @TwoSpikedHands, I'll preface this with the fact that I know nothing about the game, but, I think it depends on what your goals are. Are you trying to make a definitive version of the game? You may want to refocus your efforts on the EU version then. Or, are you trying to make a better US version? In which case, the only way to make a better US version is to keep on plugging away at that one ;)
  • Sicklyboy @ Sicklyboy:
    I'm not familiar with the technicalities of the differences between the two versions, but I'm wondering if at least some of those differences are things that you could port over to the US version in your patch without having to include copyrighted assets from the EU version
  • TwoSpikedHands @ TwoSpikedHands:
    @Sicklyboy I am wanting to fully change the game and bend it to my will lol. I would like to eventually have the ability to add more characters, enemies, even have a completely different story if i wanted. I already have the ability to change the tilemaps in the US version, so I can basically make my own map and warp to it in game - so I'm pretty far into it!
  • TwoSpikedHands @ TwoSpikedHands:
    I really would like to make a hack that I would enjoy playing, and maybe other people would too. swapping to the EU version would also mean my US friends could not legally play it
  • TwoSpikedHands @ TwoSpikedHands:
    I am definitely considering porting over some of the EU features without using the actual ROM itself, tbh that would probably be the best way to go about it... but i'm sad that the voice acting is so.... not good on the US version. May not be a way around that though
  • TwoSpikedHands @ TwoSpikedHands:
    I appreciate the insight!
  • The Real Jdbye @ The Real Jdbye:
    @TwoSpikedHands just switch, all the knowledge you learned still applies and most of the code and assets should be the same anyway
  • The Real Jdbye @ The Real Jdbye:
    and realistically they wouldn't

    be able to play it legally anyway since they need a ROM and they probably don't have the means to dump it themselves
  • The Real Jdbye @ The Real Jdbye:
    why the shit does the shitbox randomly insert newlines in my messages
  • Veho @ Veho:
    It does that when I edit a post.
  • Veho @ Veho:
    It inserts a newline in a random spot.
  • The Real Jdbye @ The Real Jdbye:
    never had that i don't think
  • Karma177 @ Karma177:
    do y'all think having an sd card that has a write speed of 700kb/s is a bad idea?
    trying to restore emunand rn but it's taking ages... (also when I finished the first time hekate decided to delete all my fucking files :wacko:)
  • The Real Jdbye @ The Real Jdbye:
    @Karma177 that sd card is 100% faulty so yes, its a bad idea
  • The Real Jdbye @ The Real Jdbye:
    even the slowest non-sdhc sd cards are a few MB/s
  • Karma177 @ Karma177:
    @The Real Jdbye it hasn't given me any error trying to write things on it so I don't really think it's faulty (pasted 40/50gb+ folders and no write errors)
    Karma177 @ Karma177: @The Real Jdbye it hasn't given me any error trying to write things on it so I don't really...