[Open Assets] Customizable HUD

This content may be freely modified and/or maintained by anyone.
This is a simple LUA that can make you change the positions, hide, show and change the transparency of SRB2's vanilla huds. Note: This lua can break with other mods that change, add or remove huds, beware!

List of commands to use:
Code:
hud_score_xposition <number>: change the horizontal position of the score hud.
hud_score_yposition <number>: change the vertical position of the score hud.
hud_time_xposition <number>: change the horizontal position of the time hud.
hud_time_yposition <number>: change the vertical position of the time hud.
hud_rings_xposition <number>: change the horizontal position of the rings hud.
hud_rings_yposition <number>: change the vertical position of the rings hud.
hud_lives_xposition <number>: change the horizontal position of the lives hud.
hud_lives_yposition <number>: change the vertical position of the lives hud.
hud_show <hud>: enable the hud wanted, the options are: rings, time, score, lives.
hud_hide <hud>: disable the hud wanted, the options are: rings, time, score, lives.
hud_transparency <hud> <value>: make the hud wanted transparent, invisible or opaque, the first option can either be: rings, time, score, lives or all. the second option can be a number from 0 to 10.
 

Attachments

  • srb20103.gif
    srb20103.gif
    130.1 KB · Views: 1,403
  • srb20103.gif
    srb20103.gif
    130.1 KB · Views: 1,097
  • srb20178.png
    srb20178.png
    22.1 KB · Views: 855
  • srb20178.png
    srb20178.png
    22.1 KB · Views: 881
  • srb20184.png
    srb20184.png
    61.1 KB · Views: 835
  • srb20184.png
    srb20184.png
    61.1 KB · Views: 796
  • L_CustomizableHud.lua
    18.5 KB · Views: 462
Last edited:
One problem I've run into when playing is... the timer goes WAY too fast. If it helps, my timer setting without the mod is set to be in centiseconds. I don't have a GIF to demonstrate that, but if you look in my Point 'n Dab Adventures video, you'll see what I mean. Might need to take a look at that, man.
 

Who is viewing this thread (Total: 1, Members: 0, Guests: 1)

Back
Top