Jump to content

How to make parts grabble?


Recommended Posts

How would I go about making a part grabble and attachable like some of the parts in KAS such as antennas etc.

I want to take the science storage contitor made by Tal and allow it to be detached from the spacecraft and carried with the Kerbal and then reattached when finished with the EVA.

Thanks!

Link to comment
Share on other sites

I've manage to make it work using:

MODULE
    {
        name = ModuleKISItem
        volumeOverride = 100
        stackable = true
        allowPartAttach = AllowedWithKisTool
        allowStaticAttach = AllowedAlways
        staticAttachBreakForce = 200
    }

Though it was a camera attached to my surveyor replica in order to be detached by my Apollo 12 crew

Link to comment
Share on other sites

22 hours ago, sumghai said:

You would need to use ModuleManager and write your own patch to add the KIS/KAS grab/attach behaviour to the desired parts.

Well thats above my pay grade lol, oh well.

I can't believe there isnt a single plugin for science storage. I've searched everywhere. Used to use SirDargons but they are no longer working or being worked on.

Link to comment
Share on other sites

Well, SirDragons was being maintained by @DMagic and he might be willing to do a recompile for 1.1.2, but he's really busy. You could try asking in the SirDragons thread.

Otherwise, I have a working version of Val's science backpack, but can't do anything with it due to licensing. Basically, look at a command pod, find the science container module, and add that to the backpack. You can then store science in the backpack. Look at the KIS wiki for how to attach parts to things, or better yet, find a working item that works as you want it to, and borrow the code from the config. An example would be the EVA-X backpack from Universal Storage, which Val's backpack was based off of.

That should be enough to get you sorted.

Link to comment
Share on other sites

On 6/10/2016 at 5:29 PM, IllicitMedic said:

Well thats above my pay grade lol, oh well.

I can't believe there isnt a single plugin for science storage. I've searched everywhere. Used to use SirDargons but they are no longer working or being worked on.

You don't need a plugin you can make any part a science storage part.

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