Difference between revisions of "Unit states"
Steel Blue (talk | contribs) (→Build Priority: Part of guide combining) |
|||
(24 intermediate revisions by 9 users not shown) | |||
Line 1: | Line 1: | ||
− | Most units and buildings have 'behavior states' that can be set by the player to modify unit behavior on the fly. The state settings are set per | + | {{TOC right}} |
+ | Most units and buildings have ''behavior states'' that can be set by the player to modify unit behavior on the fly. The state settings are set per unit to allow different behavior of the same unit types. | ||
+ | |||
+ | Some unit states are hidden by default. You can display them under [[Ingame Menu#Commands|Settings/Interface/Commands]]. | ||
[[File:Factory commands.png]] | [[File:Factory commands.png]] | ||
Line 14: | Line 17: | ||
== State List == | == State List == | ||
− | Following is a list that explains each state and | + | Following is a list that explains each state and its settings. |
=== Fire State === | === Fire State === | ||
Firestate controls a unit's automatic targeting behaviour. This state is available for all armed units and structures. Player given commands and guard retaliation overrides firestate. As in a unit set to Hold Fire will still fire if it is given a direct order to attack. Units do not lose their current target when firestate changes. | Firestate controls a unit's automatic targeting behaviour. This state is available for all armed units and structures. Player given commands and guard retaliation overrides firestate. As in a unit set to Hold Fire will still fire if it is given a direct order to attack. Units do not lose their current target when firestate changes. | ||
− | <img src="https://raw.githubusercontent.com/ZeroK-RTS/Zero-K/master/LuaUI/Images/commands/states/fire_atwill.png" height="24" width="24"/> '''Fire at Will''' | + | <img src="https://raw.githubusercontent.com/ZeroK-RTS/Zero-K/master/LuaUI/Images/commands/states/fire_atwill.png" height="24" width="24"/> '''Fire at Will''' — Fire at any/all enemies within range. |
− | <img src="https://raw.githubusercontent.com/ZeroK-RTS/Zero-K/master/LuaUI/Images/commands/states/fire_return.png" height="24" width="24"/> '''Return fire''' | + | <img src="https://raw.githubusercontent.com/ZeroK-RTS/Zero-K/master/LuaUI/Images/commands/states/fire_return.png" height="24" width="24"/> '''Return fire''' — Fire back at enemies that hurt the unit. |
− | <img src="https://raw.githubusercontent.com/ZeroK-RTS/Zero-K/master/LuaUI/Images/commands/states/fire_hold.png" height="24" width="24"/> '''Hold Fire''' | + | <img src="https://raw.githubusercontent.com/ZeroK-RTS/Zero-K/master/LuaUI/Images/commands/states/fire_hold.png" height="24" width="24"/> '''Hold Fire''' — Will not fire unless ordered to. |
=== Move State === | === Move State === | ||
− | Movestate controls how freely a unit can move in pursuit of | + | Movestate controls how freely a unit can move in pursuit of its target. All mobile units have movestate. |
− | <img src="https://raw.githubusercontent.com/ZeroK-RTS/Zero-K/master/LuaUI/Images/commands/states/move_roam.png" height="24" width="24"/> '''Roam''' | + | <img src="https://raw.githubusercontent.com/ZeroK-RTS/Zero-K/master/LuaUI/Images/commands/states/move_roam.png" height="24" width="24"/> '''Roam''' — The unit will move to attack nearby targets and chase them if they run away. Constructors will only assist ally construction if set to Roam. |
− | <img src="https://raw.githubusercontent.com/ZeroK-RTS/Zero-K/master/LuaUI/Images/commands/states/move_engage.png" height="24" width="24"/> '''Maneuver''' | + | <img src="https://raw.githubusercontent.com/ZeroK-RTS/Zero-K/master/LuaUI/Images/commands/states/move_engage.png" height="24" width="24"/> '''Maneuver''' — This behaves similarly to Roam, but with a shorter "leash". |
− | <img src="https://raw.githubusercontent.com/ZeroK-RTS/Zero-K/master/LuaUI/Images/commands/states/move_hold.png" height="24" width="24"/> '''Hold Position''' | + | <img src="https://raw.githubusercontent.com/ZeroK-RTS/Zero-K/master/LuaUI/Images/commands/states/move_hold.png" height="24" width="24"/> '''Hold Position''' — Unit will not automatically chase enemies or use unit AI. Units will chase with an attack command and use unit AI if they have an Attack Move command. |
=== Repeat === | === Repeat === | ||
Line 42: | Line 45: | ||
=== Overkill Prevention === | === Overkill Prevention === | ||
+ | Some units have ''overkill prevention'' (OKP), such that if only one unit needs to fire to kill the target, other units will try to find a different target instead. This reduces wasted shots, useful for long-reload units such as [[Scalpel]]s. | ||
+ | |||
+ | <img src="https://raw.githubusercontent.com/ZeroK-RTS/Zero-K/master/LuaUI/Images/commands/states/overkill_on.png" height="24" width="24"/> '''Overkill Prevention On''' | ||
+ | |||
+ | <img src="https://raw.githubusercontent.com/ZeroK-RTS/Zero-K/master/LuaUI/Images/commands/states/overkill_off.png" height="24" width="24"/> '''Overkill Prevention Off''' | ||
=== Retreat === | === Retreat === | ||
Line 47: | Line 55: | ||
Sets the retreat level. See [[Retreat]]. | Sets the retreat level. See [[Retreat]]. | ||
− | <img src="https://raw.githubusercontent.com/ZeroK-RTS/Zero-K/master/LuaUI/Images/commands/states/retreat_90.png" height="24" width="24"/> '''Max Retreat''' - Unit retreats to the closest retreat position when health drops below | + | <img src="https://raw.githubusercontent.com/ZeroK-RTS/Zero-K/master/LuaUI/Images/commands/states/retreat_90.png" height="24" width="24"/> '''Max Retreat''' — Unit retreats to the closest retreat position when health drops below 99%. |
+ | |||
+ | <img src="https://raw.githubusercontent.com/ZeroK-RTS/Zero-K/master/LuaUI/Images/commands/states/retreat_60.png" height="24" width="24"/> '''2/3 Retreat''' — Unit retreats to the closest retreat position when health drops below 65%. | ||
+ | |||
+ | <img src="https://raw.githubusercontent.com/ZeroK-RTS/Zero-K/master/LuaUI/Images/commands/states/retreat_30.png" height="24" width="24"/> '''1/3 Retreat''' — Unit retreats to the closest retreat position when health drops below 30%. | ||
− | <img src="https://raw.githubusercontent.com/ZeroK-RTS/Zero-K/master/LuaUI/Images/commands/states/ | + | <img src="https://raw.githubusercontent.com/ZeroK-RTS/Zero-K/master/LuaUI/Images/commands/states/retreat_off.png" height="24" width="24"/> '''No Retreat''' — Unit does not auto-retreat. |
− | <img src="https://raw.githubusercontent.com/ZeroK-RTS/Zero-K/master/LuaUI/Images/commands/states/ | + | === Selection Rank === |
+ | <img src="https://raw.githubusercontent.com/ZeroK-RTS/Zero-K/master/LuaUI/Images/commands/states/selection_rank_0.png" height="24" width="24"/> | ||
+ | <img src="https://raw.githubusercontent.com/ZeroK-RTS/Zero-K/master/LuaUI/Images/commands/states/selection_rank_1.png" height="24" width="24"/> | ||
+ | <img src="https://raw.githubusercontent.com/ZeroK-RTS/Zero-K/master/LuaUI/Images/commands/states/selection_rank_2.png" height="24" width="24"/> | ||
+ | <img src="https://raw.githubusercontent.com/ZeroK-RTS/Zero-K/master/LuaUI/Images/commands/states/selection_rank_3.png" height="24" width="24"/> | ||
− | + | See [[Selection#Selection_Rank|Selection Rank]] | |
=== Build Priority === | === Build Priority === | ||
− | Priority lets you control resource spending more accurately | + | Priority lets you control resource spending more accurately when spending exceeds income. See [[Economy_Guide#Priority |Economy Guide Priority]] |
− | |||
− | |||
− | + | See also [[Economy_Guide#Reserving_resources|Resources Reserve]] | |
− | + | <img src="https://raw.githubusercontent.com/ZeroK-RTS/Zero-K/master/LuaUI/Images/commands/states/wrench_high.png" height="24" width="24"/> '''High Priority''' — Constructors are always funded. | |
− | + | <img src="https://raw.githubusercontent.com/ZeroK-RTS/Zero-K/master/LuaUI/Images/commands/states/wrench_med.png" height="24" width="24"/> '''Normal Priority''' — This is the default. Constructors with this set have their priority overridden by the nanoframe they are constructing. | |
− | '' | + | <img src="https://raw.githubusercontent.com/ZeroK-RTS/Zero-K/master/LuaUI/Images/commands/states/wrench_low.png" height="24" width="24"/> '''Low Priority''' — Constructors use any resources left over to construct. |
− | + | ==== Misc Priority ==== | |
+ | Misc. priority is used for the unit's personal, non-construction resource consumption, i.e. from abilities like [[commander]] upgrades or [[Trinity]] stockpiling. | ||
− | <img src="https://raw.githubusercontent.com/ZeroK-RTS/Zero-K/master/LuaUI/Images/commands/states/ | + | <img src="https://raw.githubusercontent.com/ZeroK-RTS/Zero-K/master/LuaUI/Images/commands/states/wrench_high_other.png" height="24" width="24"/> '''High Priority''' |
− | <img src="https://raw.githubusercontent.com/ZeroK-RTS/Zero-K/master/LuaUI/Images/commands/states/ | + | <img src="https://raw.githubusercontent.com/ZeroK-RTS/Zero-K/master/LuaUI/Images/commands/states/wrench_med_other.png" height="24" width="24"/> '''Normal Priority''' |
− | === | + | <img src="https://raw.githubusercontent.com/ZeroK-RTS/Zero-K/master/LuaUI/Images/commands/states/wrench_low_other.png" height="24" width="24"/> '''Low Priority''' |
=== Factory Assist === | === Factory Assist === | ||
− | <img src="https://raw.githubusercontent.com/ZeroK-RTS/Zero-K/master/LuaUI/Images/commands/states/autoassist_on.png" height="24" width="24"/> '''Auto-assist Factory''' | + | <img src="https://raw.githubusercontent.com/ZeroK-RTS/Zero-K/master/LuaUI/Images/commands/states/autoassist_on.png" height="24" width="24"/> '''Auto-assist Factory''' — Constructor do not follow the factory rally point. Instead they assist the factory that created them. |
− | <img src="https://raw.githubusercontent.com/ZeroK-RTS/Zero-K/master/LuaUI/Images/commands/states/autoassist_off.png" height="24" width="24"/> '''Default Behaviour''' | + | <img src="https://raw.githubusercontent.com/ZeroK-RTS/Zero-K/master/LuaUI/Images/commands/states/autoassist_off.png" height="24" width="24"/> '''Default Behaviour''' — Constructor will continue to rally point when exiting factory. |
=== Cloak === | === Cloak === | ||
− | Toggles unit cloak. See [Cloak] | + | Toggles unit cloak. See [[Cloak]] |
<img src="https://raw.githubusercontent.com/ZeroK-RTS/Zero-K/master/LuaUI/Images/commands/states/cloak_on.png" height="24" width="24"/> '''Enable Cloak''' | <img src="https://raw.githubusercontent.com/ZeroK-RTS/Zero-K/master/LuaUI/Images/commands/states/cloak_on.png" height="24" width="24"/> '''Enable Cloak''' | ||
Line 93: | Line 108: | ||
=== Unit AI === | === Unit AI === | ||
− | Toggles smart AI for the unit. See [ | + | Toggles smart AI for the unit. See [[Unit AI]] |
− | <img src="https://raw.githubusercontent.com/ZeroK-RTS/Zero-K/master/LuaUI/Images/commands/states/bulb_on.png" height="24" width="24"/> '''Unit AI ON''' | + | <img src="https://raw.githubusercontent.com/ZeroK-RTS/Zero-K/master/LuaUI/Images/commands/states/bulb_on.png" height="24" width="24"/> '''Unit AI ON''' — Turn ON the game's default unit AI for this unit (skirm, skirmish, and/or Anti-Air AI). |
− | <img src="https://raw.githubusercontent.com/ZeroK-RTS/Zero-K/master/LuaUI/Images/commands/states/bulb_off.png" height="24" width="24"/> '''Unit AI OFF''' | + | <img src="https://raw.githubusercontent.com/ZeroK-RTS/Zero-K/master/LuaUI/Images/commands/states/bulb_off.png" height="24" width="24"/> '''Unit AI OFF''' — Turn OFF the game's default unit AI for this unit. |
=== On/Off === | === On/Off === | ||
− | On/Off controls various miscellaneous unit states. It is used to toggle activation on radar, sonar and cloakers. It also toggles the armour ability of the Solar Collector, | + | On/Off controls various miscellaneous unit states. It is used to toggle activation on radar, sonar and cloakers. It also toggles the armour ability of the [[Solar Collector]], [[Lucifer]] and [[Desolator]]. |
<img src="https://raw.githubusercontent.com/ZeroK-RTS/Zero-K/master/LuaUI/Images/commands/states/on.png" height="24" width="24"/> '''On''' | <img src="https://raw.githubusercontent.com/ZeroK-RTS/Zero-K/master/LuaUI/Images/commands/states/on.png" height="24" width="24"/> '''On''' | ||
Line 110: | Line 125: | ||
Aircraft can be told to fly in a holding pattern or land when idle. | Aircraft can be told to fly in a holding pattern or land when idle. | ||
− | <img src="https://raw.githubusercontent.com/ZeroK-RTS/Zero-K/master/LuaUI/Images/commands/states/fly_on.png" height="24" width="24"/> '''Free Flying''' | + | <img src="https://raw.githubusercontent.com/ZeroK-RTS/Zero-K/master/LuaUI/Images/commands/states/fly_on.png" height="24" width="24"/> '''Free Flying''' — Unit continues flying when idle. |
− | <img src="https://raw.githubusercontent.com/ZeroK-RTS/Zero-K/master/LuaUI/Images/commands/states/fly_off.png" height="24" width="24"/> '''Land on Idle''' | + | <img src="https://raw.githubusercontent.com/ZeroK-RTS/Zero-K/master/LuaUI/Images/commands/states/fly_off.png" height="24" width="24"/> '''Land on Idle''' — Unit lands when idle. |
=== Float State === | === Float State === | ||
Line 118: | Line 133: | ||
Some amphibious units can float to the surface of the ocean to fire their weapons. They are immobile when floating | Some amphibious units can float to the surface of the ocean to fire their weapons. They are immobile when floating | ||
− | <img src="https://raw.githubusercontent.com/ZeroK-RTS/Zero-K/master/LuaUI/Images/commands/states/amph_float.png" height="24" width="24"/> '''Always Float''' | + | <img src="https://raw.githubusercontent.com/ZeroK-RTS/Zero-K/master/LuaUI/Images/commands/states/amph_float.png" height="24" width="24"/> '''Always Float''' — Unit automatically floats when idle. |
− | <img src="https://raw.githubusercontent.com/ZeroK-RTS/Zero-K/master/LuaUI/Images/commands/states/amph_attack.png" height="24" width="24"/> '''Float to Fire''' | + | <img src="https://raw.githubusercontent.com/ZeroK-RTS/Zero-K/master/LuaUI/Images/commands/states/amph_attack.png" height="24" width="24"/> '''Float to Fire''' — Unit automatically floats if an enemy is in range and sinks otherwise. Units with long reload time sink between shots. |
− | <img src="https://raw.githubusercontent.com/ZeroK-RTS/Zero-K/master/LuaUI/Images/commands/states/amph_sink.png" height="24" width="24"/> '''Always Sink''' | + | <img src="https://raw.githubusercontent.com/ZeroK-RTS/Zero-K/master/LuaUI/Images/commands/states/amph_sink.png" height="24" width="24"/> '''Always Sink''' — Unit does not float. |
=== Trajectory === | === Trajectory === | ||
Line 128: | Line 143: | ||
Certain long range artillery units can be toggled between high and low trajectory firing. | Certain long range artillery units can be toggled between high and low trajectory firing. | ||
− | <img src="https://raw.githubusercontent.com/ZeroK-RTS/Zero-K/master/LuaUI/Images/commands/states/traj_high.png" height="24" width="24"/> '''High Trajectory''' | + | <img src="https://raw.githubusercontent.com/ZeroK-RTS/Zero-K/master/LuaUI/Images/commands/states/traj_high.png" height="24" width="24"/> '''High Trajectory''' — Shoot with a high arcing shot. This is useful for shooting over terrain that blocks direct line of sight, though it does moderately reduce accuracy. |
− | <img src="https://raw.githubusercontent.com/ZeroK-RTS/Zero-K/master/LuaUI/Images/commands/states/traj_low.png" height="24" width="24"/> '''Low Trajectory''' | + | <img src="https://raw.githubusercontent.com/ZeroK-RTS/Zero-K/master/LuaUI/Images/commands/states/traj_low.png" height="24" width="24"/> '''Low Trajectory''' — Unit fire directly toward the enemy. This can be useful because directly fired projectiles are more accurate and spend less time in flight. |
=== Fire at Radar === | === Fire at Radar === | ||
− | Some units with long-range precision weapons, like the | + | Some units with long-range precision weapons, like the Phantom and Lance, can be ordered not to fire on radar dots (i.e. targets inside radar range but outside visual range). These units will still fire on buildings outside line of sight if the target position is known precisely (indicated by the "ghost" building). |
<img src="https://raw.githubusercontent.com/ZeroK-RTS/Zero-K/master/LuaUI/Images/commands/states/stealth_on.png" height="24" width="24"/> '''Fire at Radar Dots''' | <img src="https://raw.githubusercontent.com/ZeroK-RTS/Zero-K/master/LuaUI/Images/commands/states/stealth_on.png" height="24" width="24"/> '''Fire at Radar Dots''' | ||
Line 141: | Line 156: | ||
=== Dive State === | === Dive State === | ||
− | Raven by default dive bombs to attack units under area shields, and moving targets. It can also dive bomb normally or constantly fly at a lower altitude. | + | [[Raven]] by default dive bombs to attack units under area shields, and moving targets. It can also dive bomb normally or constantly fly at a lower altitude. |
<img src="https://raw.githubusercontent.com/ZeroK-RTS/Zero-K/master/LuaUI/Images/commands/states/divebomb_shield.png" height="24" width="24"/> '''Dive Bomb Shield or Mobile''' | <img src="https://raw.githubusercontent.com/ZeroK-RTS/Zero-K/master/LuaUI/Images/commands/states/divebomb_shield.png" height="24" width="24"/> '''Dive Bomb Shield or Mobile''' | ||
Line 147: | Line 162: | ||
<img src="https://raw.githubusercontent.com/ZeroK-RTS/Zero-K/master/LuaUI/Images/commands/states/divebomb_attack.png" height="24" width="24"/> '''Dive Bomb Mobile''' | <img src="https://raw.githubusercontent.com/ZeroK-RTS/Zero-K/master/LuaUI/Images/commands/states/divebomb_attack.png" height="24" width="24"/> '''Dive Bomb Mobile''' | ||
− | <img src="https://raw.githubusercontent.com/ZeroK-RTS/Zero-K/master/LuaUI/Images/commands/states/divebomb_always.png" height="24" width="24"/> '''Always Fly Low''' | + | <img src="https://raw.githubusercontent.com/ZeroK-RTS/Zero-K/master/LuaUI/Images/commands/states/divebomb_always.png" height="24" width="24"/> '''Always Fly Low''' — This causes it to fly at a lowered altitude all the time. It is weak to ground units in this state. |
− | <img src="https://raw.githubusercontent.com/ZeroK-RTS/Zero-K/master/LuaUI/Images/commands/states/divebomb_off.png" height="24" width="24"/> '''Always Fly High''' | + | <img src="https://raw.githubusercontent.com/ZeroK-RTS/Zero-K/master/LuaUI/Images/commands/states/divebomb_off.png" height="24" width="24"/> '''Always Fly High''' — Will not use dive bomb. This can make it difficult to hit moving or shielded targets. |
=== Area Cloak === | === Area Cloak === | ||
− | Toggles an area cloaker. Area cloak is also disabled if the unit's On/Off state is set to Off. See [Cloak] | + | Toggles an area cloaker. Area cloak is also disabled if the unit's On/Off state is set to Off. See [[Cloak]] |
− | <img src="https://raw.githubusercontent.com/ZeroK-RTS/Zero-K/master/LuaUI/Images/commands/states/areacloak_on.png" height="24" width="24"/> '''Activate Cloaking Field''' | + | <img src="https://raw.githubusercontent.com/ZeroK-RTS/Zero-K/master/LuaUI/Images/commands/states/areacloak_on.png" height="24" width="24"/> '''Activate Cloaking Field''' — Cloak all allied units within cloaking field radius. |
− | <img src="https://raw.githubusercontent.com/ZeroK-RTS/Zero-K/master/LuaUI/Images/commands/states/areacloak_off.png" height="24" width="24"/> '''Disengage Cloaking Field''' | + | <img src="https://raw.githubusercontent.com/ZeroK-RTS/Zero-K/master/LuaUI/Images/commands/states/areacloak_off.png" height="24" width="24"/> '''Disengage Cloaking Field''' — Do not emit cloaking field. |
=== Gunship Strafe === | === Gunship Strafe === | ||
Most gunships can circle-strafe their target when attacking. | Most gunships can circle-strafe their target when attacking. | ||
− | <img src="https://raw.githubusercontent.com/ZeroK-RTS/Zero-K/master/LuaUI/Images/commands/states/strafe_on.png" height="24" width="24"/> '''Strafe''' | + | <img src="https://raw.githubusercontent.com/ZeroK-RTS/Zero-K/master/LuaUI/Images/commands/states/strafe_on.png" height="24" width="24"/> '''Strafe''' — Dodge ground projectiles by circling over the targeted enemy. |
− | <img src="https://raw.githubusercontent.com/ZeroK-RTS/Zero-K/master/LuaUI/Images/commands/states/strafe_off.png" height="24" width="24"/> '''No Strafe''' | + | <img src="https://raw.githubusercontent.com/ZeroK-RTS/Zero-K/master/LuaUI/Images/commands/states/strafe_off.png" height="24" width="24"/> '''No Strafe''' — Deactivate strafing for gunships. Use this to keep out of range of static AA. |
=== Kill Captured === | === Kill Captured === | ||
− | Dominatrix can be set to automatically destroy units that it captures. | + | [[Dominatrix]] can be set to automatically destroy units that it captures. |
− | <img src="https://raw.githubusercontent.com/ZeroK-RTS/Zero-K/master/LuaUI/Images/commands/states/capturekill_on.png" height="24" width="24"/> '''Auto-Self Destruct''' | + | <img src="https://raw.githubusercontent.com/ZeroK-RTS/Zero-K/master/LuaUI/Images/commands/states/capturekill_on.png" height="24" width="24"/> '''Auto-Self Destruct''' — Immediately self-destruct the captured units. |
− | <img src="https://raw.githubusercontent.com/ZeroK-RTS/Zero-K/master/LuaUI/Images/commands/states/capturekill_off.png" height="24" width="24"/> '''No Self Destruct''' | + | <img src="https://raw.githubusercontent.com/ZeroK-RTS/Zero-K/master/LuaUI/Images/commands/states/capturekill_off.png" height="24" width="24"/> '''No Self Destruct''' — Maintain normal control over captured units, no self-destruct. |
=== Drone Construction === | === Drone Construction === | ||
+ | Units capable of drone production can switch it on or off. | ||
+ | |||
+ | <img src="https://raw.githubusercontent.com/ZeroK-RTS/Zero-K/master/LuaUI/Images/commands/states/drones_on.png" height="24" width="24"/> '''Production of drones is ongoing''' | ||
+ | |||
+ | <img src="https://raw.githubusercontent.com/ZeroK-RTS/Zero-K/master/LuaUI/Images/commands/states/drones_off.png" height="24" width="24"/> '''Production of drones is stopped''' | ||
=== Impulse Mode === | === Impulse Mode === | ||
+ | [[Newton]] and [[Jugglenaut]] can be set to push or pull units with their gravity guns. | ||
+ | |||
+ | <img src="https://raw.githubusercontent.com/ZeroK-RTS/Zero-K/master/LuaUI/Images/commands/states/push_alt.png" height="24" width="24"/> '''Push''' | ||
+ | |||
+ | <img src="https://raw.githubusercontent.com/ZeroK-RTS/Zero-K/master/LuaUI/Images/commands/states/pull_alt.png" height="24" width="24"/> '''Pull''' | ||
+ | |||
+ | === Ward Fire === | ||
+ | Shoot at the shields of Thugs, Felons and Convicts when nothing else is in range. | ||
+ | |||
+ | <img src="https://raw.githubusercontent.com/ZeroK-RTS/Zero-K/master/LuaUI/Images/commands/states/ward_on.png" height="24" width="24"/> '''Ward Fire Enabled''' | ||
+ | |||
+ | <img src="https://raw.githubusercontent.com/ZeroK-RTS/Zero-K/master/LuaUI/Images/commands/states/ward_off.png" height="24" width="24"/> '''Ward Fire Disabled''' | ||
+ | |||
+ | === Allow Attack Commands === | ||
+ | State for [[Lobster]] to ignore attack commands and only respond to [[Fire_Special_Weapon_Command |'D' commands]]. | ||
+ | |||
+ | <img src="https://raw.githubusercontent.com/ZeroK-RTS/Zero-K/master/LuaUI/Images/commands/states/disableattack_off.png" height="24" width="24"/> '''Disable Attack Off''' | ||
+ | |||
+ | <img src="https://raw.githubusercontent.com/ZeroK-RTS/Zero-K/master/LuaUI/Images/commands/states/disableattack_on.png" height="24" width="24"/> '''Disable Attack On''' | ||
+ | |||
+ | === Fire Towards Enemies === | ||
+ | Shoots towards enemies when there are no other targets. | ||
+ | |||
+ | <img src="https://raw.githubusercontent.com/ZeroK-RTS/Zero-K/master/LuaUI/Images/commands/states/shoot_towards_off.png" height="24" width="24"/> '''Disabled''' | ||
+ | |||
+ | <img src="https://raw.githubusercontent.com/ZeroK-RTS/Zero-K/master/LuaUI/Images/commands/states/shoot_towards_on.png" height="24" width="24"/> '''Enabled''' | ||
+ | |||
+ | === Avoid Bad Targets === | ||
+ | Added in the [https://zero-k.info/Forum/Post/236870#236870 Anti-Bait update] , this state prevents a unit from automatically firing a long reload weapon at unit classes identified by metal cost. | ||
+ | |||
+ | <img src="https://raw.githubusercontent.com/ZeroK-RTS/Zero-K/master/LuaUI/Images/commands/states/bait_off_alternate.png" height="24" width="24"/> '''Disabled''' | ||
+ | |||
+ | <img src="https://raw.githubusercontent.com/ZeroK-RTS/Zero-K/master/LuaUI/Images/commands/states/bait_1.png" height="24" width="24"/> '''Free''' — Avoid light drones ([[Firefly]] and [[Gull]]), [[Wind/Tidal Generator|Wind]], [[Solar Collector|Solar]], [[Claw]], [[Dirtbag]], nanoframes up to 50 metal and armoured targets (except [[Crab]]). | ||
+ | |||
+ | <img src="https://raw.githubusercontent.com/ZeroK-RTS/Zero-K/master/LuaUI/Images/commands/states/bait_2.png" height="24" width="24"/> '''Light''' — As above, as well as units costing less than 90, [[Razor]], [[Sparrow]] and unidentified radar dots. | ||
+ | |||
+ | <img src="https://raw.githubusercontent.com/ZeroK-RTS/Zero-K/master/LuaUI/Images/commands/states/bait_3.png" height="24" width="24"/> '''Medium''' — As above, as well as units costing less than 240, except [[Stardust]], with the addition of [[Raptor]]. | ||
+ | |||
+ | <img src="https://raw.githubusercontent.com/ZeroK-RTS/Zero-K/master/LuaUI/Images/commands/states/bait_4.png" height="24" width="24"/> '''Heavy''' — As above, as well as units costing less than 420. | ||
+ | |||
+ | === Puppy Replication === | ||
+ | Set whether Puppies use nearby wrecks to make more Puppies. | ||
+ | |||
+ | <img src="https://raw.githubusercontent.com/ZeroK-RTS/Zero-K/master/LuaUI/Images/commands/states/goo_on.png" height="24" width="24"/> '''On Except When Cloaked''' | ||
+ | |||
+ | <img src="https://raw.githubusercontent.com/ZeroK-RTS/Zero-K/master/LuaUI/Images/commands/states/goo_cloak.png" height="24" width="24"/> '''Always On''' | ||
+ | |||
+ | <img src="https://raw.githubusercontent.com/ZeroK-RTS/Zero-K/master/LuaUI/Images/commands/states/goo_off.png" height="24" width="24"/> '''Off''' | ||
+ | |||
{{Navbox manual}} | {{Navbox manual}} |
Latest revision as of 09:52, 13 April 2023
Contents
- 1 Factory States
- 2 Default States
- 3 State List
- 3.1 Fire State
- 3.2 Move State
- 3.3 Repeat
- 3.4 Overkill Prevention
- 3.5 Retreat
- 3.6 Selection Rank
- 3.7 Build Priority
- 3.8 Factory Assist
- 3.9 Cloak
- 3.10 Unit AI
- 3.11 On/Off
- 3.12 Idle State
- 3.13 Float State
- 3.14 Trajectory
- 3.15 Fire at Radar
- 3.16 Dive State
- 3.17 Area Cloak
- 3.18 Gunship Strafe
- 3.19 Kill Captured
- 3.20 Drone Construction
- 3.21 Impulse Mode
- 3.22 Ward Fire
- 3.23 Allow Attack Commands
- 3.24 Fire Towards Enemies
- 3.25 Avoid Bad Targets
- 3.26 Puppy Replication
Most units and buildings have behavior states that can be set by the player to modify unit behavior on the fly. The state settings are set per unit to allow different behavior of the same unit types.
Some unit states are hidden by default. You can display them under Settings/Interface/Commands.
The right side of the menu displays the settings of the selected units. This display is used to edit the settings. Clicking on a state toggles it. Most states with more than two settings can be toggled backwards with right click.
There is a subtlety in the use of this display: When multiple units in the selection have the same settings different states the display only shows one of the states. A displayed state does not guarantee all units in the selection have that state. Clicking on a state guarantees that every selected unit has the setting displayed after clicking.
Factory States[edit]
Factories have many states that usually make no sense for an unarmed structure. Units produced by a factory inherit most of the factory's states if the units have no other default.
Default States[edit]
Units can be set to adopt a particular state upon creation from the menu (under Settings/Unit Behaviour/Default). For instance, an artillery unit could be set to Hold Position by default.
State List[edit]
Following is a list that explains each state and its settings.
Fire State[edit]
Firestate controls a unit's automatic targeting behaviour. This state is available for all armed units and structures. Player given commands and guard retaliation overrides firestate. As in a unit set to Hold Fire will still fire if it is given a direct order to attack. Units do not lose their current target when firestate changes.
Fire at Will — Fire at any/all enemies within range.
Return fire — Fire back at enemies that hurt the unit.
Hold Fire — Will not fire unless ordered to.
Move State[edit]
Movestate controls how freely a unit can move in pursuit of its target. All mobile units have movestate.
Roam — The unit will move to attack nearby targets and chase them if they run away. Constructors will only assist ally construction if set to Roam.
Maneuver — This behaves similarly to Roam, but with a shorter "leash".
Hold Position — Unit will not automatically chase enemies or use unit AI. Units will chase with an attack command and use unit AI if they have an Attack Move command.
Repeat[edit]
Repeat causes a unit's order queue to loop. Upon completing an order the order is added to the end of the queue. This is particularly useful for factories because a production queue can be repeated.
Repeat On
Repeat Off
Overkill Prevention[edit]
Some units have overkill prevention (OKP), such that if only one unit needs to fire to kill the target, other units will try to find a different target instead. This reduces wasted shots, useful for long-reload units such as Scalpels.
Overkill Prevention On
Overkill Prevention Off
Retreat[edit]
Sets the retreat level. See Retreat.
Max Retreat — Unit retreats to the closest retreat position when health drops below 99%.
2/3 Retreat — Unit retreats to the closest retreat position when health drops below 65%.
1/3 Retreat — Unit retreats to the closest retreat position when health drops below 30%.
No Retreat — Unit does not auto-retreat.
Selection Rank[edit]
See Selection Rank
Build Priority[edit]
Priority lets you control resource spending more accurately when spending exceeds income. See Economy Guide Priority
See also Resources Reserve
High Priority — Constructors are always funded.
Normal Priority — This is the default. Constructors with this set have their priority overridden by the nanoframe they are constructing.
Low Priority — Constructors use any resources left over to construct.
Misc Priority[edit]
Misc. priority is used for the unit's personal, non-construction resource consumption, i.e. from abilities like commander upgrades or Trinity stockpiling.
High Priority
Normal Priority
Low Priority
Factory Assist[edit]
Auto-assist Factory — Constructor do not follow the factory rally point. Instead they assist the factory that created them.
Default Behaviour — Constructor will continue to rally point when exiting factory.
Cloak[edit]
Toggles unit cloak. See Cloak
Enable Cloak
Disable Cloak
Unit AI[edit]
Toggles smart AI for the unit. See Unit AI
Unit AI ON — Turn ON the game's default unit AI for this unit (skirm, skirmish, and/or Anti-Air AI).
Unit AI OFF — Turn OFF the game's default unit AI for this unit.
On/Off[edit]
On/Off controls various miscellaneous unit states. It is used to toggle activation on radar, sonar and cloakers. It also toggles the armour ability of the Solar Collector, Lucifer and Desolator.
On
Off
Idle State[edit]
Aircraft can be told to fly in a holding pattern or land when idle.
Free Flying — Unit continues flying when idle.
Land on Idle — Unit lands when idle.
Float State[edit]
Some amphibious units can float to the surface of the ocean to fire their weapons. They are immobile when floating
Always Float — Unit automatically floats when idle.
Float to Fire — Unit automatically floats if an enemy is in range and sinks otherwise. Units with long reload time sink between shots.
Always Sink — Unit does not float.
Trajectory[edit]
Certain long range artillery units can be toggled between high and low trajectory firing.
High Trajectory — Shoot with a high arcing shot. This is useful for shooting over terrain that blocks direct line of sight, though it does moderately reduce accuracy.
Low Trajectory — Unit fire directly toward the enemy. This can be useful because directly fired projectiles are more accurate and spend less time in flight.
Fire at Radar[edit]
Some units with long-range precision weapons, like the Phantom and Lance, can be ordered not to fire on radar dots (i.e. targets inside radar range but outside visual range). These units will still fire on buildings outside line of sight if the target position is known precisely (indicated by the "ghost" building).
Fire at Radar Dots
Don't Fire at Radar Dots
Dive State[edit]
Raven by default dive bombs to attack units under area shields, and moving targets. It can also dive bomb normally or constantly fly at a lower altitude.
Dive Bomb Shield or Mobile
Dive Bomb Mobile
Always Fly Low — This causes it to fly at a lowered altitude all the time. It is weak to ground units in this state.
Always Fly High — Will not use dive bomb. This can make it difficult to hit moving or shielded targets.
Area Cloak[edit]
Toggles an area cloaker. Area cloak is also disabled if the unit's On/Off state is set to Off. See Cloak
Activate Cloaking Field — Cloak all allied units within cloaking field radius.
Disengage Cloaking Field — Do not emit cloaking field.
Gunship Strafe[edit]
Most gunships can circle-strafe their target when attacking.
Strafe — Dodge ground projectiles by circling over the targeted enemy.
No Strafe — Deactivate strafing for gunships. Use this to keep out of range of static AA.
Kill Captured[edit]
Dominatrix can be set to automatically destroy units that it captures.
Auto-Self Destruct — Immediately self-destruct the captured units.
No Self Destruct — Maintain normal control over captured units, no self-destruct.
Drone Construction[edit]
Units capable of drone production can switch it on or off.
Production of drones is ongoing
Production of drones is stopped
Impulse Mode[edit]
Newton and Jugglenaut can be set to push or pull units with their gravity guns.
Push
Pull
Ward Fire[edit]
Shoot at the shields of Thugs, Felons and Convicts when nothing else is in range.
Ward Fire Enabled
Ward Fire Disabled
Allow Attack Commands[edit]
State for Lobster to ignore attack commands and only respond to 'D' commands.
Disable Attack Off
Disable Attack On
Fire Towards Enemies[edit]
Shoots towards enemies when there are no other targets.
Disabled
Enabled
Avoid Bad Targets[edit]
Added in the Anti-Bait update , this state prevents a unit from automatically firing a long reload weapon at unit classes identified by metal cost.
Disabled
Free — Avoid light drones (Firefly and Gull), Wind, Solar, Claw, Dirtbag, nanoframes up to 50 metal and armoured targets (except Crab).
Light — As above, as well as units costing less than 90, Razor, Sparrow and unidentified radar dots.
Medium — As above, as well as units costing less than 240, except Stardust, with the addition of Raptor.
Heavy — As above, as well as units costing less than 420.
Puppy Replication[edit]
Set whether Puppies use nearby wrecks to make more Puppies.
On Except When Cloaked
Always On
Off