Page 2 of 4

Re: [NPC Pack] Super Mario Maker Pack, I guess. - v.1.1 Update

Posted: Sun Dec 22, 2019 7:09 pm
by Chilly14
Enjl wrote:
Sun Dec 22, 2019 5:43 pm
Sounds like it cannot find an effect of the corresponding ID. Did you rename any files?
No, I didn't.

Re: [NPC Pack] Super Mario Maker Pack, I guess. - v.1.1 Update

Posted: Sun Dec 22, 2019 8:01 pm
by IAmPlayer
Chilly14 wrote:
Sun Dec 22, 2019 7:09 pm
Enjl wrote:
Sun Dec 22, 2019 5:43 pm
Sounds like it cannot find an effect of the corresponding ID. Did you rename any files?
No, I didn't.
I checked through the files of the NPC Pack and realized how dumb I am to forget to include effect-751. Here's a quick ZIP file that you can use at the moment. I'll include it for the main pack later.

Re: [NPC Pack] Super Mario Maker Pack, I guess. - v.1.1 Update

Posted: Mon Dec 23, 2019 11:38 am
by Chilly14
1AmPlayer wrote:
Sun Dec 22, 2019 8:01 pm
Chilly14 wrote:
Sun Dec 22, 2019 7:09 pm
Enjl wrote:
Sun Dec 22, 2019 5:43 pm
Sounds like it cannot find an effect of the corresponding ID. Did you rename any files?
No, I didn't.
I checked through the files of the NPC Pack and realized how dumb I am to forget to include effect-751. Here's a quick ZIP file that you can use at the moment. I'll include it for the main pack later.
Thanks.

Re: [NPC Pack] Super Mario Maker Pack, I guess. - v.1.1 Update

Posted: Fri Dec 27, 2019 7:16 am
by SpoonyBardOL
Nice job, I really dig the firebars.

One suggestion I have is to add speed variable to the .json file so you could set rotation speed, like this:
Spoiler: show
{
"control": "spinbox",
"name": "speed",
"title": "Rotation Speed",
"tooltip": "Speed of firebar rotation.",
"type": "int",
"value-default": 5,
"value-min": 0,
"value-max": 9
}
And adding the appropriate code to the npc's lua file by adding

data._basegame.speed = data._basegame.speed or 5

with the other .json variables and changing the two instances of rotation speed setting to

rotationSpeed = (0.1 * data._basegame.speed) * v.direction,

Re: [NPC Pack] Super Mario Maker Pack, I guess. - v.1.1 Update

Posted: Fri Dec 27, 2019 9:02 am
by IAmPlayer
SpoonyBardOL wrote:
Fri Dec 27, 2019 7:16 am
Nice job, I really dig the firebars.

One suggestion I have is to add speed variable to the .json file so you could set rotation speed, like this:
Spoiler: show
{
"control": "spinbox",
"name": "speed",
"title": "Rotation Speed",
"tooltip": "Speed of firebar rotation.",
"type": "int",
"value-default": 5,
"value-min": 0,
"value-max": 9
}
And adding the appropriate code to the npc's lua file by adding

data._basegame.speed = data._basegame.speed or 5

with the other .json variables and changing the two instances of rotation speed setting to

rotationSpeed = (0.1 * data._basegame.speed) * v.direction,
Sure, I'll do it for the next update. Thanks for the suggestion!

Re: [NPC Pack] Super Mario Maker Pack, I guess. - v.1.1.1 Update

Posted: Fri Jan 31, 2020 5:50 am
by IAmPlayer
:thinking:
Spoiler: show
ImageImage
v.1.2 Update?

Re: [NPC Pack] Super Mario Maker Pack, I guess. - v.1.1.1 Update

Posted: Fri Jan 31, 2020 10:40 am
by SuperSmashbroFanX
Omg the angry sun yay!! When can we download it?

Re: [NPC Pack] Super Mario Maker Pack, I guess. - v.1.1.1 Update

