Skip to content

Releases: kna27/ksp-data-export

Version 1.0

20 Apr 09:07
e78fcfb

Choose a tag to compare

Version 1.0

This update overhauls the GUI, adds new data points and quality-of-life features, and fixes bugs

Installation Instructions

  1. Download the GameData.zip file.
  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.

Changes

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

If you find any bugs feel free to report them!

v0.6 - Compatibility Update

28 Jun 02:54

Choose a tag to compare

Version 0.6: Compatibility Update for KSP Version 1.12.x

This update mainly focused on fixing compatibility bugs on Linux and Mac

Installation Instructions

This mod has only been tested on Windows (hopefully) now works on Windows, Linux, and Mac!

  1. Download the GameData.zip file.
  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.

Changes

Mac

  • Icon now correctly shows
  • CSV files are no longer stored in the app bundle and are now stored in the correct directory

Linux

  • Icon and CSV files are now saved and read from the correct directory

Bug Fixes

  • Fixed mod not loading on first time entering flight (#7)
  • Fixed "turn on" text not changing
  • Fixed mod icon sometimes showing on scenes that weren't the flight scene
  • Fixed NullReferenceException when logging target information without any target

General

  • Make all GUI windows hidden at start

Data Points

  • Updated downrange distance calculation to work with any launchpad
  • Made thrust currently WIP (#8)

Code

  • Refactored and cleaned-up code
  • References now use environment variables so contributing is easier now

If you find any bugs feel free to report them!
P.S. Massive thanks to @anli5005 for testing various builds on Mac and helping me to get the mod to work there!

v0.6a_2 - Bug fixes for v0.6a

31 May 01:08

Choose a tag to compare

Pre-release

Version 0.6a_2: Bug fixes for v0.6a for KSP Version 1.11.x

Installation Instructions

  1. Download the GameData.zip file.
  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.

Changes

macOS

  • Icons are correctly displayed
  • CSVs are now saved in the correct path

Bug Fixes

  • Fixed bug where mod wouldn't launch on the first time entering flight scene (#7)
  • Fixed bug with mod icon showing on scenes that weren't flight scene
  • Fixed bug with button text not changing
  • Fixed NullReferenceExceptions when selecting to log target information when there was no in-game target

v0.6a - Compatibility Update

23 May 03:00

Choose a tag to compare

Pre-release

Version 0.6a: Compatibility Update for KSP Version 1.11.x

Installation Instructions

  1. Download the GameData.zip file.
  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.

Changes

This mod now has improved support on Linux and macOS. Icons and files are now correctly displayed and are in the correct directory.

v0.5b - Beta Testing build

23 Apr 18:28

Choose a tag to compare

Pre-release

Version 0.5b: Beta Testing Build for KSP Version 1.11.x

Installation Instructions

This mod has only been tested on Windows.

  1. Download the GameData.zip file.
  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.