Skip to content

Commit

Permalink
Hotfix update
Browse files Browse the repository at this point in the history
-Fix waterfall FX
-fix Fuelswitch patch
  • Loading branch information
SuicidalInsanity committed Jan 20, 2024
1 parent 0e58555 commit 433032c
Show file tree
Hide file tree
Showing 17 changed files with 133 additions and 20 deletions.
6 changes: 6 additions & 0 deletions Mk2Expansion/GameData/Mk2Expansion/Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
1.9.1.4
=============================================
-Fix offset waterfall FX on the Mongrel
-Add ModuleLiftingSurface to some Mk2 parts that were missing it
-Fix broken Fuelswitch MM patch

1.9.1.3
===============================================
-KSP 1.12.5 update
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,15 @@ MODULE
amount = 180
maxAmount = 180
}
MODULE
{
name = ModuleLiftingSurface
useInternalDragModel = False
deflectionLiftCoeff = 0.25
dragAtMaxAoA = 0.07
dragAtMinAoA = 0.05
}

DRAG_CUBE
{
cube = Default, 2.666,0.6244,1.345, 2.666,0.6244,1.345, 2.495,0.5803,2.007, 2.495,0.9717,0.1652, 3.759,0.8532,0.8467, 3.759,0.8527,0.8467, 0,0.01563,-1.863E-09, 2.5,1.906,1.5
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,13 @@ MODULE
name = ModuleAnimateHeat
ThermalAnim = CookedSeafood
}
MODULE
{
name = ModuleLiftingSurface
useInternalDragModel = False
deflectionLiftCoeff = 0.17
dragAtMaxAoA = 0.07
dragAtMinAoA = 0.05
}

}
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,14 @@ PART
hideFlow = true
}
MODULE
{
name = ModuleLiftingSurface
useInternalDragModel = False
deflectionLiftCoeff = 0.1
dragAtMaxAoA = 0.07
dragAtMinAoA = 0.05
}
MODULE
{
name = ModuleTestSubject
useStaging = True
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,14 @@ PART
hideFlow = true
}
MODULE
{
name = ModuleLiftingSurface
useInternalDragModel = False
deflectionLiftCoeff = 0.07
dragAtMaxAoA = 0.07
dragAtMinAoA = 0.05
}
MODULE
{
name = ModuleTestSubject
useStaging = True
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,14 @@ PART
preferMultiMode = True
}
MODULE
{
name = ModuleLiftingSurface
useInternalDragModel = False
deflectionLiftCoeff = 0.1
dragAtMaxAoA = 0.07
dragAtMinAoA = 0.05
}
MODULE
{
name = ModuleTestSubject
useStaging = True
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,14 @@ PART
gimbalRange = 2
}
MODULE
{
name = ModuleLiftingSurface
useInternalDragModel = False
deflectionLiftCoeff = 0.2
dragAtMaxAoA = 0.07
dragAtMinAoA = 0.05
}
MODULE
{
name = ModuleTestSubject
useStaging = True
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,15 @@ PART
isTweakable = false
hideFlow = true
}
MODULE
MODULE
{
name = ModuleLiftingSurface
useInternalDragModel = False
deflectionLiftCoeff = 0.17
dragAtMaxAoA = 0.07
dragAtMinAoA = 0.05
}
MODULE
{
name = ModuleTestSubject
useStaging = True
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,14 @@ PART
gimbalRange = 10
}
MODULE
{
name = ModuleLiftingSurface
useInternalDragModel = False
deflectionLiftCoeff = 0.17
dragAtMaxAoA = 0.07
dragAtMinAoA = 0.05
}
MODULE
{
name = ModuleTestSubject
useStaging = True
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,15 @@ MODULE
isTweakable = false
hideFlow = true
}
MODULE
MODULE
{
name = ModuleLiftingSurface
useInternalDragModel = False
deflectionLiftCoeff = 0.35
dragAtMaxAoA = 0.07
dragAtMinAoA = 0.05
}
MODULE
{
name = ModuleTestSubject
useStaging = True
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,14 @@ PART
gimbalTransformName = thrustTransform
gimbalRange = 1
}
MODULE
{
name = ModuleLiftingSurface
useInternalDragModel = False
deflectionLiftCoeff = 0.17
dragAtMaxAoA = 0.07
dragAtMinAoA = 0.05
}
MODULE
{
name = ModuleTestSubject
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,14 @@ PART
gimbalTransformName = thrustTransform
gimbalRange = 1
}
MODULE
{
name = ModuleLiftingSurface
useInternalDragModel = False
deflectionLiftCoeff = 0.17
dragAtMaxAoA = 0.07
dragAtMinAoA = 0.05
}
MODULE
{
name = ModuleTestSubject
Expand Down
12 changes: 10 additions & 2 deletions Mk2Expansion/GameData/Mk2Expansion/Parts/Engines/Turbojet/part.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -317,8 +317,7 @@ PART
key = 90 12
}
}

