FOR PC PILOTS
Let the flight review itself
One file. Double-click it, type a six-character code once, and every flight from then on arrives in your logbook on its own.
You do not need this to use Three Flights. Planning, briefings, the logbook and the passport all work on any device, including Xbox and PS5. This is the piece that makes the landing review observed rather than self-reported: it reads the flight from the simulator itself.
Windows will warn you the first time
You will see a blue box saying “Windows protected your PC”. Click More info, then Run anyway.
That warning appears because the file is not code-signed. A signing certificate costs several hundred pounds a year and Three Flights has not bought one yet. We would rather tell you that plainly than let you discover it and wonder what you had downloaded. If you would rather not run an unsigned program — a reasonable position — the section further down shows you how to run the same thing as plain Python source you can read first.
Setting it up, once
Four steps, all on this page — you never have to go looking anywhere else. Best done in a browser on the sim PC itself, so the download and the code are both in front of you.
- Put
ThreeFlights.exein a folder of its own, for exampleC:\ThreeFlights. It keeps a small file beside itself, so it is happier not sitting loose on the Desktop. - Double-click it. Windows warns the first time — More info, then Run anyway. It will ask for a link code.
- Your code is right here:
- Say yes when it offers to start with Windows.
That is the whole setup. From then on it starts quietly with the PC, waits for the simulator, records each flight and sends it. There is no code to enter per flight and nothing to remember before you fly.
What it sends, and what it never sees
It sends a summary of the flight: departure and arrival, times, aircraft, maximum altitude, the touchdown rate and g, bank angle on short final, speeds and descent rate at the 1,000 ft and 500 ft gates, gear and flap configuration, go-arounds, bounces, the wind, and a coarse track for the map.
It holds a device token, not your account. There is no password on your simulator PC, nothing is read from the machine other than the simulator, and you can revoke the link from your profile at any time without touching the PC. Time spent paused is never counted as flying.
If you would rather read the code
The program is exactly one Python file, frozen so it can run without Python installed. You are welcome to skip the .exe entirely, read the source, and run it yourself:
pip install SimConnect requests python three_flights_agent.py --link ABC123
Download the source — the same file that went into the program above, nothing added and nothing hidden.
Removing it
Run ThreeFlights.exe --uninstall to stop it starting with Windows, then delete the folder. Nothing is installed anywhere else on the machine and nothing is left in the registry. Revoke the device from Profile → Your sim PC to cut it off from your account as well.
On Xbox or PS5? Skip this page entirely
Consoles do not allow anything to be installed beside the simulator — not by us, not by anyone — so there is no recorder to download and nothing to set up. That is not a missing feature to hunt for; it is the platform. Plan on a phone or tablet beside the television, fly, and answer the sixty-second debrief afterwards — your review is built from what you confirm, every mark still shows its reason and weight, and the logbook, passport, ranks, stamps, Journeys and the Challenge all work exactly as they do on PC. The measured, wheels-on-the-runway review is the one thing that is PC-only, because only a PC can run the recorder.