Topics about events/announcements that are no longer relevant.
Moderator: Userbase Moderators
|
|
|
|
-
Ace
- Volcano Lotus

- Posts: 579
- Joined: Sun Mar 23, 2014 4:50 pm
- Pronouns: he/him
Postby Ace » Thu Jul 07, 2016 3:44 am
Someone should make a video of frog suit mario picking up a starman and use that as the 2.0 trailer.
|
|
|
|
|
|
|
|
|
-
MECHDRAGON777
- Pink Yoshi Egg

- Posts: 6422
- Joined: Fri Dec 20, 2013 6:40 pm
- Flair: Nuclear Queen of Reversion.
-
Contact:
Postby MECHDRAGON777 » Thu Jul 07, 2016 4:17 am
I am actually quite impressed someone is making that, I do not know how to thank him, but at least I can do is this:
[quote"Rockythechao"]Ping[/quote]
Thank you.
|
|
|
|
|
|
|
|
|
-
PixelPest
- Link

- Posts: 7111
- Joined: Sun Jul 12, 2015 5:38 pm
- Flair: Tamer of Boom Booms
-
Contact:
Postby PixelPest » Thu Jul 07, 2016 8:43 am
Does this actually replace a current power-up, use power-up slot #8, or does it do kind of what I did with the Blue Shell power-up and work in sync with another one?
|
|
|
|
|
|
|
|
|
-
PixelPest
- Link

- Posts: 7111
- Joined: Sun Jul 12, 2015 5:38 pm
- Flair: Tamer of Boom Booms
-
Contact:
Postby PixelPest » Thu Jul 07, 2016 8:52 am
Horikawa Otane wrote:PixelPest wrote:
Does this actually replace a current power-up, use power-up slot #8, or does it do kind of what I did with the Blue Shell power-up and work in sync with another one?
As of now it replaces Big Mario. Which is why it won't be in the upcoming beta  . Until we figure out a way around that, not much point in releasing it.
I figured out a way around it with the Blue Shell power-up I'm working on. By using pNPC and npcParse, as well as the Graphics Override class, I got the Blue Shell power-up to work in sync with the Fire Flower power-up so that you can have Fire Flowers and Blue Shells in the same level, even though both use mario-3 and npc-14
|
|
|
|
|
|
|
|
|
-
snoruntpyro
- Snifit

- Posts: 226
- Joined: Sun Oct 11, 2015 9:36 am
- Pronouns: she/her
-
Contact:
Postby snoruntpyro » Thu Jul 07, 2016 10:25 am
The thing about that method though is that it's not as user-friendly as just making it a straight up new powerup and npc, and being user-friendly is one of the main goals of the project right now.
(please feel free to yell at me horikawa if i'm actually talking out of my ass here, this is just from what i've gathered)
|
|
|
|
|
|
|
|
|
-
Rixitic
- Spike

- Posts: 274
- Joined: Sat Dec 12, 2015 1:00 am
-
Contact:
Postby Rixitic » Thu Jul 07, 2016 3:46 pm
Horikawa Otane wrote:PixelPest wrote:Does this actually replace a current power-up, use power-up slot #8, or does it do kind of what I did with the Blue Shell power-up and work in sync with another one?
As of now it replaces Big Mario. Which is why it won't be in the upcoming beta  . Until we figure out a way around that, not much point in releasing it.
I mostly made it replace Big Mario for the sake of keeping the prototyping simple. I can make it replace one of the other states and override the unique behavior of those states, but yeah, I'd definitely rather be able to make it a properly-integrated unique state alongside the vanilla ones.
I did try to throw together a custom powerup system based on the methods PixelPest is using for Shell Mario, but that has a few issues -- namely, some necessary properties, like the graphics and hitboxes, are handled per character/powerup pair instead of on a per Player object basis. So in situations where you might want to have, say, supermario# clones (like, say, a double cherry powerup) you can't have the overridden powerup and the original exist simultaneously. If you handle the graphics and hitbox manually yourself then you could maybe make it work, but that's a whole 'nother mess.
That said, if you want to completely replace one of the existing powerups with a custom one for a full episode, or do it as a one-off thing for a contest or gimmick level -- maybe have it reverted to its' base powerup at the end of the level a la jumping off Yoshi in the NSMB games -- it's certainly a viable option. But I don't see truly additional powerup states as all that feasible until the necessary changes have been made to SMBX and the lunalua core to support them.
|
|
|
|
|
|
|
|
|
-
migueeel
- Buster Beetle

