LunaLua • Re: The Rip Lair's Powerup Pack [v3.0.0] - Never ask us for...
Heya everyone here's a brand new update for 3.0.0 for the Rip Lair's Powerup Pack!Sporting various bugfixes & various brand new powerups!& Even a powerup randomizer + a luna.lua file meant for...
View ArticleLunaLua • Re: Cosmic Clones
https://postimg.cc/RN9stG98Getting hit by a Cosmic Clone when using Marioman2007's customHealth.lua causes errors. Big errors.Statistics: Posted by RotisserieSalad — Tue Feb 18, 2025 9:17 am
View ArticleGeneral • Re: LP's/Reviews (requests open!)
Also wanted to mention there is a secret boss in Boss Monastery (you'd have to enter a door that the final boss broke) and No More Bosses.Statistics: Posted by DRACalgar Law — Tue Feb 18, 2025 1:00 pm
View ArticleLunaLua Help • Respawn in Big State
Hello! I'm looking for a way to respawn the player in Big state (player.powerup == 2) after dying. I managed to make the player be big when spawning in a level using this:Code: function onStart()if...
View ArticleLunaLua Help • Re: Respawn in Big State
Something like this?viewtopic.php?t=23742&start=320#p384173Code: SaveData.startedEpisode = SaveData.startedEpisode or falsefunction onStart() if not SaveData.startedEpisode then for _,p in...
View ArticleLunaLua • Re: customHealth.lua [v1.2] - New CHS with less features
Came up with a way to make the health never go up past 2 without changing the main and max health values:function onStart()health.curHealth = 2endfunction onTick()if health.curHealth >= 3...
View ArticleLunaLua Help • Re: Need help with lua? - LunaLua General Help
Hello, I have two questions:1. Does anyone have a script that changes how the camera behaves to make it more like the NSMB games? I really don't like how your character is always at the center and I...
View ArticleGraphics • [Original] SMW Grass Tileset
Greens Greens feat. Grass with a touch of Olive:Spoiler: showStatistics: Posted by AirShip — Wed Feb 19, 2025 12:01 pm
View ArticleLunaLua • Re: [NPC Pack] DRACalgar's Boss Army Pack V.3.1.0 (Happy New Year!)
Ah, got ya!Statistics: Posted by Waltsalemastick — Wed Feb 19, 2025 1:00 pm
View ArticleLunaLua • Re: [NPC pack] MarioXHK's Absurd Oddities (v.1.2)
bumping this because there's an update to this.Statistics: Posted by mariobrigade2018 — Wed Feb 19, 2025 9:47 pm
View ArticleGraphics • Re: [Original] SMW Grass Tileset
Oh that's a really beautiful tileset, I love the olive variant, it's gorgeous.Statistics: Posted by Squishy Rex — Thu Feb 20, 2025 4:01 am
View ArticleLunaLua Help • Disabling Heart System
Hello, does anyone know how to disable the heart system for Peach and Toad and use the powerup state instead, like Mario and Luigi? Thanks in advance.Statistics: Posted by Muffler — Thu Feb 20, 2025...
View ArticleLunaLua • accessories.lua - the cosmos of cosmetics!
Hello everyone, did you ever feel the need for cosmetics in your episodes (no? Oh well...)Then this might fit your need, introducingAccessories.lua v1.0A library that lets you add stuff onto the...
View ArticleLevels • Re: (NEW LEVEL!: Speed with the Fishes) The Lighthouse
New level has been posted!Speed with the FishesSpoiler: showMy submission for New Year Vanilla Contest, it's inspired from Subterranean Caverns by worldpeace125 but I added some things to the idea...
View ArticleLunaLua • Re: accessories.lua - the cosmos of cosmetics!
TF you mean “no?” There was an entire conversation about what would you give players for episode that didn’t use lives, and cosmetic was a contender. So many possibilities have been opened up because...
View ArticleLevels • Re: (New) Cluckboom County - Kurt's Level Collection
A new level has been added to the pack! FINALLYPlay Cluckboom County today!Statistics: Posted by KurttheKing — Thu Feb 20, 2025 5:20 pm
View ArticleLunaLua • Re: anotherwalljump.lua - I still don't get why people like...
I found a fix for the little tail conundrum I just had to replace every instance of p:mem(0x164, FIELD_WORD, 0) with the followingCode: if p:mem(0x164, FIELD_WORD) == -1 then p:mem(0x164, FIELD_WORD,...
View ArticleEpisodes • [MINIGAMES] Dueling Trials - Battle Blitz & Race Rivals
InformationA local-multiplayer episode that you can play with your friends. It features 2 minigames - Battle Blitz and Race RivalsBattle Blitz - A modern version of the SMBX 1.3 Battle Mode, where...
View ArticleLunaLua • Re: animationPal.lua & cutscenePal.lua - Custom player...
There's a small bug with the example in the animationPal example where spinjumping with an item looks funny.Is there a fix for it?Statistics: Posted by mariobrigade2018 — Fri Feb 21, 2025 6:33 pm
View ArticleEpisodes • Re: [MINIGAMES] Dueling Trials - Battle Blitz & Race Rivals
This is amazing, thank you for this project.I can see the love that was put into it, and I hope it gets a lot of use!Statistics: Posted by MegaDood — Sat Feb 22, 2025 5:16 am
View Article