Skip to content

Commit

Permalink
Add data storage to some probe cores
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanKell committed Jul 20, 2015
1 parent be61836 commit 19b5a75
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions GameData/RP-0/Science/PartExperimentAdder.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
//// Add storage to any command part that doesn't have it.
//@PART[*]:HAS[@MODULE[ModuleCommand],!MODULE[ModuleScienceContainer]]:FOR[RP-0]
// just patch some for now, don't want to add to too many
@PART[probeCoreOcto2|probeCoreCube|probeCoreHex|probeCoreOcto|SXTHECSRanger]:FOR[RP-0]
{
MODULE
{
name = ModuleScienceContainer
reviewActionName = Review Stored Data
storeActionName = Store Experiments
evaOnlyStorage = False
storageRange = 2.0 // FIXME scale somehow?
}
}

//Adds the Telemetry Analysis experiment to all command parts
@PART[*]:HAS[@MODULE[ModuleCommand]]:FOR[RP-0]
{
Expand Down

0 comments on commit 19b5a75

Please sign in to comment.