- Fixed a typo from last Skeeter update which had a wrong effect ID
- Now all image loadings use Misc.resolveFile(), which should fix some loading problems
23/11/20 - Some Skeeter tweaks: -- Slightly reduced their minimum action timer. -- Slightly reduced their initial timer so they react a little faster when spawned. -- Their dash speed is now randomized, making it possible for them to move shorter distances. -- They're now set to always drop bombs w...
My very first custom pack finally sees light! It features various enemies and blocks suitable for different situations. https://youtu.be/98iyBxOUDAs CONTENT: Boo Balloon (YI) Boost Block (SM3DW) Cannon Shoe (SMB3) Heave-Ho (SM64) Rocket (SMB2) Rope (NSMB) Skeeter (NSMB) Waddlewing (NSMBU) Sprites by...
Hello there, I bring you guys my second lua thingy, which brings Yoshi's flutter jump on SMBX, based on the NSMB series. Works with all Yoshi colors. https://youtu.be/9pakTNb0uvA To use it in your level/episode, put the file in your level/episode folder and paste this code in your luna.lua file: loc...
Is this project still being worked on? If you're taking a break, you need it.
It is, it's actually a long time since I've worked to it but that's because I focused on some other stuff. If everything goes well, I should come back to it this month.
why not also make Mario scream when he falls from a really large height ... A thing I really like to do when making custom lua stuff is trying not to use non-basegame stuff, especially for sound effects, since I always happen to find something in the vanilla sounds that fits what I might need. But ...
Pretty nice idea for a library, can't wait for what people will do with this! Also, quick note, you should put this in your post instead of the old code local falldamage = require("falldamage") The reason being that API.load is outdated and require does the same thing afaik I'll immediately edit it...
I present you guys my very first lua library, which harms the player when they fall from too high, like in Super Mario 64. Did SMBX need this? Maybe not? Who knows, it's up to you to use it in some interesting ways. Here's some cool stuff about it though: - Water does protect you from damage - Being...