11/11/20
- Now the Cannon Shoe dismounts correctly on level end
- Slightly optimized code for Rocket (thanks to MrDoubleA for help)
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 when "Doesn't move" is active.
28/11/20
- 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.
24/6/21
- Heave-Ho now doesn't die when touching it with invincibility frames.
- Of course the content of this pack is not final. Since I'm still a lua beginner there are probably going to be bugfixes and improvements, but most important it will be expanded in the future, so stay tuned for more stuff!
- Every element has its own description in the editor, if you want to figure out what they do.
Re: [NPC Pack] Weird Gizmos
Posted: Fri Nov 06, 2020 8:58 am
by SPEEDIE
Really awesome stuff, great job. I will update this when I have tried some of the stuffs
Re: [NPC Pack] Weird Gizmos
Posted: Fri Nov 06, 2020 11:43 am
by PdizzleParker
These look great! I'll definitely have to check some of these out soon.
Re: [NPC Pack] Weird Gizmos
Posted: Sat Nov 07, 2020 1:55 am
by MegaDood
These are incredible! An idea to expand on the waddlewings could be to allow them to carry objects and release them upon death, like in NSMBU. Might be good for things like assist the enemy type levels where once you finally get to interact and kill it, it drops and exit orb.
Is there anyway to change how long it takes before the player starts to fall off the rope?
-Never mind, I think I found a way to do it.
Re: [NPC Pack] Weird Gizmos
Posted: Mon Nov 09, 2020 5:53 am
by Mushroom King
How could I make stop a waddlewing to jump from the summit of a slope? I also would like to make it stop to "jump" when it spawning for the first time at screen when placed in the air before gliding.
Re: [NPC Pack] Weird Gizmos
Posted: Wed Nov 11, 2020 5:23 am
by Akromaly
11/11/20
- Now the Cannon Shoe dismounts correctly on level end
- Slightly optimized code for Rocket (thanks to MrDoubleA for help)
Re: [NPC Pack] Weird Gizmos
Posted: Mon Nov 23, 2020 5:44 am
by Akromaly
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 when "Doesn't move" is active.
You sure it's the skeeters? I just tried them out because of this and no error is showing and they work just fine.
What exactly did you do to make this appear?
Re: [NPC Pack] Weird Gizmos
Posted: Sat Nov 28, 2020 10:59 am
by Akromaly
28/11/20
- 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