Each character has their own hardcoded acceleration and deceleration speeds. Toad and Peach also get their own maximum run/walk speed differences, and Luigi is the only one with a different jump.
As for costumes, create a file called "luna.lua" in your episode/level folder and put the following code into it:
Code: Select all
Player.setCostume(CHARACTER_MARIO,"SMW-Mario",true)
Player.setCostume(CHARACTER_LUIGI,"SMW-Luigi",true)
Player.setCostume(CHARACTER_TOAD,"SMW-Toad",true)