# Maneuver Node Controller
 Provides an interface to finely tune maneuver nodes. Enable the GUI with ALT + N when controlling a vessel.

 # Installation Instructions
 1. Install BepInEx mod loader with Space Warp 1.0.1 or later and run the game, then close it. The combo BepInEx with SpaceWarp can be found here: https://spacedock.info/mod/3277/Space%20Warp%20+%20BepInEx
 2. Copy the `BepInEx` folder from this mod's ZIP file to your KSP root directory. For those who've installed via Steam this may be found at `SteamLibrary\steamapps\common\Kerbal Space Program 2\`. The final path will look like: `Kerbal Space Program 2\BepInEx\plugins\maneuver_node_controller`.

# License
Maneuver Node Controller and its originally authored code is distributed under the CC BY-SA 4.0 license.
Some dependencies, including MechJebLib, are dual licensed under the GNU General Public License, Version2 and MIT License. Consult the top level comment of these files for more information.
* https://creativecommons.org/licenses/by-sa/4.0/
* https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html
* https://opensource.org/license/mit/

# Attribution
GUI code and `.csproj` file based off Lazy Orbit by https://github.com/Halbann.  
Extensive refactor and new v0.8.0 features contributed by https://github.com/schlosrat and https://github.com/highfly1000.
