SMBX2 (2.0 Beta 3)

This is where we'll store the "best" topics that have ever existed on the forums, as well as community events that are no longer relevant. Read at your own risk.

Moderator: Userbase Moderators

Forum rules
Read at your own risk.
Tiger Festival
Monty Mole
Monty Mole
Posts: 124
Joined: Mon Oct 03, 2016 11:21 pm

Re: SMBX 2.0 Beta 3

Postby Tiger Festival » Fri Oct 14, 2016 4:26 pm

@Horikawa Otane Thanks. I'll give it a shot

AndreSagitari35
Cheep-Cheep
Cheep-Cheep
Posts: 11
Joined: Thu Oct 01, 2015 4:12 am

Re: SMBX 2.0 Beta 3

Postby AndreSagitari35 » Sat Oct 15, 2016 2:26 am

Is it possible to create multiple checkpoint at this time?

Creepermon
Hoopster
Hoopster
Posts: 46
Joined: Sun Dec 20, 2015 12:55 pm

Re: SMBX 2.0 Beta 3

Postby Creepermon » Sat Oct 15, 2016 5:41 am

I notice there is quite a few features greyed out in the editor such as many liquid types, a physics menu and a timer option. Are these upcoming features, or am I doing something wrong. Leftovers from 1.4 compatability perhaps?

Hoeloe
Phanto
Phanto
Posts: 1465
Joined: Sat Oct 03, 2015 6:18 pm
Flair: The Codehaus Girl
Pronouns: she/her

Re: SMBX 2.0 Beta 3

Postby Hoeloe » Sat Oct 15, 2016 7:05 am

AndreSagitari35 wrote:Is it possible to create multiple checkpoint at this time?
With a bit of Lua scripting, yes. In future versions, we are planning to make this easier, but as it is checkpoints can be created like this:

Code: Select all

local multipoints = API.load("multipoints");

local checkpoint1 = multipoints.addLuaCheckpoint(-200000, -200000, 0);
local checkpoint2 = multipoints.addLuaCheckpoint(-150000, -150000, 0);
Basically, you give it 3 numbers. The first two are the x and y coordinates you want to put the checkpoint at (PGE will tell you this if you place a block or something where you want it, and look at the properties). The last number is the section you want to put the checkpoint in. 0 is section 1, 1 is section 2, etc.

In future versions, we'll very likely make this a standard feature of checkpoints you place in the level, so that you won't have to bother looking up coordinates or anything.

Emral
Cute Yoshi Egg
Cute Yoshi Egg
Posts: 9890
Joined: Mon Jan 20, 2014 12:58 pm
Flair: Phoenix

Re: SMBX 2.0 Beta 3

Postby Emral » Sat Oct 15, 2016 8:54 am

For the full release of 2.0 we plan to have a lot of the 1.4-exclusive features included in 2.0.

Emral
Cute Yoshi Egg
Cute Yoshi Egg
Posts: 9890
Joined: Mon Jan 20, 2014 12:58 pm
Flair: Phoenix

Re: SMBX 2.0 Beta 3

Postby Emral » Sat Oct 15, 2016 9:01 am

SnifitGuy wrote:
Enjl wrote:For the full release of 2.0 we plan to have a lot of the 1.4-exclusive features included in 2.0.
Like customizable world map gfxs?
World map graphics have been customisable for a long time, and with the PGE editor, sceneries will not crash either.

Quantix
Chain Chomp
Chain Chomp
Posts: 333
Joined: Tue Jan 26, 2016 5:04 pm

Re: SMBX 2.0 Beta 3

Postby Quantix » Sat Oct 15, 2016 10:27 am

Creepermon wrote:I notice there is quite a few features greyed out in the editor such as many liquid types, a physics menu and a timer option. Are these upcoming features, or am I doing something wrong. Leftovers from 1.4 compatability perhaps?
I think those are PGE features that you could only use in a .lvlx file, if I'm correct.

Cedur
Link
Link
Posts: 7073
Joined: Tue Jun 28, 2016 10:14 am
Flair: I'm gone, for chess and minesweeper
Pronouns: he/him

Re: SMBX 2.0 Beta 3

Postby Cedur » Sat Oct 15, 2016 10:41 am

