Skip to content

Version 1.0

Latest

Choose a tag to compare

@kna27 kna27 released this 20 Apr 09:07
· 2 commits to main since this release
e78fcfb

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!