Mushroom King wrote: ↑Sun May 23, 2021 4:55 am
I believe the sprite animation for Mario and Luigi slow fall when in raccoon or tanuki state is in need to be fixed. I know it's done to simulate the cap movement but I have the impression that the cap is currently stationary while the body is going up and down by a few pixels while slow falling.
Sounds like you have it installed wrong and the lua file isn't running, since it IS fixed. Which leads into the next quote...
MrCool422 wrote: ↑Sun Sep 05, 2021 1:47 am
great, but how to activate the accurate smw mario, luigi, and toad costume not to be rude...
Put this into your luna.lua file:
Code: Select all
Player.setCostume(CHARACTER_MARIO,"SMW-Mario",true)
Player.setCostume(CHARACTER_LUIGI,"SMW-Luigi",true)
Player.setCostume(CHARACTER_TOAD,"SMW-Toad",true)
(Also, these costumes are now included in X2 by default.)