EntitiesInnocent
click for full size image in pop-up window Innocent_Bum1
 
Description
 
Bum (type 1). Actor used for scripted game sequences. This actor has "neutral" AI set by default (global/neutral.scr) in which its AI states are defined and the actor type is set as "civilian".
 
Keys
 
angle:
initial orientation of model in game (default: 0).
model:
name of entity's model definition file (bum.def). Do not change.
anim:
default "Idle" animation alias name of model. Points to a .sam animation file in the model's .def file. See Notes below.
scale:
controls size of model in the game (ex: 1.0).
targetname:
name referred to when controlled by a script.
target: the entity this points will be triggered when actor dies.
killthread: name of thread to call when actor dies.
alpha: translucency of model in game. Values are from 0-1 (default: 1).

Spawnflags
 
None

Notes

The anim key cannot be used directly to change the model's initial animation in the game. A script with animation commands (anim, nextanim, animate, etc.) must be used for this. In the case where the sentient or actor has default AI states set, it might be necessary to use simple AI commands (ignore, ignoreall, respondto, definestate, etc.) to "desensitize" it to some or all game events (sounds, enemy sighting, etc.) before it can respond to animation commands without interference from its own AI.

However, changing the value of the anim key in SinEd by using the + and - buttons in the entity dialog and using the "Toggle animations" feature (CTRL-A) can be useful for browsing the model's different animations directly in the 3D view. This information can then be used to set the animation commands in the script to the desired animations.


click for full size image in pop-up window Innocent_Bum1Sitting
 
Description
 
Bum (type 1) - Sitting. Actor used for scripted game sequences. This actor has "neutral" AI set by default (global/neutral.scr) in which its AI states are defined and the actor type is set as "civilian".
 
Keys
 
angle:
initial orientation of model in game (default: 0).
model:
name of entity's model definition file (bum_sit.def). Do not change.
anim:
default "Idle" animation alias name of model. Points to a .sam animation file in the model's .def file. See Notes below.
scale:
controls size of model in the game (ex: 1.0).
targetname:
name referred to when controlled by a script.
target: the entity this points will be triggered when actor dies.
killthread: name of thread to call when actor dies.
alpha: translucency of model in game. Values are from 0-1 (default: 1).

Spawnflags
 
None

Notes

The anim key cannot be used directly to change the model's initial animation in the game. A script with animation commands (anim, nextanim, animate, etc.) must be used for this. In the case where the sentient or actor has default AI states set, it might be necessary to use simple AI commands (ignore, ignoreall, respondto, definestate, etc.) to "desensitize" it to some or all game events (sounds, enemy sighting, etc.) before it can respond to animation commands without interference from its own AI.

However, changing the value of the anim key in SinEd by using the + and - buttons in the entity dialog and using the "Toggle animations" feature (CTRL-A) can be useful for browsing the model's different animations directly in the 3D view. This information can then be used to set the animation commands in the script to the desired animations.


click for full size image in pop-up window Innocent_Bum1Sleeping
 
Description
 
Bum (type 1) - Sleeping. Actor used for scripted game sequences. This actor has "neutral" AI set by default (global/neutral.scr) in which its AI states are defined and the actor type is set as "civilian".
 
Keys
 
angle:
initial orientation of model in game (default: 0).
model:
name of entity's model definition file (bum_sleep.def). Do not change.
anim:
default "Idle" animation alias name of model. Points to a .sam animation file in the model's .def file. See Notes below.
scale:
controls size of model in the game (ex: 1.0).
targetname:
name referred to when controlled by a script.
target: the entity this points will be triggered when actor dies.
killthread: name of thread to call when actor dies.
alpha: translucency of model in game. Values are from 0-1 (default: 1).

Spawnflags
 
None

Notes

