Jump to content

Fairings


Recommended Posts

Hey guys, I just wanted to know when are fairings unlocked in career mode, I've been looking around the research and development tree, and I just can't find them. Could somebody open my eyes? xD

And sorry if this was a dumb question, I'm kinda new at this game.

Link to comment
Share on other sites

The fairings in the game are apparently something on the lines of 9 times heavier than the fairings Space-X uses. There's quite a bit of discussion going on in the Are Fairings Useless? thread.

And you unlock the first one for either 45 or 90 science points. It's in the lower half of the tree. Looks like a tall nosecone in the little icon picture. And yes, it's in aerodynamic parts which makes total sense :)

Edited by 5thHorseman
Link to comment
Share on other sites

Well, if you want them lighter, you can always reduce the weight.

Here's a module manager cfg that should halve their weight:

@PART[fairingSize1]
{
@MODULE[ModuleProceduralFairing]
{
@UnitAreaMass = 0.015
}
}

@PART[fairingSize2]
{
@MODULE[ModuleProceduralFairing]
{
@UnitAreaMass = 0.02
}
}

@PART[fairingSize3]
{
@MODULE[ModuleProceduralFairing]
{
@UnitAreaMass = 0.03
}
}

Link to comment
Share on other sites

Well, if you want them lighter, you can always reduce the weight.

Here's a module manager cfg that should halve their weight:

...

Actually you can do it one better:

This has been edited thanks to the suggestion below by SpeedDaemon


@PART[fairingSize*]:HAS[@MODULE[ModuleProceduralFairing]]
{
@MODULE[ModuleProceduralFairing]
{
@UnitAreaMass *= 0.5
}
}

(Ganked from Starwaster's post and edited)

Edited by 5thHorseman
Link to comment
Share on other sites

Ah... Yeah, I thought you could do math in there, but didn't know it was that easy. :)

You might want to limit it to @PART[fairingSize*] though, instead of scraping up anything else you might add with that module...

Link to comment
Share on other sites

It's not counter-intuitive, don't think of it as the "plane parts", but the "aerodynamic parts" instead. All parts that are related to aerodynamics are in that area.

The first fairing is in the node named, quite literally, "Aerodynamics". I've unlocked it without touching the Aviation node at all.

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