Page 1 of 2
[NPC Pack] SMM2 Twister
Posted: Mon Aug 05, 2019 2:07 pm
by KateBulka
Is that you, John Wayne? Is this me?

Download link -
https://www.dropbox.com/s/qe4dynxa0vbp6 ... 1.zip?dl=0
Don't forget to credit me, overall you are allowed to use it and modify it. Also be sure to report bugs if there are ones!
Re: [NPC Pack] SMM2 Twister
Posted: Mon Aug 05, 2019 2:43 pm
by PROX
yay, we finally have these!
Re: [NPC Pack] SMM2 Twister
Posted: Mon Aug 05, 2019 3:39 pm
by Ness-Wednesday

When I add the npc into the level, I get this debug...
Re: [NPC Pack] SMM2 Twister
Posted: Mon Aug 05, 2019 3:50 pm
by KateBulka
Ness-Wednesday wrote: ↑Mon Aug 05, 2019 3:39 pm

When I add the npc into the level, I get this debug...
I've tried to test it out myself (i've tried to use it in my new level), and it works perfectly, so.. i don't really know what to do. i'm sorry.

Also updated it with extra setting!
Download link is updated.
Re: [NPC Pack] SMM2 Twister
Posted: Mon Aug 05, 2019 4:41 pm
by Ness-Wednesday
I downloaded the updated version, and it now works fine. That's odd... but no worries.
Re: [NPC Pack] SMM2 Twister
Posted: Mon Aug 05, 2019 6:27 pm
by KateBulka
Ness-Wednesday wrote: ↑Mon Aug 05, 2019 4:41 pm
I downloaded the updated version, and it now works fine. That's odd... but no worries.
Yeaah, for sure. Welp, at least it's working for you now, and that's great!
Re: [NPC Pack] SMM2 Twister
Posted: Mon Aug 05, 2019 6:41 pm
by Emral
Would be cool if the particles spun in a spiral like in the original and if the wind effect worked like in Super Mario Maker 2 where it kinda pulls you in.
Re: [NPC Pack] SMM2 Twister
Posted: Tue Aug 06, 2019 3:41 am
by KateBulka
Enjl wrote: ↑Mon Aug 05, 2019 6:41 pm
Would be cool if the particles spun in a spiral like in the original and if the wind effect worked like in Super Mario Maker 2 where it kinda pulls you in.
That's what i've tried to do at first time, but i couldn't sadly, but i still hope it's cool in it's own way.
Added in 2 hours 29 minutes 37 seconds:
Okay, so this is new update of Twister npc! Now it can interact with coins.. which are affected by gravity, and it can be killed by thwomps for example! Also particles are changed now

