forked from benjee10/HabTech2
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
benjee10
authored and
benjee10
committed
Mar 17, 2019
1 parent
ba0816e
commit 318d307
Showing
131 changed files
with
182 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
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 renamed
BIN
+5.53 MB
...ameData/HabTech2/Parts/Trusses/ht2_SAW.mu → ...ameData/HabTech2/Parts/Trusses/ht2_SAW.mu
Binary file not shown.
File renamed without changes.
File renamed without changes.
120 changes: 120 additions & 0 deletions
120
HabTech2_0.1.9/GameData/HabTech2/Parts/Trusses/ht2_radiatorTriple.cfg
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,120 @@ | ||
PART | ||
{ | ||
name = ht2_radiatorTriple | ||
module = Part | ||
author = Benjee10 | ||
|
||
CrewCapacity = 0 | ||
TechRequired = largeElectrics | ||
entryCost = 25000 | ||
cost = 15000 | ||
category = Thermal | ||
subcategory = 0 | ||
title = EGA-400-T "Haast" Tracking Thermal Radiator | ||
manufacturer = HabTech Consortium | ||
description = A trio of large thermal rejection panel arrays attached to one single sun-tracking platform. Each panel can be independently extended or retracted. | ||
attachRules = 0,1,0,1,1 | ||
node_attach = 0.0, -0.1378, 0.0, 0.0, -1.0, 0.0 | ||
mass = 1.0 | ||
dragModelType = default | ||
maximum_drag = 0.2 | ||
minimum_drag = 0.2 | ||
angularDrag = 2 | ||
crashTolerance = 8 | ||
breakingForce = 200 | ||
breakingTorque = 200 | ||
maxTemp = 1000 | ||
skinMaxTemp = 1200 | ||
bulkheadProfiles = srf | ||
tags = ISS habtech thermal radiator cool triple 3 | ||
|
||
MODEL | ||
{ | ||
model = HabTech2/Parts/Trusses/ht2_radiatorTriple | ||
} | ||
scale = 1 | ||
rescaleFactor = 1 | ||
|
||
MODULE | ||
{ | ||
name = ModuleDeployableRadiator | ||
animationName = radiatorTriple_rootDeploy | ||
showStatus = false | ||
retractable = true | ||
isBreakable = true | ||
impactResistance = 20 | ||
impactResistanceRetracted = 20 | ||
pivotName = solarPivot | ||
raycastTransformName = sunCatcher | ||
extendActionName = Start Tracking | ||
retractActionName = Stop Tracking | ||
extendpanelsActionName = Toggle Tracking | ||
} | ||
|
||
MODULE | ||
{ | ||
name = ModuleDeployableRadiator | ||
animationName = radiatorTriple_panel2 | ||
showStatus = false | ||
retractable = true | ||
isBreakable = true | ||
impactResistance = 2 | ||
impactResistanceRetracted = 20 | ||
pivotName = ht2_radiatorTriple_panel2 | ||
trackingSpeed = 0 | ||
windResistance = 2.5 | ||
raycastTransformName = ht2_radiatorTriple_panel2 | ||
extendActionName = Deploy Radiator 1 | ||
retractActionName = Retract Radiator 1 | ||
extendpanelsActionName = Toggle Radiator 1 | ||
} | ||
|
||
MODULE | ||
{ | ||
name = ModuleDeployableRadiator | ||
animationName = radiatorTriple_panel1 | ||
showStatus = false | ||
retractable = true | ||
isBreakable = true | ||
impactResistance = 2 | ||
impactResistanceRetracted = 20 | ||
pivotName = ht2_radiatorTriple_panel1 | ||
trackingSpeed = 0 | ||
windResistance = 2.5 | ||
raycastTransformName = ht2_radiatorTriple_panel1 | ||
extendActionName = Deploy Radiator 2 | ||
retractActionName = Retract Radiator 2 | ||
extendpanelsActionName = Toggle Radiator 2 | ||
} | ||
|
||
MODULE | ||
{ | ||
name = ModuleDeployableRadiator | ||
animationName = radiatorTriple_panel3 | ||
showStatus = false | ||
retractable = true | ||
isBreakable = true | ||
impactResistance = 2 | ||
impactResistanceRetracted = 20 | ||
pivotName = ht2_radiatorTriple_panel3 | ||
trackingSpeed = 0 | ||
windResistance = 2.5 | ||
raycastTransformName = ht2_radiatorTriple_panel3 | ||
extendActionName = Deploy Radiator 3 | ||
retractActionName = Retract Radiator 3 | ||
extendpanelsActionName = Toggle Radiator 3 | ||
} | ||
|
||
MODULE | ||
{ | ||
name = ModuleActiveRadiator | ||
maxEnergyTransfer = 50000 | ||
overcoolFactor = 0.25 | ||
isCoreRadiator = true | ||
RESOURCE | ||
{ | ||
name = ElectricCharge | ||
rate = 0.5 | ||
} | ||
} | ||
} |
Binary file not shown.
File renamed without changes.
59 changes: 59 additions & 0 deletions
59
HabTech2_0.1.9/GameData/HabTech2/Parts/Trusses/ht2_solarArray_solo.cfg
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,59 @@ | ||
PART | ||
{ | ||
name = ht2_solarArray_solo | ||
module = Part | ||
author = Benjee10 | ||
|
||
CrewCapacity = 0 | ||
TechRequired = largeElectrics | ||
entryCost = 25000 | ||
cost = 15000 | ||
category = Electrical | ||
subcategory = 0 | ||
title = EGA-200 "Gastornis" Tracking Solar Array | ||
manufacturer = HabTech Consortium | ||
description = An immense set of extendable solar arrays, capable of producing massive amounts of power. | ||
attachRules = 1,0,1,1,0 | ||
mass = 0.9 | ||
dragModelType = default | ||
maximum_drag = 0.2 | ||
minimum_drag = 0.2 | ||
angularDrag = 1 | ||
crashTolerance = 6 | ||
breakingForce = 200 | ||
breakingTorque = 200 | ||
maxTemp = 1000 | ||
skinMaxTemp = 1200 | ||
bulkheadProfiles = size2 | ||
tags = ISS habtech solar array SAW wing panel | ||
|
||
MODEL | ||
{ | ||
model = HabTech2/Parts/Trusses/ht2_solarArray_solo | ||
} | ||
scale = 1 | ||
rescaleFactor = 1 | ||
|
||
MODULE | ||
{ | ||
name = ModuleDeployableSolarPanel | ||
resourceName = ElectricCharge | ||
sunTracking = true | ||
chargeRate = 65 | ||
retractable = true | ||
animationName = ISS_solarArray_solo_Deploy | ||
pivotName = solarPivot | ||
raycastTransformName = sunCatcher | ||
extendActionName = Extend Solar Array | ||
retractActionName = Retract Solar Array | ||
extendpanelsActionName = Toggle Solar Array | ||
} | ||
|
||
|
||
NODE | ||
{ | ||
name = nodeBottom | ||
transform = bottomNode | ||
size = 1 | ||
} | ||
} |
Binary file renamed
BIN
+2.16 MB
...ech2/Parts/Trusses/ht2_solarArray_solo.mu → ...ech2/Parts/Trusses/ht2_solarArray_solo.mu
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
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