Air Traffic Controller - NG

Aeroplane sprites

Aeroplanes sprites are designed to convey some basic information in a symbolical and intuitive way.

Orientation

The most obvious piece of information is given by the orientation of the sprite, which always matches the current heading the aircraft.

Shape

A second piece of information is given by the shape of the sprite. The shape provides information on the class the model of the aircraft belongs to. In turn the class of the aircraft conveys information on certain in-game properties.

Currently three classes have been implemented:

Shape Meaning
propeller

Propeller planes

Planes in this class have a top speed of maximum 600 kph.

Despite of the class name, this class typically comprises small general aviation aeroplanes regardless of what mean of propulsion they use.

jet engine

Jet planes

Planes in this class have a top speed comprised between 600 and 1225 kph (in case you wonder: that’s Mach 1 at standard atmosphere conditions)

All airliners but the Concorde belong to this class.

supersonic jet

Supersonic jet planes

Planes in this class have a top speed above 1225 kph.

Most military fighters and the Concorde belong to this class.

Colour

Finally, the third piece of information conveyed by sprites is the current status of the plane, which is associated to the sprite colour.

../_images/sprite-colours.png

A side-by-side comparison of the possible colours for a sprite.

Colour Meaning
White

The aeroplane is ready to accept orders.

All previously issued orders have been completed.

Gray The aeroplane is currently manoeuvring and it is unable to perform a new order (albeit it is still possible to issue ABORT or SQUAWK commands).
Magenta The aeroplane is “locked” it is not possible to perform any operation but SQUAWK. Typically this is the plane status during the final phases of landings and during take off’s
Yellow

The aeroplane needs a priority landing (most likely because of a fuel emergency).

This status overrides the white and gray colours The flight strip of the aeroplane will help you understanding if the aircraft is currently processing any order or not.

Red

The aeroplane is at danger of collision with another aeroplane (TCAS) or with the ground.

You can’t do anything else than praying, as you can’t issue or orders when the plane is in such condition.