The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 906 - File: showthread.php PHP 7.2.24-0ubuntu0.18.04.17 (Linux)
File Line Function
/showthread.php 906 errorHandler->error



Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 1 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Question about enemy behavior
FragdaddyXXL Offline
Member

Posts: 136
Threads: 20
Joined: Apr 2012
Reputation: 7
#1
Question about enemy behavior

I'm slightly confused on the conditions in which an enemy will despawn/deactivate on its own.

A tutorial page in the wiki explains: "The monster will automatically disappear if it runs out of path nodes and the player isn't looking at it."

So going by that, if the monster has 0 path nodes on the map and it sees the player (assuming the player is close enough) it will chase the player. If the player loses sight of the monster and the monster loses sight of the player, it will disappear?

In my recent map, I just had areas that would call:
ClearEnemyPatrolNodes("servant_grunt_1");
FadeEnemyToSmoke("servant_grunt_1", true);

when an enemy entered it. This would manually despawn an enemy in areas that I defined. This limits my flexibility in terms of area placement and enemy placement, as well as other things.

How would you get the traditional scenario of: player runs from enemy. Hides in cabinet. Monster enters room; doesn't see player. Leaves room, and despawns.

Dark Seclusion Here
04-12-2012, 12:55 PM
Find


Messages In This Thread
Question about enemy behavior - by FragdaddyXXL - 04-12-2012, 12:55 PM



Users browsing this thread: 1 Guest(s)