Difference between revisions of "Parts/Utility/rockomaxAdapters/largeAdapter.cfg"

From Kerbal Space Program Wiki
< Parts‎ | Utility
Jump to: navigation, search
m (ArnePeirs moved page Parts/Utility/largeAdapter/largeAdapter.cfg to Parts/Utility/rockomaxAdapters/largeAdapter.cfg without leaving a redirect: Correct path)
m (Update config)
 
Line 3: Line 3:
 
name = largeAdapter
 
name = largeAdapter
 
module = Part
 
module = Part
author = NovaSilisko
+
author = AlexanderM
mesh = model.mu
+
MODEL
 +
{
 +
model = Squad/Parts/Utility/rockomaxAdapters/Assets/brandAdapter
 +
}
 
rescaleFactor = 1
 
rescaleFactor = 1
 
node_stack_top = 0.0, 0.75, 0.0, 0.0, 1.0, 0.0, 1
 
node_stack_top = 0.0, 0.75, 0.0, 0.0, 1.0, 0.0, 1
Line 13: Line 16:
 
category = Structural
 
category = Structural
 
subcategory = 0
 
subcategory = 0
title = Rockomax Brand Adapter
+
title = #autoLOC_500882 //#autoLOC_500882 = Rockomax Brand Adapter
manufacturer = Rockomax Conglomerate
+
manufacturer = #autoLOC_501637 //#autoLOC_501637 = Rockomax Conglomerate
description = Governmental pressure and several lawsuits led Rockomax to finally consider creating an adapter to connect its own parts to that of its competitors. As much as the CEOs hated it, however, it was a resounding success.
+
description = #autoLOC_500883 //#autoLOC_500883 = Governmental pressure and several lawsuits led Rockomax to finally consider creating an adapter to connect its own parts to that of its competitors. As much as the CEOs hated it, however, it was a resounding success.
 
attachRules = 1,0,1,1,0
 
attachRules = 1,0,1,1,0
 
mass = 0.1
 
mass = 0.1
Line 28: Line 31:
 
fuelCrossFeed = True
 
fuelCrossFeed = True
 
bulkheadProfiles = size1, size2
 
bulkheadProfiles = size1, size2
 +
tags = #autoLOC_500884 //#autoLOC_500884 = cone
 +
 +
MODULE
 +
{
 +
name = ModulePartVariants
 +
baseVariant = BlackAndWhite
 +
useMultipleDragCubes = false
 +
VARIANT
 +
{
 +
name = BlackAndWhite
 +
displayName = #autoLOC_8007122
 +
themeName = White
 +
primaryColor = #ffffff
 +
secondaryColor = #000000
 +
}
 +
VARIANT
 +
{
 +
name = Orange
 +
displayName = #autoLOC_8007123
 +
themeName = Orange
 +
primaryColor = #ffffff
 +
secondaryColor = #f49841
 +
TEXTURE
 +
{
 +
mainTextureURL = Squad/Parts/Utility/rockomaxAdapters/Assets/Rockomax_Adapters_diffuse_O
 +
_BumpMap = Squad/Parts/Utility/rockomaxAdapters/Assets/Rockomax_Adapters_normal_O
 +
}
 +
}
 +
}
 +
MODULE
 +
{
 +
name = ModuleCargoPart
 +
packedVolume = -1
 +
}
 
}
 
}
 
 
}}
 
}}

Latest revision as of 18:39, 10 October 2024

This is the configuration file for Rockomax Brand Adapter.
PART
{
	name = largeAdapter
	module = Part
	author = AlexanderM
	MODEL
	{
		model = Squad/Parts/Utility/rockomaxAdapters/Assets/brandAdapter
	}
	rescaleFactor = 1
	node_stack_top = 0.0, 0.75, 0.0, 0.0, 1.0, 0.0, 1
	node_stack_bottom = 0.0, -0.755, 0.0, 0.0, -1.0, 0.0, 2
	TechRequired = generalConstruction
	entryCost = 3300
	cost = 500
	category = Structural
	subcategory = 0
	title = #autoLOC_500882 //#autoLOC_500882 = Rockomax Brand Adapter
	manufacturer = #autoLOC_501637 //#autoLOC_501637 = Rockomax Conglomerate
	description = #autoLOC_500883 //#autoLOC_500883 = Governmental pressure and several lawsuits led Rockomax to finally consider creating an adapter to connect its own parts to that of its competitors. As much as the CEOs hated it, however, it was a resounding success.
	attachRules = 1,0,1,1,0
	mass = 0.1
	dragModelType = default
	maximum_drag = 0.2
	minimum_drag = 0.3
	angularDrag = 2
	crashTolerance = 6
	breakingForce = 200
	breakingTorque = 200
	maxTemp = 2000 // = 2900
	fuelCrossFeed = True
	bulkheadProfiles = size1, size2
	tags = #autoLOC_500884 //#autoLOC_500884 = cone
	
	MODULE
	{
		name = ModulePartVariants
		baseVariant = BlackAndWhite
		useMultipleDragCubes = false
		VARIANT
		{
			name = BlackAndWhite
			displayName = #autoLOC_8007122
			themeName = White
			primaryColor = #ffffff
			secondaryColor = #000000
		}
		VARIANT
		{
			name = Orange
			displayName = #autoLOC_8007123
			themeName = Orange
			primaryColor = #ffffff
			secondaryColor = #f49841
			TEXTURE
			{
				mainTextureURL = Squad/Parts/Utility/rockomaxAdapters/Assets/Rockomax_Adapters_diffuse_O
				_BumpMap = Squad/Parts/Utility/rockomaxAdapters/Assets/Rockomax_Adapters_normal_O
			}
		}
	}
	MODULE
	{
		name = ModuleCargoPart		
		packedVolume = -1
	}
}