Skip to content

Codenade/ksp2-papi

Repository files navigation

ksp2-papi

Mod that adds PAPI (Precision Approach Path Indicator) to Kerbal Space Program 2's runways.

Installation

Option 1 (recommended)

  • Install using CKAN (not submitted to CKAN yet)

Option 2

  1. Install BepInEx

  2. Extract the contents of ksp2-papi*.zip into KSP2's root directory or copy BepInEx/plugins/ksp2-papi into Kerbal Space Program 2/BepInEx/plugins

bug reports, feature requests and questions/difficulties

Please open an issue on github

Build from source

Required software

Build instructions

  1. Clone this repository

  2. Run dotnet tool restore

  3. 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.