Jump to content

Adding parts from other mods to Kerbal Attachment System


jarmund

Recommended Posts

I've played KSP for a while now, and my approach here has been the same as with other games: First try it out vanilla, then add mods as I see which holes they'd fill.

I added mechjeb first, to automate the repetitive stuff that I'd done manually more than Jebediah himself. Works fine.

I then added kethane to set up a fuel depot on Minimus and Duna. Also works fine.

Added Kerbal Attachment System to create a hauler/worker. Retrieving space debris and hauling stuff down from orbit. Workis fine, but with some limitations.

What I would like to do now is to use KAS for retrofitting various crafts with mechjeb and kethane parts. How do I go about configuring this? I've found no specific instructions for doing this except seeing videos of people who've already done it, praising KAS's ability to support this.

What I have so far is this in GameData/aoeu/aoeu.cfg to add the mechjeb unit to KAS, gathered from snippets of information found by googling:


@PART[mumech_MJ2_AR202]{
MODULE
{
name = mumech_MJ2_AR202
stockPartName = mumech_MJ2_AR202
evaPartPos = (0.0, -0.05, -0.2)
evaPartDir = (0,0,-1)
physicJoint = False
storable = True
storedSize = 5
attachOnPart = True
attachOnEva = True
attachOnStatic = False
attachSendMsgOnly = False
customGroundPos = true
dropPartPos = (0.0, 0.0, -1.0)
dropPartRot = (0.0, 0.0, 0.0)
}
}

However, the only result of the above is a duplicate item under the control tab, seemingly with the same properties. I still do not find a part in the list when trying to add it to the container of my worker-ship, still in the construction bay. What am I missing?

As mentioned above, I've found bits and pieces of info relating to this, but what I've found more of is people trying to do the same thing, and what I've found none of is a complete overview of the process of how to achieve this, be it mechjeb, kethane, or parts from any other mods.

PS: This is a repost of my post on gaming.stackexchange.com

Link to comment
Share on other sites

Try something like this

@PART[mumech_MJ2_AR202]{

@attachRules = 1,1,1,1,0

MODULE

{

name = KASModuleGrab

evaPartPos = (0.0, 0.0, -0.15)

evaPartDir = (0,0,-1)

storable = True

storedSize = 4

attachOnPart = True

attachOnEva = False

attachOnStatic = False

}

}

There use to be a post on this let me up a file, I got, HERE it added the grab to alot of thing. https://dl.dropboxusercontent.com/u/72893034/A_Mechanic_Is_Jeb.cfg.zip

EDIT- Here is the Post on it. http://forum.kerbalspaceprogram.com/threads/71683-A-Mechanic-Is-Jeb-or-KAS-For-Almost-Everything

Edited by Mecripp2
Link to comment
Share on other sites

Try something like this

There use to be a post on this let me up a file, I got, HERE it added the grab to alot of thing. https://dl.dropboxusercontent.com/u/72893034/A_Mechanic_Is_Jeb.cfg.zip

EDIT- Here is the Post on it. http://forum.kerbalspaceprogram.com/threads/71683-A-Mechanic-Is-Jeb-or-KAS-For-Almost-Everything

Oddly enough, I tried this, and i get the same result: Two of the same mechjeb units in the construction parts panel, but none when i right click Container on ship and try to add stuff (I've looked under Control, Command, All and None, and it's simply not there.)

Link to comment
Share on other sites

Try something like this

There use to be a post on this let me up a file, I got, HERE it added the grab to alot of thing. https://dl.dropboxusercontent.com/u/72893034/A_Mechanic_Is_Jeb.cfg.zip

EDIT- Here is the Post on it. http://forum.kerbalspaceprogram.com/threads/71683-A-Mechanic-Is-Jeb-or-KAS-For-Almost-Everything

Disregard my previous post, my bad: I typoe'd when entering your code (name - KASModureGrab..... eh)

And it just happens that mumech_MJ2_AR202 is not listed in the cfg you linked to.

Anyway, thanks for posting a working config prompting me to doublecheck my syntax and spelling.

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