Something important I'd like to notice: On all SMBX versions you can't exit Fullscreen mode unless you exit the game altogether (you can't switch to another program, change the volume etc). Please make that possible on the next version.

Snessy the duck
Mouser
Mouser
Posts: 2699
Joined: Sat Sep 20, 2014 6:04 am

Re: SMBX 2.0 Beta 3

Postby Snessy the duck » Sat Oct 15, 2016 11:31 am

Supershroom wrote:Something important I'd like to notice: On all SMBX versions you can't exit Fullscreen mode unless you exit the game altogether (you can't switch to another program, change the volume etc). Please make that possible on the next version.
You tecnically can, but it requires you to open the task manager!

Imaynotbehere4long
Boomerang Bro
Boomerang Bro
Posts: 1389
Joined: Thu Jan 23, 2014 3:00 pm

Re: SMBX 2.0 Beta 3

Postby Imaynotbehere4long » Sat Oct 15, 2016 1:53 pm

Snessy the duck wrote:
Supershroom wrote:Something important I'd like to notice: On all SMBX versions you can't exit Fullscreen mode unless you exit the game altogether (you can't switch to another program, change the volume etc). Please make that possible on the next version.
You tecnically can, but it requires you to open the task manager!
Actually, you just need to hit alt+enter; no task manager or game exiting required.

Cedur
Link
Link
Posts: 7073
Joined: Tue Jun 28, 2016 10:14 am
Flair: I'm gone, for chess and minesweeper
Pronouns: he/him

Re: SMBX 2.0 Beta 3

Postby Cedur » Sat Oct 15, 2016 3:04 pm

Tried but it didn't fully work out. I could access my other programs but the window would be swaged into some 4:3 format or whatever, that's not really applicable.

The task bar disappears completely when going into fullmode, and rightclicking doesn't do anything either, so I don't think I can access the task manager as well.

Emral
Cute Yoshi Egg
Cute Yoshi Egg
Posts: 9890
Joined: Mon Jan 20, 2014 12:58 pm
Flair: Phoenix

Re: SMBX 2.0 Beta 3

Postby Emral » Sat Oct 15, 2016 6:18 pm

SnifitGuy wrote:You can edit the dimensions, the number of frames, etc.?
No. But at the same time, you can't do that for blocks, either, which is the level of customisation I assumed you were talking about.
Once we have proper hooks into the map, you can just draw over it with lua until someone decides to make an API with UI.

Emral
Cute Yoshi Egg
Cute Yoshi Egg
Posts: 9890
Joined: Mon Jan 20, 2014 12:58 pm
Flair: Phoenix

Re: SMBX 2.0 Beta 3

Postby Emral » Sat Oct 15, 2016 7:29 pm

SnifitGuy wrote:
Enjl wrote:
SnifitGuy wrote:You can edit the dimensions, the number of frames, etc.?
No. But at the same time, you can't do that for blocks, either, which is the level of customisation I assumed you were talking about.
Once we have proper hooks into the map, you can just draw over it with lua until someone decides to make an API with UI.
I'm just saying; 1.4 already has this feature, so in theory it would take less work to use 1.4 as the base instead of coding the exclusive features from scratch (unless 1.4 has different code that renders LunaLua useless unless rewritten greatly).
1.4 is not building off 1.3, but rather completely rewritten from scratch. Keep in mind we DON'T have the source code.

PixelPest
Link
Link
Posts: 7111
Joined: Sun Jul 12, 2015 5:38 pm
Flair: Tamer of Boom Booms
Contact:

Re: SMBX 2.0 Beta 3

Postby PixelPest » Sat Oct 15, 2016 8:21 pm

Is there any way to blacklist episodes yet to remove them from the Mario Challenge? I know I could just copy them out to another folder, but bigger episodes take a really long time to copy and that gets annoying to do it every time I want to play the Mario Challenge

Tiger Festival
Monty Mole
Monty Mole
Posts: 124
Joined: Mon Oct 03, 2016 11:21 pm

Re: SMBX 2.0 Beta 3

Postby Tiger Festival » Sun Oct 16, 2016 1:43 am

Is there a way to play only any episode with the new characters? As in I choose the legend of mario episode and yet I can play as Rosalina or Megaman rather than the default 5? Also is it possible to choose levels in the Super Mario Challenge? I hope someone can answer to the best of their ability. Thanks in advance.

MECHDRAGON777
Pink Yoshi Egg
Pink Yoshi Egg
Posts: 6422
Joined: Fri Dec 20, 2013 6:40 pm
Flair: Nuclear Queen of Reversion.
Contact:

Re: SMBX 2.0 Beta 3

Postby MECHDRAGON777 » Sun Oct 16, 2016 4:34 am

Horikawa Otane wrote:
PixelPest wrote:Is there any way to blacklist episodes yet to remove them from the Mario Challenge? I know I could just copy them out to another folder, but bigger episodes take a really long time to copy and that gets annoying to do it every time I want to play the Mario Challenge
I need to add a way to do it on an episode-wide basis. Currently you can do it on a per-level basis, but yeah. Beyond adding the proper text (excludeFromMarioChallenge) somewhere in every level of the episode, there's no way currently.
Wait, how do you blacklist on a level wide basis, I thought that was work in progress.
Supershroom wrote:Something important I'd like to notice: On all SMBX versions you can't exit Fullscreen mode unless you exit the game altogether (you can't switch to another program, change the volume etc). Please make that possible on the next version.
Double left click near the top of the screen.

Tiger Festival
Monty Mole
Monty Mole
Posts: 124
Joined: Mon Oct 03, 2016 11:21 pm

Re: SMBX 2.0 Beta 3

Postby Tiger Festival » Sun Oct 16, 2016 5:04 am

Horikawa Otane wrote:
Tiger Festival wrote:Is there a way to play only any episode with the new characters? As in I choose the legend of mario episode and yet I can play as Rosalina or Megaman rather than the default 5? Also is it possible to choose levels in the Super Mario Challenge? I hope someone can answer to the best of their ability. Thanks in advance.
Currently you cannot choose levels in Mario Challenge. It's randomized by design.

On the world map, press start and press left or right to switch characters. Otherwise, use the relevant cheat code. They're documented on the website under "Changelog".
Thanks. How do I access the character costumes on the overworld? I keep pressing many buttons but I'm unable to access them.

MECHDRAGON777
Pink Yoshi Egg
Pink Yoshi Egg
Posts: 6422
Joined: Fri Dec 20, 2013 6:40 pm
Flair: Nuclear Queen of Reversion.
Contact:

Re: SMBX 2.0 Beta 3

Postby MECHDRAGON777 » Sun Oct 16, 2016 6:02 am

Tiger Festival wrote:
Horikawa Otane wrote:
Tiger Festival wrote:Is there a way to play only any episode with the new characters? As in I choose the legend of mario episode and yet I can play as Rosalina or Megaman rather than the default 5? Also is it possible to choose levels in the Super Mario Challenge? I hope someone can answer to the best of their ability. Thanks in advance.
Currently you cannot choose levels in Mario Challenge. It's randomized by design.

On the world map, press start and press left or right to switch characters. Otherwise, use the relevant cheat code. They're documented on the website under "Changelog".
Thanks. How do I access the character costumes on the overworld? I keep pressing many buttons but I'm unable to access them.
Costumes can only be changed by the spade block that is from the world map of SMB3, or by typing "dressmeup" to get a random costume in level. "Increase" is to get back to the default costume. "Unless Horikawa changed it. If so, check the link she posted.

Reign
Chain Chomp
Chain Chomp
Posts: 327
Joined: Tue Jan 21, 2014 4:22 am

Re: SMBX 2.0 Beta 3

Postby Reign » Sun Oct 16, 2016 7:36 am

Horikawa Otane wrote: (excludeFromMarioChallenge) somewhere in every level of the episode
So you just add the line

excludeFromMarioChallenge

to every lunalua.dll file of your episode? Or is there some other place you need to add it?

PixelPest
Link
Link
Posts: 7111
Joined: Sun Jul 12, 2015 5:38 pm
Flair: Tamer of Boom Booms
Contact:

Re: SMBX 2.0 Beta 3

Postby PixelPest » Sun Oct 16, 2016 8:37 am

That's a real pain then


Return to “Archives”

Who is online

Users browsing this forum: No registered users and 1 guest

SMWCentralTalkhausMario Fan Games GalaxyKafukaMarioWikiSMBXEquipoEstelari