Page 13 of 53

Re: SMBX2 BETA 4 Release - Feedback and Suggestions here!

Posted: Fri Mar 06, 2020 1:55 am
by Amyrakunejo
Cedur wrote:
Thu Mar 05, 2020 7:15 am
I think it would be really great to be able to return to the world map / exit the level from the pause menu, rather than exiting the whole game. If this proves too complicated with regard to hub episodes, maybe make it an option of just retrying the level.
I second this. Like seriously, Sweet Mercy.

Re: SMBX2 BETA 4 Release - Feedback and Suggestions here!

Posted: Sat Mar 07, 2020 4:13 am
by Emral
A surprising amount of passion behind the first mention of a feature request. Making custom pause menus has been possible in a per-episode context for a while now, but I think there ought to be sensible ways to augment the default one...

Re: SMBX2 BETA 4 Release - Feedback and Suggestions here!

Posted: Sat Mar 07, 2020 6:10 am
by Wiimeiser
I wasn't aware that was a feature. I mean, it makes sense, but I thought you'd just have to do it all manually. How are they made per-episode?

Re: SMBX2 BETA 4 Release - Feedback and Suggestions here!

Posted: Sat Mar 07, 2020 6:57 am
by Emral
Wiimeiser wrote:
Sat Mar 07, 2020 6:10 am
I wasn't aware that was a feature. I mean, it makes sense, but I thought you'd just have to do it all manually. How are they made per-episode?
In episode luna.lua: (code slightly differs if done in a library loaded by episode luna.lua, since the functions need to be part of the library table)

local customPauseMenuActive = false

function onPause(eventObj)
eventObj.cancelled = true
customPauseMenuActive = not customPauseMenuActive
if customPauseMenuActive then
Misc.pause()
else
Misc.unpause()
end
end

function onInputUpdate()
if customPauseMenuActive then
--handle input
end
end

function onDraw()
if customPauseMenuActive then
--draw pause menu
end
end

Re: SMBX2 BETA 4 Release - Feedback and Suggestions here!

Posted: Sat Mar 07, 2020 3:35 pm
by Cedur
Well, here's another problem. I wanted to replay Your Journey Awaits in Beta 4 (especially to experience score progression) and I played three hours straight and stopped after World 3. Now I can't access my save for some reason, although I haven't lost it.

Here's a screenshot to show that I can't access any save:
Spoiler: show
Image
And here's a screenshot of my folder. I originally had all three saves full, so I deleted the first two before I started playing.
Spoiler: show
Image

Re: SMBX2 BETA 4 Release - Feedback and Suggestions here!

Posted: Sat Mar 07, 2020 4:33 pm
by Hoeloe
Try removing the . from the file path, see if that helps.

EDIT: Confirmed that is the issue, and it will be fixed in the next patch.

Re: SMBX2 BETA 4 Release - Feedback and Suggestions here!

Posted: Sat Mar 07, 2020 10:16 pm
by crazybenjamin
Cedur wrote:
Sat Mar 07, 2020 3:35 pm
Well, here's another problem. I wanted to replay Your Journey Awaits in Beta 4 (especially to experience score progression) and I played three hours straight and stopped after World 3. Now I can't access my save for some reason, although I haven't lost it.

Here's a screenshot to show that I can't access any save:
Spoiler: show
Image
And here's a screenshot of my folder. I originally had all three saves full, so I deleted the first two before I started playing.
Spoiler: show
Image
I was about to suggest booting up a different episode then quitting from the pause menu as a workaround, but it looks like Hoeloe has things covered.

Re: SMBX2 BETA 4 Release - Feedback and Suggestions here!

Posted: Sun Mar 08, 2020 7:37 am
by Cedur
Thanks for the help! This saved my day :D :D

Re: SMBX2 BETA 4 Release - Feedback and Suggestions here!

Posted: Sun Mar 08, 2020 1:48 pm
by GOD_SAMA
how about for the next update mario can swim or move in lava through some sort of power up or mechanic
and also the dry bones boat that lets mario surf lava and poison

Re: SMBX2 BETA 4 Release - Feedback and Suggestions here!

Posted: Sun Mar 08, 2020 1:48 pm
by Emral
GOD_SAMA wrote:
Sun Mar 08, 2020 1:48 pm
how about for the next update mario can swim or move in lava through some sort of power up or mechanic
and also the dry bones boat that lets mario surf lava and poison
Caveat: Lava was programmed as a solid block in this game, unlike in games like SMM2, SMW, etc...

