Skip to content

Commit

Permalink
NEW PART: Ranger Solar Panel, Modify RealChute Configs
Browse files Browse the repository at this point in the history
* Thanks to taniwha, we have a Ranger Solar Panel! It is an early panel
that hinges to fit inside a fairing.
* Modified the RealChute defaults to be set at initial Depoy of 5000 km
and full deploy at 1000 km. Also defaulted to using Altitude, not
pressure on all Parachutes
  • Loading branch information
pap1723 committed Aug 7, 2017
1 parent 4e081ca commit a55e824
Showing 9 changed files with 74 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added GameData/RealismOverhaul/Parts/Solar/Frame.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
49 changes: 49 additions & 0 deletions GameData/RealismOverhaul/Parts/Solar/RangerPanel.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
PART {
name = RO-rangerSolarPanel
module = Part
author = taniwha (Bill Currie)
rescaleFactor = 0.85
TechRequired = earlyPower
entryCost = 12581
cost = 1258.1999999999998
category = Electrical
subcategory = 0
title = Ranger Solar Panel
manufacturer = Jet Propulsion Laboratory
description = Hinged wing-like solar panel design that starts in an upright-folded position to better fit inside a fairing. Once deployed, it is locked into place and does not track the sun. 1.4137m^2
attachRules = 0,1,0,0,1
mass = 0.004505 // Level 2 static @ 0.0006t/m^2 + 0.0011t/m^2
dragModelType = default
maximum_drag = 0.2
minimum_drag = 0.2
angularDrag = 1
crashTolerance = 8
maxTemp = 1200
bulkheadProfiles = srf
thermalMassModifier = 2.0
emissiveConstant = 0.95
heatConductivity = 0.04
tags = #autoLOC_500381
node_attach = 0, 0, 0, -1, 0, 0, 1, 1, 0, 0
MODEL {
model = RealismOverhaul/Parts/Solar/RangerPanel
position = 0, 0, 0
rotation = 0, 0, 0
scale = 1, 1, 1
}

MODULE {
name = ModuleDeployableSolarPanel
secondaryTransformName = suncatcher
pivotName = suncatcher
resourceName = ElectricCharge
chargeRate = 0.1782 // Level 2 @ 0.126kW/m^2
retractable = false
isTracking = false
animationName = RangerPanel
extendActionName = #autoLOC_6001805
retractActionName = #autoLOC_6001806
extendpanelsActionName = #autoLOC_6001807
}

}
Binary file not shown.
Binary file not shown.
25 changes: 25 additions & 0 deletions GameData/RealismOverhaul/RO_RecommendedMods/RO_RealChute.cfg
Original file line number Diff line number Diff line change
@@ -635,3 +635,28 @@
{
!MODULE[TweakScale] {}
}
@PART[*]:HAS[@MODULE[RealChuteModule]]:FOR[RealismOverhaul]:AFTER[RealChute]
{
@MODULE[RealChuteModule]
{
@PARACHUTE:HAS[#material[Kevlar]]
{
@minIsPressure = false
@minDeployment = 20000
@deploymentAlt = 3000
@cutAlt = 1100
}
}
}
@PART[*]:HAS[@MODULE[RealChuteModule]]:FOR[RealismOverhaul]:AFTER[RealChute]
{
@MODULE[RealChuteModule]
{
@PARACHUTE:HAS[#material[Nylon]]
{
@minIsPressure = false
@minDeployment = 5000
@deploymentAlt = 1000
}
}
}

0 comments on commit a55e824

Please sign in to comment.