Jump to content

struggling with simple MM pacth to edit all SASservice modules


Recommended Posts

Hi, I would like to make a MMpacth so that all parts that have a SASservicemodule would  be at max level. I've come with this :


@PART[*]:HAS[@MODULE[ModuleSAS]]:FINAL
{
  @MODULE[ModuleSAS]
     {
        @SASServiceLevel = 3
    }
}

 

But of course, it doesn't work...
Any hints ?


Thanks in advance! :)

Link to comment
Share on other sites

I thought what you had was perfect MM syntax.

Given the existence of a function ApplySASServiceLevelAdjustments in the class docs, and another adjuster in Making History docs, and the current bug where all probes get SAS level 3,

I think SASServiceLevel in the part configuration is changed in some complicated way after KSP starts.  (You could confirm by editing a part configuration file directly, to see if it has any effect.)

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