Posted: Fri Jan 31, 2020 11:25 am
by IAmPlayer
Tomorrow, when Beta 4 comes out.

Re: [NPC Pack] Super Mario Maker Pack, I guess. - v.1.2 Update

Posted: Sun Feb 02, 2020 10:06 pm
by IAmPlayer
Alright, Update v.1.2 is out! I'll be back once I have more stuff and also if there's any bugs or mistakes I should fix.

Re: [NPC Pack] Super Mario Maker Pack, I guess. - v.1.2 Update

Posted: Sun Feb 02, 2020 10:27 pm
by Squishy Rex
Thanks for the update, can’t wait to try out the Angry Sun. Nice work so far, definitely enjoying this Pack.

Re: [NPC Pack] Super Mario Maker Pack, I guess. - v.1.2 Update

Posted: Thu Feb 06, 2020 8:21 pm
by zxcv
The player takes damage from the firebar when on top of it, even if the firebar is not touching it. Sorry, but I can't provide a gif now

Re: [NPC Pack] Super Mario Maker Pack, I guess. - v.1.2 Update

Posted: Fri Feb 07, 2020 6:18 am
by IAmPlayer
Prado wrote:
Thu Feb 06, 2020 8:21 pm
The player takes damage from the firebar when on top of it, even if the firebar is not touching it. Sorry, but I can't provide a gif now
I think it has something to do with the firebar collision. Because when the firebar is set to friendly, you can stand on it without any problem. If I can fix it though, I will include it in future updates.

Re: [NPC Pack] Super Mario Maker Pack, I guess. - v.1.2 Update

Posted: Fri Feb 07, 2020 12:33 pm
by Murphmario
Why are the Super Mario Bros. Special power-ups here?

Re: [NPC Pack] Super Mario Maker Pack, I guess. - v.1.2 Update

Posted: Sat Feb 08, 2020 12:11 am
by IAmPlayer
Murphmario wrote:
Fri Feb 07, 2020 12:33 pm
Why are the Super Mario Bros. Special power-ups here?
Huh? Ah dammit.

EDIT: It's fixed now.

Re: [NPC Pack] Super Mario Maker Pack, I guess. - v.1.2 Update

Posted: Tue Feb 11, 2020 1:20 pm
by Fuyu
This looks really cool. I can't wait to use it.
But I have an issue trying to use Angry Sun, whenever I use it and try it out I get the following error message.
Spoiler: show
Image

nvm

Re: [NPC Pack] Super Mario Maker Pack, I guess. - v.1.2 Update

Posted: Mon Feb 24, 2020 3:30 pm
by TheGameyFireBro105
Plz do melt-able ice blocks that release their contents as if you hit them.

Re: [NPC Pack] Super Mario Maker Pack, I guess. - v.1.2 Update

Posted: Mon Feb 24, 2020 3:58 pm
by Murphmario
TheGameyFireBro105 wrote:
Mon Feb 24, 2020 3:30 pm
Plz do melt-able ice blocks that release their contents as if you hit them.
Try using block-669, it does exactly what you want.

Re: [NPC Pack] Super Mario Maker Pack, I guess. - v.1.2 Update

Posted: Tue Mar 17, 2020 1:59 pm
by Chilly14
I get this error:
Spoiler: show
Image
Perhaps it has something to do with pausing the game through lua?

Re: [NPC Pack] Super Mario Maker Pack, I guess. - v.1.2 Update

Posted: Fri Mar 20, 2020 12:20 pm
by TheGameyFireBro105
Shouldn't the stone ones be big?

Re: [NPC Pack] Super Mario Maker Pack, I guess. - v.1.2 Update

Posted: Sat Mar 21, 2020 6:47 am
by IAmPlayer
TheGameyFireBro105 wrote:
Fri Mar 20, 2020 12:20 pm
Shouldn't the stone ones be big?
That's the same size as the one in SMM2.