Building parameters

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?
 
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.
 
Back
Top