Page 1 of 1
[NPC Pack] Ruby
Posted: Sat Jul 27, 2019 7:16 pm
by Emral
He ruby him's belly on floor.
A download link can be found here:
https://drive.google.com/file/d/1NHdTns ... sp=sharing
Demo:
https://www.youtube.com/watch?v=3yZSJNPa7u8
1:08
Installation instructions can be found in the
handbook or in my
thread.
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] Ruby
Posted: Sat Sep 05, 2020 2:34 am
by Wiimeiser
I'm getting errors about pblock being deprecated. Not sure what it's being used for, so I can't fix it on my end...
Re: [NPC Pack] Ruby
Posted: Sat Sep 05, 2020 2:43 am
by Emral
Wiimeiser wrote: ↑Sat Sep 05, 2020 2:34 am
I'm getting errors about pblock being deprecated. Not sure what it's being used for, so I can't fix it on my end...
pblock is pnpc for blocks, so...
https://www.youtube.com/watch?v=A3qBcwe ... KYl4AaABAg
They're not strictly errors, just warnings, and really easy to remove.
Re: [NPC Pack] Ruby
Posted: Sat Sep 05, 2020 2:52 pm
by TheGameyFireBro105
they work pefect as sliding beach koopas.
Re: [NPC Pack] Ruby
Posted: Sun Sep 06, 2020 1:03 am
by Wiimeiser
So about the line data.slope = pblock.wrap(b), do I just delete it, or change it to something else?
Re: [NPC Pack] Ruby
Posted: Sun Sep 06, 2020 1:25 am
by Emral
Wiimeiser wrote: ↑Sun Sep 06, 2020 1:03 am
So about the line data.slope = pblock.wrap(b), do I just delete it, or change it to something else?
Like the video says, you just remove the phrase pblock.wrap and the line that loads pblock.
Re: [NPC Pack] Ruby
Posted: Sun Sep 06, 2020 5:29 am
by Wiimeiser
Okay, yeah, that worked. I just wasn't sure how much of the second line to delete. Thanks for that.
Re: [NPC Pack] Ruby
Posted: Sun Sep 06, 2020 5:33 am
by Emral
Wiimeiser wrote: ↑Sun Sep 06, 2020 5:29 am
Okay, yeah, that worked. I just wasn't sure how much of the second line to delete. Thanks for that.
Yeah, that's why I made the video, where I go through and delete exactly what needs removing. Glad you figured it out.