-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove redundant DP-10, update antennas to stock parameters and balan…
…ce against stock antennas
- Loading branch information
1 parent
fa4e9ec
commit 184b0fc
Showing
10 changed files
with
168 additions
and
91 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,41 +1,56 @@ | ||
PART | ||
{ | ||
name = RTGigaDish1 | ||
module = Part | ||
author = JDP | ||
name = RTGigaDish1 | ||
module = Part | ||
author = JDP | ||
|
||
mesh = model.mu | ||
scale = 0.1 | ||
mesh = model.mu | ||
scale = 0.1 | ||
|
||
node_stack_bottom = 0, 0, 0, 0.0, -1.0, 0.0 | ||
node_attach = 0, 0, 0, 0.0, -1.0, 0.0, 1 | ||
node_stack_bottom = 0, 0, 0, 0.0, -1.0, 0.0 | ||
node_attach = 0, 0, 0, 0.0, -1.0, 0.0, 1 | ||
|
||
entryCost = 38500 | ||
cost = 11000 | ||
category = Communication | ||
subcategory = 0 | ||
title = Reflectron GX-128 | ||
manufacturer = Parabolic Industries | ||
description = A massive medium-interplanetary class dish. Wherever you are in the Kerbol system, you'll be able to stay in contact with this. | ||
entryCost = 78500 | ||
cost = 11000 | ||
category = Communication | ||
subcategory = 0 | ||
title = Reflectron GX-128 | ||
manufacturer = Parabolic Industries | ||
description = A massive medium-interplanetary class dish. Wherever you are in the Kerbol system, you'll be able to stay in contact with this. | ||
attachRules = 1,1,1,0,0 | ||
attachRules = 1,1,1,0,0 | ||
mass = 0.24 | ||
dragModelType = default | ||
maximum_drag = 0.2 | ||
minimum_drag = 0.2 | ||
angularDrag = 2 | ||
crashTolerance = 12 | ||
maxTemp = 2900 | ||
mass = 0.9 | ||
dragModelType = default | ||
maximum_drag = 0.2 | ||
minimum_drag = 0.2 | ||
angularDrag = 2 | ||
crashTolerance = 12 | ||
maxTemp = 2900 | ||
MODULE | ||
{ | ||
name = ModuleAnimateGeneric | ||
animationName = Default Take | ||
isOneShot = false | ||
startEventGUIName = Extend | ||
endEventGUIName = Retract | ||
actionGUIName = Toggle Antenna | ||
} | ||
MODULE | ||
{ | ||
name = ModuleDeployableAntenna | ||
showStatus = false | ||
isTracking = false | ||
pivotName = UnfoldingDish | ||
windResistance = 1 | ||
animationName = Default Take | ||
extendActionName = #autoLOC_6002398 //#autoLOC_6002398 = Extend <<1>> | ||
retractActionName = #autoLOC_6002399 //#autoLOC_6002399 = Retract <<1>> | ||
extendpanelsActionName = #autoLOC_6002400 //#autoLOC_6002400 = Toggle <<1>> | ||
} | ||
MODULE | ||
{ | ||
name = ModuleDataTransmitter | ||
antennaType = RELAY | ||
packetInterval = 0.25 | ||
packetSize = 8 | ||
packetResourceCost = 40.0 | ||
requiredResource = ElectricCharge | ||
DeployFxModules = 0 | ||
antennaPower = 300000000000 | ||
antennaCombinable = True | ||
} | ||
} |
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
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
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
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
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
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
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,32 @@ | ||
// Centralized configuration of new antenna properties | ||
// Original config by Cilph | ||
|
||
@PART[RTLongAntenna2]:FOR[RemoteTech] | ||
{ | ||
%TechRequired = largeElectrics | ||
} | ||
|
||
@PART[RTLongAntenna3]:FOR[RemoteTech] | ||
{ | ||
%TechRequired = basicScience | ||
} | ||
|
||
@PART[RTShortDish2]:FOR[RemoteTech] | ||
{ | ||
%TechRequired = advElectrics | ||
} | ||
|
||
@PART[RTGigaDish1]:FOR[RemoteTech] | ||
{ | ||
%TechRequired = experimentalElectrics | ||
} | ||
|
||
@PART[RTGigaDish2]:FOR[RemoteTech] | ||
{ | ||
%TechRequired = advScienceTech | ||
} | ||
|
||
@PART[RTLongDish2]:FOR[RemoteTech] | ||
{ | ||
%TechRequired = largeElectrics | ||
} |