Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benjee10 authored and benjee10 committed Mar 19, 2019
1 parent 318d307 commit 7b27492
Show file tree
Hide file tree
Showing 138 changed files with 177 additions and 0 deletions.
Binary file not shown.
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.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,41 @@ PART
transform = bottomNode
size = 1
}

MODULE
{
name = ModuleB9PartSwitch
moduleID = textureSwitch
switcherDescription = Panel Variant
SUBTYPE
{
name = Default
title = Default
TEXTURE
{
texture = HabTech2/Parts/Trusses/solarArray_diff
currentTexture = solarArray_diff
}
TEXTURE
{
texture = HabTech2/Parts/Trusses/solarArray_mappedSpec
currentTexture = solarArray_mappedSpec
}
}
SUBTYPE
{
name = Blue
title = Blue
TEXTURE
{
texture = HabTech2/Parts/Trusses/solarArray_diff_alt
currentTexture = solarArray_diff
}
TEXTURE
{
texture = HabTech2/Parts/Trusses/solarArray_mappedSpec_alt
currentTexture = solarArray_mappedSpec
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -58,29 +58,54 @@ PART
{
name = Bare
title = Bare
transform = Port
transform = ht2_truss_radialConnector_colliders
}
SUBTYPE
{
name = Semi-Hex
title = Semi-Hex
transform = trussPortSemiHex
transform = Port
transform = ht2_truss_radialConnector_colliders
}
SUBTYPE
{
name = Hex
title = Hex
transform = trussPortHex1
transform = Port
transform = ht2_truss_radialConnector_colliders
}
SUBTYPE
{
name = HexOffset
title = Hex (Offset)
transform = trussPortHex2
transform = Port
transform = ht2_truss_radialConnector_colliders
NODE
{
name = nodeBottom
position = 0, -0.024, -0.543
}
}
SUBTYPE
{
name = Bearing
title = Bearing
transform = ht2_truss_trussConnectorBearing
transform = ht2_truss_trussConnectorBearing_colliders
NODE
{
name = top
position = 0, 0.0132, 0
}
NODE
{
name = nodeBottom
position = 0, -0.0093, 0
}
}
}
}
Binary file not shown.
111 changes: 111 additions & 0 deletions HabTech2_0.2.0/GameData/HabTech2/Parts/Trusses/ht2_truss_Z1.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,111 @@
PART
{
name = ht2_truss_Z1
module = Part
author = Benjee10

CrewCapacity = 0
TechRequired = spaceExploration
entryCost = 12000
cost = 4500
category = Structural
subcategory = 0
title = ST-Z Control Block
manufacturer = HabTech Consortium
description = This large structural piece features a built-in drone core and a set of four large reaction wheels.
attachRules = 1,0,1,1,0
mass = 1.6
dragModelType = default
maximum_drag = 0.2
minimum_drag = 0.3
angularDrag = 2
crashTolerance = 6
breakingForce = 200
breakingTorque = 200
maxTemp = 1000
skinMaxTemp = 1200
bulkheadProfiles = size2
tags = ISS habtech truss Z1 center centre half structural girder control reaction turn wheel gyro

MODEL
{
model = HabTech2/Parts/Trusses/ht2_Z1
}
scale = 1
rescaleFactor = 1

NODE
{
name = nodeTop
transform = nodeTop
size = 1
}

NODE
{
name = nodeBottom
transform = nodeBottom
size = 1
}

NODE
{
name = nodeFront
transform = nodeFront
size = 1
}

MODULE
{
name = ModuleCommand
minimumCrew = 0
RESOURCE
{
name = ElectricCharge
rate = 0.05
}
hasHibernation = True
hibernationMultiplier = 0.2
}

MODULE
{
name = ModuleReactionWheel
PitchTorque = 15
YawTorque = 15
RollTorque = 15
RESOURCE
{
name = ElectricCharge
rate = 3
}
}

MODULE
{
name = ModuleSAS
SASServiceLevel = 3
}

MODULE
{
name = ModuleDataTransmitter
antennaType = INTERNAL
packetInterval = 1.0
packetSize = 2
packetResourceCost = 12.0
requiredResource = ElectricCharge
antennaPower = 5000
optimumRange = 2500
packetFloor = .1
packetCeiling = 5
}


RESOURCE
{
name = ElectricCharge
amount = 250
maxAmount = 250
}
}
4 changes: 4 additions & 0 deletions HabTech2_0.1.9/ReadMe.txt → HabTech2_0.2.0/ReadMe.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ CHANGELOG
0.1.9 - PRE-RELEASE
- Added standalone solar array part.
- Added triple radiator part.
0.2.0 - PUBLIC RELEASE
- Added bearing variant for truss connector port.
- Added Z1 truss.
- Updated textures for S5/S6 truss elements.

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

0 comments on commit 7b27492

Please sign in to comment.