Jump to content

Basic science experiment for all probe cores?


Recommended Posts

@mr. engino Here's the actual config for just the probe core telemetry experiment. In case you don't want to change many aspects of the science system.

Spoiler

// MM config created by Lord Aurelius
@PART[*]:HAS[@MODULE[ModuleCommand],#vesselType[Probe]]
{
  MODULE
  {
    name = ModuleScienceExperiment    
    
    experimentID = telemetryReport
    
    experimentActionName = Telemetry Report
    resetActionName = Discard Telemetry
    reviewActionName = Review Telemetry
    
    useStaging = False    
    useActionGroups = True
    hideUIwhenUnavailable = True    
    rerunnable = True
    
    xmitDataScalar = 1.0
  }
}

EXPERIMENT_DEFINITION
{
    id = telemetryReport
    title = Telemetry Report
    baseValue = 4
    scienceCap = 4
    dataScale = 1
    
    requireAtmosphere = False
    situationMask = 63
    biomeMask = 23  //changed from 3 to match crew report
    
    RESULTS
    {
        default = The telemetry indicates that all systems are functioning nominally.
        
        KerbinSrfLandedLaunchPad = You run a diagnostics check. All systems ready for launch.
        KerbinSrfLandedRunway = You run the automated pre-flight check. All systems ready for takeoff.
        KerbinSrfLandedKSC = The extremely low signal delay indicates the probe is in the immediate vicinity of the space center.
        KerbinSrfLanded = The telemetry indicates the probe has landed somewhere on Kerbin.
        KerbinFlyingLow = The doppler shift of the signal lets you roughly estimate the airspeed of the probe.
        KerbinFlyingHigh = You start getting some interference on the signal as the probe passes through the ionosphere.
        KerbinInSpaceLow = You notice some interesting interference patterns in the signal, the guys over at R&D might want to see this.
        KerbinInSpaceHigh = Lots of interference out here, we must be outside the magnetosphere.
        
    }
}

 

Edited by Tyko
Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...