Jump to content

KAS MM.cfg for AIES


Svm420

Recommended Posts

I would like to request a KAS mm.cfg file to be able to store and attach the smaller antenna in remote tech. I would do this myself, but i don't get much time to play KSP so I try to spend it actually playing. The only thing I don't know how to do for the cfg is the setting for positioning the item on the kerbals back once I've grabbed the part while EVA. Thanks in advance! :)

Edited by Svm420
Link to comment
Share on other sites

Try this:


@PART[RT*Dish*] {
MODULE
{
name = KASModuleGrab
evaPartPos = (0.0, 0.0, -0.15)
evaPartDir = (0,0,-1)
storable = True
storedSize = 10
attachOnPart = True
attachOnEva = False
attachOnStatic = False
}
}
@PART[RT*Antenna*] {
MODULE
{
name = KASModuleGrab
evaPartPos = (0.0, 0.0, -0.15)
evaPartDir = (0,0,-1)
storable = True
storedSize = 10
attachOnPart = True
attachOnEva = False
attachOnStatic = False
}
}

Here's the part names, if the wildcard doesn't work.

RTGigaDish1

RTGigaDish2

RTLongAntenna2

RTLongAntenna3

RTLongDish1

RTLongDish2

RTShortAntenna1

RTShortDish1

RTShortDish2

Link to comment
Share on other sites

  • 1 month later...
Try this:


@PART[RT*Dish*] {
MODULE
{
name = KASModuleGrab
evaPartPos = (0.0, 0.0, -0.15)
evaPartDir = (0,0,-1)
storable = True
storedSize = 10
attachOnPart = True
attachOnEva = False
attachOnStatic = False
}
}
@PART[RT*Antenna*] {
MODULE
{
name = KASModuleGrab
evaPartPos = (0.0, 0.0, -0.15)
evaPartDir = (0,0,-1)
storable = True
storedSize = 10
attachOnPart = True
attachOnEva = False
attachOnStatic = False
}
}

Here's the part names, if the wildcard doesn't work.

RTGigaDish1

RTGigaDish2

RTLongAntenna2

RTLongAntenna3

RTLongDish1

RTLongDish2

RTShortAntenna1

RTShortDish1

RTShortDish2

I never got back ehrer to thank you and say how awesome this worked. I am now putting out another request for a KAS cfg for AIES antennas. There have been cfgs for some parts from the mod, but none of them include the antennas. This mod has a great variety of antenna that enhance RT a lot. So I again would greatly appreciate someone sharing that. Thnaks!

Edited by Svm420
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...