Difference between revisions of "Category:Actor"

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search
imported>Cdcooley
 
imported>Qazaaq
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
An Actor is a type of object that runs AI routines. Actors move in the world, can engage in combat, and can interact with other objects such as doors, containers, activators (levers, buttons, etc.), and other actors.
[[Category:Object_Classes]]
 
[[Category:Script Objects]]
=Actor Form=
Here you can find topics related to the '''Actor''' category.
Actors have the following properties:
This category contains the following [[:Category:Object_Classes|object]] types.
*'''ID:''' The Form ID of the object.
* [[Actor]]
*'''Name:''' The display name for the object. If blank, the Actor cannot be activated (spoken to, looted, etc.) by the player in game.
* [[Actor Action]]
*'''Short Name:''' Optionally, a shorter name used in the HUD and for text replacement fields that specify the Short Name. If blank, the full Name is used.
* [[BodyPartData]]
 
* [[LeveledCharacter]]
==Flags==
* [[Perk]]
{|border="1" cellpadding="5" cellspacing="0"
* [[TalkingActivator]]
|-
! style="background:#efefef;" colspan=1  | Flag
! style="background:#efefef;" | Function
|-
|Is CharGen Face Preset
|If checked, the face created for this actor is available for the player to choose in Character Gen.
|-
|Essential
|Essential actors cannot be killed. When they reach 0 health, they go into a special "bleedout" state and recover over time.
|-
|Protected
|Protected actors are treated as essential to all damage except that delivered by the player. The player is the only one allowed to kill a Protected actor.
|-
|Respawn
|References of this actor in the world will resurrect and reset when their [[Cell Reset|cell is reset]].
|-
|Unique
|Only one reference of this actor is allowed to exist. Unique actors mainly exist so that the [[Story Manager]] can find them even when they are not currently persisting.
|-
|Summonable
|This actor can be associated with a Summon Actor magic effect.
|-
|Is Ghost
|This actor is immune to all damage, and all weapons pass through them without playing hit effects or triggering hit events.
|-
|Invulnerable
|This actor is immune to all damage, although weapons and projectiles appear to hit them normally.
|-
|Doesn't Bleed
|When the actor is struck by a weapon, blood effects are disabled.
|-
|Simple Actor
|Disables face animations and morphing. Also disables the [[Story Manager|Story Manager's]] Death and Assault events.
|-
|Doesn't effect Stealth Meter
|When this actor detects the player, the stealth meter does not react. Typically used for non-hostile actors such as foxes, rabbits, deer, etc.
|-
|}
 
=Reference Buttons=
*'''Add Destruction Data:''' The [[Destructible Object]] form associated with the Actor, if any. Almost always disabled.
*'''Dialogue:''' Brings up the [[Dialogue]] window, with this Actor as the filter criteria.
 
=Scripts=
Allows you to Add, Remove, and set the [[Properties]] for [[:Category:Papyrus|Papyrus Scripts]] on this actor. Scripts placed on an Actor Form will be used by all instances of the Actor, although their properties can be overridden on each individual reference.
 
==[[Template Data]]==
'''ActorBase''' allows you to select an Actor or Leveled Actor that this actor will be based on.
 
Each of the following checkboxes corresponds to a tab on the actor. If checked, the actor inherits (gets) the data for that tab from the actor specified in the ActorBase field. If unchecked, you can manually set the values on that tab instead. See [[Template Data]] for more information.
 
==Tabs==
For a description of the tabs to the right, select from below:
*[[Traits Tab - NPC|Traits]]
*[[Stats Tab - NPC|Stats]]
*[[Factions Tab|Factions]]
*[[Relationships Tab|Relationships]]
*[[Keywords Tab|Keywords]]
*[[AI Data Tab|AI Data]]
*[[AI Packages Tab|AI Packages]]
*[[Inventory Tab|Inventory]]
*[[SpellList Tab|SpellList]]
*[[Sounds Tab|Sounds]]
*[[Animation Tab|Animation]]
*[[Attack Data Tab|Attack Data]]
*[[Character Gen Parts Tab|Character Gen Parts]]
*[[Character Gen Morphs Tab|Character Gen Morphs]]
*[[Face Anim Preview Tab|Face Anim Preview]]
 
==Checkboxes==
*'''Preview:''' Allows you to view a preview of the Actor in the Preview panel on the right side of the Actor form.
*'''Head:''' Allows you to preview changes to the Actor's face morphs.
 
[[Category:Object Classes]]
[[Category:Actors_(Object_List)]]

Latest revision as of 02:12, 13 June 2016

Here you can find topics related to the Actor category. This category contains the following object types.