Jump to content

Is there a Mk0 fairing mod?


Recommended Posts

8 hours ago, Fireheart318 said:

Is there a mod that adds fairings that fit on Mk0/0.625m parts? And no, Tweakscale doesn't work on fairings.

You can do it with Module Manager, but it is much trickier than rescaling a typical part.

I’ve made bigger ones before, not smaller, but it should be doable.

Link to comment
Share on other sites

//***Size 0 PAYLOAD FAIRINGS***
//Does not rescale autotrusses.
@PART[fairingSize1]
{	
	@MODEL,0 
	{	
		&scale = 1.0, 1.0, 1.0
		@scale[*] *= 0.5
	}
	
	@node_stack_top,1 *= 0.5
	@node_stack_bottom,1 *= 0.5
	
	//fx_gasBurst_white = 0.0, 0.3, 0.0, 0.0, 1.0, 0.0, deploy
	
	@name = customFairingSize0
	@entryCost = 2000
	@cost = 200
	@title = AE-FF0 Airstream Protective Shell (0.625m)
	
	@MODULE[ModuleProceduralFairing]
	{
		@baseRadius *= 0.5
		@maxRadius *= 0.5
		@capRadius *= 0.5
		@xSectionHeightMax *= 0.5
		//UnitAreaMass = 0.016 
		//UnitAreaCost = 18 
	}
	@MODULE[ModuleCargoBay]  //not sure what this does
	{
		@lookupRadius *= 0.5
	}	
}	

This should get you started.

Link to comment
Share on other sites

  • 4 weeks later...
On 7/14/2018 at 11:47 AM, Nightside said:

//***Size 0 PAYLOAD FAIRINGS***
//Does not rescale autotrusses.
@PART[fairingSize1]
{	
	@MODEL,0 
	{	
		&scale = 1.0, 1.0, 1.0
		@scale[*] *= 0.5
	}
	
	@node_stack_top,1 *= 0.5
	@node_stack_bottom,1 *= 0.5
	
	//fx_gasBurst_white = 0.0, 0.3, 0.0, 0.0, 1.0, 0.0, deploy
	
	@name = customFairingSize0
	@entryCost = 2000
	@cost = 200
	@title = AE-FF0 Airstream Protective Shell (0.625m)
	
	@MODULE[ModuleProceduralFairing]
	{
		@baseRadius *= 0.5
		@maxRadius *= 0.5
		@capRadius *= 0.5
		@xSectionHeightMax *= 0.5
		//UnitAreaMass = 0.016 
		//UnitAreaCost = 18 
	}
	@MODULE[ModuleCargoBay]  //not sure what this does
	{
		@lookupRadius *= 0.5
	}	
}	

This should get you started.

So I finally got around to adding the fairing to the game and it works great, except the base is slightly ahead of the rest of the fairing and it just doesn't look that great. What should I do to fix it?

Link to comment
Share on other sites

  • 3 years later...
2 hours ago, AKerbalDog said:

Is it possible to just get the 0.625m fairing by deleting some of its parts? Whats the part name? I tried to get a 0.625m fairing but ended up breaking my game instead.

@AKerbalDog Give this a try: https://www.dropbox.com/s/byoake9bfb5c44u/BDB Fairings.zip?dl=1

I pruned it for you, but those fairings are not quite the same as stock. Released under the same CC-BY-NC-SA 4.0 as the original Bluedog Design Bureau by Cobaltwolf.

In the event you need a little guidance on installing mods:

 

Edited by Randazzo
Link to comment
Share on other sites

If you just need fairings, use CKAN (a mod manager that runs outside KSP) to install "Simple Adjustable Fairings - KW Rocketry fairing pack" (I might be a little off on the name).

That will give you great set of pretty fairings in 0.625 plus other sizes. It's a small mod even if you don't need those other sizes.

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