Skip to content

Flight Log v1.0.6

Latest

Choose a tag to compare

@Annhwu Annhwu released this 27 Jun 16:34
· 2 commits to main since this release
672b431

Flight Log v1.0.6

The big addition in this release: DCS World auto-tracking.

DCS Auto-tracking (beta)

Flight Log can now detect and record your DCS flights automatically. A small
hook installs into your Saved Games folder and writes one file per flight,
capturing real (IRL) start/end times, the map, and every aircraft you flew.

  • Install hook — one click copies the script into Saved Games/DCS/Scripts/Hooks
  • Auto-detect path — your Saved Games/DCS folder is found automatically (editable)
  • Manual import — a picker lists detected flights; select what to import or delete
  • Auto-import — new flights are added on their own (app open, checked every 10s)
  • Aircraft & map detection — internal DCS names are mapped to clean tags
    (e.g. FA-18C_hornetF/A-18C), and multiple aircraft per flight are supported
  • Diagnose tool — verifies the hook is writing files correctly
  • Tidy storage — flight files live in their own Saved Games/DCS/FlightLog/ folder

⚠️ Experimental — please read
Auto-tracking is still evolving. Its format may change between versions, and
auto-recorded flights could become corrupted / unreadable in future updates.
👉 For reliable, long-term records, prefer the manual stopwatch (the ▶ ON
button): start before the flight, stop after, fill in the debrief.

improvements

  • Redesigned import window: live selection contrast, dark-theme polish, hover feedback
  • Flights stay re-importable after you delete their card
  • Lenient session parser (tolerates old & new file formats — no more breakage on updates)
  • Full FR / EN / RU translations for the whole DCS feature

Technical

  • One JSON file per flight, timestamps based on real clock time
  • App version now shown in Settings

By @Annhwu