Difference between revisions of "LV-T30 "Reliant" Liquid Fuel Engine"

From Kerbal Space Program Wiki
Jump to: navigation, search
Line 8: Line 8:
 
|
 
|
 
config=  
 
config=  
  // Kerbal Space Program - Part Config
+
<pre>
  // LV-T30 Liquid Fuel Engine
+
// Kerbal Space Program - Part Config
  //  
+
// LV-T30 Liquid Fuel Engine
 
+
//  
  // --- general parameters ---
+
 
  name = liquidEngine
+
// --- general parameters ---
  module = LiquidEngine
+
name = liquidEngine
  author = Mrbrownce
+
module = LiquidEngine
 
+
author = Mrbrownce
  // --- asset parameters ---
+
 
  mesh = liquidEngine.DAE
+
// --- asset parameters ---
  scale = 0.1
+
mesh = liquidEngine.DAE
  texture = liqeng_tex.png
+
scale = 0.1
  specPower = 0.1
+
texture = liqeng_tex.png
  rimFalloff = 3
+
specPower = 0.1
  alphaCutoff = 0
+
rimFalloff = 3
 
+
alphaCutoff = 0
  // --- node definitions ---
+
 
  node_stack_top = 0.0, 7.21461, 0.0, 0.0, 1.0, 0.0
+
// --- node definitions ---
  node_stack_bottom = 0.0, -7.27403, 0.0, 0.0, 1.0, 0.0
+
node_stack_top = 0.0, 7.21461, 0.0, 0.0, 1.0, 0.0
 
+
node_stack_bottom = 0.0, -7.27403, 0.0, 0.0, 1.0, 0.0
 
+
 
  // --- FX definitions ---
+
 
 
+
// --- FX definitions ---
  fx_exhaustFlame_blue = 0.0, -10.3, 0.0, 0.0, 1.0, 0.0, active
+
 
  fx_exhaustLight_blue = 0.0, -10.3, 0.0, 0.0, 0.0, 1.0, active
+
fx_exhaustFlame_blue = 0.0, -10.3, 0.0, 0.0, 1.0, 0.0, active
  fx_smokeTrail_medium = 0.0, -10.3, 0.0, 0.0, 1.0, 0.0, active
+
fx_exhaustLight_blue = 0.0, -10.3, 0.0, 0.0, 0.0, 1.0, active
 
+
fx_smokeTrail_medium = 0.0, -10.3, 0.0, 0.0, 1.0, 0.0, active
  // --- Sound FX definition ---
+
 
 
+
// --- Sound FX definition ---
  sound_vent_medium = activate
+
 
  sound_rocket_hard = active
+
sound_vent_medium = activate
  sound_vent_soft = deactivate
+
sound_rocket_hard = active
 
+
sound_vent_soft = deactivate
  // --- editor parameters ---
+
 
  cost = 850
+
// --- editor parameters ---
  category = 0
+
cost = 850
  subcategory = 0
+
category = 0
  title = LV-T30 Liquid Fuel Engine
+
subcategory = 0
  manufacturer = Jebediah Kerman's Junkyard and Spaceship Parts Co.
+
title = LV-T30 Liquid Fuel Engine
  description = Although criticized by some due to it's not unsignificant use of so-called "pieces found lying about", the LV-T series has proven itself as a comparatively reliable engine. The T30 model boasts a failure ratio below the 50% mark. This has been considered a major improvement over previous models by engineers and LV-T enthusiasts.
+
manufacturer = Jebediah Kerman's Junkyard and Spaceship Parts Co.
 
+
description = Although criticized by some due to it's not unsignificant use of so-called "pieces found lying about", the LV-T series has proven itself as a comparatively reliable engine. The T30 model boasts a failure ratio below the 50% mark. This has been considered a major improvement over previous models by engineers and LV-T enthusiasts.
  // attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
+
 
  attachRules = 1,0,1,0,0
+
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
 
+
attachRules = 1,0,1,0,0
  // --- standard part parameters ---
+
 
  mass = 2
+
// --- standard part parameters ---
  dragModelType = default
+
mass = 2
  maximum_drag = 0.2
+
dragModelType = default
  minimum_drag = 0.2
+
maximum_drag = 0.2
  angularDrag = 2
+
minimum_drag = 0.2
  crashTolerance = 7
+
angularDrag = 2
  maxTemp = 3600
+
crashTolerance = 7
 
+
maxTemp = 3600
  // --- liquid engine parameters ---
+
 
 
+
// --- liquid engine parameters ---
  maxThrust = 200
+
 
  minThrust = 0
+
maxThrust = 200
  heatProduction = 500
+
minThrust = 0
  fuelConsumption = 8
+
heatProduction = 500
 
+
fuelConsumption = 8
  // thrustVectoringCapable = True
+
 
  // gymbalRange = 10
+
// thrustVectoringCapable = True
 +
// gymbalRange = 10
 +
</pre>
 
|
 
|
 
}}
 
}}

Revision as of 20:52, 15 July 2011

[[|]]