All Projects → nguyenquyhy → Flight-Recorder

nguyenquyhy / Flight-Recorder

Licence: other
Record and replay flights in Microsoft Flight Simulator

Programming Languages

Jupyter Notebook
11667 projects
C#
18002 projects

Projects that are alternatives of or similar to Flight-Recorder

MSFS2020-Real-Time-Weather
A work in progress to update a custom Microsoft Flight Simulator 2020 weather preset with the current conditions of a given airport.
Stars: ✭ 22 (-85.14%)
Mutual labels:  msfs2020, microsoft-flight-simulator, msfs
FSJumpStarter2020
Starts Microsoft Flight Simulator without intros and shows a splash screen.
Stars: ✭ 24 (-83.78%)
Mutual labels:  msfs2020, microsoft-flight-simulator, msfs
MSFSTouchPortalPlugin
The goal of this repository is to create a connection between Touch Portal and MSFS through SimConnect in order to allow users to create buttons to control or view data for your aircraft. While this is for MSFS, in theory it could be used with other SimConnect compatible games.
Stars: ✭ 60 (-59.46%)
Mutual labels:  msfs2020, msfs
EFBConnect
A utility that shares Microsoft Flight Simulator position, attitude, and traffic information with ForeFlight.
Stars: ✭ 18 (-87.84%)
Mutual labels:  msfs
pilotclient
Cross-platform cross-simulator pilot client for virtual air traffic networks
Stars: ✭ 57 (-61.49%)
Mutual labels:  msfs
MFS2020 zh-CN
微软模拟飞行民间汉化
Stars: ✭ 49 (-66.89%)
Mutual labels:  msfs2020
MSFS-Mobile-Companion-App
Mobile Companion App for MSFS 2020
Stars: ✭ 320 (+116.22%)
Mutual labels:  msfs2020
simconnect-rust
SimConnect bindings for rust.
Stars: ✭ 24 (-83.78%)
Mutual labels:  msfs2020
msfs2020-google-map
Replace MSFS2020's bing map to google map
Stars: ✭ 272 (+83.78%)
Mutual labels:  msfs2020
BushtalkClient
Bushtalk Radio is a community driven project with the aim to fill the empty world of MSFS2020 with thousands of additional landmarks and POIs.
Stars: ✭ 31 (-79.05%)
Mutual labels:  msfs2020
A32nx
The A32NX Project is a community driven open source project to create a free Airbus A320neo in Microsoft Flight Simulator that is as close to reality as possible.
Stars: ✭ 3,847 (+2499.32%)
Mutual labels:  msfs2020
EDDS-freeware-releases
A project to bring the airport back to (virtual) life.
Stars: ✭ 53 (-64.19%)
Mutual labels:  microsoft-flight-simulator

Flight Recorder

A simple recorder to record and replay flight in Microsoft Flight Simulator.

Screenshot

Downloads

You can get the tool from our GitHub Releases (https://github.com/nguyenquyhy/Flight-Recorder/releases) or FlightSim.to (https://flightsim.to/file/8163/flight-recorder).

Features

  • Record and replay in the sim
  • Change replaying speed
    • NOTE: when speeding up, your computer might not be able to load scenery fast enough and that will negatively affect frame rate.
  • Save recording into a file and load it on another computer
  • Export the recorded data into CSV for further analysis
  • Quickly jump to any place in your recording (you have to Pause Replay first)

Notes: The tool records this list of variables from SimConnect Structs.cs for each sim frame. Some of them are only for analysis and display and don't affect replay.

Current Limitations and Other Notes

  • When starting a replay, your aircraft might be teleported to a far away location which doesn't have loaded terrain. This means the ground can jump up/down really quickly and you might get a crash (not CTD) due to damaged landing gear. Disable crash detection might be a good idea if you frequently replay your flight.
  • I don’t know a reliable way to tell if an engine is running or not, so this tool does not auto-start the engine (because it doesn’t know when). Hence, you should start recording/replaying when engine is already running (or the aircraft will move without a running engine) and stop recording before turning off the engine (not really a problem, but the tool might not shut the engine down for you). Not doing that won't prevent you from replaying or using any features, but replay can look like your aircraft is powered by magic ;).
  • Replay looks weird when turning on the ground. I’m not so sure what is happening there yet.
  • To prevent fighting with MSFS own calculation, the tool sends freeze command when you start replay and unfreeze when you stop replay. This means replaying might conflict with other tools leverating the same freeze feature (e.g. YourControl when you are not in control, other replay tools).

Issues

Please report any issues or feature request in GitHub Issues https://github.com/nguyenquyhy/Flight-Recorder/issues.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].