Share and discuss custom LunaLua code and content packs for SMBX2.
Moderator: Userbase Moderators
|
|
|
|
-
KateBulka
- Dolphin

- Posts: 1112
- Joined: Tue Apr 15, 2014 8:29 am
- Pronouns: she/her
Postby KateBulka » Thu Sep 10, 2020 2:39 pm
Last edited by KateBulka on Thu Sep 10, 2020 4:15 pm, edited 2 times in total.
|
|
|
|
|
|
|
|
|
-
Tails608
- Koopa

- Posts: 16
- Joined: Fri Jan 03, 2020 12:00 pm
Postby Tails608 » Thu Sep 10, 2020 2:40 pm
This is the best day ever
|
|
|
|
|
|
|
|
|
-
9thCore
- 2025 Egg Hunter

- Posts: 41
- Joined: Tue Mar 10, 2015 1:46 pm
- Flair: hewo
- Pronouns: he/him
Postby 9thCore » Thu Sep 10, 2020 3:05 pm
Oh damn, I didn't think this would be released so soon!
Really cool as always, thanks Core!
|
|
|
|
|
|
|
|
|
-
KateBulka
- Dolphin

- Posts: 1112
- Joined: Tue Apr 15, 2014 8:29 am
- Pronouns: she/her
Postby KateBulka » Thu Sep 10, 2020 3:56 pm
Hotfix is up now! *w*
|
|
|
|
|
|
|
|
|
-
TheNightingale
- Van De Graf

- Posts: 1980
- Joined: Fri Apr 20, 2018 9:28 pm
- Flair: I used to be called Scroll
- Pronouns: he/him
-
Contact:
Postby TheNightingale » Thu Sep 10, 2020 4:48 pm
Pretty neat, good job!
|
|
|
|
|
|
|
|
|
-
Xilore Inaba
- Koopa

- Posts: 15
- Joined: Tue Jul 26, 2016 8:47 pm
- Flair: ???????
Postby Xilore Inaba » Fri Sep 11, 2020 5:39 pm
Finally the classic flagpole is on SMBX2! Amazing work Core,now everyone can actually make an accurate SMB1 level.
|
|
|
|
|
|
|
|
|
-
TheGameyFireBro105
- Eerie

- Posts: 747
- Joined: Thu Jan 09, 2020 6:09 pm
- Flair: Good at remakes
- Pronouns: he/him
Postby TheGameyFireBro105 » Fri Sep 11, 2020 7:59 pm
I'm using the laqtest hotfix and it still is screwed
|
|
|
|
|
|
|
|
|
-
Emral
- Cute Yoshi Egg

- Posts: 9890
- Joined: Mon Jan 20, 2014 12:58 pm
- Flair: Phoenix
Postby Emral » Sat Sep 12, 2020 4:24 am
TheGameyFireBro105 wrote: ↑Fri Sep 11, 2020 7:59 pm
I'm using the laqtest hotfix and it still is screwed
Do you have the SMBX2 Beta 4 Patch 3 Hotfix?
|
|
|
|
|
|
|
|
|
-
KateBulka
- Dolphin

- Posts: 1112
- Joined: Tue Apr 15, 2014 8:29 am
- Pronouns: she/her
Postby KateBulka » Sat Sep 12, 2020 10:09 am
TheGameyFireBro105 wrote: ↑Fri Sep 11, 2020 7:59 pm
I'm using the laqtest hotfix and it still is screwed
Seems like you need to install latest b4 patch....
|
|
|
|
|
|
|
|
|
-
TheGameyFireBro105
- Eerie

- Posts: 747
- Joined: Thu Jan 09, 2020 6:09 pm
- Flair: Good at remakes
- Pronouns: he/him
Postby TheGameyFireBro105 » Sat Sep 12, 2020 10:24 am
I feel like i should get notified whenever this happens.
|
|
|
|
|
|
|
|
|
-
Sonya Sanchez
- Rinka

- Posts: 666
- Joined: Fri May 10, 2019 3:05 pm
- Flair: Robotic
- Pronouns: They/Them
Postby Sonya Sanchez » Sat Sep 12, 2020 3:12 pm
TheGameyFireBro105 wrote: ↑Sat Sep 12, 2020 10:24 am
I feel like i should get notified whenever this happens.
Uhm you do?? There is literally a message when you boot up X2 and a new Patch has been released and the latest one includes the hotfix now!
|
|
|
|
|
|
|
|
|
-
Jumper
- Tweeter

- Posts: 130
- Joined: Tue Feb 02, 2016 9:32 pm
Postby Jumper » Sat Sep 12, 2020 10:25 pm
TheGameyFireBro105 wrote: ↑Sat Sep 12, 2020 10:24 am
I feel like i should get notified whenever this happens.
...how did you miss a big greenish box that says that there's a new update whenever you open up the launcher?!
|
|
|
|
|
|
|
|
|
-
Blake Izayoi
- Volcano Lotus

