Difference between revisions of "Parts/CompoundParts/strutConnector/strutConnector.cfg"

From Kerbal Space Program Wiki
Jump to: navigation, search
m (*update to 0.90.0;)
m (Update config)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
{{Part config|EAS-4 Strut Connector|2=PART
 
{{Part config|EAS-4 Strut Connector|2=PART
 
{
 
{
// --- general parameters ---
+
name = strutConnector
name = strutConnector
+
module = CompoundPart
module = CompoundPart
+
author = HarvesteR
author = HarvesteR
+
mesh = strutConnector.DAE
 
+
scale = 0.1
// --- asset parameters ---
+
specPower = 0.1
mesh = strutConnector.DAE
+
rimFalloff = 3
scale = 0.1
+
alphaCutoff = 0.0
specPower = 0.1
+
iconCenter = -4.69147, 2.64656, 0.0
rimFalloff = 3
+
TechRequired = generalConstruction
alphaCutoff = 0.0
+
entryCost = 2800
iconCenter = -4.69147, 2.64656, 0.0
+
cost = 42
 
+
category = Structural
// --- editor parameters ---
+
subcategory = 0
TechRequired = generalConstruction
+
title = #autoLOC_500364 //#autoLOC_500364 = EAS-4 Strut Connector
entryCost = 2800
+
manufacturer = #autoLOC_501630 //#autoLOC_501630 = Kerlington Model Rockets and Paper Products Inc
cost = 42
+
description = #autoLOC_500365 //#autoLOC_500365 = The Strut Connector is highly regarded by many spacecraft engineers as they help in constructing more stable spacecraft. Once both sides are connected, a structural beam is created to link both ends, allowing for sturdier (and heavier) construction.
category = Structural
+
attachRules = 0,1,0,0,1
subcategory = 0
+
node_attach = 0.0, 0.0, 0.0, 1.0, 0.0, 0.0
title = EAS-4 Strut Connector
+
mass = 0.05
manufacturer = Kerlington Model Rockets and Paper Products Inc
+
dragModelType = none
description = The Strut Connector is highly regarded by many spacecraft engineers as they help in constructing more stable spacecraft. Once both sides are connected, a structural beam is created to link both ends, allowing for sturdier (and heavier) construction.
+
maximum_drag = 0.02
 
+
minimum_drag = 0.02
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
+
angularDrag = 1
attachRules = 0,1,0,0,1
+
crashTolerance = 12
 
+
maxTemp = 2000 // = 3600
// --- node definitions ---
+
heatConductivity = 20
// definition format is Position X, Position Y, Position Z, Up X, Up Y, Up Z
+
skinMassPerArea = 20
node_attach = 0.0, 0.0, 0.0, 1.0, 0.0, 0.0
+
explosionPotential = 0
 
+
fuelCrossFeed = False
 
+
PhysicsSignificance = 1
// --- standard part parameters ---
+
maxLength = 10
mass = 0.05
+
bulkheadProfiles = srf
dragModelType = default
+
disconnectAction = true
maximum_drag = 0.02
+
tags = #autoLOC_500366 //#autoLOC_500366 = bind connect join line moar (more pin rigid shake strength strong stru support tie wobble
minimum_drag = 0.02
+
MODULE
angularDrag = 1
+
{
crashTolerance = 12
+
name = CModuleLinkedMesh
maxTemp = 3600
+
lineObjName = obj_strut
explosionPotential = 0
+
mainAnchorName = obj_mainAnchor
fuelCrossFeed = False
+
targetAnchorName = obj_targetAnchor
PhysicsSignificance = 1
+
anchorCapName = obj_anchorCap
 
+
targetCapName = obj_targetCap
// --- CompoundPart parameters ---
+
targetColliderName = obj_targetCollider
 
+
}
maxLength = 10
+
MODULE
 
+
{
MODULE
+
name = CModuleStrut
{
+
linearStrength = 150
name = CModuleLinkedMesh
+
angularStrength = 150
+
}
lineObjName = obj_strut
+
DRAG_CUBE
    targetAnchorName = obj_targetAnchor
+
{
 +
none = True
 +
}
 +
MODULE
 +
{
 +
name = ModulePartVariants
 +
baseVariant = Gray
 +
useMultipleDragCubes = false
 +
VARIANT
 +
{
 +
name = Gray
 +
displayName = #autoLOC_8007101
 +
description = #autoLOC_8003044
 +
primaryColor = #999999
 +
secondaryColor = #999999
 +
TEXTURE
 +
{
 +
shader = KSP/Specular
 +
mainTextureURL = Squad/Parts/CompoundParts/strutConnector/EAS-4 Strut Connector
 +
}
 +
}
 +
VARIANT
 +
{
 +
name = White
 +
displayName = #autoLOC_8007119
 +
description = #autoLOC_8003040
 +
primaryColor = #ffffff
 +
secondaryColor = #ffffff
 +
 +
TEXTURE
 +
{
 +
shader = KSP/Specular
 +
mainTextureURL = Squad/Parts/CompoundParts/strutConnector/EAS-4 Strut Connector_white
 +
}
 +
}
 +
 +
}
 +
MODULE
 +
{
 +
name = ModuleCargoPart
 +
stackableQuantity = 4
 +
packedVolume = 10
 +
}
 +
EFFECTS
 +
{
 +
Disconnect
 +
{
 +
AUDIO
 +
{
 +
channel = Ship
 +
clip = Squad/Sounds/ksp1_strunts_disconnect_v3_pitched2.wav
 +
maxVolumeDistance = 150
 +
}
 +
}
 +
}
 
}
 
}
MODULE
 
{
 
name = CModuleStrut
 
 
linearStrength = 150
 
angularStrength = 150
 
}
 
 
 
}
 
 
 
}}
 
}}