- Posts: 94
- Joined: Thu Jun 04, 2015 12:09 pm
Postby migueeel » Fri Jul 08, 2016 5:34 am
Horikawa Otane wrote:snoruntpyro wrote:The thing about that method though is that it's not as user-friendly as just making it a straight up new powerup and npc, and being user-friendly is one of the main goals of the project right now.
(please feel free to yell at me horikawa if i'm actually talking out of my ass here, this is just from what i've gathered)
Nah you're spot on. I want the future going forward to be 'no lua needed' for key features.
Yeah. While lua is really powerful and can add things that you guys couldn't (or haven't, yet), having to learn it is not so worth it xD
The more stuff we can quickly access to, the better!
*edit after some days* Hey Horikawa, after seeing your "speedrun" video, I remembered to ask, will we get sideways springs in the future? 
|
|
|
|
|
|
|
|
|
-
Westretroman
- Eerie

- Posts: 704
- Joined: Tue Mar 29, 2016 6:50 pm
Postby Westretroman » Mon Jul 11, 2016 11:13 pm
We need New NPCS such as Para-chuting NPCS (See Linik's post) Sledge Bros, + Fire Sledge Bros/Boomerang.
|
|
|
|
|
|
|
|
|
-
zxcv
- Volcano Lotus

- Posts: 511
- Joined: Tue Aug 05, 2014 10:10 am
- Pronouns: They/She
Postby zxcv » Tue Jul 12, 2016 7:57 am
IMO we need diagonal shooting cannons
|
|
|
|
|
|
|
|
|
-
HeroLinik
- Larry Koopa

- Posts: 3464
- Joined: Fri Dec 20, 2013 1:28 pm
-
Contact:
Postby HeroLinik » Tue Jul 12, 2016 9:41 am
Prado wrote:IMO we need diagonal shooting cannons
You can make these without Lua, but it's really confusing to set up.
|
|
|
|
|
|
|
|
|
-
zxcv
- Volcano Lotus

- Posts: 511
- Joined: Tue Aug 05, 2014 10:10 am
- Pronouns: They/She
Postby zxcv » Tue Jul 12, 2016 12:28 pm
Linik wrote:Prado wrote:IMO we need diagonal shooting cannons
You can make these without Lua, but it's really confusing to set up.
They are bad.
|
|
|
|
|
|
|
|
|
-
Westretroman
- Eerie

- Posts: 704
- Joined: Tue Mar 29, 2016 6:50 pm
Postby Westretroman » Tue Jul 12, 2016 9:16 pm
Prado wrote:Linik wrote:Prado wrote:IMO we need diagonal shooting cannons
You can make these without Lua, but it's really confusing to set up.
They are bad.
IMO, I think Prado is right, diagonal cannons with the power of lua is a lot more better than diagonal cannons without the power of lua and we need them honestly.
|
|
|
|
|
|
|
|
|
-
migueeel
- Buster Beetle

- Posts: 94
- Joined: Thu Jun 04, 2015 12:09 pm
Postby migueeel » Wed Jul 13, 2016 5:33 pm
Thanks for the confirmation on the springs! I've seen them a lot in puzzles and kaizos and I thought they could be really useful in SMBX too 
|
|
|
|
|
|
|
|
|
-
Julia Pseudo
- Luigi

- Posts: 5609
- Joined: Wed Jan 08, 2014 12:04 am
- Flair: gay gaymer girl
- Pronouns: She/her
Postby Julia Pseudo » Wed Jul 13, 2016 6:01 pm
Horikawa, if sideways springs are possible, would 4-directional note blocks be possible? Those are the shiiit
|
|
|
|
|
|
|
|
|
-
bossedit8
- Banned
- Posts: 6838
- Joined: Fri Dec 20, 2013 12:35 pm
-
Contact:
Postby bossedit8 » Wed Jul 13, 2016 6:32 pm
Pseudo-dino wrote:Horikawa, if sideways springs are possible, would 4-directional note blocks be possible? Those are the shiiit
I mean in SMW's lunar magic we have multiple noteblocks to choose from. One regular which only let you bounce off from the top, one for both top and bottom (the one SMBX has) and the one you mentioned, all bounceable noteblocks.
|
|
|
|
|
|
|
|
|
-
Julia Pseudo
- Luigi

- Posts: 5609
- Joined: Wed Jan 08, 2014 12:04 am
- Flair: gay gaymer girl
- Pronouns: She/her
Postby Julia Pseudo » Wed Jul 13, 2016 6:38 pm
bossedit8 wrote:Pseudo-dino wrote:Horikawa, if sideways springs are possible, would 4-directional note blocks be possible? Those are the shiiit
I mean in SMW's lunar magic we have multiple noteblocks to choose from. One regular which only let you bounce off from the top, one for both top and bottom (the one SMBX has) and the one you mentioned, all bounceable noteblocks.
I'm pretty sure there are only two (and invisible ones, which are separate in the SMW engine) - there are no note blocks that don't bounce Mario from the bottom (which is just hitting them, he doesn't really spring downwards in any case). There are also those blocks that only hit Mario from the side like the wood blocks in Super Mario Bros. 3, although those aren't really note blocks.
|
|
|
|
|
|
|
|
|
-
bossedit8
- Banned
- Posts: 6838
- Joined: Fri Dec 20, 2013 12:35 pm
-
Contact:
Postby bossedit8 » Wed Jul 13, 2016 6:50 pm
Pseudo-dino wrote:I'm pretty sure there are only two (and invisible ones, which are separate in the SMW engine) - there are no note blocks that don't bounce Mario from the bottom (which is just hitting them, he doesn't really spring downwards in any case). There are also those blocks that only hit Mario from the side like the wood blocks in Super Mario Bros. 3, although those aren't really note blocks.
Did some research...
The first one is a regular noteblock that's originally used in SMW in general while the other 2 at the right side isn't really used in the original SMW game apparently but they are coded in into the game.
|
|
|
|
|
|
|
|
|
-
zxcv
- Volcano Lotus

- Posts: 511
- Joined: Tue Aug 05, 2014 10:10 am
- Pronouns: They/She
Postby zxcv » Wed Jul 13, 2016 8:07 pm
I didnt know that SMW had unused blocks into its code!
Thanks Horikawa for the diagonal shooting cannons confirmed!
|
|
|
|
|
|
|
|
|
-
bossedit8
- Banned
- Posts: 6838
- Joined: Fri Dec 20, 2013 12:35 pm
-
Contact:
Postby bossedit8 » Wed Jul 13, 2016 8:36 pm
|
|
|
|
|
|
|
|
|
-
Westretroman
- Eerie

- Posts: 704
- Joined: Tue Mar 29, 2016 6:50 pm
Postby Westretroman » Wed Jul 13, 2016 8:56 pm
The Cutting Room Floor, that's a great site. quote from quote, from bossedit8's words, SMW had more than unused blocks, it was originally going to have a mix of SMB3/SMW graphics and Super Leaf was to return but later dumped and recoded as the Super Cape(super leaf's sprite still in the game, left unused.)
|
|
|
|
|
Return to “Events and Announcements”
Users browsing this forum: No registered users and 7 guests
|