File information

Last updated

Original upload

Created by

ceejbot and awakemon

Uploaded by

aWakemon

Virus scan

Safe to use

7 comments

  1. MonkutPaik
    MonkutPaik
    • supporter
    • 14 kudos
    Pretty please, update it
    It looks beautiful 
  2. urbon
    urbon
    • premium
    • 1,238 kudos
    Are you will open to do an updated? O: the new updated has some bars. 
    1. MonkutPaik
      MonkutPaik
      • supporter
      • 14 kudos
      +1
  3. MaestroLiendre
    MaestroLiendre
    • supporter
    • 6 kudos
    Hey I'm loving the preset, but how could I make it a little more transparent? Something like 40% transparent? it would be great!
    1. aWakemon
      aWakemon
      • supporter
      • 28 kudos
      You just need to change some values in your installed SoulsyHUD_Layout.toml.

      The backgrounds are already 50% transparent (a = 128), so if you want about half of that you need to change all bg_color lines to
      bg_color = { r = 255, g = 255, b = 255, a = 64 }
      and if you want to change the icon transparency, change all icon_color to
      icon_color = { r = 200, g = 200, b = 200, a = 128 }
      -- same with name_color if you want the item names to be more transparent. It's easiest to use the search feature in your text editor to find them.
      The a = XXX changes the transparency; 255 being completely visible and 0 being invisible.
  4. chickensniper52
    chickensniper52
    • premium
    • 4 kudos
    Looks very clean, thank you!
    1. aWakemon
      aWakemon
      • supporter
      • 28 kudos
      Glad you enjoy it :)