Shiptest 13 - Modules - TypesVar Details

outpost

Vars

hangar_templatesList of hangar templates. This list should contain hangar templates sufficient for any ship to dock within one, allowing it to dock with the outpost. This list is sorted on outpost initialization, in ascending order, first of width and then of height. When a ship requires a hangar, the outpost will iterate through this list until it finds a hangar large enough to fit the ship. Because of this, combining wide hangars (with a greater width than height) and tall hangars (with a greater height than width) in the list is discouraged; it is possible that a large hangar will "hide" a smaller one by appearing earlier in the sorted list.
mapzoneThe mapzone used by the outpost level and hangars. Using a single mapzone means networked radio messages.
max_missionsThe maximum number of missions that may be offered by the outpost at one time. Missions which have been accepted do not count against this limit.
missionsList of missions that can be accepted at this outpost. Missions which have been accepted are removed from this list.

Var Details

hangar_templates

List of hangar templates. This list should contain hangar templates sufficient for any ship to dock within one, allowing it to dock with the outpost. This list is sorted on outpost initialization, in ascending order, first of width and then of height. When a ship requires a hangar, the outpost will iterate through this list until it finds a hangar large enough to fit the ship. Because of this, combining wide hangars (with a greater width than height) and tall hangars (with a greater height than width) in the list is discouraged; it is possible that a large hangar will "hide" a smaller one by appearing earlier in the sorted list.

mapzone

The mapzone used by the outpost level and hangars. Using a single mapzone means networked radio messages.

max_missions

The maximum number of missions that may be offered by the outpost at one time. Missions which have been accepted do not count against this limit.

missions

List of missions that can be accepted at this outpost. Missions which have been accepted are removed from this list.