Well Posted February 15, 2020 Author Share Posted February 15, 2020 Look fine in KSP 1.9.0 Quote Link to comment Share on other sites More sharing options...
leatherneck6017 Posted February 15, 2020 Share Posted February 15, 2020 How have I never seen these parts before?!?! Very nice looking. @Well Will these be available on CKAN like KrakenScience is? (Possibly why I've never noticed them before) Quote Link to comment Share on other sites More sharing options...
Well Posted February 15, 2020 Author Share Posted February 15, 2020 Many thanks to you. (all my mod are in my signature) I don't use / support CKAN. Quote Link to comment Share on other sites More sharing options...
Tivec Posted February 22, 2020 Share Posted February 22, 2020 I'm planning on making a Kerbalism patch for these science experiments. If you are unaware of what Kerbalism does to science, it makes experiments run over time, and the data is stored on a craft hard drive before it is transferred by antenna back to KSC. For your experiments, how long would you say each of them should run, and what energy drain should they have in the process? I'll sort out data storage amounts based on where they are in the tech tree and such. Quote Link to comment Share on other sites More sharing options...
AlmightyR Posted February 25, 2020 Share Posted February 25, 2020 On 2/22/2020 at 4:37 AM, Tivec said: I'm planning on making a Kerbalism patch for these science experiments. If you are unaware of what Kerbalism does to science, it makes experiments run over time, and the data is stored on a craft hard drive before it is transferred by antenna back to KSC. For your experiments, how long would you say each of them should run, and what energy drain should they have in the process? I'll sort out data storage amounts based on where they are in the tech tree and such. I'd love to see a Kerbalism patch for this! Quote Link to comment Share on other sites More sharing options...
Aelipse Posted May 2, 2020 Share Posted May 2, 2020 This looks really great. Is it compatible with 1.7x version of the game? Quote Link to comment Share on other sites More sharing options...
golkaidakhaana Posted May 7, 2020 Share Posted May 7, 2020 On 5/3/2020 at 12:47 AM, Aelipse said: This looks really great. Is it compatible with 1.7x version of the game? Why don't you test it? Nothing much has changed between 1.7.x and the latest version, so you could just use an older version. Quote Link to comment Share on other sites More sharing options...
Sir Mortimer Posted May 9, 2020 Share Posted May 9, 2020 On 2/22/2020 at 8:37 AM, Tivec said: I'm planning on making a Kerbalism patch for these science experiments. Let me know when you’re done. We’ll add the patch file to Kerbalisms configs (not to Interkosmos). Quote Link to comment Share on other sites More sharing options...
Well Posted July 4, 2020 Author Share Posted July 4, 2020 Interkosmos 0.3 is online, just a mass ratio fix for the crystal ressource to match my knes mod, and a quick 1.10 review Quote Link to comment Share on other sites More sharing options...
AstroPawian Posted January 6, 2021 Share Posted January 6, 2021 1.11 work?? Quote Link to comment Share on other sites More sharing options...
Well Posted January 25, 2021 Author Share Posted January 25, 2021 (edited) Interkosmos 0.4 is online Github Interkosmos 0.4 [2021-01-25] ------------------------------- - Add KSP 1.11 inventory support - Fix Parts Mass in 1.11 Edited January 25, 2021 by Well Quote Link to comment Share on other sites More sharing options...
Beetlecat Posted January 25, 2021 Share Posted January 25, 2021 These are so spiffy! If I haven't already said so--thank you! Quote Link to comment Share on other sites More sharing options...
Drakenred65 Posted March 9, 2021 Share Posted March 9, 2021 Thank you! (I was looking for this but mixed up the name) Quote Link to comment Share on other sites More sharing options...
Well Posted June 25, 2021 Author Share Posted June 25, 2021 Look fine in 1.12 from my test. Quote Link to comment Share on other sites More sharing options...
hermano Posted August 12, 2021 Share Posted August 12, 2021 @Well These parts are really nice. @Sir Mortimer I created a Kerbalism Science patch, trying to keep a balance close to the stock experiments: Spoiler // Interkosmos Kerbalism definitions // Made by hermano //---------------------------------------------------------------------------------------------------------\\ @KERBALISM_EXPERIMENT_VALUES:NEEDS[Interkosmos,KerbalismDefault,FeatureScience] { Interkosmos { GasAnalyzer { ECCost = 0.03 size = 0.3 value = 4 // 12->4 duration = 300 //5min requirements = ResourceRates = } Hydrometer { ECCost = 0.02 size = 0.25 value = 3 // 8->3 duration = 120 //2min requirements = ResourceRates = } IRSpectrometer { ECCost = 0.03 size = 0.3 value = 4 // 10->4 duration = 138 //2min requirements = ResourceRates = } Photometer { ECCost = 0.03 size = 0.3 value = 4 // 10->4 duration = 138 //2min requirements = ResourceRates = } Photopolarimeter { ECCost = 0.02 size = 0.25 value = 3 // 9->3 duration = 138 //2min requirements = ResourceRates = } Crystals { ECCost = 0.02 size = 0.25 value = 3 // 8->3 duration = 120 //2min requirements = ResourceRates = } } } //---------------------------------------------------------------------------------------------------------\\ @PART[*]:HAS[@MODULE:HAS[#experimentID[GasAnalyzer]]]:NEEDS[KerbalismDefault,FeatureScience,Interkosmos] { !MODULE:HAS[#experimentID[GasAnalyzer]] {} MODULE { name = Experiment experiment_id = GasAnalyzer } } @PART[*]:HAS[@MODULE:HAS[#experimentID[Hydrometer]]]:NEEDS[KerbalismDefault,FeatureScience,Interkosmos] { !MODULE:HAS[#experimentID[Hydrometer]] {} MODULE { name = Experiment experiment_id = Hydrometer } } @PART[*]:HAS[@MODULE:HAS[#experimentID[IRSpectrometer]]]:NEEDS[KerbalismDefault,FeatureScience,Interkosmos] { !MODULE:HAS[#experimentID[IRSpectrometer]] {} MODULE { name = Experiment experiment_id = IRSpectrometer } } @PART[*]:HAS[@MODULE:HAS[#experimentID[Photometer]]]:NEEDS[KerbalismDefault,FeatureScience,Interkosmos] { !MODULE:HAS[#experimentID[Photometer]] {} MODULE { name = Experiment experiment_id = Photometer } } @PART[*]:HAS[@MODULE:HAS[#experimentID[Photopolarimeter]]]:NEEDS[KerbalismDefault,FeatureScience,Interkosmos] { !MODULE:HAS[#experimentID[Photopolarimeter]] {} MODULE { name = Experiment experiment_id = Photopolarimeter } } @PART[*]:HAS[@MODULE:HAS[#experimentID[Crystals]]]:NEEDS[KerbalismDefault,FeatureScience,Interkosmos] { !MODULE:HAS[#experimentID[Crystals]] {} MODULE { name = Experiment experiment_id = Crystals } } //---------------------------------------------------------------------------------------------------------\\ @PART[*]:HAS[@MODULE[Experiment]]:NEEDS[KerbalismDefault,FeatureScience,Interkosmos]:FOR[KerbalismDefault] { @MODULE[Experiment]:HAS[#experiment_id[GasAnalyzer]] { %experiment_description = Gas Analysis Scan %ec_rate = #$@KERBALISM_EXPERIMENT_VALUES/Interkosmos/GasAnalyzer/ECCost$ %requires = #$@KERBALISM_EXPERIMENT_VALUES/Interkosmos/GasAnalyzer/requirements$ %data_rate = #$@KERBALISM_EXPERIMENT_VALUES/Interkosmos/GasAnalyzer/size$ @data_rate /= #$@KERBALISM_EXPERIMENT_VALUES/Interkosmos/GasAnalyzer/duration$ %resources = #$@KERBALISM_EXPERIMENT_VALUES/Interkosmos/GasAnalyzer/ResourceRates$ %allow_shrouded = False } @MODULE[Experiment]:HAS[#experiment_id[Hydrometer]] { %experiment_description = Hydrometer Scan %ec_rate = #$@KERBALISM_EXPERIMENT_VALUES/Interkosmos/Hydrometer/ECCost$ %requires = #$@KERBALISM_EXPERIMENT_VALUES/Interkosmos/Hydrometer/requirements$ %data_rate = #$@KERBALISM_EXPERIMENT_VALUES/Interkosmos/Hydrometer/size$ @data_rate /= #$@KERBALISM_EXPERIMENT_VALUES/Interkosmos/Hydrometer/duration$ %resources = #$@KERBALISM_EXPERIMENT_VALUES/Interkosmos/Hydrometer/ResourceRates$ %allow_shrouded = False } @MODULE[Experiment]:HAS[#experiment_id[IRSpectrometer]] { %experiment_description = CH-Band IR Spectrometer Scan %ec_rate = #$@KERBALISM_EXPERIMENT_VALUES/Interkosmos/IRSpectrometer/ECCost$ %requires = #$@KERBALISM_EXPERIMENT_VALUES/Interkosmos/IRSpectrometer/requirements$ %data_rate = #$@KERBALISM_EXPERIMENT_VALUES/Interkosmos/IRSpectrometer/size$ @data_rate /= #$@KERBALISM_EXPERIMENT_VALUES/Interkosmos/IRSpectrometer/duration$ %resources = #$@KERBALISM_EXPERIMENT_VALUES/Interkosmos/IRSpectrometer/ResourceRates$ %allow_shrouded = False } @MODULE[Experiment]:HAS[#experiment_id[Photometer]] { %experiment_description = Color and radiance measurements %ec_rate = #$@KERBALISM_EXPERIMENT_VALUES/Interkosmos/Photometer/ECCost$ %requires = #$@KERBALISM_EXPERIMENT_VALUES/Interkosmos/Photometer/requirements$ %data_rate = #$@KERBALISM_EXPERIMENT_VALUES/Interkosmos/Photometer/size$ @data_rate /= #$@KERBALISM_EXPERIMENT_VALUES/Interkosmos/Photometer/duration$ %resources = #$@KERBALISM_EXPERIMENT_VALUES/Interkosmos/Photometer/ResourceRates$ %allow_shrouded = False } @MODULE[Experiment]:HAS[#experiment_id[Photopolarimeter]] { %experiment_description = Spectroscopy Scan %ec_rate = #$@KERBALISM_EXPERIMENT_VALUES/Interkosmos/Photopolarimeter/ECCost$ %requires = #$@KERBALISM_EXPERIMENT_VALUES/Interkosmos/Photopolarimeter/requirements$ %data_rate = #$@KERBALISM_EXPERIMENT_VALUES/Interkosmos/Photopolarimeter/size$ @data_rate /= #$@KERBALISM_EXPERIMENT_VALUES/Interkosmos/Photopolarimeter/duration$ %resources = #$@KERBALISM_EXPERIMENT_VALUES/Interkosmos/Photopolarimeter/ResourceRates$ %allow_shrouded = False } @MODULE[Experiment]:HAS[#experiment_id[Crystals]] { %experiment_description = Crystals Experiment %ec_rate = #$@KERBALISM_EXPERIMENT_VALUES/Interkosmos/Crystals/ECCost$ %requires = #$@KERBALISM_EXPERIMENT_VALUES/Interkosmos/Crystals/requirements$ %data_rate = #$@KERBALISM_EXPERIMENT_VALUES/Interkosmos/Crystals/size$ @data_rate /= #$@KERBALISM_EXPERIMENT_VALUES/Interkosmos/Crystals/duration$ %resources = #$@KERBALISM_EXPERIMENT_VALUES/Interkosmos/Crystals/ResourceRates$ %allow_shrouded = False } } //---------------------------------------------------------------------------------------------------------\\ @EXPERIMENT_DEFINITION:HAS[#id[GasAnalyzer]]:NEEDS[KerbalismDefault,FeatureScience,Interkosmos]:FOR[zzzKerbalismDefault] { @baseValue = #$@KERBALISM_EXPERIMENT_VALUES/Interkosmos/GasAnalyzer/value$ @dataScale = #$@KERBALISM_EXPERIMENT_VALUES/Interkosmos/GasAnalyzer/size$ @dataScale /= #$baseValue$ KERBALISM_EXPERIMENT { Situation = SrfLanded@Biomes Situation = SrfSplashed@Biomes } } @EXPERIMENT_DEFINITION:HAS[#id[Hydrometer]]:NEEDS[KerbalismDefault,FeatureScience,Interkosmos]:FOR[zzzKerbalismDefault] { @baseValue = #$@KERBALISM_EXPERIMENT_VALUES/Interkosmos/Hydrometer/value$ @dataScale = #$@KERBALISM_EXPERIMENT_VALUES/Interkosmos/Hydrometer/size$ @dataScale /= #$baseValue$ KERBALISM_EXPERIMENT { Situation = SrfLanded@Biomes Situation = SrfSplashed@Biomes Situation = FlyingLow@Biomes } } @EXPERIMENT_DEFINITION:HAS[#id[IRSpectrometer]]:NEEDS[KerbalismDefault,FeatureScience,Interkosmos]:FOR[zzzKerbalismDefault] { @baseValue = #$@KERBALISM_EXPERIMENT_VALUES/Interkosmos/IRSpectrometer/value$ @dataScale = #$@KERBALISM_EXPERIMENT_VALUES/Interkosmos/IRSpectrometer/size$ @dataScale /= #$baseValue$ KERBALISM_EXPERIMENT { Situation = SrfLanded@Biomes Situation = SrfSplashed@Biomes Situation = FlyingLow@Biomes } } @EXPERIMENT_DEFINITION:HAS[#id[Photometer]]:NEEDS[KerbalismDefault,FeatureScience,Interkosmos]:FOR[zzzKerbalismDefault] { @baseValue = #$@KERBALISM_EXPERIMENT_VALUES/Interkosmos/Photometer/value$ @dataScale = #$@KERBALISM_EXPERIMENT_VALUES/Interkosmos/Photometer/size$ @dataScale /= #$baseValue$ KERBALISM_EXPERIMENT { Situation = SrfLanded@Biomes Situation = SrfSplashed@Biomes Situation = FlyingLow@Biomes } } @EXPERIMENT_DEFINITION:HAS[#id[Photopolarimeter]]:NEEDS[KerbalismDefault,FeatureScience,Interkosmos]:FOR[zzzKerbalismDefault] { @baseValue = #$@KERBALISM_EXPERIMENT_VALUES/Interkosmos/Photopolarimeter/value$ @dataScale = #$@KERBALISM_EXPERIMENT_VALUES/Interkosmos/Photopolarimeter/size$ @dataScale /= #$baseValue$ KERBALISM_EXPERIMENT { Situation = SrfLanded@Biomes Situation = SrfSplashed@Biomes Situation = FlyingLow@Biomes } } @EXPERIMENT_DEFINITION:HAS[#id[Crystals]]:NEEDS[KerbalismDefault,FeatureScience,Interkosmos]:FOR[zzzKerbalismDefault] { @baseValue = #$@KERBALISM_EXPERIMENT_VALUES/Interkosmos/Crystals/value$ @dataScale = #$@KERBALISM_EXPERIMENT_VALUES/Interkosmos/Crystals/size$ @dataScale /= #$baseValue$ KERBALISM_EXPERIMENT { Situation = SrfLanded@Biomes Situation = SrfSplashed@Biomes Situation = FlyingLow@Biomes } } Quote Link to comment Share on other sites More sharing options...
Well Posted July 17, 2022 Author Share Posted July 17, 2022 Interkosmos v0.5 is online Quote Interkosmos 0.5 [2022-07-17] ------------------------------- - Add Localization config - Add French Language - Reduce Crystals mass Quote Link to comment Share on other sites More sharing options...
Drakenred65 Posted December 27, 2022 Share Posted December 27, 2022 Finally found this back! Quote Link to comment Share on other sites More sharing options...
Fanta_Racer Posted July 20, 2024 Share Posted July 20, 2024 @Well Hi, I am a long time happy user of your mod (Its a must have for every ksp instance for me), but i have a question. - Will there be a way to transport/store crystals as a resource for example in ore tanks or a limited amount in the experiment storage unit? (Having this part and only producing 50Cr before having it deorbited or be useless weight is a bit discouraging) - Any future compatibility with Crystalization Facility module from Knes? (Or is it already the and I'm just a dumdum?) - Are there any plans for future mods? (...maybe a venera soviet probe parts?) Quote Link to comment Share on other sites More sharing options...
aviin Posted July 24, 2024 Share Posted July 24, 2024 On 7/20/2024 at 12:18 PM, Fanta_Racer said: - Will there be a way to transport/store crystals as a resource for example in ore tanks or a limited amount in the experiment storage unit? (Having this part and only producing 50Cr before having it deorbited or be useless weight is a bit discouraging) The Minotaur pods and MRK DM pods from Knes can carry 500 Crystal. Quote Link to comment Share on other sites More sharing options...
Fanta_Racer Posted July 24, 2024 Share Posted July 24, 2024 15 hours ago, aviin said: The Minotaur pods and MRK DM pods from Knes can carry 500 Crystal. Oh, didnt know that. Thanks for the info Quote Link to comment Share on other sites More sharing options...
Entr8899 Posted July 25, 2024 Share Posted July 25, 2024 On 7/20/2024 at 5:18 PM, Fanta_Racer said: @Well Hi, I am a long time happy user of your mod (Its a must have for every ksp instance for me), but i have a question. - Will there be a way to transport/store crystals as a resource for example in ore tanks or a limited amount in the experiment storage unit? (Having this part and only producing 50Cr before having it deorbited or be useless weight is a bit discouraging) - Any future compatibility with Crystalization Facility module from Knes? (Or is it already the and I'm just a dumdum?) - Are there any plans for future mods? (...maybe a venera soviet probe parts?) Doesn't Tantares have really nice Venera parts? Quote Link to comment Share on other sites More sharing options...
Fanta_Racer Posted July 26, 2024 Share Posted July 26, 2024 On 7/25/2024 at 1:03 PM, Entr8899 said: Doesn't Tantares have really nice Venera parts? Yup, i recently checked that, it does Quote Link to comment Share on other sites More sharing options...
MIND_BULL3TS Posted January 2 Share Posted January 2 On 8/12/2021 at 2:22 PM, hermano said: @Well These parts are really nice. @Sir Mortimer I created a Kerbalism Science patch, trying to keep a balance close to the stock experiments: Reveal hidden contents // Interkosmos Kerbalism definitions // Made by hermano //---------------------------------------------------------------------------------------------------------\\ @KERBALISM_EXPERIMENT_VALUES:NEEDS[Interkosmos,KerbalismDefault,FeatureScience] { Interkosmos { GasAnalyzer { ECCost = 0.03 size = 0.3 value = 4 // 12->4 duration = 300 //5min requirements = ResourceRates = } Hydrometer { ECCost = 0.02 size = 0.25 value = 3 // 8->3 duration = 120 //2min requirements = ResourceRates = } IRSpectrometer { ECCost = 0.03 size = 0.3 value = 4 // 10->4 duration = 138 //2min requirements = ResourceRates = } Photometer { ECCost = 0.03 size = 0.3 value = 4 // 10->4 duration = 138 //2min requirements = ResourceRates = } Photopolarimeter { ECCost = 0.02 size = 0.25 value = 3 // 9->3 duration = 138 //2min requirements = ResourceRates = } Crystals { ECCost = 0.02 size = 0.25 value = 3 // 8->3 duration = 120 //2min requirements = ResourceRates = } } } //---------------------------------------------------------------------------------------------------------\\ @PART[*]:HAS[@MODULE:HAS[#experimentID[GasAnalyzer]]]:NEEDS[KerbalismDefault,FeatureScience,Interkosmos] { !MODULE:HAS[#experimentID[GasAnalyzer]] {} MODULE { name = Experiment experiment_id = GasAnalyzer } } @PART[*]:HAS[@MODULE:HAS[#experimentID[Hydrometer]]]:NEEDS[KerbalismDefault,FeatureScience,Interkosmos] { !MODULE:HAS[#experimentID[Hydrometer]] {} MODULE { name = Experiment experiment_id = Hydrometer } } @PART[*]:HAS[@MODULE:HAS[#experimentID[IRSpectrometer]]]:NEEDS[KerbalismDefault,FeatureScience,Interkosmos] { !MODULE:HAS[#experimentID[IRSpectrometer]] {} MODULE { name = Experiment experiment_id = IRSpectrometer } } @PART[*]:HAS[@MODULE:HAS[#experimentID[Photometer]]]:NEEDS[KerbalismDefault,FeatureScience,Interkosmos] { !MODULE:HAS[#experimentID[Photometer]] {} MODULE { name = Experiment experiment_id = Photometer } } @PART[*]:HAS[@MODULE:HAS[#experimentID[Photopolarimeter]]]:NEEDS[KerbalismDefault,FeatureScience,Interkosmos] { !MODULE:HAS[#experimentID[Photopolarimeter]] {} MODULE { name = Experiment experiment_id = Photopolarimeter } } @PART[*]:HAS[@MODULE:HAS[#experimentID[Crystals]]]:NEEDS[KerbalismDefault,FeatureScience,Interkosmos] { !MODULE:HAS[#experimentID[Crystals]] {} MODULE { name = Experiment experiment_id = Crystals } } //---------------------------------------------------------------------------------------------------------\\ @PART[*]:HAS[@MODULE[Experiment]]:NEEDS[KerbalismDefault,FeatureScience,Interkosmos]:FOR[KerbalismDefault] { @MODULE[Experiment]:HAS[#experiment_id[GasAnalyzer]] { %experiment_description = Gas Analysis Scan %ec_rate = #$@KERBALISM_EXPERIMENT_VALUES/Interkosmos/GasAnalyzer/ECCost$ %requires = #$@KERBALISM_EXPERIMENT_VALUES/Interkosmos/GasAnalyzer/requirements$ %data_rate = #$@KERBALISM_EXPERIMENT_VALUES/Interkosmos/GasAnalyzer/size$ @data_rate /= #$@KERBALISM_EXPERIMENT_VALUES/Interkosmos/GasAnalyzer/duration$ %resources = #$@KERBALISM_EXPERIMENT_VALUES/Interkosmos/GasAnalyzer/ResourceRates$ %allow_shrouded = False } @MODULE[Experiment]:HAS[#experiment_id[Hydrometer]] { %experiment_description = Hydrometer Scan %ec_rate = #$@KERBALISM_EXPERIMENT_VALUES/Interkosmos/Hydrometer/ECCost$ %requires = #$@KERBALISM_EXPERIMENT_VALUES/Interkosmos/Hydrometer/requirements$ %data_rate = #$@KERBALISM_EXPERIMENT_VALUES/Interkosmos/Hydrometer/size$ @data_rate /= #$@KERBALISM_EXPERIMENT_VALUES/Interkosmos/Hydrometer/duration$ %resources = #$@KERBALISM_EXPERIMENT_VALUES/Interkosmos/Hydrometer/ResourceRates$ %allow_shrouded = False } @MODULE[Experiment]:HAS[#experiment_id[IRSpectrometer]] { %experiment_description = CH-Band IR Spectrometer Scan %ec_rate = #$@KERBALISM_EXPERIMENT_VALUES/Interkosmos/IRSpectrometer/ECCost$ %requires = #$@KERBALISM_EXPERIMENT_VALUES/Interkosmos/IRSpectrometer/requirements$ %data_rate = #$@KERBALISM_EXPERIMENT_VALUES/Interkosmos/IRSpectrometer/size$ @data_rate /= #$@KERBALISM_EXPERIMENT_VALUES/Interkosmos/IRSpectrometer/duration$ %resources = #$@KERBALISM_EXPERIMENT_VALUES/Interkosmos/IRSpectrometer/ResourceRates$ %allow_shrouded = False } @MODULE[Experiment]:HAS[#experiment_id[Photometer]] { %experiment_description = Color and radiance measurements %ec_rate = #$@KERBALISM_EXPERIMENT_VALUES/Interkosmos/Photometer/ECCost$ %requires = #$@KERBALISM_EXPERIMENT_VALUES/Interkosmos/Photometer/requirements$ %data_rate = #$@KERBALISM_EXPERIMENT_VALUES/Interkosmos/Photometer/size$ @data_rate /= #$@KERBALISM_EXPERIMENT_VALUES/Interkosmos/Photometer/duration$ %resources = #$@KERBALISM_EXPERIMENT_VALUES/Interkosmos/Photometer/ResourceRates$ %allow_shrouded = False } @MODULE[Experiment]:HAS[#experiment_id[Photopolarimeter]] { %experiment_description = Spectroscopy Scan %ec_rate = #$@KERBALISM_EXPERIMENT_VALUES/Interkosmos/Photopolarimeter/ECCost$ %requires = #$@KERBALISM_EXPERIMENT_VALUES/Interkosmos/Photopolarimeter/requirements$ %data_rate = #$@KERBALISM_EXPERIMENT_VALUES/Interkosmos/Photopolarimeter/size$ @data_rate /= #$@KERBALISM_EXPERIMENT_VALUES/Interkosmos/Photopolarimeter/duration$ %resources = #$@KERBALISM_EXPERIMENT_VALUES/Interkosmos/Photopolarimeter/ResourceRates$ %allow_shrouded = False } @MODULE[Experiment]:HAS[#experiment_id[Crystals]] { %experiment_description = Crystals Experiment %ec_rate = #$@KERBALISM_EXPERIMENT_VALUES/Interkosmos/Crystals/ECCost$ %requires = #$@KERBALISM_EXPERIMENT_VALUES/Interkosmos/Crystals/requirements$ %data_rate = #$@KERBALISM_EXPERIMENT_VALUES/Interkosmos/Crystals/size$ @data_rate /= #$@KERBALISM_EXPERIMENT_VALUES/Interkosmos/Crystals/duration$ %resources = #$@KERBALISM_EXPERIMENT_VALUES/Interkosmos/Crystals/ResourceRates$ %allow_shrouded = False } } //---------------------------------------------------------------------------------------------------------\\ @EXPERIMENT_DEFINITION:HAS[#id[GasAnalyzer]]:NEEDS[KerbalismDefault,FeatureScience,Interkosmos]:FOR[zzzKerbalismDefault] { @baseValue = #$@KERBALISM_EXPERIMENT_VALUES/Interkosmos/GasAnalyzer/value$ @dataScale = #$@KERBALISM_EXPERIMENT_VALUES/Interkosmos/GasAnalyzer/size$ @dataScale /= #$baseValue$ KERBALISM_EXPERIMENT { Situation = SrfLanded@Biomes Situation = SrfSplashed@Biomes } } @EXPERIMENT_DEFINITION:HAS[#id[Hydrometer]]:NEEDS[KerbalismDefault,FeatureScience,Interkosmos]:FOR[zzzKerbalismDefault] { @baseValue = #$@KERBALISM_EXPERIMENT_VALUES/Interkosmos/Hydrometer/value$ @dataScale = #$@KERBALISM_EXPERIMENT_VALUES/Interkosmos/Hydrometer/size$ @dataScale /= #$baseValue$ KERBALISM_EXPERIMENT { Situation = SrfLanded@Biomes Situation = SrfSplashed@Biomes Situation = FlyingLow@Biomes } } @EXPERIMENT_DEFINITION:HAS[#id[IRSpectrometer]]:NEEDS[KerbalismDefault,FeatureScience,Interkosmos]:FOR[zzzKerbalismDefault] { @baseValue = #$@KERBALISM_EXPERIMENT_VALUES/Interkosmos/IRSpectrometer/value$ @dataScale = #$@KERBALISM_EXPERIMENT_VALUES/Interkosmos/IRSpectrometer/size$ @dataScale /= #$baseValue$ KERBALISM_EXPERIMENT { Situation = SrfLanded@Biomes Situation = SrfSplashed@Biomes Situation = FlyingLow@Biomes } } @EXPERIMENT_DEFINITION:HAS[#id[Photometer]]:NEEDS[KerbalismDefault,FeatureScience,Interkosmos]:FOR[zzzKerbalismDefault] { @baseValue = #$@KERBALISM_EXPERIMENT_VALUES/Interkosmos/Photometer/value$ @dataScale = #$@KERBALISM_EXPERIMENT_VALUES/Interkosmos/Photometer/size$ @dataScale /= #$baseValue$ KERBALISM_EXPERIMENT { Situation = SrfLanded@Biomes Situation = SrfSplashed@Biomes Situation = FlyingLow@Biomes } } @EXPERIMENT_DEFINITION:HAS[#id[Photopolarimeter]]:NEEDS[KerbalismDefault,FeatureScience,Interkosmos]:FOR[zzzKerbalismDefault] { @baseValue = #$@KERBALISM_EXPERIMENT_VALUES/Interkosmos/Photopolarimeter/value$ @dataScale = #$@KERBALISM_EXPERIMENT_VALUES/Interkosmos/Photopolarimeter/size$ @dataScale /= #$baseValue$ KERBALISM_EXPERIMENT { Situation = SrfLanded@Biomes Situation = SrfSplashed@Biomes Situation = FlyingLow@Biomes } } @EXPERIMENT_DEFINITION:HAS[#id[Crystals]]:NEEDS[KerbalismDefault,FeatureScience,Interkosmos]:FOR[zzzKerbalismDefault] { @baseValue = #$@KERBALISM_EXPERIMENT_VALUES/Interkosmos/Crystals/value$ @dataScale = #$@KERBALISM_EXPERIMENT_VALUES/Interkosmos/Crystals/size$ @dataScale /= #$baseValue$ KERBALISM_EXPERIMENT { Situation = SrfLanded@Biomes Situation = SrfSplashed@Biomes Situation = FlyingLow@Biomes } } Hey! I was inspired by this patch to try my hand at patching some other modded parts stuck with the Stock science system in my Kerbalism playthrough. Ended up putting a repo together to start working on a little comprehensive package for the community. i'd like to include your patch here for interkosmos if you wouldn't mind. https://github.com/MIND-BULL3TS/Kerbalism-Science-Expanded Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.