Skip to content

Commit

Permalink
Fix a few errors in RealFuels configs.
Browse files Browse the repository at this point in the history
Remove incorrect explicit drag cube in a few parts.
  • Loading branch information
jsolson committed May 4, 2019
1 parent 1a47595 commit ee72ecf
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 50 deletions.
Expand Up @@ -204,7 +204,7 @@
{
name = ModuleEngineConfigs
type = ModuleEnginesRF
configuration = RL-10A1
configuration = RL-10A4

CONFIG
{
Expand Down
Expand Up @@ -119,40 +119,6 @@
}
}

@MODULE[ModuleRCSFX]
{
%engineID = RCS
!resourceName = DELETE
!PROPELLANT[*],* {}
PROPELLANT
{
name = Hydrazine
ratio = 1
}
}
MODULE
{
name = ModuleEngineConfigs
// engineID = RCS
type = ModuleRCS
configuration = Hydrazine
CONFIG
{
name = Hydrazine
thrusterPower = #$/MODULE[ModuleRCSFX]/thrusterPower$
PROPELLANT
{
name = Hydrazine
ratio = 1
}
atmosphereCurve
{
key = 0 230
key = 1 100
}
}
}

MODULE
{
name = ModuleFuelTanks
Expand Down
Expand Up @@ -36,11 +36,6 @@ MODEL

tags = decoupler 1.25 structural fenris thor redstone etoh diamant rosuette chryslus juno hermes mercury atlas

DRAG_CUBE
{
cube = Default, 0.3840669,0.7586023,0.765933, 0.3840669,0.7586111,0.765933, 1.250829,0.890376,0.2939519, 1.250829,0.9989504,0.1118914, 0.3840669,0.7559006,0.7659331, 0.3840669,0.7590505,0.7659331, 0,7.82311E-09,-9.325873E-16, 1.337897,0.2835982,1.337897
}

MODULE
{
name = ModuleDecouple
Expand Down
5 changes: 0 additions & 5 deletions Gamedata/Bluedog_DB/Parts/Generic/bluedog_Decoupler_1p5m.cfg
Expand Up @@ -180,9 +180,4 @@ MODEL
body = _NotSun
}
}

DRAG_CUBE
{
cube = Default, 0.5473201,0.7008904,0.7968628, 0.5473201,0.7008521,0.7968628, 1.500829,0.8234898,0.2206994, 1.500829,0.8234897,0.2206994, 0.5473201,0.6968417,0.7968628, 0.5473201,0.696598,0.7968628, 0,0,0, 1.4,0.4543995,1.4
}
}
Expand Up @@ -151,9 +151,4 @@ MODEL
body = _NotSun
}
}

DRAG_CUBE
{
cube = Default, 0.5473201,0.7008904,0.7968628, 0.5473201,0.7008521,0.7968628, 1.500829,0.8234898,0.2206994, 1.500829,0.8234897,0.2206994, 0.5473201,0.6968417,0.7968628, 0.5473201,0.696598,0.7968628, 0,0,0, 1.4,0.4543995,1.4
}
}

0 comments on commit ee72ecf

Please sign in to comment.