MODULE
MODULE
{
name = FXModuleAnimateThrottle
animationName = Turbojet_Heat
Expand Down Expand Up @@ -376,6 +375,15 @@ PART
isTweakable = false
hideFlow = true
}
MODULE
{
name = ModuleLiftingSurface
useInternalDragModel = False
deflectionLiftCoeff = 0.1
dragAtMaxAoA = 0.07
dragAtMinAoA = 0.05
}

MODULE
{
name = ModuleTestSubject
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,9 @@ PART
name = ModuleControlSurface
useInternalDragModel = True
dragCoeff = 0.0
deflectionLiftCoeff = 0.00 // 6m^2 * 1.2 / 3.5
deflectionLiftCoeff = 0.45 // 6m^2 * 1.2 / 3.5
ctrlSurfaceRange = 60
ctrlSurfaceArea = 0
ctrlSurfaceArea = 0.3
actuatorSpeed = 40
transformName = Pivot
ignorePitch = true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,15 @@ PART
isTweakable = false
hideFlow = true
}
MODULE
{
name = ModuleLiftingSurface
useInternalDragModel = False
deflectionLiftCoeff = 0.1
dragAtMaxAoA = 0.07
dragAtMinAoA = 0.05
}

MODULE
{
name = FXModuleLookAtConstraint
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2092,7 +2092,7 @@ MODULE
TEMPLATE
{
templateName = waterfall-hypergolic-aerozine50-lower-1
overrideParentTransform = thrustTransform
overrideParentTransform = FXpoint
position = 0,0,-0.65
rotation = 0, 0, 0
scale = 0.2, 0.2, 0.2
Expand Down
26 changes: 13 additions & 13 deletions Mk2Expansion/GameData/Mk2Expansion/Patches/Mk2X_FuelTankSwitch.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{
MODULE
{
title =ModuleB9PartSwitch
name = ModuleB9PartSwitch
moduleID = fuelSwitch
switcherDescription = #LOC_Mk2X_FuelTankSwitch_switcherDescription // #LOC_Mk2X_FuelTankSwitch_switcherDescription = Tank Type
baseVolume = 400
Expand Down Expand Up @@ -35,7 +35,7 @@
{
MODULE
{
title =ModuleB9PartSwitch
name = ModuleB9PartSwitch
moduleID = fuelSwitch
switcherDescription = #LOC_Mk2X_FuelTankSwitch_switcherDescription // #LOC_Mk2X_FuelTankSwitch_switcherDescription = Tank Type
baseVolume = 800
Expand Down Expand Up @@ -65,7 +65,7 @@
{
MODULE
{
title =ModuleB9PartSwitch
name = ModuleB9PartSwitch
moduleID = fuelSwitch
switcherDescription = #LOC_Mk2X_FuelTankSwitch_switcherDescription // #LOC_Mk2X_FuelTankSwitch_switcherDescription = Tank Type
baseVolume = 100
Expand Down Expand Up @@ -95,7 +95,7 @@
{
MODULE
{
title =ModuleB9PartSwitch
name = ModuleB9PartSwitch
moduleID = fuelSwitch
switcherDescription = #LOC_Mk2X_FuelTankSwitch_switcherDescription // #LOC_Mk2X_FuelTankSwitch_switcherDescription = Tank Type
baseVolume = 100
Expand Down Expand Up @@ -123,7 +123,7 @@
{
MODULE
{
title =ModuleB9PartSwitch
name = ModuleB9PartSwitch
moduleID = fuelSwitch
switcherDescription = #LOC_Mk2X_FuelTankSwitch_switcherDescription // #LOC_Mk2X_FuelTankSwitch_switcherDescription = Tank Type
baseVolume = 200
Expand Down Expand Up @@ -151,7 +151,7 @@
{
MODULE
{
title =ModuleB9PartSwitch
name = ModuleB9PartSwitch
moduleID = fuelSwitch
switcherDescription = #LOC_Mk2X_FuelTankSwitch_switcherDescription // #LOC_Mk2X_FuelTankSwitch_switcherDescription = Tank Type
baseVolume = 600
Expand Down Expand Up @@ -179,7 +179,7 @@
{
MODULE
{
title =ModuleB9PartSwitch
name = ModuleB9PartSwitch
moduleID = fuelSwitch
switcherDescription = #LOC_Mk2X_FuelTankSwitch_switcherDescription // #LOC_Mk2X_FuelTankSwitch_switcherDescription = Tank Type
baseVolume = 800
Expand Down Expand Up @@ -209,7 +209,7 @@
{
MODULE
{
title =ModuleB9PartSwitch
name = ModuleB9PartSwitch
moduleID = fuelSwitch
switcherDescription = #LOC_Mk2X_FuelTankSwitch_switcherDescription // #LOC_Mk2X_FuelTankSwitch_switcherDescription = Tank Type
baseVolume = 400
Expand All @@ -236,7 +236,7 @@
{
MODULE
{
title =ModuleB9PartSwitch
name = ModuleB9PartSwitch
moduleID = fuelSwitch
switcherDescription = #LOC_Mk2X_FuelTankSwitch_switcherDescription // #LOC_Mk2X_FuelTankSwitch_switcherDescription = Tank Type
baseVolume = 400
Expand Down Expand Up @@ -264,7 +264,7 @@
{
MODULE
{
title =ModuleB9PartSwitch
name = ModuleB9PartSwitch
moduleID = fuelSwitch
switcherDescription = #LOC_Mk2X_FuelTankSwitch_switcherDescription // #LOC_Mk2X_FuelTankSwitch_switcherDescription = Tank Type
baseVolume = 400
Expand Down Expand Up @@ -292,7 +292,7 @@
{
MODULE
{
title =ModuleB9PartSwitch
name = ModuleB9PartSwitch
moduleID = fuelSwitch
switcherDescription = #LOC_Mk2X_FuelTankSwitch_switcherDescription // #LOC_Mk2X_FuelTankSwitch_switcherDescription = Tank Type
baseVolume = 300
Expand All @@ -319,7 +319,7 @@
{
MODULE
{
title =ModuleB9PartSwitch
name = ModuleB9PartSwitch
moduleID = fuelSwitch
switcherDescription = #LOC_Mk2X_FuelTankSwitch_switcherDescription // #LOC_Mk2X_FuelTankSwitch_switcherDescription = Tank Type
baseVolume = 200
Expand Down Expand Up @@ -348,7 +348,7 @@
{
MODULE
{
title =ModuleB9PartSwitch
name = ModuleB9PartSwitch
moduleID = fuelSwitch
switcherDescription = #LOC_Mk2X_FuelTankSwitch_switcherDescription // #LOC_Mk2X_FuelTankSwitch_switcherDescription = Tank Type
baseVolume = 400
Expand Down

0 comments on commit 433032c

Please sign in to comment.