- Posts: 598
- Joined: Sun Feb 23, 2014 1:55 pm
- Flair: Sakuya's Husband
- Pronouns: He / Him
-
Contact:
Postby Blake Izayoi » Thu Oct 15, 2020 7:41 pm
Absolutely fantastic work.
However, the level music doesn't seem to stop when the flag pole is grabbed? This might be intentional but I am curious as to if this could be "fixed" in the future. Thank you.
Edit:
So I was able to edit the code myself to stop the music when you grab the flagpole.
Here's how I did it:
Change this (code starts at line 154):
Code: Select all Misc.npcToCoins()
score(p.idx, v)
SFX.play("smb-exit.ogg")
flagpoleNPC.touched = true
p.keys.altJump = true
data.player = p
To this:
Code: Select all Misc.npcToCoins()
score(p.idx, v)
Audio.MusicChange(0, 0, -1)
SFX.play("smb-exit.ogg")
flagpoleNPC.touched = true
p.keys.altJump = true
data.player = p
As I'm a code brainlet for lack of a better term, this probably isn't the best solution, but it's a solution nonetheless.
I'm also not sure if I had to download both hotfix 1 & 2 after I downloaded the main Flagpole things, so if there was a music fix in that I apologize.
|
|
|
|
|
|
|
|
|
-
SergioZen25
- Fighter Fly

- Posts: 34
- Joined: Mon Sep 07, 2020 9:21 pm
Postby SergioZen25 » Thu Nov 12, 2020 6:26 pm
This is very cool! I've been wondering why the flagpole isn't even in the editor by default, it's literally the most common exit in Super Mario Bros.
|
|
|
|
|
|
|
|
|
-
kr4k1n
- Reznor

- Posts: 2926
- Joined: Sun Dec 11, 2016 8:02 pm
- Flair: cats are cool
- Pronouns: he/him/his
-
Contact:
Postby kr4k1n » Fri Nov 13, 2020 4:02 pm
SergioZen25 wrote: ↑Thu Nov 12, 2020 6:26 pm
This is very cool! I've been wondering why the flagpole isn't even in the editor by default, it's literally the most common exit in Super Mario Bros.
I'm thinking the same thing too
|
|
|
|
|
|
|
|
|
-
Julia Pseudo
- Luigi

- Posts: 5609
- Joined: Wed Jan 08, 2014 12:04 am
- Flair: gay gaymer girl
- Pronouns: She/her
Postby Julia Pseudo » Sun Dec 27, 2020 8:24 pm
This is amazing Core! Thank you!
Rhosty wrote:
SergioZen25 wrote: ↑Thu Nov 12, 2020 6:26 pm
This is very cool! I've been wondering why the flagpole isn't even in the editor by default, it's literally the most common exit in Super Mario Bros.
I'm thinking the same thing too
The flagpole exit is likely missing because SMBX was originally an SMB3 clone for the most part in the early days of Redigit's work on it, with only a few objects from other games in comparison, so the main exit at the time was the SMB3 card roulette. The SMW goalpost was added later on in 1.2, likely to support the many SMW-themed levels in the Invasion 2, and since there aren't many SMB1 levels in comparison Redigit never got around to adding a flagpole.
This is my guess anyhow.
|
|
|
|
|
|
|
|
|
-
EclipseMain
- Bob-Omb

- Posts: 22
- Joined: Sat Mar 16, 2019 4:12 pm
-
Contact:
Postby EclipseMain » Thu Jan 28, 2021 1:53 am
It's great but has a couple issues.
The biggest one is that it ignores checkpoints. If you get a checkpoint, exit the level using a flagpole and enter the same level again, you'll still be at the checkpoint.
The other thing is that there's no way to set it as an exit on the world map.
I plan to use this or something like it for my SMBX episode cause I got a lot of SMB1-styled levels. If these issues can be fixed I'd greatly appreciate it.
|
|
|
|
|
|
|
|
|
-
MrDoubleA
- Edward

- Posts: 394
- Joined: Mon Aug 20, 2018 7:02 am
- Flair: How much munchers?
Postby MrDoubleA » Thu Jan 28, 2021 5:13 am
EclipseMain wrote: ↑Thu Jan 28, 2021 1:53 am
It's great but has a couple issues.
The biggest one is that it ignores checkpoints. If you get a checkpoint, exit the level using a flagpole and enter the same level again, you'll still be at the checkpoint.
The other thing is that there's no way to set it as an exit on the world map.
I plan to use this or something like it for my SMBX episode cause I got a lot of SMB1-styled levels. If these issues can be fixed I'd greatly appreciate it.
For the checkpoint thing, this is due to a minor bug in SMBX2. It'll be fixed in the next version, however, Core could also manually reset checkpoints for the time being.
For the world map exit type, it acts as an SMW goal tape by default.
|
|
|
|
|
Return to “LunaLua”
Users browsing this forum: nikita04 and 1 guest
|