Skip to content

Commit

Permalink
0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
benjee10 authored and benjee10 committed Mar 17, 2019
1 parent ba0816e commit 318d307
Show file tree
Hide file tree
Showing 131 changed files with 182 additions and 0 deletions.
Binary file not shown.
Binary file not shown.
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 not shown.
120 changes: 120 additions & 0 deletions HabTech2_0.1.9/GameData/HabTech2/Parts/Trusses/ht2_radiatorTriple.cfg
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.
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 not shown.
3 changes: 3 additions & 0 deletions HabTech2_0.1.8/ReadMe.txt → HabTech2_0.1.9/ReadMe.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ CHANGELOG
0.1.8 - PRE-RELEASE
- Added part variants to Truss Connector Port.
- Added Dual Solar Array Wing w/ integrated radiator.
0.1.9 - PRE-RELEASE
- Added standalone solar array part.
- Added triple radiator part.

LICENSE
HabTech 2 artwork is copyright Benedict Jewer 2019. All Rights Reserved.

0 comments on commit 318d307

Please sign in to comment.