Kerbal Inventory System config file for Connected Living Space.
KellanHiggins opened this issue ยท 1 comments
The new KIS system has two internal containers that don't have config files for them. I've put together the file for this. Allows the player to pass through the container.
file name CLSKIS.cfg. Just drop it into the plugin folder.
@PART[KIS_Container2]:HAS[!MODULE[ModuleConnectedLivingSpace]]
{
MODULE
{
name = ModuleConnectedLivingSpace
passable = true
}
}
@PART[KIS_Container3]:HAS[!MODULE[ModuleConnectedLivingSpace]]
{
MODULE
{
name = ModuleConnectedLivingSpace
passable = true
}
}