Page 1 of 53

SMBX2 BETA 4 Release - Feedback and Suggestions here!

Posted: Fri Jan 31, 2020 3:23 pm
by Emral
Image

Hey all!
The storm of preview builds is over and we're back to regularly scheduled builds appropriate for making episodes with.

There's way too many changes to list them all, so I'll just copypaste stuff and let you read the changelog and blog post.

DOWNLOAD
As usual, first link down. Now there's a bright border, too!
http://codehaus.wohlsoft.ru/downloads.html

INSTALLATION
The installer is directly created from a ZIP archive of our repository and will deploy the project into the directory you specify. The package will be installed to “$TARGETDIR/SMBX2”, but you’re free to change the name of the folder afterwards.

HOW TO UPDATE
Some stuff broke in the conversion. The newest blog post details what might break and how to combat it. Sorry!
http://codehaus.wohlsoft.ru/blog/2020/0 ... to-update/

CHANGELOG
Every change since PAL is detailed here:
http://codehaus.wohlsoft.ru/changelogs/beta4.html

BUGS
This time around, please use the button in the lower right corner of the launcher to report bugs. They'll be sent to us by E-Mail, ensuring that we get them!

HANDBOOK
The handbook still exists! We're looking into making a proper documentation in the coming months, but for now the handbook has been updated with new info:
https://docs.google.com/document/d/1uOd ... sp=sharing

LUA TUTORIALS
The lua tutorials still exist:
https://www.youtube.com/playlist?list=P ... eONYCNMzI_

Thanks from the entire SMBX2 Dev Team!

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

Posted: Fri Jan 31, 2020 3:27 pm
by MarioLover64
if admin passwords prevent installation, use 7zip to access the files

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

Posted: Fri Jan 31, 2020 3:27 pm
by Mushroom King
Congratulations for the release. If I understand the changelog, the effect resize should works fine now?

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

Posted: Fri Jan 31, 2020 3:42 pm
by Chipss
No feedback for now. Have fun with Beta 4 everyone! Been a long time coming.

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

Posted: Fri Jan 31, 2020 3:43 pm
by ben
Thanks for the release of beta 4 from version 2.0.0 Enjl "and" thanks to everyone who worked on it and generally on 2.0.0.

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

Posted: Fri Jan 31, 2020 3:46 pm
by Hammerless Penguin
It’s finally here! I’m away from my PC right now but I can’t wait to see all the new stuff soon.

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

Posted: Fri Jan 31, 2020 3:48 pm
by Reign
This has been highly anticipated! Everything on the change list looks magnificent. Thank you for your hard work. Now it's time to start building new episodes.

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

Posted: Fri Jan 31, 2020 3:55 pm
by Oshi
So I see it's time to come back from the dead again.

Also, um Mario Challange seems to be broken?

Image

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

Posted: Fri Jan 31, 2020 4:18 pm
by Squishy Rex
Excellent, can’t wait to check it out. It’s been a long time coming but I’m sure it’s been worth the wait. Kudos to the whole Dev team, you’ve all put in a hell of a lot of work to make this possible.

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

Posted: Fri Jan 31, 2020 4:58 pm
by SuperSmashbroFanX
This is so cool. But it sucks that custom npcs made with Luna lua is broken now! What if the people that made one then aren’t active anymore? And I don’t know how to use Luna lua!!!

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

Posted: Fri Jan 31, 2020 5:04 pm
by Sednaiur
I would like to use the button on the launcher to report bugs, but I am unfortunate enough to not be able to start the launcher. It just acts the exact same as the PAL launcher did for me, which means no reaction on clicking, double clicking etc.

Anyways - Here is a screenshot of what I am getting after hitting an anti-nitro block, while any amount of nitro blocks other than 0 are in the level. Nothing else is in the level, safe for a few normal blocks.
Spoiler: show
Image
Otherwise, a really nice work so far. I especially like the DK-barrels and Shovel Knight-elements.

