Astrogator functionality in kOS.
See Release Readme for mod usage information.
The module is available in CKAN, but if you wish to check out and build it yourself, the following will help.
Unpack the following mods as normal from installation zips, or copy them from KSP's mods folder.
- Astrogator
- kOS
These need to go somewhere on your machine, e.g. "C:\your\path\to\dev\mods"
From the root of the project, run the following commands to create symlinks.
You will need to adjust the paths to your own environment.
mklink /j Source\KSP_Data "C:\your\path\to\Steam\steamapps\common\Kerbal Space Program\KSP_x64_Data"
mklink /j Source\KSP_GameData "C:\your\path\to\dev\mods\"
Warning: If you link this to your main KSP mods folder, you may get compilation issues, as some mods have Assembly files included in their distribution, that will break the build of this module. That took me a while to find :sad-panda:.
Now the base game libraries and mods are available, run Visual Studio 2022, and run a realease build.
You will then need to copy the release in GameData/kOS-Astrogator to your Mods folder, or symlink it.