Frictional Games Forum (read-only)

Full Version: Permanent Enemy & Custom Enemy Adding
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
In my Custom story, I'm planning on using custom enemies and on some occasions later in the game, they don't de-spawn, basically they're Permanent patrols. I Need help
So he patrols in a path node and never stop? And other than that, no despawn? Is that what you mean?
(02-13-2013, 10:58 AM)JustAnotherPlayer Wrote: [ -> ]So he patrols in a path node and never stop? And other than that, no despawn? Is that what you mean?
Exactly
That's pretty simple.
First you need to do is make a circle patrol node. And then you create and a script area where he goes through that area. After that you script the "script area" bý using the same script(the script of your monster patrol area).
(02-13-2013, 11:04 AM)Paint the man cut the lines Wrote: [ -> ]
(02-13-2013, 10:58 AM)JustAnotherPlayer Wrote: [ -> ]So he patrols in a path node and never stop? And other than that, no despawn? Is that what you mean?
Exactly
For the pathnode looping thing, go the link below.
http://wiki.frictionalgames.com/hpl2/tut...rpathnodes
Especially, in the "Loop" category.

For the no despawn thing, you edit that in the Model Editor in the .ent file.
(02-13-2013, 11:15 AM)JustAnotherPlayer Wrote: [ -> ]
(02-13-2013, 11:04 AM)Paint the man cut the lines Wrote: [ -> ]
(02-13-2013, 10:58 AM)JustAnotherPlayer Wrote: [ -> ]So he patrols in a path node and never stop? And other than that, no despawn? Is that what you mean?
Exactly
For the pathnode looping thing, go the link below.
http://wiki.frictionalgames.com/hpl2/tut...rpathnodes
Especially, in the "Loop" category.

For the no despawn thing, you edit that in the Model Editor in the .ent file.

Or you can do that if you think my opinion is too hard.