The anim key cannot be used directly to change the model's initial animation in the game. A script with animation commands (anim, nextanim, animate, etc.) must be used for this. In the case where the sentient or actor has default AI states set, it might be necessary to use simple AI commands (ignore, ignoreall, respondto, definestate, etc.) to "desensitize" it to some or all game events (sounds, enemy sighting, etc.) before it can respond to animation commands without interference from its own AI.

However, changing the value of the anim key in SinEd by using the + and - buttons in the entity dialog and using the "Toggle animations" feature (CTRL-A) can be useful for browsing the model's different animations directly in the 3D view. This information can then be used to set the animation commands in the script to the desired animations.


click for full size image in pop-up window Innocent_Bum2
 
Description
 
Bum (type 2). Actor used for scripted game sequences. This actor has "neutral" AI set by default (global/neutral.scr) in which its AI states are defined and the actor type is set as "civilian".
 
Keys
 
angle:
initial orientation of model in game (default: 0).
model:
name of entity's model definition file (bum2.def). Do not change.
anim:
default "Idle" animation alias name of model. Points to a .sam animation file in the model's .def file. See Notes below.
scale:
controls size of model in the game (ex: 1.0).
targetname:
name referred to when controlled by a script.
target: the entity this points will be triggered when actor dies.
killthread: name of thread to call when actor dies.
alpha: translucency of model in game. Values are from 0-1 (default: 1).

Spawnflags
 
None

Notes

The anim key cannot be used directly to change the model's initial animation in the game. A script with animation commands (anim, nextanim, animate, etc.) must be used for this. In the case where the sentient or actor has default AI states set, it might be necessary to use simple AI commands (ignore, ignoreall, respondto, definestate, etc.) to "desensitize" it to some or all game events (sounds, enemy sighting, etc.) before it can respond to animation commands without interference from its own AI.

However, changing the value of the anim key in SinEd by using the + and - buttons in the entity dialog and using the "Toggle animations" feature (CTRL-A) can be useful for browsing the model's different animations directly in the 3D view. This information can then be used to set the animation commands in the script to the desired animations.


click for full size image in pop-up window Innocent_Bum2Sitting
 
Description
 
Bum (type 2) - Sitting. Actor used for scripted game sequences. This actor has "neutral" AI set by default (global/neutral.scr) in which its AI states are defined and the actor type is set as "civilian".
 
Keys
 
angle:
initial orientation of model in game (default: 0).
model:
name of entity's model definition file (bum2_sit.def). Do not change.
anim:
default "Idle" animation alias name of model. Points to a .sam animation file in the model's .def file. See Notes below.
scale:
controls size of model in the game (ex: 1.0).
targetname:
name referred to when controlled by a script.
target: the entity this points will be triggered when actor dies.
killthread: name of thread to call when actor dies.
alpha: translucency of model in game. Values are from 0-1 (default: 1).

Spawnflags
 
None

Notes

The anim key cannot be used directly to change the model's initial animation in the game. A script with animation commands (anim, nextanim, animate, etc.) must be used for this. In the case where the sentient or actor has default AI states set, it might be necessary to use simple AI commands (ignore, ignoreall, respondto, definestate, etc.) to "desensitize" it to some or all game events (sounds, enemy sighting, etc.) before it can respond to animation commands without interference from its own AI.

However, changing the value of the anim key in SinEd by using the + and - buttons in the entity dialog and using the "Toggle animations" feature (CTRL-A) can be useful for browsing the model's different animations directly in the 3D view. This information can then be used to set the animation commands in the script to the desired animations.


click for full size image in pop-up window Innocent_Bum2Sleeping
 
Description
 
Bum (type 2) - Sleeping. Actor used for scripted game sequences. This actor has "neutral" AI set by default (global/neutral.scr) in which its AI states are defined and the actor type is set as "civilian".
 
Keys
 
