Difference between revisions of "Building structures"

From OrbiterWiki
Jump to navigation Jump to search
(HSI MFD)
(Base building.)
Line 1: Line 1:
'''HSI MFD''' (Horizontal Situation Indicator), consisting of two displays in one MFD, allows the ship to fly a proper glideslope onto a runway. It works similarly to instrunentation systems aboard aircraft. Each display is an independent indicator and each can be tuned to a different NAV receiver to indicate the bearing  to the VOR or ILS transmitter.
+
A '''base''' (spaceport) is a construct in Orbiter which allows the user to create an area on a planet which contains various observer sites, structures, VORs, runways, and pads, and other objects contained in a file for that purpose. Base configuration files are contained in the appropriate folder (Orbiter\Config\<planet or moon>\Base). One can also edit an existing base by opening the <base>.cfg file with Notepad or other text editor.
  
==HSI==
+
==Objects==
Your ship's heading is at the 12 o'clock position. A yellow arrow is the course arrow or Omni Bearing Selector (OBS). When the HSI is slaved to a NAV receiver tuned to a VOR transmitter, the OBS can be adjusted with {Key|Shift}{Key|[}, the OB- button, and {Key|Shift}{Key|]} button. If it's tuned to and ILS transmitter, the OBS is fixed to the approach direction.
+
Objects contained in a base include:
 +
*Block - cubic or rectangular structures
 +
*Hangar - structure with curved roof
 +
*Hangar2 - structure with triangular roof, like a house
 +
*Hangar3 - structure with curved roof, reaching to the ground, Hangar without side walls
 +
*Tank - circular structure with flat top
 +
*Runway - where airplanes and spaceplanes land
 +
*Runway lights - lighting for a runway
 +
*Beacon array - linear lighting array, designed for taxiway
 +
*Solar plant - an array of solar panels, self aligning to the Sun
 +
*Train1 - Monorail train on a straight track
 +
*Train1 - Suspension train on a straight track
 +
*Lpad1 - Octagonal landing pad
 +
*Lpad2 - Square landing pad
 +
*Lpad2a - Square landing pad with a texture different from Lpad2
 +
*Mesh - other meshes
  
The center of the arrow is a separate indicator, the Course Deviation Indicator (CDI). It will deflect to the left or right to indicate the error between the OBS setting and the bearing to the NAV transmitter. If the VOR radial is to the left of your ship, the CDI will be left of the arrow.
+
==Creating a base==
 +
Bases can be defined in the planet or moon config folder, but, in the stock Orbiter 2016, the existing bases are each defined each by their own *.cfg file in the planet's Base subfolder.
  
The lower left of the HSI will indicate TO or FROM. TO means that HSI indicates the bearing is from your ship to the transmitter, FROM indicates the bearing is from the transmitter to your ship.
+
To create a new base, open Notepad, or your favorite text editor, then type in the following:
  
If the HSI is tuned through the NAV receiver to an ILS transmitter, a yellow horizontal bar to indicate where the glideslope is, above you, below you, or on track. If it's above you you are too low.
+
; === Surface Base ===
 
+
So, fly toward the direction toward where the vertical and horizontal bars cross to bring it to center, then turn so the yellow arrow is top dead center, and you are on the correct glideslope to the runway.
+
Name = Rincon de la vieja
 
+
Size = 2000
The refresh rate for the MFD is 4 Hz or more if the refresh rate in the Launchpad is higher.
+
ObjectSize = 2000
 
+
<center>[[file:man_mfdhsi1.png]]                              [[file:man_mfdhsi2.png]]</center>
+
BEGIN_OBJECTLIST
 
+
LPAD2
==Controls==
+
POS 0 0
•{Key|Shift}{Key|N} or L/R button: Switch to left or right HSI<br>
+
SCALE 5 0.15 0
•{Key|Shift}{Key|F} or NAV button: Select NAV receiver<br>
+
TEX Lpad02
•{Key|Shift}{Key|[} or OBS- button: Rotate OBS to the left<br>
+
NAV 128.05
•{Key|Shift}{Key|]} or OBS+ button: Rotate OBS to the right<br>
+
END
 
+
END_OBJECTLIST
==HSI display==
 
•Above the display, it shows which NAV receiver is selected to each HSI, the frequency and name of the VOR or ILS transmitter.
 
•Below the display, CRS is the course, BRG is
 

Revision as of 12:10, 18 October 2023

A base (spaceport) is a construct in Orbiter which allows the user to create an area on a planet which contains various observer sites, structures, VORs, runways, and pads, and other objects contained in a file for that purpose. Base configuration files are contained in the appropriate folder (Orbiter\Config\<planet or moon>\Base). One can also edit an existing base by opening the <base>.cfg file with Notepad or other text editor.

Objects

Objects contained in a base include:

  • Block - cubic or rectangular structures
  • Hangar - structure with curved roof
  • Hangar2 - structure with triangular roof, like a house
  • Hangar3 - structure with curved roof, reaching to the ground, Hangar without side walls
  • Tank - circular structure with flat top
  • Runway - where airplanes and spaceplanes land
  • Runway lights - lighting for a runway
  • Beacon array - linear lighting array, designed for taxiway
  • Solar plant - an array of solar panels, self aligning to the Sun
  • Train1 - Monorail train on a straight track
  • Train1 - Suspension train on a straight track
  • Lpad1 - Octagonal landing pad
  • Lpad2 - Square landing pad
  • Lpad2a - Square landing pad with a texture different from Lpad2
  • Mesh - other meshes

Creating a base

Bases can be defined in the planet or moon config folder, but, in the stock Orbiter 2016, the existing bases are each defined each by their own *.cfg file in the planet's Base subfolder.

To create a new base, open Notepad, or your favorite text editor, then type in the following:

; === Surface Base ===

Name = Rincon de la vieja
Size = 2000
ObjectSize = 2000

BEGIN_OBJECTLIST
LPAD2
POS 0 0
SCALE 5 0.15 0
TEX Lpad02
NAV 128.05
END
END_OBJECTLIST