Skip to content

Commit

Permalink
Pegasus FAR config
Browse files Browse the repository at this point in the history
also RP update to prevent weird smoke, and reduce power use on probe core

#1506
  • Loading branch information
Rodg88 committed Jul 25, 2024
1 parent 037ef26 commit 98c390c
Show file tree
Hide file tree
Showing 6 changed files with 50 additions and 28 deletions.
19 changes: 0 additions & 19 deletions Gamedata/Bluedog_DB/Compatibility/FAR/Fins_FAR.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -152,25 +152,6 @@
}
!MODULE[ModuleControlSurface] {}
}
@PART[bluedog_Pegasus_Fin]:BEFORE[FerramAerospaceResearch]
{
MODULE
{
name = FARControllableSurface
MAC = 0.76
MidChordSweep = 19.5
b_2 = 1.05
TaperRatio = 0.325
nonSideAttach = 0
maxdeflect = 15
ctrlSurfFrac = 1
transformName = obj_ctrlSrf
pitchaxis = 100
yawaxis = 100
rollaxis = 100
}
!MODULE[ModuleControlSurface] {}
}
@PART[bluedog_LittleJoe2_Fin]:BEFORE[FerramAerospaceResearch]
{
MODULE
Expand Down
40 changes: 40 additions & 0 deletions Gamedata/Bluedog_DB/Compatibility/FAR/Pegasus_FAR.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
@PART[bluedog_Pegasus_Strongback]:BEFORE[FerramAerospaceResearch]
{
@minimum_drag = 0
@maximum_drag = 0
@angularDrag = 0
@dragCoeff = 0
!MODULE[ModuleLiftingSurface] {}
MODULE
{
name = FARWingAerodynamicModel
MAC = 1.58
b_2 = 5.02
MidChordSweep = 8
TaperRatio = 0.2945
nonSideAttach = 1
}
}
@PART[bluedog_Pegasus_Fin]:BEFORE[FerramAerospaceResearch]
{
@minimum_drag = 0
@maximum_drag = 0
@angularDrag = 0
@dragCoeff = 0
!MODULE[ModuleControlSurface] {}
MODULE
{
name = FARControllableSurface
MAC = 1
b_2 = 1.113
MidChordSweep = 14.46
TaperRatio = 0.352
nonSideAttach = 0
maxdeflect = 15
ctrlSurfFrac = 1
transformName = ctrlSrf
pitchaxis = 100
yawaxis = 100
rollaxis = 100
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
@MODULE[ModuleEngines*]
{
@name = ModuleEnginesFX
%powerEffectName = Solid-Lower
%powerEffectName = BDB_Solid-Lower
}
PLUME
{
name = Solid-Lower
name = BDB_Solid-Lower
transformName = thrustTransform
localRotation = 0,0,0
localPosition = 0,0,0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ PART
RESOURCE
{
name = ElectricCharge
rate = 0.020
rate = 0.01
}
hasHibernation = True
}
Expand All @@ -59,13 +59,13 @@ PART
MODULE
{
name = ModuleReactionWheel
PitchTorque = 0.2
YawTorque = 0.2
RollTorque = 0.2
PitchTorque = 0.04
YawTorque = 0.04
RollTorque = 0.04
RESOURCE
{
name = ElectricCharge
rate = 0.015
rate = 0.002
}
}
MODULE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ PART
MODEL
{
model = Bluedog_DB/Parts/Solids/Pegasus/bluedog_Pegasus_Decoupler
rotation = 0, 180, 0
}
rescaleFactor = 1
node_attach = 0.1, -0.009, -0.028, 0.0, 0.0, 1.0
node_attach = 0, -0.009, -0.04478, 0.0, 0.0, 1.0

NODE
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
useInternalDragModel = True
dragCoeff = 0.3
deflectionLiftCoeff = 0.61 // 2.18m^2
ctrlSurfaceRange = 10
ctrlSurfaceRange = 15
ctrlSurfaceArea = 1
actuatorSpeed = 25
transformName = ctrlSrf
Expand Down

0 comments on commit 98c390c

Please sign in to comment.