Hey, someone had to do it eventually.
Requires SMBX 2.0. Installation instructions are included with the download, or you can just read them from the spoiler below.
The download includes two versions. One with the SMB3 All-Stars Starman music, and one with the NSMBWii Starman music.
-Level Exclusive-
1. Open your level folder (where you normally put graphics) and create a file called lunadll.lua
2. Put the following code in there:
Code: Select all
local starman = loadAPI("starman")
starman.sfxFile = "Song-000.ogg"
3. Copy the all files from either the All-Stars or NSMBU folder to your level folder
-Episode Exclusive-
1. Open your episode folder (where the .wld file is) and create a file called lunaworld.lua
2. Put the following code in there:
Code: Select all
local starman = loadAPI("starman")
starman.sfxFile = "Song-000.ogg"
3. Copy the all files from either the All-Stars or NSMBU folder to your project folder
Installation instructions shamelessly hijacked from Horikawa.
GIF
Download
https://dl.dropboxusercontent.com/u/733 ... tarman.zip