Ever wanted to view your KSP flight data in a graph? Well, this mod allows you to do that! Simply choose which values you would like to log, and all of your flight data will get exported to a CSV file!
You can then open this CSV file in a program such as Excel and make as many charts and graphs as you desire!
If you encounter any bugs or have any suggestions, report them at https://github.com/kna27/ksp-data-export/issues.
This mod works on Windows, MacOS, and Linux.
This mod is available on CKAN, SpaceDock, and CurseForge.
- Download GameData.zip from the latest release here
- Copy the DataExport folder to
YourKSPInstallDirectory/Kerbal Space Program/GameData
Your directory should look like: YourKSPInstallDirectory/Kerbal Space Program/GameData/DataExport
if done correctly.
Click the mod's icon in flight to view the GUI for the mod.
This video goes in-depth on how to use the mod:
Email me with any questions or comments
To get the references in the .csproj
file to work, you need to add an environment variable KSP
with the value set to the full path of Kerbal Space Program/KSP_Data/Managed
. For example:
- Windows:
C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\KSP_x64_Data\Managed
- Linux:
/.steam/debian-installation/steamapps/common/Kerbal Space Program/KSP_Data/Managed
- MacOS:
/Users/<username>/Library/Application Support/Steam/steamapps/common/Kerbal Space Program/KSP.app/Contents/Resources/Data/Managed