So backstory!
For the past few years, a couple of people have been asking if there has been any recreations of HUDs ranging from SMAS SMB1,SMB3 & even SMW.
Unfortunately, the only ones that are available we're only made
exclusively for their own episodes or even levels.
So whenever I asked them if they could share it with others, they politely said no.
Because of this, I've decided to take matters into my own hands & recreated those very HUDs myself from scratch!
SMB1 HUD SCREENSHOTS: show
SMB3 HUD SCREENSHOTS: show
SMW HUD SCREENSHOTS: show
CONFIGURABLE SETTINGS: show
GENERAL TOGGLES:
- lives
- score
- coins
- stars
- timer
- world
- character
- starcoins
- reserve (is also a toggle for showing the health bar for characters using hearts)
HUD SPECIFIC TOGGLES:
- pSpeed (toggles the p-speed meter, exclusive to smb3HUD.lua)
- cardType (also exclusive to smb3HUD.lua toggles through multiple options that the 3 cards could display)
+ smb3HUD.TYPE_NONE (Disables the 3 cards)
+ smb3HUD.TYPE_SMBXHUD (Displays extra information exclusive to vanilla SMBX's HUD)
+ smb3HUD.TYPE_ROULETTE (Re-introduces the 3 card roulette system from SMB3, which carries throughout other levels)
+ smb3HUD.TYPE_STARCOINS (Displays up to 3 star coins that were collected in a level)
- starcoins (exclusive version to smwHUD.lua, toggles through multiple options that the starcoin display can be used for)
+ smwHUD.TYPE_DISABLED (Disables starcoins entirely)
+ smwHUD.TYPE_DRAGONCOINS (Displays the dragon coins collected in a level, acts 1:1 like in SMW)
+ smwHUD.TYPE_STARCOINS (Displays how many star coins were collected in a level)
HOW TO INSTALL/IMPLEMENT: show
1. Click the download link below & install the RAR file.
2. Open up the RAR file & open up the subfolder of which HUD you want to use.
3. Extract the contents within said subfolder into the folder of your level/episode as demonstrated below:
This particular demonstration is implementing
smb3HUD.lua found within the
SMB3 subfolder as an example.
4. Open up your
luna.lua file within said folder of your level/episode & paste the following inside at the very top:
Code: Select all
local smb3HUD = require("smb3HUD") -- assuming you're using smb3HUD.lua
-- the "require("smb3HUD")" part will need to be changed depending on which HUD you're using
5. Save your luna.lua file, then start up the level/episode that has your HUD & have fun!

DOWNLOAD:
https://drive.google.com/file/d/1MgQn0Q ... sp=sharing