Building parameters

MJR

C++ developer in the mix
Addon Developer
Tutorial Publisher
Donator
Joined
Mar 19, 2008
Messages
2,460
Reaction score
5
Points
0
Location
United States
You can't use the block type "dev_building". Orbiter does not know it. You instead need to use a MESH block.

For example like that:
Code:
MESH
    FILE vab
    OWNMATERIAL
    POS -6267 1 2005
    ROT 14
    SHADOW
    PRELOAD
END
Is that why it isnot showing up in Orbiter?
 

DaveS

Addon Developer
Addon Developer
Donator
Beta Tester
Joined
Feb 4, 2008
Messages
9,444
Reaction score
697
Points
203
Next to file, do I put the name of the building?
No. You put the path and mesh filename there.

Likes this:
FILE KSC\VAB_interior
That tells Orbiter to look in the Meshes\KSC subfolder for a .msh file named VAB_interior.
 
Top