Data Export

Export KSP Flight Data to a CSV file

File Details

1.0 Release

  • R
  • Apr 20, 2025
  • 31.79 KB
  • 56
  • 1.12.5+10

File Name

GameData.zip

Supported Versions

  • 1.12.5
  • 1.12.4
  • 1.12.3
  • 1.12.2
  • 1.12.1
  • 1.12.0
  • 1.11.2
  • 1.11.1
  • 1.11.0
  • 1.10.1
  • 1.10

Bug Fixes

  • Files are now properly deleted when reverting to launch

General

  • Overhauled GUI to use KSP's DialogGUI instead of Unity's IMGUI (#17)
  • Added new icon, along with separate icon for when logging is enabled
  • Added an "Always On" feature, allowing the mod to log by default, can be enabled in logged.vals (#9)
  • Improved logging in the KSP.log file, making bug reports easier
  • Added units to data points
  • Improved wording in GUI

Data Points

  • Fixed pitch calculation
  • Fixed thrust and TWR calculations (#8 and #14)
  • Renamed "velocity" to "surface speed", fixed incorrect altitude from sea/terrain calculations (#12)
  • Added new data points: heading, roll, angle of attack, mach number, time to apoapsis, time to periapsis (#10)

Code

  • Values are no longer hard-coded, making debugging and adding new data points much easier
  • Better error-handling