Page 1 of 1

(DOWNLOAD INCLUDED) Modern Styled Hud!

Posted: Wed Nov 21, 2018 3:43 pm
by CheesyYoY

BEFORE READING!

Spoiler: show

This was originally posted by elf of H & L on the PGE Forums back in 2017, on the hard to find API Topic.

THE MODERN STYLED HUD API BY ELF OF H & L!
This API replaces the old HUD with a SMBX 1.4.4 looking thing.
Image
Once you downloaded it, insert this into your lunadll.lua file

Code: Select all

API.load("ModernStyledHud");

Then, put the HUD folder in your level asset folder and go in it.
You will see CUSTOM and PRESET. The API uses the CUSTOM folder, so if you want to use one of the presets, just copy and replace it.
Making a custom hud is easy since it uses the .PNG format.
You can even turn on a time limit, and hide the HUD altogether!

Spoiler: show
modernhud.timecounter = Your time limit.
modernhud.timespeed = Rate for time limit, the lower number, the faster speed, the higher number, the slower speed.
modernhud.timelimitOn() or modernhud.timelimitOff() for time limit on/off
modernhud.usereserve = true/false
modernhud.showhud = true/false
Download
Spoiler: show
Wow, I cannot believe i forgot this.
http://www.mediafire.com/file/dsbyvbf8k ... I.zip/file
[/center]

Re: Modern Styled Hud!

Posted: Wed Nov 21, 2018 3:50 pm
by Emral
CheesyYoY wrote:
Wed Nov 21, 2018 3:43 pm
lua.dll
lunadll.lua or lunaworld.lua depending on scope..

Re: Modern Styled Hud!

Posted: Wed Nov 21, 2018 3:52 pm
by CheesyYoY
Enjl wrote:
Wed Nov 21, 2018 3:50 pm
CheesyYoY wrote:
Wed Nov 21, 2018 3:43 pm
lua.dll
lunadll.lua or lunaworld.lua depending on scope..
tanks me boi

Re: Modern Styled Hud!

Posted: Wed Nov 21, 2018 4:26 pm
by Emral
CheesyYoY wrote:
Wed Nov 21, 2018 3:52 pm
Enjl wrote:
Wed Nov 21, 2018 3:50 pm
CheesyYoY wrote:
Wed Nov 21, 2018 3:43 pm
lua.dll
lunadll.lua or lunaworld.lua depending on scope..
tanks me boi
Still wrong. Read again. Read it twice this time just to make perfectly sure.