I'm trying to make an upside-down buzzy bettle, the current code is okay but I've got a problem, I need the NPC faces to the other side when its in the edges (I mean cliffturn). Due its gravity is inverted I can't use parallel execution, so all what I need is a way to detect if the NPC is touching a...
Thanks! and yeah, your picture is much better than the mine (I wanted do the same but I was really tired of editing images and type a lot) I will add it to the main post. :)
There is a way, I saw TheCreator520 and KFCMario do it, also one of the "daily tips" says it's possible rotate scripts, but unfortunely, we don't know how to do.
In the editor, playing in fullscreen mode, if you press right click and left click (it activates the selection mode) above an object (block, NPC or BGO, whatever can be selected) the game will clash.
This is what I always wanted to see in the next version. Especially for online mode. :D Yeah I also would love to see an online mode but I guess it's much harder to implement than other features, if it's implemented at some point I just want it be better than the SMBX 1.3's online. But really, I wo...
I will post almost all the ideas I've been getting around the last year, I didn't published them before because I was thinking on some details and trying to get new ideas. This post don't have particular order. Without more to say, here are my ideas for SMBX 1.4.4! :D PD: I have some more ideas but ...
I cannot remember but does this also use lua? I have a powerdown script that emulates the effects of the super mario series. ```lua local altpsystem = API.load("altpsystem") altpsystem.usingSystem = altpsystem.SYSTEM_DS function onStart() --Used as a way to check status on level start Thi...
Try this With NPC(sysval(param1)) .ivala = .ivala + 1 if .ivala = X then Call NKill(-code-) Call NCreate(-code-) end if end with X is the number of frames the script will execute the next action. I think the best way to replace a NPC is "killing" it and create a new one at the same moment
I've got three really minor suggestions that could help to feel the gameplay a bit more fluent. 1.) Don't let the player stomp enemies while it shrinks. This is what I meant, as you can see in this gif, the player can't hurt the parakoopa while it shrinks, the tail jump and the spin jump won't do an...
I just would like report some really minor and non-important things regarding the bubbles ⋅ Bubbles have wrong animations: SMBX 1.3 animations (right): https://s29.postimg.org/47sc9r4nb/output_MFOg_JO.gif SMBX 1.4 animations (wrong): https://s16.postimg.org/o08xwdb6d/output_0lnq2_W.gif Th...
My guess is that SMBX 1.4.4 is near to be done :D The six patches were made super quickly and we haven't got the seventh patch yet (even when people has posted important problems), which makes me think 543A38A is focused on SMBX 1.4.4 right now, also I assuming he's more available to work on it on C...
I'm agree with LuigiCraft7777, these tools should be deleted, but why? I have always thought that when adding new features, they should be added strategically and ask these questions: Are they necessary? Are they really useful? Are people going to use it? I think none of these three tools are really...
do you mind if you can add my "How to add Items to World Map Tutorial"? http://wohlsoft.ru/forum/viewtopic.php?f=58&t=1109 Of course! Added it to the list. Thanks for the contribution. I think it would be interessanding if you place things like global variables.They're easy enough,I k...
The game won't be able to execute statements like "if .Ysp = 0 then" if something is modifying the velocity of the NPC in the code. When it isn't, the statement will execute properly, which is weird because with the horizontal speed this does not happens, that's why I think it's a bug. For...
Yoshi021 made one at once, but unfortunately, the Script it's not very accurately (In my opinion there should be specifics funtion like "char(1).JumpStart and/or "char(1).InJump") so the double jump won't be produced at the exact time you press "Jump" key, also you'll need t...
Ah I thought you were talking about SMBX 2.0/lunalua, I was going to edit my post but was too late here. :P Open the file "config.cfg" which is in the main folder with Notepad++ or notebloc. In "OcuppyWholeCPU" change it to "True", the same with "DisableFrameSkip&q...