Page 46 of 47
Re: LunaDLL - SMBX Extension Module
Posted: Tue Apr 14, 2015 12:41 am
by Wohlstand
mariofan 64 wrote:
It still can be done in events. If you still don't want to do it that way, then Lunalua might work, but you'd have to know more than what you know now, I think.
If it can't be done, simulate it with many events.

Yea, for example, I made 20 events to accelerate/decelerate train riding:
http://talkhaus.raocow.com/viewtopic.ph ... 79#p274679
You would make 12 events with vertical layer speeds: 1,2,3,2,1,0,-1,-2,-3,-2,-1,0
Be careful, times should be SAME! (all events for example with 0.1 sec delay, and 3, with 0.2 delay and 0 with 0.5 delay)
Re: LunaDLL - SMBX Extension Module
Posted: Tue May 05, 2015 4:43 am
by Mushroom King
Anyway to recreate a slopping block accessible from below by the player?
Re: LunaDLL - SMBX Extension Module
Posted: Tue May 05, 2015 2:07 pm
by HenryRichard
Mushroom King wrote:Anyway to recreate a slopping block accessible from below by the player?
No need for luna - you can do it with layer and events:
http://www.smbxgame.com/forums/v ... =35&t=5002
Re: LunaDLL - SMBX Extension Module
Posted: Tue May 05, 2015 4:16 pm
by Mushroom King
@HenryRichard
Thanks for the link, but the "classic" layer and event system is far to be perfect for 2 players mode or if I want to place npc on the slopping block. This is why I'm asking if a LunaDLL code can fix the problem.
Re: LunaDLL - SMBX Extension Module
Posted: Tue May 19, 2015 7:22 am
by lighthouse64
I feel like it is possible to make a frog suit with lunalua. IDK how to code it properly, but I think it'd work something like this:
Code: Select all
If(in water= true) then
swimming speed = normal speed + 30
end
Re: LunaDLL - SMBX Extension Module
Posted: Thu May 28, 2015 12:11 pm
by Vinyl Scratch
lighthouse64 wrote:I feel like it is possible to make a frog suit with lunalua. IDK how to code it properly, but I think it'd work something like this:
Code: Select all
If(in water= true) then
swimming speed = normal speed + 30
end
Wouldn't that require replacing an already existing power up or character? And if so, why not just make it replace the ice flower and do the Penguin Suit instead of the Frog Suit
Penguin Suit is much cooler anyways
Re: LunaDLL - SMBX Extension Module
Posted: Thu May 28, 2015 2:46 pm
by lighthouse64
Vinyl Scratch wrote:lighthouse64 wrote:I feel like it is possible to make a frog suit with lunalua. IDK how to code it properly, but I think it'd work something like this:
Code: Select all
If(in water= true) then
swimming speed = normal speed + 30
end
Wouldn't that require replacing an already existing power up or character? And if so, why not just make it replace the ice flower and do the Penguin Suit instead of the Frog Suit
Penguin Suit is much cooler anyways
I wasnt thinking about that :3
Re: LunaDLL - SMBX Extension Module
Posted: Fri Jun 12, 2015 1:38 pm
by Black Mamba
Is there a way to add custom music to a world map with LunaDLL?
Re: LunaDLL - SMBX Extension Module
Posted: Sat Jul 18, 2015 6:53 pm
by HenryRichard
Uzendayo wrote:Is there a way to add custom music to a world map with LunaDLL?
IDK about lunadll, but with lunalua there is.
Re: LunaDLL - SMBX Extension Module
Posted: Mon Jul 20, 2015 3:46 am
by PersonNamedUser
Valtteri wrote: To my knowledge, the only person here who's using the thing for his episode is the zlakerboy guy who used it to create a Double Cherry power-up. Correct me if I'm wrong.
I'm using it for most of my projects.
Re: LunaDLL - SMBX Extension Module
Posted: Mon Jul 20, 2015 11:55 am
by zxcv
Can i create new power-ups and enemies,like a Starman and MicroGoombas?
Re: LunaDLL - SMBX Extension Module
Posted: Mon Jul 20, 2015 2:49 pm
by RudeGuy
Prado wrote:Can i create new power-ups and enemies,like a Starman and MicroGoombas?
Well, the starman was already made:
http://www.smbxgame.com/forums/v ... =69&t=9913
I'm pretty sure you can make microgoombas using custom graphics (unless you meant for them to do specific things that can't be made with vanilla SMBX).
Re: LunaDLL - SMBX Extension Module
Posted: Mon Jul 20, 2015 5:45 pm
by zxcv
I mean the microgoombas from SMB3,that make the player move slower
Re: LunaDLL - SMBX Extension Module
Posted: Sun Aug 09, 2015 5:34 pm
by Phil
Is it possible to put more than one star in a level section with LunaDLL or LunaLua?! If it is possible, i think i will take back SMBX and probably make another one Episode

I dont know what is the limit of star's you can put in a Episode..
Re: LunaDLL - SMBX Extension Module
Posted: Sun Aug 09, 2015 5:41 pm
by Wohlstand
Phil wrote:Is it possible to put more than one star in a level section with LunaDLL or LunaLua?! If it is possible, i think i will take back SMBX and probably make another one Episode

I think, that is possible, even multi-checkpoints already supports!
Hoeloe at Talkhaus can answer to your question more detail
P.S> Anyway, in the PGE Engine I will provide multi-checkpoint and independent star count per each level (instead of level section will be used array-ID basis to identify specific star NPC, or even unique item-name which will can be defined later if needed. Array-ID way is not safe, because when you will remove some NPC, all arrayIDs after removed NPC (NPC's which was placed after that NPC which you was removed) will be decreased)
Re: LunaDLL - SMBX Extension Module
Posted: Thu Sep 10, 2015 4:51 pm
by Taker
Download link isn't available for some reason and I really want to use it

Anybody got it, PM me
Re: LunaDLL - SMBX Extension Module
Posted: Thu Sep 10, 2015 4:54 pm
by XerX
Merio wrote:Download link isn't available for some reason and I really want to use it

Anybody got it, PM me
Download LunaLua. It's a more updated version of LunaDLL and has more support from users.
http://engine.wohlnet.ru/LunaLua/
Re: LunaDLL - SMBX Extension Module
Posted: Sat Sep 12, 2015 4:08 pm
by Taker
XerX wrote:Merio wrote:Download link isn't available for some reason and I really want to use it

Anybody got it, PM me
Download LunaLua. It's a more updated version of LunaDLL and has more support from users.
http://engine.wohlnet.ru/LunaLua/
I LOVE YOU
Re: LunaDLL - SMBX Extension Module
Posted: Sat Sep 12, 2015 4:17 pm
by XerX
Merio wrote:XerX wrote:Merio wrote:Download link isn't available for some reason and I really want to use it

Anybody got it, PM me
Download LunaLua. It's a more updated version of LunaDLL and has more support from users.
http://engine.wohlnet.ru/LunaLua/
I LOVE YOU
You're welcome.
Re: LunaDLL - SMBX Extension Module
Posted: Sun Sep 13, 2015 7:51 am
by lighthouse64
LOL
