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

From Kerbal Space Program Wiki
Jump to: navigation, search
(+added in 1.0;)
 
m (Update part config)
 
(One intermediate revision by one other user not shown)
Line 20: Line 20:
 
manufacturer = Experimental Engineering Group
 
manufacturer = Experimental Engineering Group
 
description = Ideal for surveying potential landing sites, this scanner provides detailed information about the planet or moon that it orbits, though this data is limited to the spot directly below the scanner.
 
description = Ideal for surveying potential landing sites, this scanner provides detailed information about the planet or moon that it orbits, though this data is limited to the spot directly below the scanner.
attachRules = 1,1,1,0,0
+
attachRules = 1,1,0,0,0
  
 
// --- standard part parameters ---
 
// --- standard part parameters ---
Line 30: Line 30:
 
crashTolerance = 7
 
crashTolerance = 7
 
maxTemp = 2000 // = 3000
 
maxTemp = 2000 // = 3000
 
+
bulkheadProfiles = size0, srf
 +
tags = isru mine )mining (ore prospect resource sensor
 
MODULE
 
MODULE
 
{
 
{
Line 47: Line 48:
 
MODULE
 
MODULE
 
{
 
{
name = ModuleHighDefCamera
+
name = ModuleKerbNetAccess
 +
EnhancedSituationMask = 7
 +
EnhancedMinimumFoV = 175
 +
EnhancedMaximumFoV = 179.5
 +
MinimumFoV = 5
 +
MaximumFoV = 90
 +
AnomalyDetection = 0
 +
RequiresAnimation = True
 +
DISPLAY_MODES
 +
{
 +
Mode = Resources
 +
}
 
}
 
}
  

Latest revision as of 19:55, 18 October 2016

This is the configuration file for M4435 Narrow-Band Scanner.
PART
{
name = OrbitalScanner
module = Part
author = RoverDude

mesh = OrbitalScanner.mu
scale = 1
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 = experimentalScience
entryCost = 3000
cost = 1000
category = Science
subcategory = 0
title = M4435 Narrow-Band Scanner
manufacturer = Experimental Engineering Group
description = Ideal for surveying potential landing sites, this scanner provides detailed information about the planet or moon that it orbits, though this data is limited to the spot directly below the scanner.
attachRules = 1,1,0,0,0

// --- standard part parameters ---
mass = 0.1
dragModelType = default
maximum_drag = 0.2
minimum_drag = 0.2
angularDrag = 2
crashTolerance = 7
maxTemp = 2000 // = 3000
bulkheadProfiles = size0, srf
tags = isru mine )mining (ore prospect resource sensor
MODULE
{
	name = ModuleGPS
}

MODULE
{
	name = ModuleResourceScanner
	MaxAbundanceAltitude = 500000
	RequiresUnlock = true
	ScannerType = 0
	ResourceName = Ore
}

MODULE
{
	name = ModuleKerbNetAccess
	EnhancedSituationMask = 7
	EnhancedMinimumFoV = 175
	EnhancedMaximumFoV = 179.5
	MinimumFoV = 5
	MaximumFoV = 90
	AnomalyDetection = 0
	RequiresAnimation = True
	DISPLAY_MODES
	{
		Mode = Resources
	}
}

MODULE
{
	name = ModuleAnimationGroup
	deployAnimationName = 
	activeAnimationName = miniscanner
	deployActionName = Activate
	retractActionName = Deactivate
	moduleType = Scanner
}


}