Mod that adds PAPI (Precision Approach Path Indicator) to Kerbal Space Program 2's runways.
Install using CKAN(not submitted to CKAN yet)
-
Install BepInEx
-
Extract the contents of ksp2-papi*.zip into KSP2's root directory or copy
BepInEx/plugins/ksp2-papi
intoKerbal Space Program 2/BepInEx/plugins
Please open an issue on github
-
Clone this repository
-
Run
dotnet tool restore
-
Run
dotnet cake [--target {Clear|Build|Pack|Install|Uninstall|Start}] [--configuration {Release|Debug}]
Arguments enclosed in[]
are optional.
The defaults when not provided are--target Pack
and--configuration Release
.