Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Experiments with invalid situations/conditions #26

Open
AmanitaVerna opened this issue Jul 4, 2022 · 0 comments
Open

Experiments with invalid situations/conditions #26

AmanitaVerna opened this issue Jul 4, 2022 · 0 comments

Comments

@AmanitaVerna
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant