Base Actor: Difference between revisions
No edit summary |
No edit summary |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
The generic actor [[entity]] is like an [[AI]] with no purpose, not until you give it one. | |||
They are commonly used for [[NPC]]s that you don't fully interact with, they can be considered "cheap" AI for cinematic purposes. | |||
The generic actor entity is like an AI with no purpose, not until you give it one. | |||
They are commonly used for | |||
== Notable Information == | == Notable Information == | ||
Line 20: | Line 18: | ||
== Requirements for Usage == | == Requirements for Usage == | ||
A good bit of [ | A good bit of [[Scripted_sequence|scripting]] is necessary to use Generic Actors to their full extent, using a Scripted Sequence you may manipulate a number of settings, including: movement animations, action animations, how to move to it, whether to loop the set action or post idle animation and what should happen upon their deaths. | ||
== Best methods of Use == | == Best methods of Use == | ||
Line 26: | Line 24: | ||
[http://developer.valvesoftware.com/wiki/Base_Actor#Requirements_for_Usage See Above]. | [http://developer.valvesoftware.com/wiki/Base_Actor#Requirements_for_Usage See Above]. | ||
[[Category:AI]] | |||
Latest revision as of 12:58, 24 May 2012
The generic actor entity is like an AI with no purpose, not until you give it one. They are commonly used for NPCs that you don't fully interact with, they can be considered "cheap" AI for cinematic purposes.
Notable Information
They are neutral to everyone, which saves creating AI_Relationships.
They are killed in a single hit.
They are not armed by default, further editing may be required to equip them or add attachments.
They can be any character.
They can be made to talk using the logic_choreographed_scene entity.
They can be made to move using the scripted_sequence entity.
Requirements for Usage
A good bit of scripting is necessary to use Generic Actors to their full extent, using a Scripted Sequence you may manipulate a number of settings, including: movement animations, action animations, how to move to it, whether to loop the set action or post idle animation and what should happen upon their deaths.