Page 1 of 1

[NPC Pack] Parachuting Galoomba and Bob-Omb

Posted: Sat Mar 30, 2019 7:36 am
by Emral
As part of my new lunalua tutorial series I have created a tutorial around building your own NPC packs, a new feature we've added to this version.
The result manifested itself as an implementation of the NPCs mentioned in the title.

If you're interested in learning more about making your own NPC packs, check out the creation process of this pack below:
https://www.youtube.com/watch?v=LsT7ItnnVzY

A download link can be found here:
https://drive.google.com/file/d/1BEFMUf ... fyxwv/view

Installation instructions can be found in the handbook or in my thread.

Furthermore, if you would like to see the NPC in action, you can view a gif of them below:
Spoiler: show
Image
Modifications and adaptations of the code is permitted. If you use this particular code as a basis for an enhanced version of these NPCs, please give credit.

Re: [NPC Pack] Parachuting Galoomba and Bob-Omb

Posted: Tue Nov 07, 2023 7:08 am
by dulushich_ViiU
fix this invention so that it doesn't touch the floor :)

Re: [NPC Pack] Parachuting Galoomba and Bob-Omb

Posted: Tue Nov 07, 2023 8:26 am
by mariobrigade2018
dulushich_ViiU wrote:
Tue Nov 07, 2023 7:08 am
fix this invention so that it doesn't touch the floor :)
I think you could remove the code that says to turn it into a different NPC.

Re: [NPC Pack] Parachuting Galoomba and Bob-Omb

Posted: Sun Nov 12, 2023 3:31 am
by S_Koopa0
mariobrigade2018 wrote:
Tue Nov 07, 2023 8:26 am
dulushich_ViiU wrote:
Tue Nov 07, 2023 7:08 am
fix this invention so that it doesn't touch the floor :)
I think you could remove the code that says to turn it into a different NPC.
Without that part of the code the NPCs will just stop when landing on a block. Instead of removing that, you can set their noblockcollision config value to true.

Re: [NPC Pack] Parachuting Galoomba and Bob-Omb

Posted: Sun Nov 12, 2023 11:43 am
by mariobrigade2018
S_Koopa0 wrote:
Sun Nov 12, 2023 3:31 am
mariobrigade2018 wrote:
Tue Nov 07, 2023 8:26 am
dulushich_ViiU wrote:
Tue Nov 07, 2023 7:08 am
fix this invention so that it doesn't touch the floor :)
I think you could remove the code that says to turn it into a different NPC.
Without that part of the code the NPCs will just stop when landing on a block. Instead of removing that, you can set their noblockcollision config value to true.
Oh oop. My bad. Listen to this guy instead