Skip to content

Conversation

@gotmachine
Copy link

@gotmachine gotmachine commented Apr 21, 2022

  • Updated csproj with automatic references, debugging support, automatic release packaging, etc (add a ReferencePath to your KSP install for this stuff to work, see the updated readme)
  • Added gitignore file
  • Removed AssetLoader, use standard KSP png loading instead with an on-demand pattern
  • Got ride of the PartModule, use stock method for getting the available SAS level instead
  • Handle available SAS level changes
  • Prevent the VesselModule from running on unloaded vessels
  • Various optimizations and bug fixes

If you want to quickly test this, a release is available here : https://github.com/gotmachine/SmartDockingAid/releases

…older versions, but should probably work fine)

- Updated csproj with automatic references, debugging support, etc (add a ReferencePath to your KSP install for this stuff to work)
- Added gitignore file
- Removed AssetLoader, use standard KSP png loading instead with an on-demand pattern
- Got ride of the PartModule, use stock method for getting the available SAS level instead
- Handle available SAS changes
- Prevent the VesselModule from running on unloaded vessels
- Various optimizations
Refactored it a bit for performance, error handling and not overriding stock localization.
Fix VesselModule being always disabled (why this doesn't work anymore ?)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant