ROM Hack Discussion Nyx Custom Icon Thread

pietempgba

Well-Known Member
OP
Member
Joined
Jun 9, 2016
Messages
1,049
Trophies
0
XP
1,515
Country
United States
Share all your icon packs for Nyx here. mine come in 128x128 or 192x192. copy them to bootloader/res. Here's mine. The icon format for nyx is 32bit ARGB. you can name your icons after main entry names in the hekate config. So if you have for example [Atmosphere] in the config you can have atmosphere.bmp as the icon and you don't need to use the icon option as it auto sets it. it also doesn't matter if caps is on or off
preview.png
 

Attachments

  • circle_icons.zip
    180.1 KB · Views: 1,921
Last edited by pietempgba,

cots

Banned!
Banned
Joined
Dec 29, 2014
Messages
1,533
Trophies
0
XP
1,952
Country
United States
Thanks for these. I still haven't figured out where to get configs or where to place them to boot into Linux or Lakka. How do you do this?

Also, do you plan on making icons for other CFW payloads like one for Hekate itself, SX OS or ReiNX? These are really good quality and I'd like to have a full set to cover all the current CFW.
 

pietempgba

Well-Known Member
OP
Member
Joined
Jun 9, 2016
Messages
1,049
Trophies
0
XP
1,515
Country
United States
Thanks for these. I still haven't figured out where to get configs or where to place them to boot into Linux or Lakka. How do you do this?

Also, do you plan on making icons for other CFW payloads like one for Hekate itself, SX OS or ReiNX? These are really good quality and I'd like to have a full set to cover all the current CFW.
I'll try for SX OS and ReiNX it's just that it's hard getting a good icon for them because SX OS's icon I found is low quality and for ReiNX I could try to find what anime rei is in because rei is an actual anime character and igure out how to do stuff like that hopefully. i'm not really good at making stuff myself. Nyx is part of hekate already so it really doesn't matter for a hekate icon.

Edit: for configs you would open up hekate_ipl.ini and you just create a entry with what options you want. putting stuff in brackets makes the start of a sub entry ex.

[Atmosphere]

this is a option > payload=atmosphere/fusee-primary.bin

if you rename a icon to atmosphere.bmp (lowercase and uppercase don't matter) it will automatically load the icon from there without having to do the icon option

you can find more info about everything here https://github.com/CTCaer/hekate
 
Last edited by pietempgba,

lordelan

Well-Known Member
Member
Joined
Jan 4, 2015
Messages
5,787
Trophies
1
Age
44
XP
6,516
Country
Germany
@pietempgba I'd like to know as well how you directly included L4T there.
So according to your response we just do this?
Code:
[L4T Ubuntu]
payload=payloads/L4T.bin

Also as much as I like your icons, I want to stay on that pretty fancy color scheme of Nyx (black + green) so would you mind adding all your icons in that green as well?
If not, I could do and upload them. :)
 

pietempgba

Well-Known Member
OP
Member
Joined
Jun 9, 2016
Messages
1,049
Trophies
0
XP
1,515
Country
United States
@pietempgba I'd like to know as well how you directly included L4T there.
So according to your response we just do this?
Code:
[L4T Ubuntu]
payload=payloads/L4T.bin

Also as much as I like your icons, I want to stay on that pretty fancy color scheme of Nyx (black + green) so would you mind adding all your icons in that green as well?
If not, I could do and upload them. :)
I mean that you change L4T Ubuntu to L4T

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

@pietempgba I'd like to know as well how you directly included L4T there.
So according to your response we just do this?
Code:
[L4T Ubuntu]
payload=payloads/L4T.bin

Also as much as I like your icons, I want to stay on that pretty fancy color scheme of Nyx (black + green) so would you mind adding all your icons in that green as well?
If not, I could do and upload them. :)
you could do that if you want. I modified a deviantart circle icon set to make my icons
 
  • Like
Reactions: lordelan

patar1991

Member
Newcomer
Joined
Apr 16, 2019
Messages
5
Trophies
0
Age
32
XP
84
Country
Ecuador
Here is my icon pack In case someone else wants icon_FUSE.png icon_Stock.png lakka.png UBUNTU.png
 

Attachments

  • icon_atmosphere.bmp
    144.1 KB · Views: 392
  • icon_Stock.bmp
    144.1 KB · Views: 413
  • icon_FUSE.bmp
    144.1 KB · Views: 392
  • lakka.bmp
    144.1 KB · Views: 331
  • UBUNTU.bmp
    144.1 KB · Views: 303
  • icon_atmosphere.bmp
    144.1 KB · Views: 364
  • Like
Reactions: lordelan

Inaki

Well-Known Member
Member
Joined
Jan 23, 2014
Messages
278
Trophies
0
Age
42
XP
603
Country
How do you guys launch SXOS from Hekate ? I have been trying but couldn't get it to work. I use SX Gear 1.1 BOOT.DAT to launch hekate payload and then I have SXOS 3.1.0 BOOT.DAT renamed as sxos.bin in bootloader/payloads/ but it fails to boot :(

Sorry if I am asking a very obvious question here but I have been manually changing BOOT.DAT files until now, lol :D
 

lordelan

Well-Known Member
Member
Joined
Jan 4, 2015
Messages
5,787
Trophies
1
Age
44
XP
6,516
Country
Germany
How do you guys launch SXOS from Hekate ? I have been trying but couldn't get it to work. I use SX Gear 1.1 BOOT.DAT to launch hekate payload and then I have SXOS 3.1.0 BOOT.DAT renamed as sxos.bin in bootloader/payloads/ but it fails to boot :(

Sorry if I am asking a very obvious question here but I have been manually changing BOOT.DAT files until now, lol :D
lol no that won't work. The boot.dat is not a payload.
You need their SX Loader payload.bin instead (and leave the boot.dat as it is on your SD root).
Then rename that SX Loader payload to whatever you want (for example sxos.bin) and place it in sd:/bootloader/payloads/
Then add this entry to your sd:/bootloader/hekate_ipl.ini:
Code:
[SX OS]
payload=bootloader/payloads/sxos.bin

Don't really know how this works with modchips like your SX Gear though.
 
  • Like
Reactions: Inaki

Inaki

Well-Known Member
Member
Joined
Jan 23, 2014
Messages
278
Trophies
0
Age
42
XP
603
Country
lol no that won't work. The boot.dat is not a payload.
You need their SX Loader payload.bin instead (and leave the boot.dat as it is on your SD root).
Then rename that SX Loader payload to whatever you want (for example sxos.bin) and place it in sd:/bootloader/payloads/
Then add this entry to your sd:/bootloader/hekate_ipl.ini:
Code:
[SX OS]
payload=bootloader/payloads/sxos.bin

Don't really know how this works with modchips like your SX Gear though.
Thank you. Trying this soon :)
 
  • Like
Reactions: lordelan

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
  • 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?
  • K3Nv2 @ K3Nv2:
    I'll see the 19.0 update that blocks use ability to it
    +1
  • K3Nv2 @ K3Nv2:
    Lol newegg+
    Screenshot-20240423-053504-Gmail.jpg
  • S @ salazarcosplay:
    does update 19 really block it
  • SylverReZ @ SylverReZ:
    Update 19 never came out yet. Just the 18.1.
    SylverReZ @ SylverReZ: Update 19 never came out yet. Just the 18.1.