Difference between revisions of "Parts/Aero/cones/protectiveRocketNoseMk7 v3.cfg"

From Kerbal Space Program Wiki
Jump to: navigation, search
(Page created)
 
m (Update config)
 
(10 intermediate revisions by 4 users not shown)
Line 1: Line 1:
// this is a sample config file, for determining a good file format for defining part parameters// comment line - ignored by cfg parser// empty lines, or lines without a '=' sign are also ignored// all other lines are split at the '=' sign, and the left operand is used to know what parameter we are setting// diferent parameters require data in different formats (see docs), and each module has it's own parameters (again, see docs)// each assignment must be in a single line. Lines without assignments will be ignored. (You CAN turn on word wrap, though)// each keyword here relates to an existing variable in the assigned module. If the keyword isn't found, it is ignored.// conversely, if a keyword is left unassigned (as in not in the file), it will be initialized with it's default value// This is done automatically, so any public variable defined in the loaded module can be accessed this way (provided it's value can be parsed)
+
{{Part config|Protective Rocket Nose Cone Mk7|2=PART
 
+
{
 
+
name = rocketNoseCone_v3
// --- general parameters ---
+
module = Part
name = rocketNoseCone
+
author = AlexanderM/RoverDude
module = Strut
+
MODEL
author = NovaSilisko
+
{
 
+
model = Squad/Parts/Aero/cones/Assets/orangeNoseCone
// --- asset parameters ---
+
}
mesh = model.mu
+
MODEL
scale = 1
+
{
rescaleFactor = 1
+
model = Squad/Parts/Aero/cones/Assets/rocketNoseCone_v3
 
+
}
// --- node definitions ---
+
rescaleFactor = 1
// definition format is Position X, Position Y, Position Z, Up X, Up Y, Up Z
+
node_stack_bottom = 0.0, 0.0, 0.0, 0.0, -1.0, 0.0, 2
node_stack_bottom = 0.0, 0.0, 0.0, 0.0, 1.0, 0.0
+
TechRequired = advConstruction
 
+
entryCost = 6500
 
+
cost = 450
 
+
category = Aero
// --- FX definitions ---
+
subcategory = 0
 
+
title = #autoLOC_500199 //#autoLOC_500199 = Protective Rocket Nose Cone Mk7
 
+
manufacturer = #autoLOC_501623 //#autoLOC_501623 = Goliath National Products
// --- editor parameters ---
+
description = #autoLOC_500200 //#autoLOC_500200 = A large nose cone for covering up exposed areas of big rockets.
cost = 1000
+
attachRules = 1,0,1,1,0
category = Aero
+
mass = 0.2
subcategory = 0
+
dragModelType = default
title = Protective Rocket Nose Mk7
+
maximum_drag = 0.1
manufacturer = Goliath National Products  
+
minimum_drag = 0.1
description = A large nosecone for covering up exposed areas of big rockets.
+
angularDrag = 0.5
 
+
crashTolerance = 10
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
+
maxTemp = 2400
attachRules = 1,0,1,1,0
+
thermalMassModifier = 6.0
 
+
emissiveConstant = 0.7
// --- standard part parameters ---
+
fuelCrossFeed = False
mass = 0.4
+
bulkheadProfiles = size2
dragModelType = default
+
tags = #autoLOC_500201 //#autoLOC_500201 = aero booster )cap drag fligh speed stab stream
maximum_drag = 0.3
+
MODULE
minimum_drag = 0.3
+
{
angularDrag = 0.5
+
name = ModulePartVariants
crashTolerance = 10
+
baseVariant = White
maxTemp = 3400
+
useMultipleDragCubes = false
fuelCrossFeed = False
+
VARIANT
 
+
{
 
+
name = White
// ----- DO NOT EDIT BELOW THIS POINT ------
+
displayName = #autoLOC_8007119
 +
themeName = White
 +
primaryColor = #ffffff
 +
secondaryColor = #ffffff
 +
TEXTURE
 +
{
 +
mainTextureURL = Squad/Parts/Utility/rockomaxAdapters/Assets/Rockomax_Adapters_diffuse_W
 +
_BumpMap = Squad/Parts/Utility/rockomaxAdapters/Assets/Rockomax_Adapters_normal
 +
}
 +
GAMEOBJECTS
 +
{
 +
foamCone = false
 +
foamCol = false
 +
nose = true
 +
collider = true
 +
}
 +
}
 +
VARIANT
 +
{
 +
name = BlackAndWhite
 +
displayName = #autoLOC_8007122
 +
themeName = BlackAndWhite
 +
primaryColor = #ffffff
 +
secondaryColor = #000000
 +
TEXTURE
 +
{
 +
mainTextureURL = Squad/Parts/Utility/rockomaxAdapters/Assets/Rockomax_Adapters_diffuse
 +
_BumpMap = Squad/Parts/Utility/rockomaxAdapters/Assets/Rockomax_Adapters_normal
 +
}
 +
GAMEOBJECTS
 +
{
 +
foamCone = false
 +
foamCol = false
 +
nose = true
 +
collider = true
 +
}
 +
}
 +
VARIANT
 +
{
 +
name = Orange
 +
displayName = #autoLOC_8007123
 +
themeName = Orange
 +
primaryColor = #ffffff
 +
secondaryColor = #f49841
 +
TEXTURE
 +
{
 +
mainTextureURL = Squad/Parts/Aero/cones/Assets/rocketNoseCones_O
 +
_BumpMap = Squad/Parts/Aero/cones/Assets/rocketNoseCones_O_Normal
 +
}
 +
GAMEOBJECTS
 +
{
 +
foamCone = true
 +
foamCol = true
 +
nose = false
 +
collider = false
 +
}
 +
}
 +
}
 +
MODULE
 +
{
 +
name = ModuleCargoPart
 +
stackableQuantity = 1
 +
packedVolume = -1
 +
}
 +
}
 +
}}

Latest revision as of 11:06, 13 October 2024

This is the configuration file for Protective Rocket Nose Cone Mk7.
PART
{
	name = rocketNoseCone_v3
	module = Part
	author = AlexanderM/RoverDude
	MODEL
	{
		model = Squad/Parts/Aero/cones/Assets/orangeNoseCone
	}
	MODEL
	{
		model = Squad/Parts/Aero/cones/Assets/rocketNoseCone_v3
	}
	rescaleFactor = 1
	node_stack_bottom = 0.0, 0.0, 0.0, 0.0, -1.0, 0.0, 2
	TechRequired = advConstruction
	entryCost = 6500
	cost = 450
	category = Aero
	subcategory = 0
	title = #autoLOC_500199 //#autoLOC_500199 = Protective Rocket Nose Cone Mk7
	manufacturer = #autoLOC_501623 //#autoLOC_501623 = Goliath National Products
	description = #autoLOC_500200 //#autoLOC_500200 = A large nose cone for covering up exposed areas of big rockets.
	attachRules = 1,0,1,1,0
	mass = 0.2
	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 = size2
	tags = #autoLOC_500201 //#autoLOC_500201 = aero booster )cap drag fligh speed stab stream
	MODULE
	{
		name = ModulePartVariants
		baseVariant = White
		useMultipleDragCubes = false
		VARIANT
		{
			name = White
			displayName = #autoLOC_8007119
			themeName = White
			primaryColor = #ffffff
			secondaryColor = #ffffff
			TEXTURE
			{
				mainTextureURL = Squad/Parts/Utility/rockomaxAdapters/Assets/Rockomax_Adapters_diffuse_W
				_BumpMap = Squad/Parts/Utility/rockomaxAdapters/Assets/Rockomax_Adapters_normal
			}
			GAMEOBJECTS
			{
				foamCone = false
				foamCol = false
				nose = true
				collider = true				
			}
		}
		VARIANT
		{
			name = BlackAndWhite
			displayName = #autoLOC_8007122
			themeName = BlackAndWhite
			primaryColor = #ffffff
			secondaryColor = #000000
			TEXTURE
			{
				mainTextureURL = Squad/Parts/Utility/rockomaxAdapters/Assets/Rockomax_Adapters_diffuse
				_BumpMap = Squad/Parts/Utility/rockomaxAdapters/Assets/Rockomax_Adapters_normal
			}
			GAMEOBJECTS
			{
				foamCone = false
				foamCol = false
				nose = true
				collider = true				
			}			
		}
		VARIANT
		{
			name = Orange
			displayName = #autoLOC_8007123
			themeName = Orange
			primaryColor = #ffffff
			secondaryColor = #f49841
			TEXTURE
			{
				mainTextureURL = Squad/Parts/Aero/cones/Assets/rocketNoseCones_O
				_BumpMap = Squad/Parts/Aero/cones/Assets/rocketNoseCones_O_Normal
			}
			GAMEOBJECTS
			{
				foamCone = true
				foamCol = true
				nose = false
				collider = false				
			}			
		}
	}	
	MODULE
	{
		name = ModuleCargoPart	
		stackableQuantity = 1
		packedVolume = -1
	}
}