Releases: kna27/ksp-data-export
Version 1.0
Version 1.0
This update overhauls the GUI, adds new data points and quality-of-life features, and fixes bugs
Installation Instructions
- Download the GameData.zip file.
- 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.logfile, 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
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!
- Download the GameData.zip file.
- 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
Version 0.6a_2: Bug fixes for v0.6a for KSP Version 1.11.x
Installation Instructions
- Download the GameData.zip file.
- 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
Version 0.6a: Compatibility Update for KSP Version 1.11.x
Installation Instructions
- Download the GameData.zip file.
- 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
Version 0.5b: Beta Testing Build for KSP Version 1.11.x
Installation Instructions
This mod has only been tested on Windows.
- Download the GameData.zip file.
- Copy the DataExport folder to
YourKSPInstallDirectory/Kerbal Space Program/GameData
Your directory should look like: YourKSPInstallDirectory/Kerbal Space Program/GameData/DataExport if done correctly.