Question (possibly of limited utility) but Langden in his integration with FSX thread showed planes following predetermined waypoints. Could it be possible for your rockets to also follow pre programmed sequences?
That is a great question! To the best of my knowledge, not currently. There needs to be something exposed so the interface allows a static object to be transformed and rotated via a plugin, although technically it shouldn't be difficult.
I do in fact have plans to write a plugin for rockets in Outerra, which will provide a GUI, HUD, as well as flight recording and playback. I can already output flight data to CSV format from JSBSim, and define the sample rate of the data, so in theory that could be used to play-back the flight, including all of the JSBSim properties that could be displayed in the console or a GUI, such as fuel, weight, speed, Euler angles, moments, as well as the flight vehicle's orbital elements, etc.
It should also be possible given the telemetry data source to play-back/stream real-world missions, which is something I've thought about for a long time. During the launch of a rocket, typically you'll see the live video feed from ground and even air based cameras, which track the vehicle until it is out of range. Once it is beyond visual line of sight, mission control usually switches to a virtual 3d rendering of the rocket which takes the live telemetry data and sets the position, rotation and animates stage separation events. With this telemetry data, it should be possible to view a real-world rocket launch in Outerra, and possibly if a company such as SpaceX or ULA would provide access to the live-stream for the telemetry down-link, we could visualize a launch in real-time during the actual launch. That would be absolutely incredible, but I also highly doubt SpaceX or ULA would provide this data, especially on launches for military/defense.
Regards,
Uriah
Here's an example of visualization for the United Launch Alliance Atlas 5 rocket (AV-035) LDCM Launch Webcast:
https://youtu.be/MkFZabeW0LY?t=7641You can see some of the telemetry data displayed on the top left, (bad resolution), including Altitude, Velocity, Acceleration, Down-range distance and Flight Azimuth. Also, where it says STATUS: LIVE TLM DATA on the right, just underneath is a small window with a view of Earth and the flight path, this would also be a great feature, and something I'm considering building in a custom GUI, where there is a small 3d model of the Earth with a texture, and the Sketch API is used to display the flight path/trajectory/orbit.