Jump to content

KAS Support


nMitch

Recommended Posts

Hello internet, I was just wondering if anyone knew how to edit parts and make them grab-bable(??) with the KAS mod. See i have the Tarsier tech installed and would love to have the HDD drives capable of being in a container and being picked up.

Link to comment
Share on other sites

i've never done this myself, so take this with a grain of salt...

but you should check out the addModule.cfg file in the GameData/KAS directory. Open it up in an editor and have a look around. you'll see lots of GRAB {} sections that seem to modify stock parts and make them "grabable". they look like this:

GRAB

{

stockPartName = linearRcs

evaPartPos = (0.0, 0.00, -0.21)

evaPartDir = (0,0,-1)

dropAtGroundPos = false

dropPartPos = (0.0, -0.1, -0.65)

dropPartRot = (0.0, 90.0, 0.0)

addPartMass = true

storable = true

storedSize = 4

attachOnPart = True

attachOnEva = False

attachOnStatic = False

attachSendMsgOnly = False

}

i would start and copy one of those entries, change the stockPartName to one of your modded parts and see what happens.

regards

Max

Link to comment
Share on other sites

  • 4 weeks later...

basically you can make a part grabable by putting this in the config of the part

MODULE
{
name = KASModuleGrab
evaPartPos = (0.0, 0.0, -0.15)
evaPartDir = (0,0,-1)
storable = true
storedSize = 4
attachOnPart = True
attachOnEva = False
attachOnStatic = True
}

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