Gnurfos / MksExplainer

KSP mod adding hints about MKS calculations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MKS Explainer

This Kerbal Space Program mod adds in game explanations about efficiency/load calculations done by MKS. It mostly shows intermediate steps, so that you can determine where this "843.52% load" is coming from (and how to improve it).

Spacedock page (for direct download)

KSP forum release thread

Screenshot

How to build (Linux):

  • have KSP installed with at least MKS and USI Life Support
  • install xbuild, mono-devel, mono-reference-assemblies-3.5, and their dependencies
  • create a symlink at the root of the repository, toward your KSP install, called KSP_INSTALL Ex: ln -s ~/.steam/steam/steamapps/common/Kerbal\ Space\ Program KSP_INSTALL
  • run: xbuild

About

KSP mod adding hints about MKS calculations

License:MIT License


Languages

Language:C# 99.8%Language:Shell 0.2%