Actors

From Data Realms Wiki

(Difference between revisions)
Jump to: navigation, search
m (Braaaaaaaains....)
 
(32 intermediate revisions not shown)
Line 1: Line 1:
-
A general class for game objects that have a specific role in the actor category.  These objects are typically player-controlled. They also can  take a variety of forms, including:
+
General class of game objects that move under AI control and, typically, the player's. Each type starts with "A" for Actor and has specific requirements.
-
== Humans ==
+
== Actors ==
 +
[[File:Braincase1.png]]   [[File:Dummycontroller1.png]]
-
''Main Article: [[AHuman]]''
+
The [[Free_Trade#Brain_Case | Brain Case]] is defined simply as an "Actor", as is the [[Dummy#Dummy_Controller | Dummy Controller]]. Using the most generic instance of the general Actor class, these have little more than a "body", health, and the ability to use the Buy menu. They have no limbs or parts and so cannot move.
-
Humans are "soft" bodies typically under the control of a Player/AI.
+
''Note: Brainbots are "AHuman" type (see below), not just "Actor"s.''
-
The only definite requirements to being a human are 2 legs, 2 limbs, and a head
+
== Humanoids ==
 +
'''Main Article: [[AHuman]]'''
-
''Note: other actors such as '''Medic Drones''' (officially AMedic)  and certain mods can eliminate the need for limbs, or even regenerate them.''
 
-
Most Humans are equipped with Jetpacks and can use weapons.
+
[[File:Roninsoldierdafred.png]]   [[File:Jumper.png]]   [[File:Zombiemedium.png]]
 +
Coded as "AHuman", humanoids are ''soft'' bodies controlled by the AI or Player. Their main distinction is standing upright and bipedal walking.
 +
 +
The type supports a main body, a head, two legs, two arms, and a jetpack (see Ronin [[Ronin#Dafred | Dafred]] above). Arms and legs can sport hands and feet. [[Wildlife#Jumper | Jumper]] hop-walks on its one leg.
 +
 +
The foreground arm is required to use Devices but not to carry them in inventory; the background arm to use Shields. Minimally an AHuman requires a body and head.
 +
 +
Most humanoids are equipped with jetpacks, but the [[Free_Trade#Culled_Clones | Culled Clones]] (aka Undead or Zombies prior to Build 27) and Jumper are defined with a "Jetpack = AEmitter" which looks and acts more like jumping.
== Crabs ==
== Crabs ==
-
''Main Article: [[ACrab]]''
+
'''Main Article: [[ACrab]]'''
-
Unlike their real-life counterparts, crabs in Cortex Command are quadrupedal creatures with no upright constraints.
 
-
''Note: the Dummy Dreadnaught is a '''Crab''' and yet it only has 2 visible legs.''
 
-
Crabs can have jetpacks equipped, but due to their lack of upright constraints, it is not very stable and only very rarely is it used.
+
[[File:Crab-1x.png]]   [[File:Coalitiondrone.png]]   [[File:Dummysmallturret.png]]
 +
Coded as "ACrab", crabs lack any upright constraints for standing (leading to wobbling) and use a quadrapedal walk-- unlike their real-life counterparts, crabs in Cortex Command have only four legs.
 +
 +
The type supports a main body, foreground and background legs on the left and right, left and right feet, and a turret which can be equipped with one [[Weapons | weapon]] or [[Tools | tool]]; ACrab cannot drop or pick up anything.
 +
 +
Stationary "Turret" actors are made with legs that are invisible and too small to use, like the [[Dummy]] [[Dummy#Dummy_Small_Turret | Small Turret]]
 +
 +
Crabs do not use jetpacks as such; their lack of upright constraints makes flight control unstable. If they have a "Jetpack" definition it uses an AEmitter that behaves like jumping, which is the main attack of the rare [[Wildlife#Mega_Crab | Mega Crab]]. That, and landing...
 +
 +
Without a "Turret" defined, crabs can't use any items, though ones can be added to the crab's inventory. These are exposed when the crab dies; thus one can make kamikaze "Bomb Crabs" (see also [[Crab_Bomb | Crab Bomb]]).
== Doors ==
== Doors ==
-
''Main Article: [[ADoor]]''
+
'''Main Article: [[ADoor]]'''
-
Doors are entrance ways, in which a piece of metal, that either slides or rotates, usually for the purpose of opening and closing, allows actors of the same team through a path, but acts as an obstacle to enemies.
 
 +
Doors open for Actors of the same team automatically and close when no one is around, or when an enemy is near. They cannot be controlled as other Actor units can. All current doors are slabs of metal that either slide or rotates on a fixed path. Other than the vertical "Door A", all current doors come pre-fitted into a bunker module.
== Craft ==
== Craft ==
 +
'''Main Articles: [[ACRocket]], [[ACDropship]]'''
 +
 +
 +
[[File:Dummydropcrate.png]]   [[File:Dummyrocklet.png]]   [[File:DropShipMk1-1x.png]]
-
Craft are airborne vehicle -- With the exception of '''Crates''' (officially ACCrate) -- that serve various purposes, such as:
+
Coded "ACRocket" or "ACDropship" ("AC" is an analgram of ''Actor'' and ''Craft'') all Craft have one or more have hatches by which Actors, [[Bombs]], and handheld devices can exit or enter. Almost all are airborne vehicles using Jetpack emitters, with the exception of the '''Crate''', which is an ACRocket without legs or jetpacks. They simply obey gravity.
-
Transporting soldiers, bombing enemies, bringing in reinforcements, etc., but mainly '''Dropping and Retrieving Cargo'''
+
-
Crafts include:
+
Craft flying past the top the map return to [[Free_Trade#TradeStar_Midas | TradeStar Midas]], adding to the player's gold the value of the craft's cargo and its buy price minus percent of its health lost.
-
*ACCrate
+
Craft serve various purposes, such as:
-
*[[ACRocket]]
+
* Transporting Units
-
*[[ACDropship]]
+
* Bombing Enemies
 +
* Evacuating Units
 +
* Shelter / Hiding Place
 +
* Transporting Equipment
 +
* Stealing Equipment
 +
* Slave Raiding
 +
...but basically dropping and retrieving cargo.
[[Category: Modding]]
[[Category: Modding]]
-
{{Stub}}
 

Latest revision as of 02:39, 25 January 2013

General class of game objects that move under AI control and, typically, the player's. Each type starts with "A" for Actor and has specific requirements.


Contents

Actors

Braincase1.png   Dummycontroller1.png

The Brain Case is defined simply as an "Actor", as is the Dummy Controller. Using the most generic instance of the general Actor class, these have little more than a "body", health, and the ability to use the Buy menu. They have no limbs or parts and so cannot move.

Note: Brainbots are "AHuman" type (see below), not just "Actor"s.

Humanoids

Main Article: AHuman


Roninsoldierdafred.png   Jumper.png   Zombiemedium.png

Coded as "AHuman", humanoids are soft bodies controlled by the AI or Player. Their main distinction is standing upright and bipedal walking.

The type supports a main body, a head, two legs, two arms, and a jetpack (see Ronin Dafred above). Arms and legs can sport hands and feet. Jumper hop-walks on its one leg.

The foreground arm is required to use Devices but not to carry them in inventory; the background arm to use Shields. Minimally an AHuman requires a body and head.

Most humanoids are equipped with jetpacks, but the Culled Clones (aka Undead or Zombies prior to Build 27) and Jumper are defined with a "Jetpack = AEmitter" which looks and acts more like jumping.

Crabs

Main Article: ACrab


Crab-1x.png   Coalitiondrone.png   Dummysmallturret.png

Coded as "ACrab", crabs lack any upright constraints for standing (leading to wobbling) and use a quadrapedal walk-- unlike their real-life counterparts, crabs in Cortex Command have only four legs.

The type supports a main body, foreground and background legs on the left and right, left and right feet, and a turret which can be equipped with one weapon or tool; ACrab cannot drop or pick up anything.

Stationary "Turret" actors are made with legs that are invisible and too small to use, like the Dummy Small Turret

Crabs do not use jetpacks as such; their lack of upright constraints makes flight control unstable. If they have a "Jetpack" definition it uses an AEmitter that behaves like jumping, which is the main attack of the rare Mega Crab. That, and landing...

Without a "Turret" defined, crabs can't use any items, though ones can be added to the crab's inventory. These are exposed when the crab dies; thus one can make kamikaze "Bomb Crabs" (see also Crab Bomb).

Doors

Main Article: ADoor


Doors open for Actors of the same team automatically and close when no one is around, or when an enemy is near. They cannot be controlled as other Actor units can. All current doors are slabs of metal that either slide or rotates on a fixed path. Other than the vertical "Door A", all current doors come pre-fitted into a bunker module.

Craft

Main Articles: ACRocket, ACDropship


Dummydropcrate.png   Dummyrocklet.png   DropShipMk1-1x.png

Coded "ACRocket" or "ACDropship" ("AC" is an analgram of Actor and Craft) all Craft have one or more have hatches by which Actors, Bombs, and handheld devices can exit or enter. Almost all are airborne vehicles using Jetpack emitters, with the exception of the Crate, which is an ACRocket without legs or jetpacks. They simply obey gravity.

Craft flying past the top the map return to TradeStar Midas, adding to the player's gold the value of the craft's cargo and its buy price minus percent of its health lost.

Craft serve various purposes, such as:

  • Transporting Units
  • Bombing Enemies
  • Evacuating Units
  • Shelter / Hiding Place
  • Transporting Equipment
  • Stealing Equipment
  • Slave Raiding

...but basically dropping and retrieving cargo.

Personal tools