Hacking [RCM Payload] Hekate - CTCaer mod

  • Thread starter CTCaer
  • Start date
  • Views 1,010,018
  • Replies 3,203
  • Likes 128

pandavova

56
Member
Joined
Oct 27, 2015
Messages
900
Trophies
0
XP
2,079
Country
Germany
I cant find this background.bmp in the github repo, can someone share it?
60391751-95605580-9afe-11e9-9e20-f84163247dcf.png
 

enol

Member
Newcomer
Joined
May 30, 2017
Messages
24
Trophies
0
Age
35
XP
260
Country
I have a question. if I have in my root atmosphere and sxOS without eMMC and I do not want eMMC. I just want to load NYX and be able to choose the CFW with which to start. what should I do?
 

bad361

Well-Known Member
Member
Joined
Jun 18, 2018
Messages
1,165
Trophies
0
Location
Moscow
XP
2,200
Country
Russia
I cant get the custom icons to show in the launch menu, it keeps using the default ones.

Here is my hekate_ipl.ini inside the bootloader folder.


Code:
[config]
autoboot=0
autoboot_list=0
bootwait=3
verification=1
backlight=100
autohosoff=0
autonogc=1

[Atmosphere]
fss0=atmosphere/fusee-secondary.bin
kip1patch=nosigchk
atmosphere=1
logopath=bootloader/res/atmosphere.bmp
icon=bootloader/res/atmosphere.bmp

[Stock]
fss0=atmosphere/fusee-secondary.bin
stock=1
icon=bootloader/res/atmosphere.bmp

[Atmosphere-emuMMC]
payload=bootloader/payloads/fusee-primary.bin
icon=bootloader/res/atmosphere-emc.bmp

all assets and files are inside the correct folder. So why wont hekate find them?

Also what is the difference between Icon and logo path?
Bit depth of your bmp should be 32, i couldn't make it to work too at first when i tried to make my own icons, was saving them as 24 bit depth bmp and nyx didn't see them... As for the logo path, if im not mistaken it's for the boot logo.
 
  • Like
Reactions: KTroopA and enol

KTroopA

Well-Known Member
Member
Joined
Mar 15, 2007
Messages
593
Trophies
0
XP
940
Country
Bit depth of your bmp should be 32, i couldn't make it to work too at first when i tried to make my own icons, was saving them as 24 bit depth bmp and nyx didn't see them... As for the logo path, if im not mistaken it's for the boot logo.

Thanks I spoke to CTCaer on discord and discovered this is very important yes. All working now.
 

Excalibur007

Well-Known Member
Newcomer
Joined
Oct 28, 2015
Messages
88
Trophies
0
Age
46
XP
701
Country
United States
Is there a reason I may not want to use the Nyx GUI? Is everything done while in Hekate prior to detectable/bannable activity? I still have AutoRCM from way back and have been using stock firmware (except to manually update firmware from 5.1.0 to 7~something, then to 8.0.1). In other words, if I was still okay (not banned) for having AutoRCM, having booted Atmosphere twice for manual updates, and using stock firmware until now, is there anything about the new Hekate that will flag my system and add to the ban potential?
 

designgears

Well-Known Member
Member
Joined
Aug 8, 2016
Messages
289
Trophies
0
XP
651
Country
United States
Is there a reason I may not want to use the Nyx GUI? Is everything done while in Hekate prior to detectable/bannable activity? I still have AutoRCM from way back and have been using stock firmware (except to manually update firmware from 5.1.0 to 7~something, then to 8.0.1). In other words, if I was still okay (not banned) for having AutoRCM, having booted Atmosphere twice for manual updates, and using stock firmware until now, is there anything about the new Hekate that will flag my system and add to the ban potential?

The core of hekate is largely the same, it added support for new atmos and emuemmc stuff, nyx is a module, you can remove it from the sys dir and use the old text interface if you wanted to. There isn't any risk of hekate getting you banned, same with autorcm.
 

8BitWonder

Small Homebrew Dev
Member
Joined
Jan 23, 2016
Messages
2,472
Trophies
1
Location
47 4F 54 20 45 45 4D
XP
4,944
Country
United States
Threw together some miscellaneous icons, figured I'd post them up if any of you are interested.
(Maybe someone ought to make a Hekate icon thread similar to the bootlogo thread? :unsure:)

Don't save these preview images for use, you need to use the actual BMPs in the .7z archive.
CjOlpJa.png
v2PINih.png
wr7gcNN.png
XZSA26d.png
 

Attachments

  • Hekate Icons.7z
    16.9 KB · Views: 188

Excalibur007

Well-Known Member
Newcomer
Joined
Oct 28, 2015
Messages
88
Trophies
0
Age
46
XP
701
Country
United States
The core of hekate is largely the same, it added support for new atmos and emuemmc stuff, nyx is a module, you can remove it from the sys dir and use the old text interface if you wanted to. There isn't any risk of hekate getting you banned, same with autorcm.

Thank you for the reply. With the addition of emuMMC support, do I need to add a line to disable it (if I read correctly, it's enabled by default).

I'm not looking to change my Hekate setup at all... I just want the added support for 8.1.0 so I can safely update.

Here are the relevant lines of my current config:
Code:
[CFW]
fss0=atmosphere/fusee-secondary.bin
kip1patch=nosigchk
atmosphere=1
logopath=bootloader/bootlogo.bmp
{ }

[Stock]
fss0=atmosphere/fusee-secondary.bin
stock=1
{ }

Do I need to add/change anything? I'm just looking to boot Atmosphere to update without burning fuses, then continue using stock firmware as I have been.
 

designgears

Well-Known Member
Member
Joined
Aug 8, 2016
Messages
289
Trophies
0
XP
651
Country
United States
Thank you for the reply. With the addition of emuMMC support, do I need to add a line to disable it (if I read correctly, it's enabled by default).

I'm not looking to change my Hekate setup at all... I just want the added support for 8.1.0 so I can safely update.

Here are the relevant lines of my current config:
Code:
[CFW]
fss0=atmosphere/fusee-secondary.bin
kip1patch=nosigchk
atmosphere=1
logopath=bootloader/bootlogo.bmp
{ }

[Stock]
fss0=atmosphere/fusee-secondary.bin
stock=1
{ }

Do I need to add/change anything? I'm just looking to boot Atmosphere to update without burning fuses, then continue using stock firmware as I have been.

You can leave it as is

emummc_force_disable=1 -- Disabled emuMMC if it's enabled.

If you haven't setup emuemmc, you don't need to use that.
 

hellogbatemp

Active Member
Newcomer
Joined
May 19, 2018
Messages
44
Trophies
0
Age
37
XP
120
Country
France
i have a problem with emummc. I tried migrating my EmuMMC (old method "makemu"), it worked but I'm stuck on the start screen now.
And how do I copy the Emunand folder?
 

Dothackjhe

The Hustler
Member
Joined
Dec 29, 2013
Messages
774
Trophies
0
Location
Philippines
Website
www.utest.com
XP
1,552
Country
Philippines
If anyone is looking for a cool icon to be used with ReiNX, I've converted an existing photo from the internet that will just work. It adds fancy to the "Launch" menu. I am personally using this myself right now.
 

Attachments

  • ReiNX.bmp
    144.1 KB · Views: 133
Last edited by Dothackjhe,
General chit-chat
Help Users
  • No one is chatting at the moment.
  • Skelletonike @ Skelletonike:
    3h left until work finishes, bah
  • Skelletonike @ Skelletonike:
    link doesn't work
    +2
  • 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: Plug in*