Page 1 of 1

What API do you use to make custom npc behavior?

Posted: Sat Jun 10, 2017 11:50 pm
by PersonNamedUser
The Title

Re: What API do you use to make custom npc behavior?

Posted: Sun Jun 11, 2017 12:05 am
by The0x539
Mostly pnpc (for more robust data storage than ai1 thru ai5), also bit of npcManager if you want to share it rather than use it in a level or episode, for some npcconfig stuff that works in tandem with npc.txt.

Re: What API do you use to make custom npc behavior?

Posted: Sun Jun 11, 2017 12:06 am
by PersonNamedUser
The0x539 wrote:Mostly pnpc (for more robust data storage than ai1 thru ai5), also bit of npcManager if you want to share it rather than use it in a level or episode, for some npcconfig stuff that works in tandem with npc.txt.
i see, thanks

Re: What API do you use to make custom npc behavior?

Posted: Sun Jun 11, 2017 11:07 am
by ElectriKong
None, since I have not needed them yet.

Re: What API do you use to make custom npc behavior?

Posted: Sun Jun 11, 2017 11:09 am
by PersonNamedUser
Electriking wrote:None, since I have not needed them yet.
I don't think you understand, I'm asking what do I need to use for custom npc behavior, not what you use.

Re: What API do you use to make custom npc behavior?

Posted: Sun Jun 11, 2017 11:12 am
by ElectriKong
MosaicMario wrote:
Electriking wrote:None, since I have not needed them yet.
I don't think you understand, I'm asking what do I need to use for custom npc behavior, not what you use.
PNPC is default to 2.0, not sure about others though.

Re: What API do you use to make custom npc behavior?

Posted: Sun Jun 11, 2017 3:12 pm
by The0x539
Electriking wrote:
MosaicMario wrote:
Electriking wrote:None, since I have not needed them yet.
I don't think you understand, I'm asking what do I need to use for custom npc behavior, not what you use.
PNPC is default to 2.0, not sure about others though.
Anything we use for our NPCs in a given version is of course packaged with said version.