Short for SimConnect Object Display -- a free, open source tool to display SimObjects as scenery.
Turns this:
Into this:
Currently it's not a whole lot more useful than placing objects as actual scenery, but I hope to expand on the functionality in the future. I'm open to ideas or suggestions for potential features or improvements.
I realize there are a couple others who've mentioned building tools with similar goals (hope I'm not stepping on anyone's feet), but I wanted to challenge myself to build something, and figured I could share with the community at the same time.
Turns this:
Code:
<?xml version="1.0"?>
<SimDisplay xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<SimObject Title="veh_carrier01_high_detail_sm" Latitude="37.793322" Longitude="-122.335726" Altitude="0" Pitch="0" Bank="0" Heading="0" OnGround="true" Airspeed="0" />
<SimObject Title="VEH_water_yacht_280ft_sm" Latitude="37.787659" Longitude="-122.333902" Altitude="0" Pitch="0" Bank="0" Heading="0" OnGround="true" Airspeed="0" />
<SimObject Title="VEH_Air_PickupUS_Grey_sm" Latitude="37.790607" Longitude="-122.330697" Altitude="0" Pitch="0" Bank="0" Heading="0" OnGround="true" Airspeed="0" />
<SimObject Title="Discovery Spaceshuttle" Latitude="37.790486" Longitude="-122.328211" Altitude="0" Pitch="0" Bank="0" Heading="0" OnGround="true" Airspeed="0" />
<SimObject Title="Robinson R22" Latitude="37.790314" Longitude="-122.330437" Altitude="0" Pitch="0" Bank="0" Heading="0" OnGround="true" Airspeed="0" />
<SimObject Title="ANI_GiraffeWalk_Mature_sm" Latitude="37.790338" Longitude="-122.329498" Altitude="0" Pitch="0" Bank="0" Heading="0" OnGround="true" Airspeed="0" />
<SimObject Title="Cessna Skyhawk 172SP Paint1" Latitude="37.790615" Longitude="-122.330056" Altitude="0" Pitch="0" Bank="0" Heading="0" OnGround="true" Airspeed="0" />
</SimDisplay>
Into this:
Currently it's not a whole lot more useful than placing objects as actual scenery, but I hope to expand on the functionality in the future. I'm open to ideas or suggestions for potential features or improvements.
I realize there are a couple others who've mentioned building tools with similar goals (hope I'm not stepping on anyone's feet), but I wanted to challenge myself to build something, and figured I could share with the community at the same time.
Last edited:




