Skip to content

Commit a3fe529

Browse files
author
Robin Chang
committed
Update fairingless LV-909 to 1.0.x standards
1 parent d596f4d commit a3fe529

1 file changed

Lines changed: 26 additions & 11 deletions

File tree

  • GameData/SDHI/Service Module System/Parts/SDHI_Rockomax_LV-909_NoFairing

GameData/SDHI/Service Module System/Parts/SDHI_Rockomax_LV-909_NoFairing/part.cfg

Lines changed: 26 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ PART
2424

2525
fx_exhaustFlame_blue_small = 0.0, -21.0, 0.0, 0.0, 1.0, 0.0, running
2626
fx_exhaustLight_blue = 0.0, -21.0, 0.0, 0.0, 0.0, 1.0, running
27-
fx_smokeTrail_light = 0.0, -21.0, 0.0, 0.0, 1.0, 0.0, running
27+
fx_smokeTrail_light = 0.0, -21.0, 0.0, 0.0, 1.0, 0.0, running
2828

2929
// --- Sound FX definition ---
3030

@@ -37,7 +37,7 @@ PART
3737
TechRequired = heavierRocketry
3838
entryCost = 0
3939
cost = 750
40-
category = Propulsion
40+
category = Engine
4141
subcategory = 0
4242
title = LV-909 "Terrier" Liquid Fuel Engine (Fairingless)
4343
manufacturer = Jebediah Kerman's Junkyard and Spaceship Parts Co.
@@ -86,7 +86,7 @@ PART
8686
key = 3 0.001
8787
}
8888
}
89-
89+
9090
MODULE
9191
{
9292
name = ModuleGimbal
@@ -103,15 +103,30 @@ PART
103103

104104
MODULE
105105
{
106-
name = ModuleJettison
107-
jettisonName = fairing
108-
bottomNodeName = hidefairing
109-
isFairing = True
110-
jettisonedObjectMass = 0.1
111-
jettisonForce = 5
112-
jettisonDirection = 0 0 1
106+
name = ModuleJettison
107+
jettisonName = fairing
108+
bottomNodeName = hidefairing
109+
isFairing = True
110+
jettisonedObjectMass = 0.1
111+
jettisonForce = 5
112+
jettisonDirection = 0 0 1
113113

114114
}
115115

116-
// No ModuleSurfaceFX, as the SDHI version of the LV-909 Terrier is only for use in orbit.
116+
MODULE
117+
{
118+
name = ModuleTestSubject
119+
environments = 15
120+
useStaging = True
121+
useEvent = False
122+
}
123+
MODULE
124+
{
125+
name = ModuleSurfaceFX
126+
thrustProviderModuleIndex = 0
127+
fxMax = 0.3
128+
maxDistance = 30
129+
falloff = 1.7
130+
thrustTransformName = thrustTransform
131+
}
117132
}

0 commit comments

Comments
 (0)