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: 404
  • 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
  • S @ salazarcosplay:
    or have it start in the virtual world and you are an ai that gained sentience
  • Xdqwerty @ Xdqwerty:
    btw gonna wash my face in a bit, my eyes feel tired
  • S @ salazarcosplay:
    and you convince your owner to help you break out of the virtual world to real world
  • BigOnYa @ BigOnYa:
    Eyes - "yawn"
    +1
  • S @ salazarcosplay:
    you bleack in to goverment computer systems to get cyborg schematics so you can get a robot body constructed
  • Xdqwerty @ Xdqwerty:
    btw @BigOnYa the health bar doesnt decrease when i take damage (and yes i put the "at the beggining of the scene change value of greenflatbar: set to Protagonistcopmode.Health::Health())
  • S @ salazarcosplay:
    i the protagonist
  • S @ salazarcosplay:
    human, robot, cyborg
  • S @ salazarcosplay:
    human with cyborg enhancements
  • S @ salazarcosplay:
    or like terminatior
  • S @ salazarcosplay:
    with living tissue
  • BigOnYa @ BigOnYa:
    @Xdqwerty there is health behaviour you can add to your character, then to use a health bar is lil more complicated, google n watch a few tutorial video on it, be too hard to explain here.
  • Xdqwerty @ Xdqwerty:
    @BigOnYa, the character has the health behavior
  • BigOnYa @ BigOnYa:
    I know you have to create a health and health max variable. Then there is a calculation you use in code to subtract width size of the health bar. Google few vids.
  • Xdqwerty @ Xdqwerty:
    @BigOnYa, the "greenflatbar" is one of the preset health bars btw
  • BigOnYa @ BigOnYa:
    Yea you can use any bar/sprite. It will just change the width. Ok good luck and have fun. I'm off to go shoot some pool at the bar. Talk to you later.
    +1
  • Xdqwerty @ Xdqwerty:
    @BigOnYa, why does the health behavior exist if you can just use a variable?
  • Xdqwerty @ Xdqwerty:
    and nope the number still doesnt change
  • Xdqwerty @ Xdqwerty:
    ok im gonna make my own asset
  • Xdqwerty @ Xdqwerty:
    nvm i think i fixed it
  • Xdqwerty @ Xdqwerty:
    @BigOnYa, I fixed it
  • S @ salazarcosplay:
    how are you\
    S @ salazarcosplay: how are you\