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: 414
  • 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.
    K3Nv2 @ K3Nv2: https://youtube.com/shorts/WOppJ92RgGU?si=KE79L6A_3jESsGQM