Skip to content

kna27/ksp-data-export

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KSP Data Export

Introduction

Forum Thread

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!

Reporting Bugs

If you encounter any bugs or have any suggestions, report them at https://github.com/kna27/ksp-data-export/issues.

Installation

This mod works on Windows, MacOS, and Linux.

This mod is available on CKAN, SpaceDock, and CurseForge.

  1. Download GameData.zip from the latest release here
  2. Copy the DataExport folder to YourKSPInstallDirectory/Kerbal Space Program/GameData

Your directory should look like: YourKSPInstallDirectory/Kerbal Space Program/GameData/DataExport if done correctly.

How to use

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:

Help Video

Support

Email me with any questions or comments

Contributing

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