Skip to content

This is a mod for Kitten Space Agency that adds avionics

License

Notifications You must be signed in to change notification settings

DavidK0/Avionics

Repository files navigation

Avionics

Avionics is a mod for Kitten Space Agency that adds airplane flight instruments. The current features are:

  • All the basic flight instruments of a steam gauge cockpit
  • An FMS that stores the positions of thousands of airports across the world
  • An autopilot with altitude hold, heading hold, and airport navigation

This mod does not add airport models, runways, or airplanes to KSA; it only adds the navigation tools to get to where the airports would be.

Updated for KSA v2025.12.24.3014

ksa_header

How to install

  1. Install StarMap
    1. Download and unzip the latest release of StarMap
    2. Run the .exe and follow the instructions
  2. Install ModMenu
    1. Download and unzip the latest release of ModMenu
    2. Put the contents in Kitten Space Agency\Content\
  3. Download and unzip the latest release of Avionics from Github or from SpaceDock
  4. Place the contents into Kitten Space Agency\Content\. Your content folder should look something like this:
├── Core
├── Avionics
│   ├── Avionics.deps.json
│   ├── Avionics.dll
│   ├── airports.json
│   ├── mod.toml
│   └── ModMenu.Attributes.dll
├── ModMenu
│   ├── LICENSE.txt
│   ├── mod.toml
│   └── ModMenu.dll
  1. Edit the Manifest.toml in My Games\Kitten Space Agency\ to include Avionics and ModMenu. Your final Manifest.toml should look something like this:
[[mods]]
id = "Core"
enabled = true

[[mods]]
id = "Avionics"
enabled = true

[[mods]]
id = "ModMenu"
enabled = true
  1. Run KSA through StarMap

How to use in game

  1. Open the Avionics pages with the 'Avionics' button in the mod menu.
  2. Enter the ICAO code of an airport in the FMS, select a runway, and execute the plan
  3. View the directions of your flight plan HSI.
  4. Enable autopilot in the 'Autopilot' window. You must disable the manual mode on the in game autopilot.

Links

About

This is a mod for Kitten Space Agency that adds avionics

Topics

Resources

License

Stars

Watchers

Forks

Languages