Re: SMBX2 BETA 4 Release - Feedback and Suggestions here!

Posted: Sun Mar 08, 2020 2:17 pm
by Cedur
It should be easy enough to use lava graphics for water backgrounds and using layers/events to simulate a "swim through lava" effect.

Re: SMBX2 BETA 4 Release - Feedback and Suggestions here!

Posted: Sun Mar 08, 2020 2:22 pm
by Emral
Cedur wrote:
Sun Mar 08, 2020 2:17 pm
It should be easy enough to use lava graphics for water backgrounds and using layers/events to simulate a "swim through lava" effect.
On a per-level basis, of course.

Re: SMBX2 BETA 4 Release - Feedback and Suggestions here!

Posted: Sun Mar 08, 2020 4:42 pm
by GOD_SAMA
Enjl wrote:
Sun Mar 08, 2020 2:22 pm
Cedur wrote:
Sun Mar 08, 2020 2:17 pm
It should be easy enough to use lava graphics for water backgrounds and using layers/events to simulate a "swim through lava" effect.
On a per-level basis, of course.
is there nothing someone could suggest that would ever make it into the base engine?
nothing at all?

Added in 1 minute 19 seconds:
Enjl wrote:
Sun Mar 08, 2020 1:48 pm
GOD_SAMA wrote:
Sun Mar 08, 2020 1:48 pm
how about for the next update mario can swim or move in lava through some sort of power up or mechanic
and also the dry bones boat that lets mario surf lava and poison
Caveat: Lava was programmed as a solid block in this game, unlike in games like SMM2, SMW, etc...
oh....is it impossible then? or what

Added in 25 seconds:
Cedur wrote:
Sun Mar 08, 2020 2:17 pm
It should be easy enough to use lava graphics for water backgrounds and using layers/events to simulate a "swim through lava" effect.
oh that seems easier

Re: SMBX2 BETA 4 Release - Feedback and Suggestions here!

Posted: Sun Mar 08, 2020 4:59 pm
by Cedur
Mildly ironic how you say "can this be added to basegame pls" and "oh that's easy" at the same time. Also yeah as lava blocks are solid, it would be possible to walk/swim through them, even if they don't kill you, that's why you have to do something else.

Also on this subject, I'd really dig a metal cap powerup like in SM64. Pass through fire and lava, but sink in water. (There's a metal star in 38A but it makes you invincible and kinda sucks movement-mise)

Re: SMBX2 BETA 4 Release - Feedback and Suggestions here!

Posted: Sun Mar 08, 2020 5:01 pm
by Emral
All these ideas would essentially require a complete rewrite of the liquids system and underwater state. Don't get your hopes up for a basegame context.

Re: SMBX2 BETA 4 Release - Feedback and Suggestions here!

Posted: Sun Mar 08, 2020 7:06 pm
by Wiimeiser
Dry Bones Shell shouldn't be too hard, just base it on the skull raft, but swimming through lava is probably way too much work.

Re: SMBX2 BETA 4 Release - Feedback and Suggestions here!

Posted: Sun Mar 08, 2020 7:45 pm
by GOD_SAMA
i feel all new ideas are gonna be stifled out and smbx is gonna end up stagnant .....i hope smbx beta 4 and later becomes truly open source or something to that end one day so if the devs wont add a certain thing or cant other ppl can
or something of the sort

Re: SMBX2 BETA 4 Release - Feedback and Suggestions here!

Posted: Sun Mar 08, 2020 9:03 pm
by Daring Tombstone
Updating my trashisode to beta 4 and coming across this. Don't know what it means at all.
Spoiler: show
Image

Re: SMBX2 BETA 4 Release - Feedback and Suggestions here!

Posted: Sun Mar 08, 2020 9:12 pm
by Amyrakunejo
Yeah; magma in most Mario games is a solid surface with death/harm collision. For the 3D games, it's two collision layers with the bottom solid layer being the death/harm collision and the upper layer being the graphical portion as well as what hides part of the player.
(having a hard time thinking of all the technical terms-still sick here)

Re: SMBX2 BETA 4 Release - Feedback and Suggestions here!

Posted: Sun Mar 08, 2020 9:15 pm
by fnafan88888888
In patch 1 why some NPCs are hidden like npc-444?