diff --git a/Change log.txt b/Change log.txt index 87ba5c8..cc7130b 100644 --- a/Change log.txt +++ b/Change log.txt @@ -19,6 +19,8 @@ Beta 0.13 -Added new science parts! *CA-ELIX Electrostatic and Ionization Experiment (Ranger) *CA-KLIR Infra-Red Spec (2001 Mars Odyssey) + *CA-ROTFL Orbital Telescope (Mars Recon Orbiter) + *CA-SWIS Solar Wind Analyzer (MAVEN) *CA-SCGRS Gamma Ray Spec (2001 Mars Odyssey) *CA-SCB01 Torekka Science Boom (Voyager) -Added E200B Solar Panel diff --git a/GameData/Coatl Aerospace/ProbesPlus/Assets/ca_SWIS.mu b/GameData/Coatl Aerospace/ProbesPlus/Assets/ca_SWIS.mu new file mode 100644 index 0000000..57bd3c6 Binary files /dev/null and b/GameData/Coatl Aerospace/ProbesPlus/Assets/ca_SWIS.mu differ diff --git a/GameData/Coatl Aerospace/ProbesPlus/Assets/ca_telescope_a.mu b/GameData/Coatl Aerospace/ProbesPlus/Assets/ca_telescope_a.mu new file mode 100644 index 0000000..89b7104 Binary files /dev/null and b/GameData/Coatl Aerospace/ProbesPlus/Assets/ca_telescope_a.mu differ diff --git a/GameData/Coatl Aerospace/ProbesPlus/Assets/science_b_D.mbm b/GameData/Coatl Aerospace/ProbesPlus/Assets/science_b_D.mbm index c207905..f249fb0 100644 Binary files a/GameData/Coatl Aerospace/ProbesPlus/Assets/science_b_D.mbm and b/GameData/Coatl Aerospace/ProbesPlus/Assets/science_b_D.mbm differ diff --git a/GameData/Coatl Aerospace/ProbesPlus/Assets/swis_mesh.mbm b/GameData/Coatl Aerospace/ProbesPlus/Assets/swis_mesh.mbm new file mode 100644 index 0000000..80af003 Binary files /dev/null and b/GameData/Coatl Aerospace/ProbesPlus/Assets/swis_mesh.mbm differ diff --git a/GameData/Coatl Aerospace/ProbesPlus/Parts/Science/ca_SWIS.cfg b/GameData/Coatl Aerospace/ProbesPlus/Parts/Science/ca_SWIS.cfg new file mode 100644 index 0000000..366fd47 --- /dev/null +++ b/GameData/Coatl Aerospace/ProbesPlus/Parts/Science/ca_SWIS.cfg @@ -0,0 +1,62 @@ +PART +{ + name = ca_SWIS + module = Part + author = Akron + + MODEL + { + model = Coatl Aerospace/ProbesPlus/Assets/ca_SWIS + } + scale = 1 + rescaleFactor = 1 + + node_attach = 0.0, 0.0, 0.0, 0.0, -1.0, 0.0 + + // attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision + attachRules = 0,1,0,0,0 + + TechRequired = advScienceTech + entryCost = 14000 + cost = 8800 + category = Science + subcategory = 0 + title = CA-SWIS Solar Wind Analyzer + manufacturer = Coatl Aerospace + description = When solar wind began trending on the Internet, scientists realized that current meteorological instruments could not detect it. Our Solar Wind Science (SWIS) instrument is designed specifically to detect and measure solar wind data. Look for our Solar Wind chimes, coming soon! + + mass = 0.015 + bulkheadProfiles = srf + crashTolerance = 9 + maxTemp = 1200 + emissiveConstant = 0.85 + thermalMassModifier = 4.0 + + angularDrag = 1 + dragModelType = default + maximum_drag = 0.1 + minimum_drag = 0.1 + + MODULE + { + name = ModuleScienceExperiment + experimentID = ca_solarWind + experimentActionName = Run Solar Wind science + resetActionName = Discard Data + useStaging = False + useActionGroups = True + hideUIwhenUnavailable = False + xmitDataScalar = 1.0 + dataIsCollectable = True + collectActionName = Take Data + interactionRange = 1.2 + rerunnable = True + usageReqMaskInternal = 1 + usageReqMaskExternal = 8 + } + +} + + + + diff --git a/GameData/Coatl Aerospace/ProbesPlus/Parts/Science/ca_telescope_a.cfg b/GameData/Coatl Aerospace/ProbesPlus/Parts/Science/ca_telescope_a.cfg new file mode 100644 index 0000000..331b814 --- /dev/null +++ b/GameData/Coatl Aerospace/ProbesPlus/Parts/Science/ca_telescope_a.cfg @@ -0,0 +1,62 @@ +PART +{ + name = ca_telescope_a + module = Part + author = Akron + + MODEL + { + model = Coatl Aerospace/ProbesPlus/Assets/ca_telescope_a + } + scale = 1 + rescaleFactor = 1 + + node_bottom = 0.0, 0.0, 0.0, 0.0, -1.0, 0.0, 0 + node_attach = 0.0, 0.0, 0.0, 0.0, -1.0, 0.0 + + // attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision + attachRules = 1,1,0,0,0 + + TechRequired = basicScience + entryCost = 8200 + cost = 4300 + category = Science + subcategory = 0 + title = CA-ROTFL Orbital Telescope + manufacturer = Coatl Aerospace + description = ROTFL, or Reconnaissance Orbital Telescoping Focusing Lens, is an advanced Kerman-Kerman Reflector telescope to take close-up images of the ground. The lens and software are calibrated for orbital use and will not work on the surface. + + mass = 0.025 + bulkheadProfiles = size0, srf + crashTolerance = 10 + maxTemp = 1200 + emissiveConstant = 0.85 + thermalMassModifier = 4.0 + + angularDrag = 2 + dragModelType = default + maximum_drag = 0.2 + minimum_drag = 0.2 + + MODULE + { + name = ModuleScienceExperiment + experimentID = scopeScan + experimentActionName = Log Visual Observations + resetActionName = Discard Observations + useStaging = False + useActionGroups = True + hideUIwhenUnavailable = False + xmitDataScalar = 1.0 + dataIsCollectable = True + collectActionName = Take Data + interactionRange = 1.2 + rerunnable = True + usageReqMaskInternal = 1 + usageReqMaskExternal = 8 + } +} + + + + diff --git a/GameData/Coatl Aerospace/Resources/ScienceDefs.cfg b/GameData/Coatl Aerospace/Resources/ScienceDefs.cfg index ca33b0a..948876f 100644 --- a/GameData/Coatl Aerospace/Resources/ScienceDefs.cfg +++ b/GameData/Coatl Aerospace/Resources/ScienceDefs.cfg @@ -447,7 +447,7 @@ EXPERIMENT_DEFINITION id = ca_solarWind title = Solar Wind Measurement baseValue = 6 - scienceCap = 6 + scienceCap = 8 dataScale = 1 requireAtmosphere = False situationMask = 32 @@ -480,9 +480,13 @@ EXPERIMENT_DEFINITION KerbinInSpace = Solar wind speed and strength is recorded from around Kerbin KerbinInSpaceLow = Kerbol’s solar wind emissions are definitely interacting with Kerbin’s atmosphere KerbinInSpaceHigh = Wind speed is recorded for comparison with other planets + KerbinInSpaceHigh = Solar Wind is somehow deflected by Kerbin. Scientists suggest comparing it with Magnetometer results - MunInSpace = Solar wind levels are logged around the Mun - MunInSpaceLow = There does not appear to be any wind deflection, so the mun is hit by solar wind directly + MunInSpace = Solar wind levels are logged around the Mun + MunInSpaceLow = There does not appear to be any wind deflection, so the mun is hit by solar wind directly + + MinmusInSpace = SWIS takes measurements from around Minmus + DunaInSpace = The Instrument takes reading from around Duna DunaInSpaceLow = Tracking solar wind direction revealed that at least some seems to deflect and reach the lower atmosphere