Download link is updated!
Re: [NPC Pack] SMM2 Twister
Posted: Tue Aug 06, 2019 11:29 am
by MECHDRAGON777
If you make the NPC part invisible, would there be a way to make them not be killed by Thwomps if one so chooses? (By Extra setting or NPC txt flag?)
Re: [NPC Pack] SMM2 Twister
Posted: Tue Aug 06, 2019 11:32 am
by KateBulka
MECHDRAGON777 wrote: ↑Tue Aug 06, 2019 11:29 am
If you make the NPC part invisible, would there be a way to make them not be killed by Thwomps if one so chooses? (By Extra setting or NPC txt flag?)
There is a table for npcs which can hurt Twister in npc-760.lua file.
Re: [NPC Pack] SMM2 Twister
Posted: Tue Aug 06, 2019 11:35 am
by MECHDRAGON777
Is that Table public or would that require directly editing the NPC file?
(Neither is an issue to me, just curious before I download it.)
Re: [NPC Pack] SMM2 Twister
Posted: Tue Aug 06, 2019 11:38 am
by KateBulka
MECHDRAGON777 wrote: ↑Tue Aug 06, 2019 11:35 am
Is that Table public or would that require directly editing the NPC file?
(Neither is an issue to me, just curious before I download it.)
That would require directly editing the NPC file, but it's just one line of code:
Code: Select all
local hurt_list = {437,295,435,432,540,428,429}
Re: [NPC Pack] SMM2 Twister
Posted: Tue Aug 06, 2019 11:56 am
by MECHDRAGON777
Core wrote: ↑Tue Aug 06, 2019 11:38 am
MECHDRAGON777 wrote: ↑Tue Aug 06, 2019 11:35 am
Is that Table public or would that require directly editing the NPC file?
(Neither is an issue to me, just curious before I download it.)
That would require directly editing the NPC file, but it's just one line of code:
Code: Select all
local hurt_list = {437,295,435,432,540,428,429}
I may be insulting my own intelligence due to not working with new NPC codes, but would it be possible to put that into a npc.txt file read with NPC.config or something? Though I guess just one line of code is not that bad.
Re: [NPC Pack] SMM2 Twister
Posted: Tue Aug 06, 2019 4:02 pm
by KateBulka
MECHDRAGON777 wrote: ↑Tue Aug 06, 2019 11:56 am
Core wrote: ↑Tue Aug 06, 2019 11:38 am
MECHDRAGON777 wrote: ↑Tue Aug 06, 2019 11:35 am
Is that Table public or would that require directly editing the NPC file?
(Neither is an issue to me, just curious before I download it.)
That would require directly editing the NPC file, but it's just one line of code:
Code: Select all
local hurt_list = {437,295,435,432,540,428,429}
I may be insulting my own intelligence due to not working with new NPC codes, but would it be possible to put that into a npc.txt file read with NPC.config or something? Though I guess just one line of code is not that bad.
I think it's better to keep it in code.
Re: [NPC Pack] SMM2 Twister
Posted: Tue Aug 06, 2019 5:03 pm
by MECHDRAGON777
Core wrote: ↑Tue Aug 06, 2019 4:02 pm
MECHDRAGON777 wrote: ↑Tue Aug 06, 2019 11:56 am
Core wrote: ↑Tue Aug 06, 2019 11:38 am
That would require directly editing the NPC file, but it's just one line of code:
Code: Select all
local hurt_list = {437,295,435,432,540,428,429}
I may be insulting my own intelligence due to not working with new NPC codes, but would it be possible to put that into a npc.txt file read with NPC.config or something? Though I guess just one line of code is not that bad.
I think it's better to keep it in code.
Okay. Thanks for looking at least. Might use this, but make the NPC part invisible.
Re: [NPC Pack] SMM2 Twister
Posted: Sat Aug 24, 2019 1:10 pm
by marismb
Well... this just don't work! really. I try Use this lunalua twister in my level. and... i just got error. And after that twister just...don't move ...
Re: [NPC Pack] SMM2 Twister
Posted: Sat Aug 24, 2019 1:19 pm
by Emral
Can you... share the error message? So that people can try to help?
Re: [NPC Pack] SMM2 Twister
Posted: Sat Aug 24, 2019 1:28 pm
by marismb
Re: [NPC Pack] SMM2 Twister
Posted: Sat Aug 24, 2019 1:32 pm
by Emral
'kay so there are 3 messages. The third seems related:
1) something about a "savefile" that's missing. Check your level and episode folder and delete and save-n.tmp, save-n.ext.dat, or other things regarding save data to ensure there aren't conflices.
2) the program can't find the path to your music file. this error won't crash lua, but you might wanna fix your music path.
3) Something about effect-760.txt file being faulty. Did you make any changes to it? The one in the download looks correct.
Re: [NPC Pack] SMM2 Twister
Posted: Sat Aug 24, 2019 1:37 pm
by marismb
Enjl wrote: ↑Sat Aug 24, 2019 1:32 pm
'kay so there are 3 messages. The third seems related:
1) something about a "savefile" that's missing. Check your level and episode folder and delete and save-n.tmp, save-n.ext.dat, or other things regarding save data to ensure there aren't conflices.
2) the program can't find the path to your music file. this error won't crash lua, but you might wanna fix your music path.
3) Something about effect-760.txt file being faulty. Did you make any changes to it? The one in the download looks correct.
1) I don't see any "save-n.tmp, save-n.ext.dat , or other things regarding save data to ensure there aren't conflices."
2) Ok
3) No.