Jump to content

Extract Individual parts from large addons


Zosma Procyon

Recommended Posts

9 minutes ago, Zosma Procyon said:

Are there any established ways to just install individual parts from larger addons, like one or two the engines from the Near Future propulsion or the rumored electric props from the zeppelin parts pack?

Well for the most part yes  but it may take alittle work just depends how the cfg are wrote some have a set path in those cases one would have to re-write the new path some would be just fine moving them to there new home 

ones that have to be re-written would like 

	MODEL
	{
		model = *******/******/*****/****
	}

if you see that in the cfg pretty much mod fold name and path in the fold to the mu and the mu have the path to the textures

And if you look at Near Future cfgs you will see 

	MODEL
	{
		model = NearFutureAeronautics/Parts/Engine/Atomic/nfa-atomic-jet-25-1
		position = 0.0, 0.0, 0.0
		scale = 1,1,1
		rotation = 0, 0, 0
	}
	MODEL
	{
		model = NearFutureAeronautics/Parts/Engine/Multimode/nfa-engine-endcap-25-1
		position = 0.0, 1.54, 0.0
		scale = 1,1,1
		rotation = 0, 0, 0
	}

and on engines you would want to check the FX path  you might see 

	EFFECTS
	{
		power_open
		{
			AUDIO
			{
				channel = Ship
				clip = NearFutureAeronautics/Sounds/broadswordclosed_loop
				volume = 0.0 0.0
				volume = 0.05 0.0
				volume = 0.7 1.0
				pitch = 0.0 0.2
				pitch = 1.0 1.0
				loop = true
			}
		}

 

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