Difference between revisions of "Parts/Resources/SurveyScanner/SurveyScanner.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 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 20: Line 23:
 
manufacturer = Experimental Engineering Group
 
manufacturer = 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 = 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,1,0,0
+
attachRules = 1,1,0,0,0
  
 
// --- standard part parameters ---
 
// --- standard part parameters ---
Line 30: Line 33:
 
crashTolerance = 7
 
crashTolerance = 7
 
maxTemp = 2000 // = 3000
 
maxTemp = 2000 // = 3000
 
+
bulkheadProfiles = size1, srf
 +
tags = experiment isru mine )mining (ore overlay prospect research resource science sensor
 
MODULE
 
MODULE
 
{
 
{

Latest revision as of 19:56, 18 October 2016

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 = M700 Survey Scanner
manufacturer = 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.
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 = 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 = 
	moduleType = Scanner
}


}