Releases: kna27/ksp-data-export
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.