angle:
initial orientation of model in game (default: 0).
model:
name of entity's model definition file (bum2_sleep.def). Do not change.
anim:
default "Idle" animation alias name of model. Points to a .sam animation file in the model's .def file. See Notes below.
scale:
controls size of model in the game (ex: 1.0).
targetname:
name referred to when controlled by a script.
target: the entity this points will be triggered when actor dies.
killthread: name of thread to call when actor dies.
alpha: translucency of model in game. Values are from 0-1 (default: 1).

Spawnflags
 
None

Notes

The anim key cannot be used directly to change the model's initial animation in the game. A script with animation commands (anim, nextanim, animate, etc.) must be used for this. In the case where the sentient or actor has default AI states set, it might be necessary to use simple AI commands (ignore, ignoreall, respondto, definestate, etc.) to "desensitize" it to some or all game events (sounds, enemy sighting, etc.) before it can respond to animation commands without interference from its own AI.

However, changing the value of the anim key in SinEd by using the + and - buttons in the entity dialog and using the "Toggle animations" feature (CTRL-A) can be useful for browsing the model's different animations directly in the 3D view. This information can then be used to set the animation commands in the script to the desired animations.


click for full size image in pop-up window Innocent_ChemFemale
 
Description
 
Chemical Plant Female. Actor used for scripted game sequences. This actor has "neutral" AI set by default (global/neutral.scr) in which its AI states are defined and the actor type is set as "civilian".
 
Keys
 
angle:
initial orientation of model in game (default: 0).
model:
name of entity's model definition file (chemfem.def). Do not change.
anim:
default "Idle" animation alias name of model. Points to a .sam animation file in the model's .def file. See Notes below.
scale:
controls size of model in the game (ex: 1.0).
targetname:
name referred to when controlled by a script.
target: the entity this points will be triggered when actor dies.
killthread: name of thread to call when actor dies.
alpha: translucency of model in game. Values are from 0-1 (default: 1).

Spawnflags
 
None

Notes

The anim key cannot be used directly to change the model's initial animation in the game. A script with animation commands (anim, nextanim, animate, etc.) must be used for this. In the case where the sentient or actor has default AI states set, it might be necessary to use simple AI commands (ignore, ignoreall, respondto, definestate, etc.) to "desensitize" it to some or all game events (sounds, enemy sighting, etc.) before it can respond to animation commands without interference from its own AI.

However, changing the value of the anim key in SinEd by using the + and - buttons in the entity dialog and using the "Toggle animations" feature (CTRL-A) can be useful for browsing the model's different animations directly in the 3D view. This information can then be used to set the animation commands in the script to the desired animations.


click for full size image in pop-up window Innocent_DeadGuy
 
Description
 
Dead Guy with missing hand. Actor used for scripted game sequences. This actor has "deadguy" AI set by default (global/deadguy.scr) in which no AI states are defined and the actor type is set as "enemy".
 
Keys
 
angle:
initial orientation of model in game (default: 0).
model:
name of entity's model definition file (deadguy.def). Do not change.
anim:
default "Idle" animation alias name of model. Points to a .sam animation file in the model's .def file. See Notes below.
scale:
controls size of model in the game (ex: 1.0).
targetname:
name referred to when controlled by a script.
target: the entity this points will be triggered when actor dies.
killthread: name of thread to call when actor dies.
alpha: translucency of model in game. Values are from 0-1 (default: 1).

Spawnflags
 
None

Notes

The anim key cannot be used directly to change the model's initial animation in the game. A script with animation commands (anim, nextanim, animate, etc.) must be used for this. In the case where the sentient or actor has default AI states set, it might be necessary to use simple AI commands (ignore, ignoreall, respondto, definestate, etc.) to "desensitize" it to some or all game events (sounds, enemy sighting, etc.) before it can respond to animation commands without interference from its own AI.

However, changing the value of the anim key in SinEd by using the + and - buttons in the entity dialog and using the "Toggle animations" feature (CTRL-A) can be useful for browsing the model's different animations directly in the 3D view. This information can then be used to set the animation commands in the script to the desired animations.


