Skip to content

Commit

Permalink
Remove redundant DP-10, update antennas to stock parameters and balan…
Browse files Browse the repository at this point in the history
…ce against stock antennas
  • Loading branch information
KSP-TaxiService committed Jan 17, 2018
1 parent fa4e9ec commit 184b0fc
Show file tree
Hide file tree
Showing 10 changed files with 168 additions and 91 deletions.
79 changes: 47 additions & 32 deletions Parts/GigaDish1/part.cfg
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
}
}
16 changes: 14 additions & 2 deletions Parts/GigaDish2/part.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ PART
node_attach = 0, 0, 0, 0.0, -1.0, 0.0, 1

entryCost = 33000
cost = 9500
cost = 4000
category = Communication
subcategory = 0
title = CommTech-1
Expand All @@ -23,11 +23,23 @@ PART

attachRules = 1,1,1,0,0

mass = 0.3
mass = 0.2
dragModelType = default
maximum_drag = 0.2
minimum_drag = 0.2
angularDrag = 2
crashTolerance = 12
maxTemp = 2900

MODULE
{
name = ModuleDataTransmitter
antennaType = DIRECT
packetInterval = 0.3
packetSize = 5
packetResourceCost = 30.0
requiredResource = ElectricCharge
antennaPower = 200000000000
antennaCombinable = True
}
}
34 changes: 24 additions & 10 deletions Parts/LongAntenna2/part.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ PART
node_stack_bottom = 0.0, 0.0, 0.0, 0.0, -1.0, 0.0, 0
node_attach = 0.0, 0.0, 0.0, 0.0, -1.0, 0.0, 0

entryCost = 1500
entryCost = 1600
cost = 600
category = Communication
subcategory = 0
Expand All @@ -28,7 +28,7 @@ PART
description = The Communotron 32 is a longer range version of the last generation, now with even more spying potential. If you don't believe us, ask the Kerbal Security Agency.
attachRules = 1,1,0,0,1
mass = 0.01
mass = 0.04
dragModelType = default
maximum_drag = 0.2
minimum_drag = 0.2
Expand All @@ -37,16 +37,30 @@ PART
maxTemp = 2000
PhysicsSignificance = 1
bulkheadProfiles = size0, srf
tags = aerial antenna radio signal transmi
MODULE
{
name = ModuleAnimateGeneric
animationName = antenna
isOneShot = false
startEventGUIName = Extend
endEventGUIName = Retract
actionGUIName = Toggle Antenna
name = ModuleDeployableAntenna
showStatus = false
isTracking = false
pivotName = seg2
windResistance = 1
animationName = antenna
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 = DIRECT
packetInterval = 0.6
packetSize = 2.5
packetResourceCost = 18.0
requiredResource = ElectricCharge
DeployFxModules = 0
antennaPower = 2000000
antennaCombinable = True
}
}
31 changes: 23 additions & 8 deletions Parts/LongAntenna3/part.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ PART

attachRules = 0,1,0,0,1

mass = 0.02
mass = 0.03
dragModelType = default
maximum_drag = 0.2
minimum_drag = 0.2
Expand All @@ -35,12 +35,27 @@ PART

MODULE
{
name = ModuleAnimateGeneric
animationName = EXTantenna
isOneShot = false

startEventGUIName = Extend
endEventGUIName = Retract
actionGUIName = Toggle Antenna
name = ModuleDeployableAntenna
showStatus = false
isTracking = false
pivotName = ant
windResistance = 1
animationName = EXTantenna
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 = DIRECT
packetInterval = 0.3
packetSize = 2
packetResourceCost = 15.0
requiredResource = ElectricCharge
DeployFxModules = 0
antennaPower = 800000
antennaCombinable = True
}
}
16 changes: 14 additions & 2 deletions Parts/LongDish2/part.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ PART
node_attach = 0.0, -0.75, 0.0, 0.0, -1.0, 0.0

entryCost = 6000
cost = 2000
cost = 3000
category = Communication
subcategory = 0
title = Reflectron KR-14
Expand All @@ -23,11 +23,23 @@ PART

attachRules = 1,1,0,0,1

mass = 0.2
mass = 0.35
dragModelType = default
maximum_drag = 0.2
minimum_drag = 0.2
angularDrag = 2
crashTolerance = 8
maxTemp = 1200

MODULE
{
name = ModuleDataTransmitter
antennaType = RELAY
packetInterval = 0.2
packetSize = 2
packetResourceCost = 24.0
requiredResource = ElectricCharge
antennaPower = 50000000000
antennaCombinable = True
}
}
Binary file removed Parts/ShortAntenna1/model.mu
Binary file not shown.
Binary file removed Parts/ShortAntenna1/model000.dds
Binary file not shown.
35 changes: 0 additions & 35 deletions Parts/ShortAntenna1/part.cfg

This file was deleted.

16 changes: 14 additions & 2 deletions Parts/ShortDish2/part.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ PART
node_attach = 0.0, -0.225, 0.0, 0.0, -1.0, 0.0

entryCost = 2000
cost = 800
cost = 1900
category = Communication
subcategory = 0
title = Reflectron KR-7
Expand All @@ -23,11 +23,23 @@ PART

attachRules = 1,1,0,0,1

mass = 0.05
mass = 0.2
dragModelType = default
maximum_drag = 0.2
minimum_drag = 0.2
angularDrag = 2
crashTolerance = 8
maxTemp = 1200

MODULE
{
name = ModuleDataTransmitter
antennaType = RELAY
packetInterval = 0.3
packetSize = 2
packetResourceCost = 15.0
requiredResource = ElectricCharge
antennaPower = 4000000000
antennaCombinable = True
}
}
32 changes: 32 additions & 0 deletions RemoteTech_Antennas.cfg
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
}

0 comments on commit 184b0fc

Please sign in to comment.