Share and discuss custom LunaLua code and content packs for SMBX2.
|
|
|
|
-
MrDoubleA
- Flurry
- Posts: 388
- Joined: Mon Aug 20, 2018 7:02 am
- Flair: How much munchers?
Postby MrDoubleA » Thu Dec 26, 2019 3:50 pm
Been a while, huh? Well, there's plenty of new stuff in v1.5!
I lost this GIF, just pretend the volcano lotuses are here lol
Download!
Last edited by MrDoubleA on Tue Aug 17, 2021 4:31 pm, edited 11 times in total.
|
|
|
|
|
|
|
|
|
-
Murphmario
- Chargin' Chuck
- Posts: 2387
- Joined: Fri Dec 20, 2013 7:07 pm
- Pronouns: he/him
Postby Murphmario » Thu Dec 26, 2019 4:03 pm
The one gripe I have with the Chain Chomps right now is that you can't set a solid block as their spawn point like in the official 2D Mario games, as they will only patrol one side of it if that's the case. Maybe you could fix this by having them ignore the solidity of the block they spawn on? Also they seem to lose a chain when lunging.
|
|
|
|
|
|
|
|
|
-
MarioLover64
- Spike
- Posts: 259
- Joined: Fri Apr 26, 2019 6:09 pm
Postby MarioLover64 » Thu Dec 26, 2019 4:09 pm
You should have the option to make chain chomps break off after a number of lunges, like in smb3
|
|
|
|
|
|
|
|
|
-
PROX
- Banned
- Posts: 1953
- Joined: Sun Jul 06, 2014 8:50 pm
Postby PROX » Thu Dec 26, 2019 5:58 pm
I'm definitely using these!
|
|
|
|
|
|
|
|
|
-
IAmPlayer
- Volcano Lotus
- Posts: 560
- Joined: Sun May 21, 2017 3:36 am
- Flair: I'm a hellspawn.
- Pronouns: he/him
-
Contact:
Postby IAmPlayer » Thu Dec 26, 2019 9:52 pm
Nice, it's finally out. I'm gonna have to mess around with all these now!
|
|
|
|
|
|
|
|
|
-
MrDoubleA
- Flurry
- Posts: 388
- Joined: Mon Aug 20, 2018 7:02 am
- Flair: How much munchers?
Postby MrDoubleA » Fri Dec 27, 2019 6:13 am
Making them ignore one block would require rewriting their collision system entirely, and do read this for how to have them all in the same level.
|
|
|
|
|
|
|
|
|
-
Murphmario
- Chargin' Chuck
- Posts: 2387
- Joined: Fri Dec 20, 2013 7:07 pm
- Pronouns: he/him
Postby Murphmario » Fri Dec 27, 2019 2:52 pm
Well shoot at that response. Guess I'll have to just use NPC Pass-through blocks when I get around to making my episode.
|
|
|
|
|
|
|
|
|
-
Yoshi021
- Gold Yoshi Egg
- Posts: 691
- Joined: Thu Jan 21, 2016 9:06 pm
- Flair: :)
- Pronouns: He/Him
Postby Yoshi021 » Sat Jan 11, 2020 10:51 pm
Those screenshots look awesome!
|
|
|
|
|
|
|
|
|
-
PROX
- Banned
- Posts: 1953
- Joined: Sun Jul 06, 2014 8:50 pm
Postby PROX » Fri Jan 17, 2020 10:20 pm
So apparently the spike balls don't kill other npcs. Even the big ones don't.
|
|
|
|
|
|
|
|
|
-
MrDoubleA
- Flurry
- Posts: 388
- Joined: Mon Aug 20, 2018 7:02 am
- Flair: How much munchers?
Postby MrDoubleA » Sun Feb 02, 2020 4:59 pm
Coming soon, plus beta 4 compatibility:
|
|
|
|
|
|
|
|
|
-
MrDoubleA
- Flurry
- Posts: 388
- Joined: Mon Aug 20, 2018 7:02 am
- Flair: How much munchers?
Postby MrDoubleA » Tue Feb 11, 2020 3:05 pm
v1.1 is now out!
|
|
|
|
|
|
|
|
|
-
Mushroom King
- Blooper
- Posts: 181
- Joined: Sun May 25, 2014 5:09 am
Postby Mushroom King » Wed Feb 12, 2020 8:18 am
Tested the spike, the giant balls don't like when we put a line of moving npcs in front of them. I said moving because when they're immobile it's fine, one ball keep rolling and killing them. But put like 11 goombas in a row walking between a Giant Spike and a block and it doesn't go that well. First ball kill some goombas before breaking on one of them, same for the second. At this point only one goomba stand. A third ball is send and... not only it doesn't kill that last goomba or even break, it just BOUNCE back to the Giant Spike, killing him.
Edit: A conversation about spike balls and snowballs behavior in SMM2 if it can help you for a possible update: https://www.reddit.com/r/MarioMaker/com ... long_post/
|
|
|
|
|
|
|
|
|
-
Chilly14
- Snifit
- Posts: 236
- Joined: Thu Jul 18, 2019 10:28 pm
- Flair: wash your hands and stay at home
- Pronouns: he/him
Postby Chilly14 » Mon Feb 17, 2020 5:58 pm
The horizontal Lotuses behave oddly, shooting upwards/downwards instead of left/right, but other than that, the new Lotus NPCs are cool!
|
|
|
|
|
|
|
|
|
-
MrDoubleA
- Flurry
- Posts: 388
- Joined: Mon Aug 20, 2018 7:02 am
- Flair: How much munchers?
Postby MrDoubleA » Mon Feb 17, 2020 6:24 pm
Chilly14 wrote: ↑Mon Feb 17, 2020 5:58 pm
The horizontal Lotuses behave oddly, shooting upwards/downwards instead of left/right, but other than that, the new Lotus NPCs are cool!
I'll fix this soon, but for the time being you can just change "isHorizontal = false," to "isHorizontal = true,".
|
|
|
|
|
|
|
|
|
-
Chilly14
- Snifit
- Posts: 236
- Joined: Thu Jul 18, 2019 10:28 pm
- Flair: wash your hands and stay at home
- Pronouns: he/him
Postby Chilly14 » Mon Feb 17, 2020 6:28 pm
MrDoubleA wrote: ↑Mon Feb 17, 2020 6:24 pm
Chilly14 wrote: ↑Mon Feb 17, 2020 5:58 pm
The horizontal Lotuses behave oddly, shooting upwards/downwards instead of left/right, but other than that, the new Lotus NPCs are cool!
I'll fix this soon, but for the time being you can just change "isHorizontal = false," to "isHorizontal = true,".
Already did, but thanks.
|
|
|
|
|
|
|
|
|
-
MrDoubleA
- Flurry
- Posts: 388
- Joined: Mon Aug 20, 2018 7:02 am
- Flair: How much munchers?
Postby MrDoubleA » Tue Feb 18, 2020 1:32 pm
Download link has been updated to fix that little bug.
|
|
|
|
|
|
|
|
|
-
MrDoubleA
- Flurry
- Posts: 388
- Joined: Mon Aug 20, 2018 7:02 am
- Flair: How much munchers?
Postby MrDoubleA » Sat May 16, 2020 11:51 am
v1.2 is out! Adding stackable NPCs, the P-Balloon, a revampled Goal Tape, Mechakoopas, and more!
|
|
|
|
|
|
|
|
|
-
Yoshi021
- Gold Yoshi Egg
- Posts: 691
- Joined: Thu Jan 21, 2016 9:06 pm
- Flair: :)
- Pronouns: He/Him
Postby Yoshi021 » Sat May 16, 2020 12:11 pm
Looking awesome! Especially the ! blocks
|
|
|
|
|
Return to “LunaLua”
|