Jump to content

Writing Module Manager patch problem


Aurelius

Recommended Posts

I have been trying to add Mechjeb module to some computerized parts such as SAS modules and probe cores, but I cannot get it working. I would be most grateful for advice from more experienced community members.

Here is the code I am using (unsuccessfully):

@PART[probeStackSmall],!MODULE[MechJebCore]]:Final
{     
@MODULE
 {
 name = MechJebCore
 MechJebLocalSettings {
            MechJebModuleCustomWindowEditor { unlockTechs = flightControl }
            MechJebModuleSmartASS { unlockTechs = flightControl }
            MechJebModuleManeuverPlanner { unlockTechs = advFlightControl }
            MechJebModuleNodeEditor { unlockTechs = advFlightControl }
            MechJebModuleTranslatron { unlockTechs = advFlightControl }
            MechJebModuleWarpHelper { unlockTechs = advFlightControl }
            MechJebModuleAttitudeAdjustment { unlockTechs = advFlightControl }
            MechJebModuleThrustWindow { unlockTechs = advFlightControl }
            MechJebModuleRCSBalancerWindow { unlockTechs = advFlightControl }
            MechJebModuleRoverWindow { unlockTechs = fieldScience }
            MechJebModuleAscentGuidance { unlockTechs = specializedControl }
            MechJebModuleLandingGuidance { unlockTechs = specializedControl }
            MechJebModuleSpaceplaneGuidance { unlockTechs = hypersonicFlight }
            MechJebModuleDockingGuidance { unlockTechs = specializedControl }
            MechJebModuleRendezvousAutopilotWindow { unlockTechs = specializedControl }
            MechJebModuleRendezvousGuidance { unlockTechs = specializedControl }
 }
 }

 

Link to comment
Share on other sites

Thank you but it still doesn't work. I tried removing that extra bracket with no luck then adding extra bracket at the end because I thought there was one missing - mechjeb module in part still doesn't show up in game. Afterwards I tried this syntax which I found here on forums but still nothing. 

@PART[advSasModule]:HAS[@MODULE[ModuleCommand]]:Final

So how can mechjeb functionality be given to certain parts? I am the end of my wits here and would greatly appreciate help on this matter.

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...