Jump to content

Can you make an engines gimbal locked as default?


Recommended Posts

Another, longer way: download this mod and install it. Then create text file in %ksp_directory%\gamedata\ with content:

@PART[*]:HAS[@MODULE[ModuleGimbal]]
{
    @MODULE[ModuleGimbal]
    {
        %gimbalLock = true
    }
}

 

and give this file ".cfg" extention

Edited by Boris-Barboris
Link to comment
Share on other sites

  On 12/4/2015 at 8:53 AM, Boris-Barboris said:

Another, longer way: download this mod and install it. Then create text file in %ksp_directory%\gamedata\ with content:

@PART[*]:HAS[@MODULE[ModuleGimbal]]
{
    @MODULE[ModuleGimbal]
    {
        %gimbalLock = true
    }
}

 

and give this file ".cfg" extention

Expand  

Cheers, it's for a part i'm making for my own MOD so i'll be putting it in the config file.

 

Just a note to anyone else reading this in the future the module manager example above would make all Gimbals locked as default. Which is fine if that's what you want. If you wanted to add gimbal lock to only one part you'd need something like this.

@PART[PARTNAME]
{
    @MODULE[ModuleGimbal]
    {
        %gimbalLock = true
    }
}

Link to comment
Share on other sites

  On 12/5/2015 at 12:02 AM, fairy said:

Is it possible to lock/disable gimbal in certain directions? I have some verniers that are only supposed to gimbal in two directions.

Expand  

That would be nice.  I am working on an engine with four nozzles, and it can control roll.

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