Projects • Re: Yoshi's Cosmic Star Story [SMBX2]
Im adding some screenshots soonStatistics: Posted by Blackops Koopa — Wed Feb 12, 2025 8:48 am
View ArticleLevels • Re: My First Level!
Just played it, it's really good for a first level (My first level is just a poorly-designed grassland vanilla level), and it's a pretty decent level overall. The three parts of the level are pretty...
View ArticleEpisodes • Re: Battle Arena (v1.1.0) - A revival of SMBX 1.3's battle mode!
This is incredible! Though I do have a question.Would it be possible to port the online code to kinda be its own thing? So we could play normal episodes with friends? Or is it too tightly intergrated...
View ArticleLunaLua Help • How to shake camera (or screen)
So, I made a dripstone npc which falls down after the player goes below it and shakes the camera or screen, or that's what it's meant to do. But I checked the smbx 2 docs (camera class, and...
View ArticleLunaLua Help • Re: How to shake camera (or screen)
Defines.earthquake = 2 -- higher number for stronger and longer effectStatistics: Posted by Emral — Wed Feb 12, 2025 5:43 pm
View ArticleGuides • Re: (SMBX2 LunaLua) How to make a custom screen size for your...
btw, if anyone wants to replicate a 3ds, 1280x768 is a 15:9 or 5:3 screen size. might use that for an nsmb2 coin rush remake.Statistics: Posted by AlphaBlue1011 — Wed Feb 12, 2025 8:47 pm
View ArticleLunaLua Help • Using Lakitu Shop to open specific warps
I'm working on a levelpack where I'm planning on using the Lakitu Shop to unlock more parts of the pack, by possibly triggering events once something is bought. How would I go about doing this?By the...
View ArticleLunaLua Help • Re: Using Lakitu Shop to open specific warps
Code: local lakitushop = require("lakitushop")local ITEM_PEACHTOAD = lakitushop.addItem{ price = 2500, name = "Unlocks Peach and Toad Courses", effectFunction = function() triggerEvent("your event...
View ArticleProjects • An idea for a LunaLua pack i wanna make eventually
So, I'm a bit of a LunaLua noob. But that doesn't mean I don't want to improve.Once I'm skilled enough, I plan on making a pack of NPCs and blocks that I personally feel like adding. Currently, my...
View ArticleProjects • Re: An idea for a LunaLua pack i wanna make eventually
Nice, tho this is supposed to be for episode projects.Statistics: Posted by mariobrigade2018 — Wed Feb 12, 2025 10:45 pm
View ArticleProjects • Re: Mario's Burrito Quest - My swansong to the community
I'm back, with a new spark towards Super Mario Brothers X. And it's all because of one thing.I also doubt anyone here recognizes me anymore. The community probably changed. Probably for the worst, as...
View ArticleVideo Games • Re: Rainbow Road Return
GBA, And if that is way too "easy and unfair", DSWait, how can something be both easy and unfair? Aren’t those two exclusive to each other?The exessive amount of jumpy tiles just looks unfair too me...
View ArticleProjects • Re: (Update) Super Mario And The Pre-Historic Pyramid
First level is way too hard. Its not like i am trash at Super Mario in general...its just the level is a bit hard. Tone it down perhaps?Statistics: Posted by PasswordIncorrect — Thu Feb 13, 2025 12:17...
View ArticleLunaLua Help • Re: Help with getting custom currencies to work in the Lakitu...
Are you using the basegame shop?Yeah, the basegame lakitushop.luaAdded in 24 minutes 20 seconds:EDIT: I got the purchase to work. kinda. It sends this error once I confirm.Added in 1 hour 21 minutes...
View ArticleLunaLua Help • Lakitu Shop error when trying to purchase item
When I try to purchase an item from the Lakitu Shop (the basegame one), I get this error. What can I do to fix it?Statistics: Posted by AlphaBlue1011 — Thu Feb 13, 2025 3:20 pm
View ArticleLunaLua Help • Re: Lakitu Shop error when trying to purchase item
This is a well known error. Either wait for patch 3, or use Marioman’s custom one on discord.Statistics: Posted by mariobrigade2018 — Thu Feb 13, 2025 3:42 pm
View ArticleGeneral • Re: SMBX Videos Thread
iframe Statistics: Posted by SupahKupah — Thu Feb 13, 2025 4:25 pm
View ArticleSite Discussion • Re: Reviving the forums
It's been a long time since I last participated in this forum, but I would like to offer an opinion on the topic. Please excuse me if the text becomes too long.I've been on the forums (the original...
View ArticleProjects • Mario and Luigi: The Legend of the Koopalings
Mario and Luigi: The Legend of the Koopalings is an episode that provides all of the NPCs that have been featured on Super Mario All Stars with all four games in that compilation (basegame and custom...
View ArticleLunaLua Help • restricting abilities, then unlocking them later on in an episode
eventually, i plan on making a metroidvania in smbx2. in this metroidvania, i want to make certain abilities for specific characters (such as mario's spin jump or rosalina's double jump) unlocked...
View Article