Difference between revisions of "User:Arvil/Sandbox02"

From OrbiterWiki
Jump to navigation Jump to search
(Arvil moved page User:Arvil/Sandbox02 to Block: Move to article page.)
Tag: New redirect
 
(Hangar object.)
Tag: Removed redirect
Line 1: Line 1:
#REDIRECT [[Block]]
+
A '''HANGAR''' is an object which can be used to make structures on or near a base. It consists of four sides, and a roof shaped sorta like a barrel where the curved roof slopes to the sides and is about half the total height of the structure.
 +
 
 +
==Textures==
 +
Any texture listed in the file Orbiter\config\base.cfg can be used for the textures on a Hangar (See the gallery in the article [[Block]].
 +
 
 +
Open the Bonneville.cfg file (Orbiter\Config\Earth\Base\Bonneville.cfg) and replace the BLOCK that's there with the following.
 +
 
 +
HANGAR
 +
POS  0 0 -50
 +
SCALE 1 1 1
 +
ROT 10
 +
TEX1 Roof01 1 1
 +
TEX2 Roof01 1 1
 +
TEX3 Roof02 1 1
 +
END
 +
 
 +
Then launch Orbiter into any scenario. Orbiter will read this .cfg file and create Bonneville base with this Hangar.

Revision as of 13:17, 26 November 2023

A HANGAR is an object which can be used to make structures on or near a base. It consists of four sides, and a roof shaped sorta like a barrel where the curved roof slopes to the sides and is about half the total height of the structure.

Textures

Any texture listed in the file Orbiter\config\base.cfg can be used for the textures on a Hangar (See the gallery in the article Block.

Open the Bonneville.cfg file (Orbiter\Config\Earth\Base\Bonneville.cfg) and replace the BLOCK that's there with the following.

HANGAR
POS  0 0 -50
SCALE 1 1 1
ROT 10
TEX1 Roof01 1 1
TEX2 Roof01 1 1
TEX3 Roof02 1 1
END

Then launch Orbiter into any scenario. Orbiter will read this .cfg file and create Bonneville base with this Hangar.