Page 1 of 2

Flagpole (WIP)

Posted: Thu Sep 10, 2020 2:39 pm
by KateBulka

Re: Flagpole (WIP)

Posted: Thu Sep 10, 2020 2:40 pm
by Tails608
This is the best day ever

Re: Flagpole (WIP)

Posted: Thu Sep 10, 2020 3:05 pm
by 9thCore
Oh damn, I didn't think this would be released so soon!
Really cool as always, thanks Core!

Re: Flagpole (WIP)

Posted: Thu Sep 10, 2020 3:56 pm
by KateBulka
Hotfix is up now! *w*

Re: Flagpole (WIP)

Posted: Thu Sep 10, 2020 4:48 pm
by TheNightingale
Pretty neat, good job!

Re: Flagpole (WIP)

Posted: Fri Sep 11, 2020 5:39 pm
by Xilore Inaba
Finally the classic flagpole is on SMBX2! Amazing work Core,now everyone can actually make an accurate SMB1 level.

Re: Flagpole (WIP)

Posted: Fri Sep 11, 2020 7:59 pm
by TheGameyFireBro105
Image

I'm using the laqtest hotfix and it still is screwed

Re: Flagpole (WIP)

Posted: Sat Sep 12, 2020 4:24 am
by Emral
TheGameyFireBro105 wrote:
Fri Sep 11, 2020 7:59 pm
Image

I'm using the laqtest hotfix and it still is screwed
Do you have the SMBX2 Beta 4 Patch 3 Hotfix?

Re: Flagpole (WIP)

Posted: Sat Sep 12, 2020 10:09 am
by KateBulka
TheGameyFireBro105 wrote:
Fri Sep 11, 2020 7:59 pm
Image

I'm using the laqtest hotfix and it still is screwed
Seems like you need to install latest b4 patch....

Re: Flagpole (WIP)

Posted: Sat Sep 12, 2020 10:24 am
by TheGameyFireBro105
I feel like i should get notified whenever this happens.

Re: Flagpole (WIP)

Posted: Sat Sep 12, 2020 3:12 pm
by Sonya Sanchez
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!

Re: Flagpole (WIP)

Posted: Sat Sep 12, 2020 10:25 pm
by Jumper
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?!

Re: Flagpole (WIP)

Posted: Sun Sep 13, 2020 12:00 pm
by TheGameyFireBro105
i guess i just ignore it...

Re: Flagpole (WIP)

Posted: Sun Sep 20, 2020 9:01 pm
by vitzie629
A download link for variation expansion of the flagpole BGOs is available now for downloading! However, I gave credit to Core for this.
https://drive.google.com/file/d/1z7ug-l ... sp=sharing

Re: Flagpole (WIP)

Posted: Thu Oct 15, 2020 7:41 pm
by Blake Izayoi
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:
Spoiler: show
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.

Re: Flagpole (WIP)

Posted: Thu Nov 12, 2020 6:26 pm
by SergioZen25
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.

Re: Flagpole (WIP)

Posted: Fri Nov 13, 2020 4:02 pm
by kr4k1n
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

Re: Flagpole (WIP)

Posted: Sun Dec 27, 2020 8:24 pm
by Julia Pseudo
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.

Re: Flagpole (WIP)

Posted: Thu Jan 28, 2021 1:53 am
by EclipseMain
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.

Re: Flagpole (WIP)

Posted: Thu Jan 28, 2021 5:13 am
by MrDoubleA
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.