Development has been taken over by qberticus and can be found here: https://github.com/qberticus/HaystackContinued
Plugin for Kerbal Space Program which helps to easily switch vessels and targets.
Original code written by hermes-jr, with additions for compatibility by enamelizer.
- Add references to the Assembly-CSharp and UnityEngine assemblies from the version of KSP you wish to target. (A plugin build targeted to one version may not work on another, even if no code changes are necessary for compatibility.)
- Build in Release configuration. This will copy the Release DLL to \GameData\HrmHaystack.
- Zip and release to the world.
- Copy a testbed version of Kerbal Space Program to the root directory of the repository
- Deploy Haystack to this testbed version
- Build in Debug configuration, this will copy the Debug dll to the testbed version
- The testbed now contains the Debug version of Haystack, run the KSP.exe from this testbed to debug Haystack
Bonus: Add the testbed version of KSP.exe to "External Tools" in VS, then you can add this command to a tool bar to launch the testbed version of KSP.exe. You are now two clicks away from a build, deploy, and debug in VS!
Please provide as much detail as possible when reporting an issue. That said, if you encounter an issue and aren't able to pin down the cause, post it and explain what you've tried so far. Some bugs are difficult to reproduce, and we need to know about them anyway.
This code is licensed under The MIT License (MIT).