Page 68 of 80
Re: SMBX 2.0 Open Beta
Posted: Wed Aug 17, 2016 9:47 am
by Emral
http://wohlsoft.ru/pgewiki/LunaLua_glob ... _functions
I suppose you mean "in one SECTION", because you CAN have one custom file per section without lua.
Re: SMBX 2.0 Open Beta
Posted: Wed Aug 17, 2016 11:41 am
by fireflower30
I meant in Multiple Sections, however, I want to know if you can use custom music replacing various songs for an episode. Namely, if you can modify this file for the Episode (If I Copy it in the Episode's File, that is):
Re: SMBX 2.0 Open Beta
Posted: Wed Aug 17, 2016 11:44 am
by Emral
You can, but why would you if you can just use SMBX's custom music window (only reason I can think of is custom world map music) :V
Re: SMBX 2.0 Open Beta
Posted: Wed Aug 17, 2016 2:01 pm
by Reign
Is there a way to change the music that plays when your episode is loading (after the Buy a Wii etc... text). If not, I can't emphasize enough how important it is to be able to change that on episode basis. The cheery and cheesy tune completely and utterly ruins the mood of any darker themed episodes. :p
EDIT: I found the files in the intro-folder, but still not sure if there's a way to override them.
Re: SMBX 2.0 Open Beta
Posted: Wed Aug 17, 2016 2:30 pm
by Emral
I'm unsure if episode-specific intro levels are possible to impliment.
Re: SMBX 2.0 Open Beta
Posted: Thu Aug 18, 2016 8:34 pm
by Zenithbreak
Nice, I can see this opening up a lot of possibilities for level design.
Re: SMBX 2.0 Open Beta
Posted: Thu Aug 18, 2016 8:59 pm
by loop
I see those are the star blocks from the Kirby series. Work is very productive, especially when you aren't rushed. I wish the team luck on this project.

Re: SMBX 2.0 Open Beta
Posted: Thu Aug 18, 2016 10:27 pm
by JupiHornet
Do those bombs naturally make the other blocks explode, or did you use events?
Re: SMBX 2.0 Open Beta
Posted: Thu Aug 18, 2016 10:59 pm
by Hoeloe
JupiHornet wrote:
Do those bombs naturally make the other blocks explode, or did you use events?
It's a native property of those blocks, so it's not awkward to set up at all.
Re: SMBX 2.0 Open Beta
Posted: Thu Aug 18, 2016 11:01 pm
by Murphmario
Can you destroy the star blocks like you can in the official Kirby games?
Re: SMBX 2.0 Open Beta
Posted: Fri Aug 19, 2016 9:05 am
by Emral
Graphics.activateHud(boolean showHud) will let you get rid of the HUD
You can also draw over it with priorities over 5
To replace any hardcoded graphic, use Graphics.sprites.hardcoded[#].img = image
where # is the Id and image is a luaImageResource
Re: SMBX 2.0 Open Beta
Posted: Fri Aug 19, 2016 10:43 am
by SpoonyBardOL
That's super neat. With all the attention on NPCs and Power-Ups I never considered what could be done with blocks. I'm looking forward to more surprises.
Re: SMBX 2.0 Open Beta
Posted: Fri Aug 19, 2016 6:56 pm
by snoruntpyro
Horikawa Otane wrote:
Yup! Just place them and you're golden! Hoeloe and Pyro (I think?) did a lot of work on these, so please thank them!
Yeah that's right. You can tell who made each block because Hoeloe made the cool ones and I made the not cool ones :v
Re: SMBX 2.0 Open Beta
Posted: Sun Aug 21, 2016 8:39 am
by The Handwoven Box
Sorry if this has already been mentioned or unrealistic, but perhaps adding one or two more custom music buttons? As far as I can tell only one custom theme can be played in a section, regardless of events to change it, a custom sound button maybe? But I honestly would like an undo button, the amount of times Iv'e left a block on fill and had to basiclly remake it...
EDIT: Perhaps custom world music as well?
Re: SMBX 2.0 Open Beta
Posted: Sun Aug 21, 2016 9:40 am
by underFlo
All of those already work.
More than one custom music: use LunaLua or edit the music.ini
Undo: Just use PGE, which is included (new Editor)
Custom world music: music.ini
Re: SMBX 2.0 Open Beta
Posted: Sun Aug 21, 2016 9:42 am
by Emral
And for custom sounds use Audio.playSFX(string filename)
Re: SMBX 2.0 Open Beta
Posted: Sun Aug 21, 2016 10:51 am
by underFlo
You can also change the already existing sounds by editing the sounds.ini
(may also be sound.ini but idk)
Re: SMBX 2.0 Open Beta
Posted: Sun Aug 21, 2016 11:54 am
by Gojirando
Are features from 1.4.2 going to be in this one? (new powerups).
Re: SMBX 2.0 Open Beta
Posted: Sun Aug 21, 2016 11:55 am
by underFlo
Not as of yet, but chances are they may be implemented in the future. Pretty sure PixelPest has made a WIP of a Blue Shell, for example.
Re: SMBX 2.0 Open Beta
Posted: Sun Aug 21, 2016 11:58 am
by PixelPest
Gojirando wrote:Are features from 1.4.2 going to be in this one? (new powerups).
No, but I think the power-up array is in progress of being of extended and I've already started on some power-ups and an alternative system until that happens