Go to the first, previous, next, last section, table of contents.

Unit Info

Most of the interfaces in Xconq use a common format for displaying textual information about a unit.

First comes the unit type, ownership, and name or number:

your city New York

Xconq keeps track of a unit's original side as well, and will report that if it's different from the current ownership:

your (German) city Berlin

Next you will see the current values of the most important unit data. Each value includes its maximum, so that there is no confusion about what the current value means.

HP 37/40 ACP 0/1

Next comes the location of the unit. This will vary in form, so for instance a unit out in the open by itself will have something like

in mountains at 23,59

while an occupant of a transport will have

in 2nd troop transport at 10,35

Location information also includes descriptions of roads, rivers, and other terrain features at the location, plus elevation and temperature if appropriate. Names of geographical features, such as seas or mountain ranges, may also appear here.

If the game allows for stacking multiple units at one location, unit info will briefly list counts of the other types present, usually with single characters to indicate the types, as in

2 i 1 f 1 N here also

If the unit is a transport with occupants, then the list of occupants appears, in a similar format:

Occs 1(1) i 2 b

(The first number is actually only a count of the complete units, the number of incomplete units is in parentheses.)

In both of these cases, the letter used is generally the first letter of the type's name. See the unit help to find a complete list of which letters go with which unit types.

Unit info includes a list of all materials being carried as supplies, in a straightforward form, current amount followed by maximum possible.

fuel 8/10 ammo 4/4

The unit's current plan appears as a word describing the plan type, followed by plan properties, such as awake/asleep, reserve, and AI control:

passive AI 1 task

Plan information is followed by task info. The details of each task description depend on the task type:

move-to 34,10 x 2

The "x <n>" indicates the number of times the task has been executed so far. There may also be a "fail <n>" indicating the number of failures of execution that have occurred, for instance because a unit's movement has been blocked.


Go to the first, previous, next, last section, table of contents.