Skip to content
View in the app

A better way to browse. Learn more.

The AVSIM Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[FREEWARE] Flight recorder and Replay app.

Featured Replies

Quote

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

Screenshot

Features

  • Record and replay in the sim
  • Save recording into a file and load it on another computer
  • Quickly jump to any place in your recording (you have to start replay and then pause replay first)
  • 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

  • I don't know a reliable way to tell if an engine is running or not, so this tool cannot auto-start an engine. Hence, you should start recording when engine is already running and stop recording before turning off the engine.
  • Replay is not very smooth at the moment, especially when turning on the ground. I'm still experimenting with different ways to perform the replay to find the best one.
  • To prevent fighting with MSFS own calculation, the tool sends freeze command when you start replay and unfreeze when you stop. This means it might conflict with other tools leverating the same 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.

Tested yesterday and working very well.

Source https://github.com/nguyenquyhy/Flight-Recorder

Releases (download) https://github.com/nguyenquyhy/Flight-Recorder/releases

Edited by _Patrol

  • Replies 67
  • Views 12.4k
  • Created
  • Last Reply

I've tested it and so far so good. The replay is very smooth on my end, nit like fs replay which I also have. I like this better because it's simple. Hoping the dev will add ff and rewind 

  • Author
10 minutes ago, devgrp said:

Hoping the dev will add ff and rewind

Yup :)

1EGpgaw.png

It's also available at Flightsim.to, v0.8, still in development, but it's working quite well and yet very simple and intuitive to use.

Good work!.

Cheers, Ed

Cheers, Ed

MSFS2020 Steam  // Rig: Corsair Graphite 760T Full Tower - ASUS MBoard Maximus XII Hero Z490 - CPU Intel i9-10900K - 64GB RAM - MSI RTX2080 Super 8GB - [1xNVMe M.2 1TB + 1xNVMe M.2 2TB (Samsung)] + [1xSSD 1TB + 1xSSD 2TB (Crucial)] + [1xSSD 1TB (Samsung)] + 1 HDD Seagate 2TB + 1 HDD Seagate External 4TB - Monitor LG 29UC97C UWHD Curved - PSU Corsair RM1000x // Thrustmaster FCS & MS XBOX Controllers

Must try this, would be rude not to. Many thanks for your efforts.

AMD Ryzen 7 3700X 4.2 32 gig ram, Nvidia RTX3060 12 gig, Intel 760 SSD M2 NVMe 512 gig, M2NVMe 1Tbt (OS) M2NVMe 2Tbt (MSFS) Crucial MX500 SSD (Backup OS). VR Oculus Quest 2 Windows 11 25H2 

YouTube:- https://www.youtube.com/channel/UC96wsF3D_h5GzNNJnuDH3WQ   2k+ Videos & Streams

BATC and FSFO FB Group:- https://www.facebook.com/groups/1571953959750565 Flight Sim First Officer (FSFOv6) and SoFly Beta Tester

Reality Is For People Who Can't Handle Simulation!

 

The good thing about this free replay tool is; you can resume your flight after record/replay operations.

Thanks to the developer.

Intel i7-9700K - AMD 7900 XT (VRAM 20GB) - 32 Gb Ram - SSD Drive - Win10 x64 - Samsung 43" 4K TV - Quest 3 VR

With the slow abundance of replay addons becoming available for MSFS, can you watch your replay using the drone camera? I would love to be able to watch replays of my take-off and landings using the drone.

ASUS ROG Maximus Hero XII ▪︎ Intel i9-10900K ▪︎ NVIDIA RTX 3090 FE ▪︎ 64GB Corsair Vengeance RGB Pro ▪︎ Windows 10 Pro (21H1) ▪︎ Samsung 970 EVO Pro 1TB NVME SSD (OS Drive) ▪︎ Samsung 860 EVO 2TB SATA SSD ▪︎ Seagate 4TB SATA HDD ▪︎ Corsair RMx 850W PSU

The always reliable Flying Theston...

https://www.youtube.com/watch?v=OUHlePjNxk8

https://www.youtube.com/watch?v=OUHlePjNxk8

5800X3D, RTX4070, 600 Watt, one or two 1440p 32" screens, 64 GB RAM, 4 TB  PCle 3 NVMe, Warthog throttle, VKB NXT EVO stick, Honeycomb Alpha yoke, CH quad, 3 Logitech panels, 2 StreamDecks, Desktop Aviator Trim Panel. Crystal Light VR.

 

17 hours ago, _Patrol said:

I don't know a reliable way to tell if an engine is running or not, so this tool cannot auto-start an engine. Hence, you should start recording when engine is already running and stop recording before turning off the engine.

couldn't you read out the status of the engine parameters to see if the engines are running or not? Either N1 or N2 should do?

 

But anyways, thank you very much for your effort!!!

Edited by 737_800

I don't think every aircraft has N1 and N2. But I can check those later. I also want to cater for situations where you turn off and restart engine mid-flight, which is a bit tricky to detect in props 😂.

12 minutes ago, NguyenQuyHy said:

I don't think every aircraft has N1 and N2. But I can check those later. I also want to cater for situations where you turn off and restart engine mid-flight, which is a bit tricky to detect in props 😂.

Maybe it's the RPM in Props?

Yeah I think of that too. But RPM seems to stay > 0 even if engine is off if you have enough airspeed.

Main thing is that I don't really see this as a very big issue or one with straight forward & reliable solution. Starting engine itself is a relatively complex topic. There is a auto-start event (similar to ctrl+E) that the tool can trigger, but I don't think it work on all aircraft because ctrl+E doesn't either. Auto-start also try to take control of some variables, which might conflict with the on-going replay itself. Another way is to replay all the proper start-up procedure, which would require recording a much larger number of variables, some might not be available via SimConnect at all (e.g. most stuffs on the 32NX).

All in all, I'll definitely try to tackle this as this would definitely open up the possibility to record even more exciting flights (testing engine off during flight 😂), but it will require more experimenting than I can do right now.

Edited by NguyenQuyHy

Hello
I have a question about saved recordings.
How to restore a saved flight later to make everything work?
So that the engines start, the lights shine, etc.
I have a problem that the plane is flying with the engines off after reloading the simulator. the same thing happens if I land, turn off the plane, and go into a replay to watch me land.

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.