click for full size image in pop-up window Innocent_FemaleCivilian
 
Description
 
Female civilian. Actor used for scripted game sequences. This actor has "neutral" AI set by default (global/neutral.scr) in which its AI states are defined and the actor type is set as "civilian".
 
Keys
 
angle:
initial orientation of model in game (default: 0).
model:
name of entity's model definition file (civfemale.def). Do not change.
anim:
default "Idle" animation alias name of model. Points to a .sam animation file in the model's .def file. See Notes below.
scale:
controls size of model in the game (ex: 1.0).
targetname:
name referred to when controlled by a script.
target: the entity this points will be triggered when actor dies.
killthread: name of thread to call when actor dies.
alpha: translucency of model in game. Values are from 0-1 (default: 1).

Spawnflags
 
None

Notes

The anim key cannot be used directly to change the model's initial animation in the game. A script with animation commands (anim, nextanim, animate, etc.) must be used for this. In the case where the sentient or actor has default AI states set, it might be necessary to use simple AI commands (ignore, ignoreall, respondto, definestate, etc.) to "desensitize" it to some or all game events (sounds, enemy sighting, etc.) before it can respond to animation commands without interference from its own AI.

However, changing the value of the anim key in SinEd by using the + and - buttons in the entity dialog and using the "Toggle animations" feature (CTRL-A) can be useful for browsing the model's different animations directly in the 3D view. This information can then be used to set the animation commands in the script to the desired animations.


click for full size image in pop-up window Innocent_MaleCivilian
 
Description
 
Male civilian. Actor used for scripted game sequences. This actor has "neutral" AI set by default (global/neutral.scr) in which its AI states are defined and the actor type is set as "civilian".
 
Keys
 
angle:
initial orientation of model in game (default: 0).
model:
name of entity's model definition file (civmale.def). Do not change.
anim:
default "Idle" animation alias name of model. Points to a .sam animation file in the model's .def file. See Notes below.
scale:
controls size of model in the game (ex: 1.0).
targetname:
name referred to when controlled by a script.
target: the entity this points will be triggered when actor dies.
killthread: name of thread to call when actor dies.
alpha: translucency of model in game. Values are from 0-1 (default: 1).

Spawnflags
 
None

Notes

The anim key cannot be used directly to change the model's initial animation in the game. A script with animation commands (anim, nextanim, animate, etc.) must be used for this. In the case where the sentient or actor has default AI states set, it might be necessary to use simple AI commands (ignore, ignoreall, respondto, definestate, etc.) to "desensitize" it to some or all game events (sounds, enemy sighting, etc.) before it can respond to animation commands without interference from its own AI.

However, changing the value of the anim key in SinEd by using the + and - buttons in the entity dialog and using the "Toggle animations" feature (CTRL-A) can be useful for browsing the model's different animations directly in the 3D view. This information can then be used to set the animation commands in the script to the desired animations.


click for full size image in pop-up window Innocent_XenoBody
 
Description
 
Xenomorphic body. Static model, not an actor.
 
Keys
 
angle:
initial orientation of model in game (default: 0).
model:
name of entity's model definition file (xeno_body.def). Do not change.
anim:
default "Idle" animation alias name of model. Points to a .sam animation file in the model's .def file. See Notes below.
scale:
controls size of model in the game (ex: 1.0).
targetname:
name referred to when controlled by a script.
alpha: translucency of model in game. Values are from 0-1 (default: 1).

Spawnflags
 
None

Notes

The anim key cannot be used directly to change the model's initial animation in the game. A script with animation commands (anim, nextanim, animate, etc.) must be used for this.

However, changing the value of the anim key in SinEd by using the + and - buttons in the entity dialog and using the "Toggle animations" feature (CTRL-A) can be useful for browsing the model's different animations directly in the 3D view. This information can then be used to set the animation commands in the script to the desired animations.