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,924
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,849
Trophies
1
Age
44
XP
6,653
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: 402
  • icon_Stock.bmp
    144.1 KB · Views: 424
  • icon_FUSE.bmp
    144.1 KB · Views: 403
  • lakka.bmp
    144.1 KB · Views: 342
  • UBUNTU.bmp
    144.1 KB · Views: 314
  • icon_atmosphere.bmp
    144.1 KB · Views: 374
  • 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,849
Trophies
1
Age
44
XP
6,653
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
  • BigOnYa @ BigOnYa:
    That's cool, what's the game about?
  • S @ salazarcosplay:
    @K3Nv2 you wantign people to know the pos you are, thats also a good too. In communicating with people you are having them learn about your opinions and who you are as a person, you will be remembered by them, as we remember you in the forum. You are not indifferent
  • Xdqwerty @ Xdqwerty:
    @BigOnYa, kind of like megaman or contra
    +1
  • Xdqwerty @ Xdqwerty:
    its too simple what i have done
  • BigOnYa @ BigOnYa:
    You using the Smart camera extention, its nice, centers you on screen but with little lag so feels better than just Center player on screen. You can add/ subject lag amount also.
  • Xdqwerty @ Xdqwerty:
    @BigOnYa, i dont use it
  • Xdqwerty @ Xdqwerty:
    i use the "center camera in object" action
  • Xdqwerty @ Xdqwerty:
    and i cant find that smart camera extension
  • BigOnYa @ BigOnYa:
    Sorry, its called Smooth Camera
    +1
  • S @ salazarcosplay:
    @BigOnYa we should have a meeting with other forum memebers and take shrooms
  • S @ salazarcosplay:
    i think you would be a great trip guider
  • BigOnYa @ BigOnYa:
    Nuh, I'd wonder off somewhere probably
  • BigOnYa @ BigOnYa:
    My wifey made some Sun tea yesterday, and cut up some peaches in let sit in there w the teabags, shit is Da bomb. Bout to try it with some peach vodka..
  • S @ salazarcosplay:
    @BigOnYa sounds wish we could see Randy on south park do that , drinking the peach vodka
  • Xdqwerty @ Xdqwerty:
    @salazarcosplay, im more of a casual south park fan, i dont watch it that often
  • BigOnYa @ BigOnYa:
    Its gluten free
  • K3Nv2 @ K3Nv2:
    lol it's too offensive
    +1
  • BigOnYa @ BigOnYa:
    Nuh not that good, not many alcohols taste good in tea. At least I haven't found any.
  • K3Nv2 @ K3Nv2:
    I tried that peach alcohol in cans tasted like crap
  • F @ foresthag:
    You could fermen(tea). That'd taste excellent. Or make you go blind, who is to say?
    +1
  • K3Nv2 @ K3Nv2:
    Twisted tea iirc
    +1
  • BigOnYa @ BigOnYa:
    Only one I liked was that mikes hard lemonade tea, but i couldn't drink it all day
  • Xdqwerty @ Xdqwerty:
    @K3Nv2, gonna make a jumping sprite
  • BigOnYa @ BigOnYa:
    You can add platform character behavior to any sprite, just disable the default controls for it, and make it jump/move in your code. The rectangle behavior is cool too for enemies.
  • Xdqwerty @ Xdqwerty:
    @BigOnYa, how is it cool?
    Xdqwerty @ Xdqwerty: @BigOnYa, how is it cool?