Difference between revisions of "Parts/Utility/spotLightMk1 v2/spotLightMk1 v2.cfg"

From Kerbal Space Program Wiki
< Parts‎ | Utility
Jump to: navigation, search
m (*update to 0.90.0;)
m (Update config)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{Part config|Illuminator Mk1|2=PART
 
{{Part config|Illuminator Mk1|2=PART
 
{
 
{
// --- general parameters ---
+
name = spotLight1_v2
name = spotLight1
+
module = Part
module = Part
+
author = Alexander
author = NovaSilisko
+
mesh = model.mu
 
+
rescaleFactor = 1
// --- asset parameters ---
+
node_attach = 0.0, 0.012301, 0.2139421, 0.0, 0.0, -1.0
mesh = model.mu
+
TechRequired = electrics
rescaleFactor = 1
+
entryCost = 800
 
+
cost = 100
// --- node definitions ---
+
category = Utility
// definition format is Position X, Position Y, Position Z, Up X, Up Y, Up Z
+
subcategory = 0
node_attach = 0.0, 0.012301, 0.2139421, 0.0, 0.0, -1.0
+
title = #autoLOC_500954 //#autoLOC_500954 = Illuminator Mk1
 
+
manufacturer = #autoLOC_501650 //#autoLOC_501650 = Rokea Inc
// --- editor parameters ---
+
description = #autoLOC_500955 //#autoLOC_500955 = The Illuminator Mk1 from RKEA projects a strong beam of photons in its prograde direction, increasing the brightness of surfaces exposed to the beam (it's a big flashlight).
TechRequired = electrics
+
attachRules = 0,1,0,0,1
entryCost = 800
+
mass = 0.015
cost = 100
+
dragModelType = default
category = Utility
+
maximum_drag = 0.2
subcategory = 0
+
minimum_drag = 0.2
title = Illuminator Mk1
+
angularDrag = 1
manufacturer = Rokea Inc
+
crashTolerance = 8
description = The Illuminator Mk1 from RKEA projects a strong beam of photons in its prograde direction, increasing the brightness of surfaces exposed to the beam (it's a big flashlight).
+
maxTemp = 2000 // = 3200
 
+
PhysicsSignificance = 1
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
+
bulkheadProfiles = srf
attachRules = 0,1,0,0,1
+
tags = #autoLOC_500956 //#autoLOC_500956 = moar (more bulb candle dark flash (lamp (light shine spot torch
 
+
MODULE
// --- standard part parameters ---
+
{
mass = 0.015
+
name = ModuleLight
dragModelType = default
+
lightName = spotlight
maximum_drag = 0.2
+
lightMeshRendererName = lightMesh
minimum_drag = 0.2
+
useAnimationDim = true
angularDrag = 1
+
lightBrightenSpeed = 2.5
crashTolerance = 8
+
lightDimSpeed = 2.5
maxTemp = 3200
+
resourceAmount = 0.04
 
+
animationName = LightAnimation
PhysicsSignificance = 1
+
useResources = true
 
+
canBlink = true
MODULE
+
disableColorPicker = false
{
+
}
name = ModuleLight
+
MODULE
        lightName = spotlight
+
{
useAnimationDim = true
+
name = ModuleCargoPart
lightBrightenSpeed = 2.5
+
packedVolume = 50
lightDimSpeed = 2.5
+
}
resourceAmount = 0.04
+
MODULE
animationName = LightAnimation
+
{
useResources = true
+
name = ModulePartVariants
 +
primaryColor = #000000
 +
secondaryColor = #000000
 +
baseDisplayName = #autoLOC_8007117
 +
baseThemeName = Dark
 +
useMultipleDragCubes = false
 +
VARIANT
 +
{
 +
name = White
 +
displayName = #autoLOC_8007119
 +
themeName = White
 +
primaryColor = #ffffff
 +
secondaryColor = #ffffff
 +
TEXTURE
 +
{
 +
mainTextureURL = Squad/Parts/Utility/spotLightMk1_v2/spotLightMk1_Diffuse_white
 +
}
 +
}
 +
}
 
}
 
}
}
 
 
 
}}
 
}}

Latest revision as of 07:55, 16 October 2024

This is the configuration file for Illuminator Mk1.
PART
{
	name = spotLight1_v2
	module = Part
	author = Alexander
	mesh = model.mu
	rescaleFactor = 1
	node_attach = 0.0, 0.012301, 0.2139421, 0.0, 0.0, -1.0
	TechRequired = electrics
	entryCost = 800
	cost = 100
	category = Utility
	subcategory = 0
	title = #autoLOC_500954 //#autoLOC_500954 = Illuminator Mk1
	manufacturer = #autoLOC_501650 //#autoLOC_501650 = Rokea Inc
	description = #autoLOC_500955 //#autoLOC_500955 = The Illuminator Mk1 from RKEA projects a strong beam of photons in its prograde direction, increasing the brightness of surfaces exposed to the beam (it's a big flashlight).
	attachRules = 0,1,0,0,1
	mass = 0.015
	dragModelType = default
	maximum_drag = 0.2
	minimum_drag = 0.2
	angularDrag = 1
	crashTolerance = 8
	maxTemp = 2000 // = 3200
	PhysicsSignificance = 1
	bulkheadProfiles = srf
	tags = #autoLOC_500956 //#autoLOC_500956 = moar (more bulb candle dark flash (lamp (light shine spot torch
	MODULE
	{
		name = ModuleLight
		lightName = spotlight
		lightMeshRendererName = lightMesh
		useAnimationDim = true
		lightBrightenSpeed = 2.5
		lightDimSpeed = 2.5
		resourceAmount = 0.04
		animationName = LightAnimation
		useResources = true
		canBlink = true
		disableColorPicker = false
	}
	MODULE
	{
		name = ModuleCargoPart
		packedVolume = 50
	}
	MODULE
	{
		name = ModulePartVariants
		primaryColor = #000000
		secondaryColor = #000000
		baseDisplayName = #autoLOC_8007117
		baseThemeName = Dark
		useMultipleDragCubes = false
		VARIANT
		{
			name = White
			displayName = #autoLOC_8007119
			themeName = White
			primaryColor = #ffffff
			secondaryColor = #ffffff
			TEXTURE
			{
				mainTextureURL = Squad/Parts/Utility/spotLightMk1_v2/spotLightMk1_Diffuse_white
			}
		}		
	}
}