Difference between revisions of "Parts/Resources/SurveyScanner/SurveyScanner.cfg"

From Kerbal Space Program Wiki
Jump to: navigation, search
m (*update to 1.0.1;)
m (Update config)
 
(One intermediate revision by the same user not shown)
Line 5: Line 5:
 
author = RoverDude
 
author = RoverDude
  
mesh = SurveyScanner.mu
+
MODEL
scale = 1
+
{
 +
model = Squad/Parts/Resources/SurveyScanner/SurveyScanner
 +
scale = 0.95,0.95,0.95
 +
}
 
rescaleFactor = 1
 
rescaleFactor = 1
  
Line 17: Line 20:
 
category = Science
 
category = Science
 
subcategory = 0
 
subcategory = 0
title = M700 Survey Scanner
+
title = #autoLOC_500679 //#autoLOC_500679 = M700 Survey Scanner
manufacturer = Experimental Engineering Group
+
manufacturer = #autoLOC_501644 //#autoLOC_501644 = Experimental Engineering Group
description = This orbital survey scanner uses a combination of advanced sensor technology and witchcraft to provide information on a planet or moons natural resources.  These images can be viewed either in flight, or in relative safety and comfort back at the KSC.  Be sure to bring an antenna capable of transmitting the information back, and sufficient power.
+
description = #autoLOC_500680 //#autoLOC_500680 = This orbital survey scanner uses a combination of advanced sensor technology and witchcraft to provide information on a planet or moons natural resources.  These images can be viewed either in flight, or in relative safety and comfort back at the KSC.  Be sure to bring an antenna capable of transmitting the information back, and sufficient power.
 
attachRules = 1,1,0,0,0
 
attachRules = 1,1,0,0,0
  
Line 30: Line 33:
 
crashTolerance = 7
 
crashTolerance = 7
 
maxTemp = 2000 // = 3000
 
maxTemp = 2000 // = 3000
 
+
bulkheadProfiles = size1, srf
 +
tags = #autoLOC_500681 //#autoLOC_500681 = experiment isru mine )mining (ore overlay prospect research resource science sensor
 
MODULE
 
MODULE
 
{
 
{
Line 49: Line 53:
 
deployAnimationName = deploy
 
deployAnimationName = deploy
 
activeAnimationName =  
 
activeAnimationName =  
moduleType = Scanner
+
deployActionName = #autoLOC_6002393 //#autoLOC_6002393 = Deploy <<1>>
}
+
retractActionName = #autoLOC_6002394 //#autoLOC_6002394 = Retract <<1>>
 +
toggleActionName = #autoLOC_6002395 //#autoLOC_6002395 = Toggle <<1>>
 +
moduleType = #autoLOC_7001229 //#autoLOC_7001229 = Scanner
 +
}
 +
MODULE
 +
{
 +
name = ModuleCargoPart
 +
stackableQuantity = 1
 +
packedVolume = -1
 +
}
  
  
 
}
 
}
 
 
}}
 
}}

Latest revision as of 08:06, 15 October 2024

This is the configuration file for M700 Survey Scanner.
PART
{
name = SurveyScanner
module = Part
author = RoverDude

MODEL
{
	model = Squad/Parts/Resources/SurveyScanner/SurveyScanner
	scale = 0.95,0.95,0.95
}
rescaleFactor = 1

node_stack_bottom = 0.0, 0, 0.0, 0.0, -1.0, 0.0, 1
node_attach = 0.0, 0, 0.0, 0.0, -1.0, 0.0, 1

TechRequired = scienceTech
entryCost = 4500
cost = 1500
category = Science
subcategory = 0
title = #autoLOC_500679 //#autoLOC_500679 = M700 Survey Scanner
manufacturer = #autoLOC_501644 //#autoLOC_501644 = Experimental Engineering Group
description = #autoLOC_500680 //#autoLOC_500680 = This orbital survey scanner uses a combination of advanced sensor technology and witchcraft to provide information on a planet or moons natural resources.  These images can be viewed either in flight, or in relative safety and comfort back at the KSC.  Be sure to bring an antenna capable of transmitting the information back, and sufficient power.
attachRules = 1,1,0,0,0

// --- standard part parameters ---
mass = 0.2
dragModelType = default
maximum_drag = 0.2
minimum_drag = 0.2
angularDrag = 2
crashTolerance = 7
maxTemp = 2000 // = 3000
bulkheadProfiles = size1, srf
tags = #autoLOC_500681 //#autoLOC_500681 = experiment isru mine )mining (ore overlay prospect research resource science sensor
MODULE
{
	name = ModuleOrbitalSurveyor
	ScanTime = 5
	SciBonus = 10
}

MODULE
{
	name = ModuleOrbitalScanner
	CheckForLock = true
}

MODULE
{
	name = ModuleAnimationGroup
	deployAnimationName = deploy
	activeAnimationName = 
	deployActionName = #autoLOC_6002393 //#autoLOC_6002393 = Deploy <<1>>
	retractActionName = #autoLOC_6002394 //#autoLOC_6002394 = Retract <<1>>
	toggleActionName = #autoLOC_6002395 //#autoLOC_6002395 = Toggle <<1>>
	moduleType = #autoLOC_7001229 //#autoLOC_7001229 = Scanner
}	
	MODULE
	{
		name = ModuleCargoPart	
		stackableQuantity = 1
		packedVolume = -1
	}


}