November 18, 200619 yr Hello,its possible with the new simconnect to use the FSX as Visual System only. We have a other simulation and we want to use the FSX as visual system. The Simulation sends data (Lat,Long, Alt, HDG etc.) to FSX.Thanks for helping.Bjoern
November 27, 200619 yr Hi Bjoern,You can update data of an FSX object, a quick look at the SDk docs reveals this: SIMCONNECT_DATA_INITPOSITION Init; Init.Altitude = 5000.0; Init.Latitude = 47.64210; Init.Longitude = -122.13010; Init.Pitch = 0.0; Init.Bank = -1.0; Init.Heading = 180.0; Init.OnGround = 0; Init.Airspeed = 60; hr = SimConnect_SetDataOnSimObject(hSimConnect, DEFINITION_6, SIMCONNECT_OBJECT_ID_USER, 0, 0, sizeof(Init), &Init );This should be enough to get you started?Kind Regards,Simon
December 12, 200619 yr >Hello,>its possible with the new simconnect to use the FSX as Visual>System only. We have a other simulation and we want to use the>FSX as visual system. The Simulation sends data (Lat,Long,>Alt, HDG etc.) to FSX.>Thanks for helping.>>BjoernHi Bjoern, Have you had any luck with this? I'm interested in doing the same thing.thanks,paul
Create an account or sign in to comment