Difference between revisions of "Parts/Wheel/roverWheelTR-2L/roverWheelTR-2L.cfg"
From Kerbal Space Program Wiki
< Parts
m (BobBot moved page Parts/Wheel/wheelMed/part.cfg to Parts/Wheel/roverWheelTR-2L/roverWheelTR-2L.cfg without leaving a redirect: Renamed part configuration file after update.) |
m (*update to 1.0;) |
||
Line 1: | Line 1: | ||
{{Part config|TR-2L Ruggedized Vehicular Wheel|2=PART | {{Part config|TR-2L Ruggedized Vehicular Wheel|2=PART | ||
{ | { | ||
− | name = wheelMed | + | name = wheelMed |
− | module = Part | + | module = Part |
− | author = Squad | + | author = Squad |
− | + | mesh = model.mu | |
− | mesh = model.mu | + | scale = 1 |
− | scale = 1 | + | rescaleFactor = 1 |
− | rescaleFactor = 1 | + | node_attach = 0.0, 0.0, 0.0, 1.0, 0.0, 0.0 |
− | + | TechRequired = advancedMotors | |
− | node_attach = 0.0, 0.0, 0.0, 1.0, 0.0, 0.0 | + | entryCost = 6000 |
− | + | cost = 580 | |
− | TechRequired = advancedMotors | + | category = Utility |
− | entryCost = 6000 | + | subcategory = 0 |
− | + | title = TR-2L Ruggedized Vehicular Wheel | |
− | cost = 580 | + | manufacturer = Kerbal Motion LLC |
− | category = Utility | + | description = The TR-2L is an extremely tough wheel made for mobilizing medium sized vehicles across a large variety of terrain. The extremely high traction tread ensures firm grip on any surface, providing reliability and reducing the chances of being used for high-speed tomfoolery. |
− | subcategory = 0 | + | attachRules = 0,1,0,1,0 |
− | title = TR-2L Ruggedized Vehicular Wheel | + | mass = 0.05 |
− | manufacturer = Kerbal Motion LLC | + | dragModelType = default |
− | description = The TR-2L is an extremely tough wheel made for mobilizing medium sized vehicles across a large variety of terrain. The extremely high traction tread ensures firm grip on any surface, providing reliability and reducing the chances of being used for high-speed tomfoolery. | + | maximum_drag = 0.3 |
− | + | minimum_drag = 0.2 | |
− | attachRules = 0,1,0,1,0 | + | angularDrag = 1 |
− | + | crashTolerance = 7 | |
− | mass = 0.05 | + | maxTemp = 1200 // = 3600 |
− | dragModelType = default | + | crashTolerance = 100 |
− | maximum_drag = 0.3 | + | breakingForce = 80 |
− | minimum_drag = 0.2 | + | breakingTorque = 80 |
− | angularDrag = 1 | + | bulkheadProfiles = srf |
− | crashTolerance = 7 | + | MODULE |
− | maxTemp = 3600 | ||
− | |||
− | crashTolerance = 100 | ||
− | breakingForce = 80 | ||
− | breakingTorque = 80 | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
{ | { | ||
− | + | name = ModuleWheel | |
− | + | hasMotor = true | |
− | + | resourceName = ElectricCharge | |
− | + | resourceConsumptionRate = 0.7 | |
− | + | canSteer = true | |
− | + | controlAxisType = Forward | |
− | + | steeringModeType = AutomaticSteer | |
− | + | brakeTorque = 500 | |
+ | brakeSpeed = 2.5 | ||
+ | impactTolerance = 300 | ||
+ | overSpeedDamage = 60 | ||
+ | WHEEL | ||
+ | { | ||
+ | wheelName = wheel | ||
+ | wheelColliderName = wheelCollider | ||
+ | suspensionTransformName = suspensionTraverse | ||
+ | suspensionNeutralPointName = suspensionNeutralPoint | ||
+ | damagedObjectName = bustedwheel | ||
+ | rotateX = 1 | ||
+ | rotateY = 0 | ||
+ | rotateZ = 0 | ||
+ | } | ||
+ | steeringCurve | ||
+ | { | ||
+ | key = 0 10 | ||
+ | key = 10 6 | ||
+ | key = 30 2 | ||
+ | } | ||
+ | torqueCurve | ||
+ | { | ||
+ | key = 0 100 0 0 | ||
+ | key = 2.5 70 0 0 | ||
+ | key = 30 0 0 0 | ||
+ | } | ||
} | } | ||
− | + | MODULE | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
{ | { | ||
− | + | name = FXModuleConstrainPosition | |
− | + | matchRotation = true | |
− | + | matchPosition = false | |
+ | CONSTRAINFX | ||
+ | { | ||
+ | targetName = steering | ||
+ | moversName = trackSteering | ||
+ | } | ||
} | } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
}} | }} |
Revision as of 13:45, 29 April 2015
PART { name = wheelMed module = Part author = Squad mesh = model.mu scale = 1 rescaleFactor = 1 node_attach = 0.0, 0.0, 0.0, 1.0, 0.0, 0.0 TechRequired = advancedMotors entryCost = 6000 cost = 580 category = Utility subcategory = 0 title = TR-2L Ruggedized Vehicular Wheel manufacturer = Kerbal Motion LLC description = The TR-2L is an extremely tough wheel made for mobilizing medium sized vehicles across a large variety of terrain. The extremely high traction tread ensures firm grip on any surface, providing reliability and reducing the chances of being used for high-speed tomfoolery. attachRules = 0,1,0,1,0 mass = 0.05 dragModelType = default maximum_drag = 0.3 minimum_drag = 0.2 angularDrag = 1 crashTolerance = 7 maxTemp = 1200 // = 3600 crashTolerance = 100 breakingForce = 80 breakingTorque = 80 bulkheadProfiles = srf MODULE { name = ModuleWheel hasMotor = true resourceName = ElectricCharge resourceConsumptionRate = 0.7 canSteer = true controlAxisType = Forward steeringModeType = AutomaticSteer brakeTorque = 500 brakeSpeed = 2.5 impactTolerance = 300 overSpeedDamage = 60 WHEEL { wheelName = wheel wheelColliderName = wheelCollider suspensionTransformName = suspensionTraverse suspensionNeutralPointName = suspensionNeutralPoint damagedObjectName = bustedwheel rotateX = 1 rotateY = 0 rotateZ = 0 } steeringCurve { key = 0 10 key = 10 6 key = 30 2 } torqueCurve { key = 0 100 0 0 key = 2.5 70 0 0 key = 30 0 0 0 } } MODULE { name = FXModuleConstrainPosition matchRotation = true matchPosition = false CONSTRAINFX { targetName = steering moversName = trackSteering } } }