Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not set PF side density #2405

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions GameData/RP-1/Tree/PFTechLevels.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 75,6 @@ PARTUPGRADE
{
!_applyPFMassUpgrades = DEL

�nsity = 0.18
%minDensity = 0.18
%maxDensity = 1.0
%stepDensity = 0.001
Expand All @@ -85,42 84,36 @@ PARTUPGRADE
{
name__ = PFTech-Fairing-I
description__ = You can now use 1950s Aluminum stringer-stiffened fairings and stringers.
density = 0.155
minDensity = 0.155
}
UPGRADE
{
name__ = PFTech-Fairing-II
description__ = You can now use 1960s Magnesium stringer-stiffened fairings and stringers.
density = 0.143
minDensity = 0.143
}
UPGRADE
{
name__ = PFTech-Fairing-III
description__ = You can now use late 1960s Fiberglass stringer-stiffened fairings and stringers.
density = 0.074
minDensity = 0.074
}
UPGRADE
{
name__ = PFTech-Fairing-IV
description__ = You can now use 1980s Aluminum isogrid fairings and stringers.
density = 0.068
minDensity = 0.068
}
UPGRADE
{
name__ = PFTech-Fairing-V
description__ = You can now use 1990s composite monocoque fairings and stringers.
density = 0.042
minDensity = 0.042
}
UPGRADE
{
name__ = PFTech-Fairing-VI
description__ = You can now use 2010s advanced composite monocoque fairings and stringers.
density = 0.04
minDensity = 0.04
}
}
Expand Down
Loading