Latest revision as of 18:34, 10 October 2024

This is the configuration file for EAS-4 Strut Connector.
PART
{
	name = strutConnector
	module = CompoundPart
	author = HarvesteR
	mesh = strutConnector.DAE
	scale = 0.1
	specPower = 0.1
	rimFalloff = 3
	alphaCutoff = 0.0
	iconCenter = -4.69147, 2.64656, 0.0
	TechRequired = generalConstruction
	entryCost = 2800
	cost = 42
	category = Structural
	subcategory = 0
	title = #autoLOC_500364 //#autoLOC_500364 = EAS-4 Strut Connector
	manufacturer = #autoLOC_501630 //#autoLOC_501630 = Kerlington Model Rockets and Paper Products Inc
	description = #autoLOC_500365 //#autoLOC_500365 = The Strut Connector is highly regarded by many spacecraft engineers as they help in constructing more stable spacecraft. Once both sides are connected, a structural beam is created to link both ends, allowing for sturdier (and heavier) construction.
	attachRules = 0,1,0,0,1
	node_attach = 0.0, 0.0, 0.0, 1.0, 0.0, 0.0
	mass = 0.05
	dragModelType = none
	maximum_drag = 0.02
	minimum_drag = 0.02
	angularDrag = 1
	crashTolerance = 12
	maxTemp = 2000 // = 3600
	heatConductivity = 20
	skinMassPerArea = 20
	explosionPotential = 0
	fuelCrossFeed = False
	PhysicsSignificance = 1
	maxLength = 10
	bulkheadProfiles = srf
	disconnectAction = true
	tags = #autoLOC_500366 //#autoLOC_500366 = bind connect join line moar (more pin rigid shake strength strong stru support tie wobble
	MODULE
	{
		name = CModuleLinkedMesh
		lineObjName = obj_strut
		mainAnchorName = obj_mainAnchor
		targetAnchorName = obj_targetAnchor
		anchorCapName = obj_anchorCap
		targetCapName = obj_targetCap
		targetColliderName = obj_targetCollider
	}
	MODULE
	{
		name = CModuleStrut
		linearStrength = 150
		angularStrength = 150
	}
	DRAG_CUBE
	{
		none = True
	}
	MODULE
	{
		name = ModulePartVariants
		baseVariant = Gray
		useMultipleDragCubes = false
		VARIANT
		{
			name = Gray
			displayName = #autoLOC_8007101
			description = #autoLOC_8003044
			primaryColor = #999999
			secondaryColor = #999999
			TEXTURE
			{
				shader = KSP/Specular
				mainTextureURL = Squad/Parts/CompoundParts/strutConnector/EAS-4 Strut Connector
			}
		}
		VARIANT
		{
			name = White
			displayName = #autoLOC_8007119
			description = #autoLOC_8003040
			primaryColor = #ffffff
			secondaryColor = #ffffff
			
			TEXTURE
			{
				shader = KSP/Specular
				mainTextureURL = Squad/Parts/CompoundParts/strutConnector/EAS-4 Strut Connector_white
			}
		}
		
	}
	MODULE
	{
		name = ModuleCargoPart
		stackableQuantity = 4
		packedVolume = 10
	}
	EFFECTS
	{
		Disconnect
		{
			AUDIO
			{
				channel = Ship
				clip = Squad/Sounds/ksp1_strunts_disconnect_v3_pitched2.wav
				maxVolumeDistance = 150				
			}
		}
	}
}