EDIT: The best new feature so far has to be the darkness-featre. It can easily be abused to create nice effects such as a boggy atmosphere or a support for a sandstorm to look more like it. Very nice indeed.

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

Posted: Fri Jan 31, 2020 5:14 pm
by Animebryan
Darkness & Weather effects built into the editor? YES! My time has finally come! I can pull my episode out of hiatus! Thank you!

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

Posted: Fri Jan 31, 2020 5:15 pm
by Wiimeiser
The crash on transitioning between .lvlx files is not fixed, in fact, it appears to be a hardcoded limitation of VisualBasic. If I had a way to upload episodes I could send you a test episode to prove this fact, though you should have gotten three identical reports in short succession.

EDIT: This even happens with the original level from The Invasion 2, so this is not a limitation of .lvlx files. Is it working for anyone else? I also get a strange script error on line 677 in particles.lua (Imgur seems to be acting up right now) so something might be going horribly wrong. I'l have to try and see if 1.4 works...

EDIT2: Also, should I start over? Will most custom NPCs still work, I wonder?

EDIT3: Here's a set of files I tested.

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

Posted: Fri Jan 31, 2020 5:22 pm
by RDV
thanks

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

Posted: Fri Jan 31, 2020 5:47 pm
by Wiimeiser
On the other hand it's good to see that this has finally come out, and right at the end of January, still as promised.

Still, I wonder why this particular code is acting up on a level-to-level transition:
if(not path:match("^%a:")) then
if(isOverworld) then
path = Misc.episodePath()..path;
else
path = Level.folderPath()..path;
end
end
(This is the particular code block that's referenced in the error)
Line 702:
emitterDefs[p],emitterStacks[p] = particles.loadEmitterProperties(p);
Line 882:
p,s = parseFile(source);
Not seeing anything wrong here...

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

Posted: Fri Jan 31, 2020 5:52 pm
by DrMekar
Finally. Have been looking forward to this. My Favorite Feature are the effects and especially the Screen Effects. The New Launcher Menu also looks fantastic and way better than the old one. The only "critism" I had would be that
the 2.0 Characters can't still be selected from the Beginning, so that's just a Quality of Life Issue.
Overall almost all of expectations got met and sometimes even surpassed.

P.S: Also looks like I can finally release finished Stuff again, Yeah!

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

Posted: Fri Jan 31, 2020 6:20 pm
by Ljw1765
Awesome! Congrats on the release guys! Very much looking forward to playing around with this.

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

Posted: Fri Jan 31, 2020 6:23 pm
by MrCaves
OMG i've been waiting for this day for so long! YES, Beta 4 is finally here! Im so happy right now.

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

Posted: Fri Jan 31, 2020 6:37 pm
by Wiimeiser
Been playing with the crash for a little bit. It doesn't happen at all in episodes where the world map is disabled, though every time I transition between levels the debugger errors trying to find a nonexistent entity called "f" though that's probably just the specific episode I was testing (The Odd Star House) and may be related to a deprecated feature. The episode does not use .lvlx files, though, it uses the 1.3 .lvl format, but evidence strongly suggests that enabling overworld maps is the cause.

EDIT: No, that's not it. No idea what's going on in my case, then. The Odd Star House works almost perfectly and is fully playable but everything else is just completely broken beyond any ability to repair, and I'm 99% sure it's an insurmountable limitation in VB6. Any ideas? Or will I be sitting here forever waiting for an answer that will never come? I must be missing something obvious, I must be...

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

Posted: Fri Jan 31, 2020 7:11 pm
by Hoeloe
Wiimeiser wrote:
Fri Jan 31, 2020 6:37 pm
every time I transition between levels the debugger errors trying to find a nonexistent entity called "f" though that's probably just the specific episode I was testing
If you'd just posted the error message, I could have immediately told you that to fix this you just need to create a folder called "logs" in the data folder of your SMBX installation.