Jump to content

Default flag state on parts


Recommended Posts

Hello

is there an option/mod to change the state of the mission flag on parts to be default to off?

Maybe an MM patch?

 

Ok think I have found my answer, I need to add this line

flagDisplayed = False

for every part with a module name "FlagDecal"

    MODULE
    {
        name = FlagDecal
        textureQuadName = flagTransform
    }

 

I need to study MM syntax :rolleyes:

and I come up with this, but it does not work :(

 

// Set the default state to False for every part with module FlagDecal

@PART[*]:HAS[@MODULE[FlagDecal]]:Final
{
	flagDisplayed = False
}

 

And a bit more searching:

https://forum.kerbalspaceprogram.com/index.php?/topic/139980-130-community-database-of-module-manager-patches-for-stock-ksp/

 

Edited by brusura
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...