You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Several of the experiments have situations and/or conditions which Kerbalism doesn't recognize.
First, there are three instances in System/ScienceRework/ScienceDefs/ImagingExperiments.cfg of "Situaton = FlyingHigh" rather than "Situation = FlyingHigh".
Second, Kerbalism also complains that "InSpace" and "Global" are unknown situations, and it patches the experiments with these to "BodyGlobal" but in spite of it doing that, it does not appear to be possible to run them anywhere (I noticed this with the bio experiment from bluedog that you unlock early on, the 'OFO Space Adaptation Experiment', I think).
Third, Kerbalism also complains that "HomeBodyandMoons" is an invalid BodyCondition,
(I tried looking up Kerbalism's experiment documentation, but it doesn't appear to mention the KERBALISM_EXPERIMENT definitions at all? Baffling.)
From my KSP.log (it doesn't mention the "Situaton" lines):
[WRN 12:39:56.876] [Kerbalism] ExperimentInfo..ctor Experiment definition bd_bioexp has unknown situation : InSpace
[LOG 12:39:56.876] [Kerbalism] ExperimentInfo..ctor Experiment definition bd_bioexp : 0 situationMask is unsupported, patching to BodyGlobal
[WRN 12:39:56.904] [Kerbalism] ExperimentInfo..ctor Experiment definition bd_oso has unknown situation : InSpace
[LOG 12:39:56.904] [Kerbalism] ExperimentInfo..ctor Experiment definition bd_oso : 0 situationMask is unsupported, patching to BodyGlobal
[LOG 12:39:56.904] [Kerbalism] BodyConditions.ParseCondition Invalid BodyCondition : 'HomeBodyandMoons' defined in KERBALISM_EXPERIMENT node.
[WRN 12:39:56.905] [Kerbalism] ExperimentInfo..ctor Experiment definition bd_radarAltimeter has unknown situation : InSpace
[LOG 12:39:56.905] [Kerbalism] ExperimentInfo..ctor Experiment definition bd_radarAltimeter : 0 situationMask is unsupported, patching to BodyGlobal
[WRN 12:39:56.906] [Kerbalism] ExperimentInfo..ctor Experiment definition bd_SIGINT has unknown situation : InSpace
[LOG 12:39:56.906] [Kerbalism] ExperimentInfo..ctor Experiment definition bd_SIGINT : 0 situationMask is unsupported, patching to BodyGlobal
[WRN 12:39:56.938] [Kerbalism] ExperimentInfo..ctor Experiment definition sk_offWorldObservatory has unknown situation : Global
[LOG 12:39:56.938] [Kerbalism] ExperimentInfo..ctor Experiment definition sk_offWorldObservatory : 0 situationMask is unsupported, patching to BodyGlobal
[WRN 12:39:56.946] [Kerbalism] ExperimentInfo..ctor Experiment definition sk_orbitalPerturbationExperiment has unknown situation : InSpace
[LOG 12:39:56.946] [Kerbalism] ExperimentInfo..ctor Experiment definition sk_orbitalPerturbationExperiment : 0 situationMask is unsupported, patching to BodyGlobal
[WRN 12:39:56.956] [Kerbalism] ExperimentInfo..ctor Experiment definition sk_plantGrowthStudy has unknown situation : Global
[LOG 12:39:56.956] [Kerbalism] ExperimentInfo..ctor Experiment definition sk_plantGrowthStudy : 0 situationMask is unsupported, patching to BodyGlobal
[WRN 12:39:56.963] [Kerbalism] ExperimentInfo..ctor Experiment definition sk_solarFlareDetection has unknown situation : InSpace
[LOG 12:39:56.963] [Kerbalism] ExperimentInfo..ctor Experiment definition sk_solarFlareDetection : 0 situationMask is unsupported, patching to BodyGlobal
[WRN 12:39:56.963] [Kerbalism] ExperimentInfo..ctor Experiment definition sk_interstellarRadiationData has unknown situation : InSpace
[LOG 12:39:56.963] [Kerbalism] ExperimentInfo..ctor Experiment definition sk_interstellarRadiationData : 0 situationMask is unsupported, patching to BodyGlobal
[WRN 12:39:56.968] [Kerbalism] ExperimentInfo..ctor Experiment definition sss_geodesicExperiments has unknown situation : InSpace
[LOG 12:39:56.968] [Kerbalism] ExperimentInfo..ctor Experiment definition sss_geodesicExperiments : 0 situationMask is unsupported, patching to BodyGlobal
[WRN 12:39:56.969] [Kerbalism] ExperimentInfo..ctor Experiment definition sss_ELINT has unknown situation : InSpace
[LOG 12:39:56.969] [Kerbalism] ExperimentInfo..ctor Experiment definition sss_ELINT : 0 situationMask is unsupported, patching to BodyGlobal
[WRN 12:39:56.969] [Kerbalism] ExperimentInfo..ctor Experiment definition sss_monkey has unknown situation : InSpace
[LOG 12:39:56.969] [Kerbalism] ExperimentInfo..ctor Experiment definition sss_monkey : 0 situationMask is unsupported, patching to BodyGlobal
The text was updated successfully, but these errors were encountered:
Several of the experiments have situations and/or conditions which Kerbalism doesn't recognize.
First, there are three instances in System/ScienceRework/ScienceDefs/ImagingExperiments.cfg of "Situaton = FlyingHigh" rather than "Situation = FlyingHigh".
Second, Kerbalism also complains that "InSpace" and "Global" are unknown situations, and it patches the experiments with these to "BodyGlobal" but in spite of it doing that, it does not appear to be possible to run them anywhere (I noticed this with the bio experiment from bluedog that you unlock early on, the 'OFO Space Adaptation Experiment', I think).
Third, Kerbalism also complains that "HomeBodyandMoons" is an invalid BodyCondition,
(I tried looking up Kerbalism's experiment documentation, but it doesn't appear to mention the KERBALISM_EXPERIMENT definitions at all? Baffling.)
From my KSP.log (it doesn't mention the "Situaton" lines):
[WRN 12:39:56.876] [Kerbalism] ExperimentInfo..ctor Experiment definition
bd_bioexp
has unknown situation :InSpace
[LOG 12:39:56.876] [Kerbalism] ExperimentInfo..ctor Experiment definition
bd_bioexp
:0
situationMask is unsupported, patching toBodyGlobal
[WRN 12:39:56.904] [Kerbalism] ExperimentInfo..ctor Experiment definition
bd_oso
has unknown situation :InSpace
[LOG 12:39:56.904] [Kerbalism] ExperimentInfo..ctor Experiment definition
bd_oso
:0
situationMask is unsupported, patching toBodyGlobal
[LOG 12:39:56.904] [Kerbalism] BodyConditions.ParseCondition Invalid BodyCondition : 'HomeBodyandMoons' defined in KERBALISM_EXPERIMENT node.
[WRN 12:39:56.905] [Kerbalism] ExperimentInfo..ctor Experiment definition
bd_radarAltimeter
has unknown situation :InSpace
[LOG 12:39:56.905] [Kerbalism] ExperimentInfo..ctor Experiment definition
bd_radarAltimeter
:0
situationMask is unsupported, patching toBodyGlobal
[WRN 12:39:56.906] [Kerbalism] ExperimentInfo..ctor Experiment definition
bd_SIGINT
has unknown situation :InSpace
[LOG 12:39:56.906] [Kerbalism] ExperimentInfo..ctor Experiment definition
bd_SIGINT
:0
situationMask is unsupported, patching toBodyGlobal
[WRN 12:39:56.938] [Kerbalism] ExperimentInfo..ctor Experiment definition
sk_offWorldObservatory
has unknown situation :Global
[LOG 12:39:56.938] [Kerbalism] ExperimentInfo..ctor Experiment definition
sk_offWorldObservatory
:0
situationMask is unsupported, patching toBodyGlobal
[WRN 12:39:56.946] [Kerbalism] ExperimentInfo..ctor Experiment definition
sk_orbitalPerturbationExperiment
has unknown situation :InSpace
[LOG 12:39:56.946] [Kerbalism] ExperimentInfo..ctor Experiment definition
sk_orbitalPerturbationExperiment
:0
situationMask is unsupported, patching toBodyGlobal
[WRN 12:39:56.956] [Kerbalism] ExperimentInfo..ctor Experiment definition
sk_plantGrowthStudy
has unknown situation :Global
[LOG 12:39:56.956] [Kerbalism] ExperimentInfo..ctor Experiment definition
sk_plantGrowthStudy
:0
situationMask is unsupported, patching toBodyGlobal
[WRN 12:39:56.963] [Kerbalism] ExperimentInfo..ctor Experiment definition
sk_solarFlareDetection
has unknown situation :InSpace
[LOG 12:39:56.963] [Kerbalism] ExperimentInfo..ctor Experiment definition
sk_solarFlareDetection
:0
situationMask is unsupported, patching toBodyGlobal
[WRN 12:39:56.963] [Kerbalism] ExperimentInfo..ctor Experiment definition
sk_interstellarRadiationData
has unknown situation :InSpace
[LOG 12:39:56.963] [Kerbalism] ExperimentInfo..ctor Experiment definition
sk_interstellarRadiationData
:0
situationMask is unsupported, patching toBodyGlobal
[WRN 12:39:56.968] [Kerbalism] ExperimentInfo..ctor Experiment definition
sss_geodesicExperiments
has unknown situation :InSpace
[LOG 12:39:56.968] [Kerbalism] ExperimentInfo..ctor Experiment definition
sss_geodesicExperiments
:0
situationMask is unsupported, patching toBodyGlobal
[WRN 12:39:56.969] [Kerbalism] ExperimentInfo..ctor Experiment definition
sss_ELINT
has unknown situation :InSpace
[LOG 12:39:56.969] [Kerbalism] ExperimentInfo..ctor Experiment definition
sss_ELINT
:0
situationMask is unsupported, patching toBodyGlobal
[WRN 12:39:56.969] [Kerbalism] ExperimentInfo..ctor Experiment definition
sss_monkey
has unknown situation :InSpace
[LOG 12:39:56.969] [Kerbalism] ExperimentInfo..ctor Experiment definition
sss_monkey
:0
situationMask is unsupported, patching toBodyGlobal
The text was updated successfully, but these errors were encountered: