Parts/Utility/linearVernorRCS/linearRCS.cfg

From Kerbal Space Program Wiki
< Parts‎ | Utility
Jump to: navigation, search
This is the configuration file for Place-Anywhere 7 Linear RCS Port.
PART
{
	name = linearRcs
	module = Part
	author = Pablo
	MODEL
	{
	model = Squad/Parts/Utility/linearVernorRCS/Assets/linearRCS
	}
	
	
	scale = 1
	node_attach = 0.0, 0.0 , 0.0, 0.0, -1.0, 0.0
	TechRequired = advFlightControl
	entryCost = 800
	cost = 25
	category = Control
	subcategory = 0
	title = #autoLOC_500894 //#autoLOC_500894 = Place-Anywhere 7 Linear RCS Port
	manufacturer = #autoLOC_501639 //#autoLOC_501639 = Reaction Systems Ltd
	description = #autoLOC_500895 //#autoLOC_500895 = For every space that really needs an RCS thruster, Reaction Systems Ltd has you covered with its new Place-Anywhere 7 Linear RCS Port!
	attachRules = 0,1,0,1,1
	mass = 0.02
	dragModelType = default
	maximum_drag = 0.01
	minimum_drag = 0.01
	angularDrag = 0.1
	crashTolerance = 15
	breakingForce = 50
	breakingTorque = 50
	maxTemp = 2600 // = 3400
	fuelCrossFeed = True
	PhysicsSignificance = 1
	bulkheadProfiles = srf
	tags = #autoLOC_500896 //#autoLOC_500896 = control dock maneuver manoeuvre react rendezvous rotate stab steer thruster translate
	EFFECTS
	{
		running
		{
			AUDIO
			{
				channel = Ship
				clip = sound_rocket_mini
				volume = 0.0 0.0
				volume = 0.02 0.2
				volume = 0.5 0.2
				volume = 1.0 0.2
				pitch = 0.0 0.75
				pitch = 1.0 1.5
				loop = true
			}
			MODEL_MULTI_PARTICLE
			{
				modelName = Squad/FX/Monoprop_small
				transformName = RCSthruster
				emission = 0.0 0.0
				emission = 0.1 0.0
				emission = 1.0 1.0
				speed = 0.0 0.8
				speed = 1.0 1.0
				localRotation = -90, 0, 0
			}
		}		
	}
	MODULE
	{
		name = ModuleRCSFX
		stagingEnabled = False
		thrusterTransformName = RCSthruster
		thrusterPower = 2.0
		resourceName = MonoPropellant
		resourceFlowMode = STAGE_PRIORITY_FLOW
		runningEffectName = running
		atmosphereCurve
		{
			key = 0 240
			key = 1 100
			key = 4 0.001
		}
	}
	MODULE
	{
		name = FXModuleAnimateRCS
		animationName = linearRCSGlow
		responseSpeed = 0.01	
		thrustForceMult = 2	
	}
	MODULE
	{
		name = ModuleCargoPart
		packedVolume = 15
		stackableQuantity = 2
	}
}