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

3 hours ago, 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

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 3.12.2015, 23.23.53, NathanKell said:

Yep, just add gimbalLock = True to the MODULE.

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

Link to comment
Share on other sites

On 05/12/2015, 00:02:51, 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.

This would be useful to know if anyone can confirm if this is possible? 

Link to comment
Share on other sites

On December 4, 2015 at 7:02:51 PM, 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.

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