Skip to content
JonnyOThan edited this page Oct 25, 2025 · 10 revisions
  • PartTools
    A package for Unity 2019.4.18f that assists in creating .mu files and IVA layouts. The TextMeshPro package can be found here. A modified version with better support for IVA authoring can be found here - replace the file in Assets/PartTools/Lib with this one.
  • Starilex NightStar
    An alternative version of PartTools for IVA development. The official PartTools has a bug in locales where comma is used as a decimal separator; this fixes that and adds several more tools that are useful for placing props.
  • VSCode
    Mostly a text editor, but can also be configured to compile C#. Works great for editing .cfg files with this extension
  • Visual Studio Community Edition
    A popular IDE for compiling C#. Can be used with KSPBuildTools to build plugin mods for KSP.
  • io_object_mu
    A plugin for Blender that allows for importing and exporting .mu files. Blender versions 3.x are recommended.
  • TextAnalysisTool.NET
    An excellent tool for reading, searching, and filtering large log files
  • UnityExplorerKSP
    A KSP-specific version of UnityExplorer, which runs in-game and lets you inspect and edit nearly anything within the unity engine.

Clone this wiki locally