Skip to content

Commit

Permalink
Merge pull request #7 from bpolge/rockomax_config
Browse files Browse the repository at this point in the history
Add config nodes for Rockomax parts in career mode
  • Loading branch information
rsparkyc authored Aug 27, 2018
2 parents 8d00145 + 5f64e44 commit c093bcd
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions GameData/ProceduralFairings/Config/PF_Settings_Config.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ PROCFAIRINGS_MINDIAMETER
PROCFAIRINGS_MAXDIAMETER
{
start = 1.50
specializedConstruction = 2.75
advAerodynamics = 4.0
heavyAerodynamics = 12.0
experimentalAerodynamics = 30.0
Expand Down Expand Up @@ -59,6 +60,26 @@ PART
description = Allows fairings and plates to be made as small as 0.4 meters.
}

PART
{
name = pf_tech_fairing2_75m
module = Part
author = Starstrider42 (config), e-dog (model)

MODEL
{
model = ProceduralFairings/Parts/base_standard
}

TechRequired = specializedConstruction
entryCost = 0
cost = 0
category = none
title = Procedural Fairings Upgrade
manufacturer = Keramzit Engineering
description = Allows fairings bases up to 2.75 meters.
}

PART
{
name = pf_tech_fairing4m
Expand Down

0 comments on commit c093bcd

Please sign in to comment.