Page 1 of 3
What Version of SMBX do you use?
Posted: Sat Feb 27, 2016 6:08 pm
by Rare
I was just wondering what version does everyone use so that I don't feel "Outdated".
EDIT: I use 1.3
Re: What Version of SMBX do you use?
Posted: Sat Feb 27, 2016 6:11 pm
by Duster
1.3.1, not really a big fan of LunaLua to be honest.
Re: What Version of SMBX do you use?
Posted: Sat Feb 27, 2016 6:14 pm
by TDK
Rare wrote:I was just wondering what version does everyone use so that I don't feel "Outdated".
EDIT: I use 1.3
1.3.1 is actually called version 1.3.0.1
Also the LunaLua version is 1.3.0.2 .
I usually use version 1.3.0.2 .
Re: What Version of SMBX do you use?
Posted: Sat Feb 27, 2016 6:21 pm
by Rare
TheDinoKing432 wrote:Rare wrote:I was just wondering what version does everyone use so that I don't feel "Outdated".
EDIT: I use 1.3
1.3.1 is actually called version 1.3.0.1
Also the LunaLua version is 1.3.0.2 .
I usually use version 1.3.0.2 .
Oops.Tbh I have Lunalua,but I mostly use 1.3. I only use LunaLua for an Episode I was going to play,but yeah 1.3 ftw.
Re: What Version of SMBX do you use?
Posted: Sat Feb 27, 2016 6:21 pm
by illias3000
I use smbx 1.4.1 and smbx 2.0
Re: What Version of SMBX do you use?
Posted: Sat Feb 27, 2016 6:37 pm
by Nightmayor
I use 1.3.0.1 mainly because I don't have time to learn Lunalua
Re: What Version of SMBX do you use?
Posted: Sat Feb 27, 2016 6:45 pm
by Destiny
1.3.0.1 because I can't run LunaLua. Also 1.4.2, but for me it's too laggy. It basically runs in slow motion.
Re: What Version of SMBX do you use?
Posted: Sat Feb 27, 2016 10:33 pm
by Imaynotbehere4long
I have 1.3.0.2, but like Nightmayor, I don't have time to learn LunaLua; I have it just so I can play LunaLua-exclusive levels.
Re: What Version of SMBX do you use?
Posted: Sat Feb 27, 2016 11:22 pm
by TheSaturnyoshi
I usually jump between the latest public 2.0 release and the latest nightly dev builds.
There is LITERALLY no reason not to use LunaLua (If you can run it) so if you don't you should feel bad.
Re: What Version of SMBX do you use?
Posted: Sun Feb 28, 2016 10:16 am
by PersonNamedUser
I use lunalua but I'm still trying to learn it.
Re: What Version of SMBX do you use?
Posted: Sun Feb 28, 2016 11:25 am
by glitch4
I use LunaLua version.
Re: What Version of SMBX do you use?
Posted: Sun Feb 28, 2016 11:32 am
by CopyLeft
1.3.0.1. because why not.
Re: What Version of SMBX do you use?
Posted: Sun Feb 28, 2016 11:34 am
by h2643
1.0. 2.0 too.
Re: What Version of SMBX do you use?
Posted: Sun Feb 28, 2016 11:37 am
by bossedit8
I mostly use 1.3, 1.4.2 and 2.0 as of now.
Re: What Version of SMBX do you use?
Posted: Sun Feb 28, 2016 12:27 pm
by Mable
1.4.2 bc rebel.
Re: What Version of SMBX do you use?
Posted: Sun Feb 28, 2016 12:30 pm
by Yoshi021
Tinkerbell wrote:1.4.2 bc rebel.
Me too

Re: What Version of SMBX do you use?
Posted: Sun Feb 28, 2016 12:39 pm
by Emral
I have directories for all versions but 1.4.*
Re: What Version of SMBX do you use?
Posted: Sun Feb 28, 2016 12:42 pm
by Hani
I only use 1.3.0.1. I don't use LunaLua or 2.0 because it complicated. I just use it for episodes that are recommanded for it.
Re: What Version of SMBX do you use?
Posted: Sun Feb 28, 2016 2:42 pm
by Lx Xzit
Re: What Version of SMBX do you use?
Posted: Sun Feb 28, 2016 2:52 pm
by TheSaturnyoshi
Catastrophe wrote:I only use 1.3.0.1. I don't use LunaLua or 2.0 because it complicated. I just use it for episodes that are recommanded for it.
What the hell why? You don't need to learn Lua, just use LunaLua it's not going to hurt ANYTHING and it's basically standard now, so I won't be surprised when people stop telling you it's needed on the episode topic. Not to mention it's not hard to use APIs, it requires like 3 lines of code you can copy-paste from elsewhere.
For example:
Code: Select all
timerApi = loadAPI("leveltimer");
function onLoad()
timerApi.setSecondsLeft(300);
timerApi.setTimerState(true);
end
Put that in your lunadll.lua file in the levels graphics folder and boom! You got a level timer, all you need to do is change 300 to the time you want.