Draggable Altimeter is a small mod for Kerbal Space Program. It does exactly what it says on the tin: Allows you to drag the altimeter somewhere more convenient than its default position.
The altimeter's position will be remembered across scenes and game restarts.
To build the source, you need:
- make
- mcs (the mono compiler)
- KSP/Unity's .dll files
Assuming you have that, make should build it. make dist should produce a
zip.
By default the makefile looks in a subdirectory called libs for the
dlls; you can change that at the top if you need to. You can find them in
KSP's game directory under /KSP_x64_Data/Managed.
If you're on Windows and don't have a unixish shell available, you're on your own. Looking through the makefile may help you set up your own build.
Like any other KSP mod, you can copy or unzip the DraggableAltimeter directory
into the GameData KSP folder. Or, preferably, install it from CKAN.