Skip to content

Commit

Permalink
ProbesPlus_BETA_0.13RC
Browse files Browse the repository at this point in the history
Github Repo
  • Loading branch information
raveloda committed May 15, 2016
1 parent b5b38d3 commit 6a02e8c
Show file tree
Hide file tree
Showing 7 changed files with 62 additions and 7 deletions.
7 changes: 5 additions & 2 deletions Change log.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ Known Issues:
============
- CA-R3900 RTG animation is slightly jumpy
- CA-R3900 RTG node for the magnetometer is oriented straight up, instead of an angle
- CA-A01 antenna has an extra "deploy experiment" button in the right-click menu (From DMagicScienceAnimate)
- Not enough feedback on the Dev thread! Your feedback will help make the mod better!

============
Expand All @@ -18,10 +17,14 @@ Changelog:

Beta 0.13
-Added new science parts!
*Changed Ground-plane antenna to use ModuleAnimateGeneric
*CA-ELIX Electrostatic and Ionization Experiment (Ranger)
*CA-KLIR Infra-Red Spec (2001 Mars Odyssey)
*CA-SCGRS Gamma Ray Spec (2001 Mars Odyssey)
*CA-SCB01 Torekka Science Boom (Voyager)
-Added E200B Solar Panel
-Tweaked Science parts
-Changed Ground-plane antenna to use ModuleAnimateGeneric
-Added new ScienceDefs for the new experiments

Beta 0.12
-DMagicScienceAnimate is now a pre-requisite, but is included
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
PART
{
name = sp_odyssey_b
module = Part
author = Akron

MODEL
{
model = Coatl Aerospace/ProbesPlus/Assets/sp_odyssey_b
}
rescaleFactor = 1

node_attach = 0.0, 0.0, 0.0, -1.0, 0.0, 0.0

// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
attachRules = 0,1,0,0,0

TechRequired = advElectrics
entryCost = 4000
cost = 380
category = Utility
subcategory = 0

title = CA-E200B 1x2 Solar Panel
manufacturer = Coatl Aerospace
description = After receiving several class-action suggestions, our engineers designed an alternate Photovoltaic system with vastly improved clearance, based on our award-winning E200 Series.

mass = 0.014
dragModelType = default
maximum_drag = 0.2
minimum_drag = 0.2
angularDrag = 1
crashTolerance = 8
maxTemp = 1200 // = 3200
PhysicsSignificance = 1
bulkheadProfiles = srf
thermalMassModifier = 2.0
emissiveConstant = 0.95
heatConductivity = 0.04 // 1/3 the default

MODULE
{
name = ModuleDeployableSolarPanel
animationName = deploy
sunTracking = true
raycastTransformName = sunCatcher
pivotName = sunPivot
isBreakable = true
resourceName = ElectricCharge
chargeRate = 1.5
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ PART
useStaging = False
useActionGroups = True
hideUIwhenUnavailable = False
xmitDataScalar = 0.4
xmitDataScalar = 1.0
dataIsCollectable = True
collectActionName = Take Data
interactionRange = 1.2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ PART
transmitWarningText = Unable to transmit data
useActionGroups = True //Are the VAB/SPH action groups available - does not affect the availability of right-click functions
useStaging = False //Control experiment activation through staging (may not actually work)
xmitDataScalar = 1.0 //Transmission data value, determines the percentage of the baseValue (from your ScienceDefs.cfg) recovered from a transmission
xmitDataScalar = 0.6 //Transmission data value, determines the percentage of the baseValue (from your ScienceDefs.cfg) recovered from a transmission

//Science Experiment - Animation Fields**** (fields are from my magnetometer setup)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ PART
useStaging = False
useActionGroups = True
hideUIwhenUnavailable = False
xmitDataScalar = 0.5
xmitDataScalar = 1.0
dataIsCollectable = True
collectActionName = Take Data
interactionRange = 1.2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ PART
useStaging = False
useActionGroups = True
hideUIwhenUnavailable = False
xmitDataScalar = 0.4
xmitDataScalar = 0.6
dataIsCollectable = True
collectActionName = Take Data
interactionRange = 1.2
Expand All @@ -75,7 +75,7 @@ PART
useStaging = False
useActionGroups = True
hideUIwhenUnavailable = False
xmitDataScalar = 0.4
xmitDataScalar = 0.6
dataIsCollectable = True
collectActionName = Take Data
interactionRange = 1.2
Expand Down

0 comments on commit 6a02e8c

Please sign in to comment.