Difference between revisions of "Parts/Aero/cones/rocketNoseCone size3.cfg"

From Kerbal Space Program Wiki
Jump to: navigation, search
(Add config)
 
(No difference)

Latest revision as of 11:06, 13 October 2024

This is the configuration file for Protective Rocket Nose Cone Mk12A.
PART
{
	name = rocketNoseConeSize3
	module = Part
	author = AlexanderM (Remix by Pablo)
	MODEL
	{
		model = Squad/Parts/Aero/cones/Assets/orangeNoseCone
		scale = 1.5, 1.5 ,1.5
	}
	MODEL
	{
		model = Squad/Parts/Aero/cones/Assets/rocketNoseCone
		scale = 1.5, 1.5 ,1.5
	}	
	rescaleFactor = 1
	node_stack_bottom = 0.0, 0.0, 0.0, 0.0, -1.0, 0.0, 2
	TechRequired = composites
	entryCost = 3500
	cost = 850
	category = Aero
	subcategory = 0
	title = #autoLOC_6012026	//#autoLOC_6012026 = Protective Rocket Nose Cone Mk12A
	manufacturer = #autoLOC_501623 //#autoLOC_501623 = Goliath National Products
	description = #autoLOC_6012027	//#autoLOC_6012027 = A huge nosecone to help make 3.75 rockets cut through the air.
	attachRules = 1,0,1,1,0
	mass = 0.4
	dragModelType = default
	maximum_drag = 0.1
	minimum_drag = 0.1
	angularDrag = 0.5
	crashTolerance = 10
	maxTemp = 2400
	thermalMassModifier = 6.0
	emissiveConstant = 0.7
	fuelCrossFeed = False
	bulkheadProfiles = size3
	tags = #autoLOC_500153 //#autoLOC_500153 = aero aircraft booster )cap drag fligh plane rocket stab stream tail

	MODULE
	{
		name = ModulePartVariants
		baseVariant = White
		useMultipleDragCubes = false
		VARIANT
		{
			name = White
			displayName = #autoLOC_8007119
			themeName = White
			primaryColor = #ffffff
			secondaryColor = #ffffff
			GAMEOBJECTS
			{
				foamCone = false
				foamCol = false
				nose = true
				collider = true				
			}
		}

		VARIANT
		{
			name = Orange
			displayName = #autoLOC_8007123
			themeName = Orange
			primaryColor = #ffffff
			secondaryColor = #f49841
			GAMEOBJECTS
			{
				foamCone = true
				foamCol = true
				nose = false
				collider = false				
			}			
		}
	}
}