Anatid Robotics and Multiversal Mechatronics proudly presents the first flight assistant autopilot: MechJeb
MechJeb2 is a mod for the game Kerbal Space Program. For more info visit:
http://forum.kerbalspaceprogram.com/index.php?/topic/154834-122-anatid-robotics-mumech-mechjeb-autopilot-260-12-dec-2016/
Download from Curse: https://www.curseforge.com/kerbal/ksp-mods/mechjeb/download
Unzip the zip in KSP GameData directory. You should have something that looks like that :
Kerbal Space Program
-- GameData
-- MechJeb2
-- Icons
-- Parts
-- Plugins
CKAN has all the release of MechJeb, just install it as usual.
If you want the unstable dev version of MechJeb then :
- Open CKAN settings (Settings => CKAN Settings)
- Press the New button
- Select the MechJeb-dev line, click OK and exit the options.
- Refresh
- Select "Mechjeb2 - DEV RELEASE" in the list
- Then "Go to Change" to install
The project uses Mono and Make to build the addon, make sure you have both installed.
-
(optional) Set your KSP directory
export KSPDIR="${XDG_DATA_HOME}/Steam/SteamApps/common/Kerbal Space Program"
-
Build the mod
make build
-
(optional) Install the mod into your KSP directory
make install
Licensed under the GNU General Public License, Version 3.
-
Why is the Mechjeb menu not showing?
Make sure you have the part on your ship (AR202 case in the Control section).
-
(Windows) I cannot find Mechjeb anywhere, there aren't even parts in the R&D facility!
Some Windows protection and anti-virus software can sometimes block KSP from loading MechJeb. You should install KSP outside the
C:\Program Files (x86)\
directory. Steam has an option to change the install directory of a game or you can just copy the directory somewhere else. -
Why is some Mechjeb function not available?
Science and career mode require requires to unlock some specific node in the Research and Development tree. Some other also require to upgrade the tracking station to level 2 (game code restriction we can't do much about).
-
How do I report a bug?
Check if your problem has already been reported: https://github.com/MuMech/MechJeb2/issues
If you found a problem which is similar to yours, feel free to add more information to the existing issue.If you cannot find the problem, get a log and create a new issue with a descriptive title of the problem.