Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add KSP2 PAPI from SpaceDock #180

Merged
merged 8 commits into from
Aug 24, 2024
Merged

Add KSP2 PAPI from SpaceDock #180

merged 8 commits into from
Aug 24, 2024

Conversation

netkan-bot
Copy link
Member

@netkan-bot netkan-bot commented Aug 24, 2024

This pull request was automatically generated by SpaceDock on behalf of StopFrag, to add KSP2 PAPI to CKAN.

Please direct questions about this pull request to StopFrag.

Mod details

Key Value
Name KSP2 PAPI
Authors StopFrag
Abstract This mod adds PAPI approach lights to KSP2's Runways
License MIT
Size 95.11 KiB
Homepage https://github.com/Codenade/ksp2-papi/blob/master/README.md
Source code https://github.com/Codenade/ksp2-papi

Description

ksp2-papi

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

IMPORTANT!

If you are experiencing performance issues, you can set the config option use_pixel_counting to false (or No in SpaceWarp).

You can modify the mod settings using:

This will disable the pixel counting and fall back to unity's physics raycasting. When disabled however the mod will not account KSP2's distant terrain as it does not have colliders so you will see the flares through the terrain if you're far away from it.

Installation

Use CKAN (recommended)

  • This is the recommended way of installing KSP2 mods as it automatically installs dependencies.

Manual Installation

  1. Install BepInEx or SpaceWarp

  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

Build from source

Required software

Build instructions

  1. Open Developer PowerShell for Visual Studio

  2. Clone this repository (either use git clone or download as .zip)

  3. Go to repository root: cd ksp2-papi

  4. Run dotnet tool restore

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

Bug Reports and Feature Requests

Found any bugs🦗? Have an idea to improve things💡? → Open an issue on GitHub


ckan compat add 0.2

This is an automated commit on behalf of StopFrag
@Codenade
Copy link
Contributor

Hey thanks for the quick response!
Could you also add the buildings tag please?

Copy link
Member

@HebaruSan HebaruSan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the submission, @Codenade!

@HebaruSan HebaruSan merged commit c86350d into main Aug 24, 2024
1 check passed
@HebaruSan HebaruSan deleted the add/KSP2PAPI branch August 24, 2024 16:09
@Codenade
Copy link
Contributor

Yup theres ground structures, heres a picture:

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants