-
Notifications
You must be signed in to change notification settings - Fork 281
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NEW PART: Ranger Solar Panel, Modify RealChute Configs
* 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
Showing
9 changed files
with
74 additions
and
0 deletions.
There are no files selected for viewing
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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters