Jump to content

MechJeb for all ?


strider3

Recommended Posts

I was under the impression that this mod (MechJeb For All 1.3.0.7) would make all MechJeb2 functions available from the start of a career. I installed with Ckan and I am still required to upgrade the tech tree for many functions. Note: that the MechJeb module is installed on all KSP command modules, so that "cheat" is working as advertised. It's just the techtree requirements that are still in place.

Also of note, I have regressed to KSP 1.11 because nothing worked to cheat MJ in 1.12...not mods or .CFG modifications. Sometimes you have to back it up (LOL).

Anybody have ideas?

Link to comment
Share on other sites

I use this patch for MechJeb

Spoiler
// MecJeb2 for command at start
@PART[*]:HAS[@MODULE[ModuleCommand]]:NEEDS[MechJeb2]:Final
{
	%MODULE[MechJebCore]
	{
		%MechJebLocalSettings
		{
			%MechJebModuleCustomWindowEditor { %unlockTechs = start }
			%MechJebModuleSmartASS { %unlockTechs = start }
			%MechJebModuleManeuverPlanner { %unlockTechs = start }
			%MechJebModuleNodeEditor { %unlockTechs = start }
			%MechJebModuleTranslatron { %unlockTechs = start }
			%MechJebModuleWarpHelper { %unlockTechs = start }
			%MechJebModuleAttitudeAdjustment { %unlockTechs = start }
			%MechJebModuleThrustWindow { %unlockTechs = start }
			%MechJebModuleRCSBalancerWindow { %unlockTechs = start }
			%MechJebModuleRoverWindow { %unlockTechs = start }
			%MechJebModuleAscentGuidance { %unlockTechs = start }
			%MechJebModuleLandingGuidance { %unlockTechs = start }
			%MechJebModuleSpaceplaneGuidance { %unlockTechs = start }
			%MechJebModuleDockingGuidance { %unlockTechs = start }
			%MechJebModuleRendezvousAutopilotWindow { %unlockTechs = start }
			%MechJebModuleRendezvousGuidance { %unlockTechs = start }
		}
	}
}

It's been working for me all through 1.12.x.  Note: ascent guidance will not circularize orbits until maneuver nodes are unlocked in the tracking station 

Link to comment
Share on other sites

1 minute ago, strider3 said:

create a stand alone .CFG

it's a stand alone .cfg patch for module manager. Place it in some directory under GameData. I generally have a folder called GameData/MyPatches where I put them

Edited by Caerfinon
Link to comment
Share on other sites

Hi, sorry to use this post as a vehicle.
Is there a post where general Mechjeb2 problems are handled?

Just installed the latest KSP, downloaded Mechjeb 2 with CKAN but it doesn't show on the screen.

Tried to find a thread with the search function..

Thanks in advance

Chris

Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...