Jump to content

Generic IVAs for mods without IVAs


Recommended Posts

Hi all, 

I've got a lot of mods installed with hundreds of command pods without any IVA what soever. 

So I was thinking, maybe I could write a MM patch that looks for all command pods that have crew capacity of  x and assign a default pod to it. 

So my idea is that the patch looks for mods that you might already have installed, picking the best one available and falling back to standard squad parts when it can't find a good match.

Can anyone help complete the table below? Or is there a mod pack out there with generic IVA's for pods?

Thanks

GEH.

 

Editied  - Added 5 man pod

Crew Capacity Alternative IVA's
Crew Capacity IVA Name 
1 mk1PodCockpit   -  SQUAD
2 landerCabinInternals - SQUAD
3 PodCockpit  - SQUAD
4 PodCockpit - SQUAD
5 RodanCockpit - TundraExploration
6 inlineCmdPodinternals - NearFutureSpacecraft
7 mk4-1pod-internals - NearFutureSpacecraft
8 ?

 

 

 

 

@PART[*]:HAS[#CrewCapacity[=1]]:HAS[!INTERNAL]
{
	INTERNAL
	{
	  name = mk1PodCockpit
	}
}
@PART[*]:HAS[#CrewCapacity[=2]]:HAS[!INTERNAL]
{
	INTERNAL
	{
		name = landerCabinInternals
	}
}

@PART[*]:HAS[#CrewCapacity[=3]]:HAS[!INTERNAL]
{
	INTERNAL
	{
		name = PodCockpit
	}
}

@PART[*]:HAS[#CrewCapacity[=4]]:HAS[!INTERNAL]
{
	INTERNAL
	{
		name = MK3_Cockpit_Int
	}
}

@PART[*]:HAS[#CrewCapacity[=5]]:HAS[!INTERNAL]:NEEDS:[TundraExploration]:FINAL
{
	INTERNAL
	{
		name = RodanCockpit
	}
}



@PART[*]:HAS[#CrewCapacity[=6]]:HAS[!INTERNAL]:NEEDS[NearFutureSpacecraft]
{
	INTERNAL
	{
	  name = inlineCmdPodinternals
	}
}

@PART[*]:HAS[#CrewCapacity[=7]]:HAS[!INTERNAL]:NEEDS[NearFutureSpacecraft]
{
	INTERNAL
	{
	  name = mk4-1pod-internals
	}
}

 

Edited by genericeventhandler
Added 5 man pod, still need an 8 man to finish it off.
Link to comment
Share on other sites

26 minutes ago, Streetwind said:

Are you hoping for IVAs that look especially generic or nondescript here? Or are you just looking for any sort of IVA to repurpose, even if it clearly doesn't look the same from the inside as it looks on the outside?

Any IVA,  pod like is better, but anything will do. I hate for them to be sat in the deepest blackness, or in some cases, floating in space with a docking clamp in front of them. 

Link to comment
Share on other sites

3 minutes ago, MacLuky said:

Just create a mm patch re-use an existing Iva 

Yep that's what I'm trying to do, this is what I have so far. 

Spoiler

@PART[*]:HAS[#CrewCapacity[=1]]:HAS[!INTERNAL]
{
	INTERNAL
	{
	  name = mk1PodCockpit
	}
}
@PART[*]:HAS[#CrewCapacity[=2]]:HAS[!INTERNAL]
{
	INTERNAL
	{
		name = landerCabinInternals
	}
}

@PART[*]:HAS[#CrewCapacity[=3]]:HAS[!INTERNAL]
{
	INTERNAL
	{
		name = PodCockpit
	}
}

@PART[*]:HAS[#CrewCapacity[=4]]:HAS[!INTERNAL]
{
	INTERNAL
	{
		name = MK3_Cockpit_Int
	}
}

 

What I'm trying to find is other mods out there that have IVA's for bigger crews. 

 

GEH.

Link to comment
Share on other sites

3 hours ago, Benjamin Kerman said:

Just make sure to credit those authors, and before using, ask them for their permission. 

No permissions are required here. He is offering a config file for download that redistributes nothing from the mods they are referencing. If he were to offer the actual IVA spaces for download - then yes, he would need to comply with the original licenses.

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