Page 1 of 1
SnoruntPyro's SMBX Lua Tutorial Videos
Posted: Fri Dec 11, 2015 8:07 pm
by snoruntpyro
Hey there! Do you want to learn how to use that black magic sorcery known as LunaLua? Well, I'm going to be doing a series of tutorial videos that'll teach you how to use everything, from variables, collisions and the many, many helper libraries created, such as Multipoints, Colliders, and CinematX. This series is in-progress - I'll try to get these out at a reasonable rate.
Feedback is much appreciated, and hopefully I help people out with these videos! Enjoy!
VIDEOS
- Basics (Formatting, Functions, onLoop, onLoad, onEvent, onNPCKill)
- Memory, Debugging, and the Player (Memory, Quick Debugging, Player Variables, onKeyDown, onJump, onInputUpdate)
- For Loops and Basic NPCs (For Loops, NPC Code, NPC Memory, NPC Spawning)
- Loading, Using and Making Basic APIs (Basic API Stuff)
- The Data Class (Making, Reading, and Writing Data, Global Data, Encrypt API)
Re: SnoruntPyro's SMBX Lua Tutorial Videos
Posted: Sat Dec 12, 2015 5:21 am
by h2643
This should be stickied in the future, really helpful information!
Re: SnoruntPyro's SMBX Lua Tutorial Videos
Posted: Mon Dec 21, 2015 4:46 pm
by Quill
Topic stickiness was lost due to the crash. Fixed!
Re: SnoruntPyro's SMBX Lua Tutorial Videos
Posted: Mon Dec 21, 2015 4:51 pm
by PROX
I thought the basics would be confusing at first, but it's really not that bad. I'm sure it will get worse later though.
Re: SnoruntPyro's SMBX Lua Tutorial Videos
Posted: Tue Dec 22, 2015 5:23 pm
by snoruntpyro
Re: SnoruntPyro's SMBX Lua Tutorial Videos
Posted: Sat Jan 23, 2016 1:03 pm
by Ness-Wednesday
I'm really looking forward to the next part!
I do have one problem however, when I hit a block from above I will no longer be able to jump multiple times.
I don't know if this is a side effect, but I don't want to have it stuck like that.
Re: SnoruntPyro's SMBX Lua Tutorial Videos
Posted: Sat Jan 23, 2016 3:37 pm
by HenryRichard
restart smbx
Re: SnoruntPyro's SMBX Lua Tutorial Videos
Posted: Sun Jan 24, 2016 5:41 am
by lotus006
HenryRichard wrote:restart smbx
No, restarting will not correcting the problem, I have already mess around with this offsets when you jump until touching a block
it's stop I dunno why this offsets is for and then you turn it off after this the player is not jumping very high ...
but try with collision offsets, when the player is not colliding anymore on the ground and when is jumping again
play with the code of : player.y = player.y + 10
it should do the work.
Or also you can look in the Defines wiki page the cheats is already do for you

Re: SnoruntPyro's SMBX Lua Tutorial Videos
Posted: Fri Jan 29, 2016 6:58 pm
by snoruntpyro
FINALLY,
A NEW PART!. Enjoy basic NPC stuff! I'll try to record more of this stuff soon!
Re: SnoruntPyro's SMBX Lua Tutorial Videos
Posted: Wed Feb 24, 2016 12:27 am
by Willhart
Those were very helpful actually. I think I learned couple of new things from it. How to spawn NPCs one was something I was less sure about before.
Re: SnoruntPyro's SMBX Lua Tutorial Videos
Posted: Mon Mar 14, 2016 6:32 pm
by snoruntpyro
HEY GUYS REMEMBER WHEN THIS EXISTED
Loading, Using and Making Basic APIs
If all goes well, the Data class tutorial will be up today.
Re: SnoruntPyro's SMBX Lua Tutorial Videos
Posted: Wed Sep 28, 2016 5:23 am
by Cedur
In the first place, I wish for a tutorial on downloading it, and having a version of SMBX that allows you to play levels that are using Lua (referred as 1.3.0.2, if I'm not mistaken). I'm still not sure about what's the correct thing to download.
Re: SnoruntPyro's SMBX Lua Tutorial Videos
Posted: Wed Sep 28, 2016 5:54 am
by Mable
Supershroom wrote:In the first place, I wish for a tutorial on downloading it, and having a version of SMBX that allows you to play levels that are using Lua (referred as 1.3.0.2, if I'm not mistaken). I'm still not sure about what's the correct thing to download.
Looking to download lunalua???
Uh..
http://www.smbxgame.com/forums/v ... =87&t=6973
Re: SnoruntPyro's SMBX Lua Tutorial Videos
Posted: Wed Sep 28, 2016 2:52 pm
by Ness-Wednesday
Why has this series died, I loved following along the tutorials and I'm looking forward to the future when I followed along the Data class one.
These were good, I wish you made more of these.
Re: SnoruntPyro's SMBX Lua Tutorial Videos
Posted: Wed Sep 28, 2016 5:36 pm
by loop
Supershroom wrote:In the first place, I wish for a tutorial on downloading it, and having a version of SMBX that allows you to play levels that are using Lua (referred as 1.3.0.2, if I'm not mistaken). I'm still not sure about what's the correct thing to download.
2.0 comes with LunaLUA preinstalled.
Re: SnoruntPyro's SMBX Lua Tutorial Videos
Posted: Thu Sep 29, 2016 3:31 am
by Cedur
Yeah, for 2.0 I'd also appreciate a download tutorial when its next beta comes out. I tried downloading the current one and it also won't let me play the game.
Re: SnoruntPyro's SMBX Lua Tutorial Videos
Posted: Thu Sep 29, 2016 5:34 am
by Mable
Supershroom wrote:Yeah, for 2.0 I'd also appreciate a download tutorial when its next beta comes out. I tried downloading the current one and it also won't let me play the game.
Pretty sure you doing something wrong..
Maybe show us a screen when you extracted it?
Make sure it's in a standalone folder also and not merged into old crappy smbx.
Re: SnoruntPyro's SMBX Lua Tutorial Videos
Posted: Sun Jan 29, 2017 7:40 pm
by Thehelmetguy1
I wish this still existed.
Re: SnoruntPyro's SMBX Lua Tutorial Videos
Posted: Fri Nov 24, 2017 12:28 pm
by Akromaly
Already saw 1st and 2nd episode. Good job!

Re: SnoruntPyro's SMBX Lua Tutorial Videos
Posted: Fri Nov 24, 2017 12:35 pm
by PixelPest
AndrewPixel wrote:Already saw 1st and 2nd episode. Good job!

Be careful as these are very outdated