Skip to content

Commit 184b0fc

Browse files
Remove redundant DP-10, update antennas to stock parameters and balance against stock antennas
1 parent fa4e9ec commit 184b0fc

File tree

10 files changed

+168
-91
lines changed

10 files changed

+168
-91
lines changed

Parts/GigaDish1/part.cfg

Lines changed: 47 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,56 @@
11
PART
22
{
3-
name = RTGigaDish1
4-
module = Part
5-
author = JDP
3+
name = RTGigaDish1
4+
module = Part
5+
author = JDP
66

7-
mesh = model.mu
8-
scale = 0.1
7+
mesh = model.mu
8+
scale = 0.1
99

10-
node_stack_bottom = 0, 0, 0, 0.0, -1.0, 0.0
11-
node_attach = 0, 0, 0, 0.0, -1.0, 0.0, 1
10+
node_stack_bottom = 0, 0, 0, 0.0, -1.0, 0.0
11+
node_attach = 0, 0, 0, 0.0, -1.0, 0.0, 1
1212

13-
entryCost = 38500
14-
cost = 11000
15-
category = Communication
16-
subcategory = 0
17-
title = Reflectron GX-128
18-
manufacturer = Parabolic Industries
19-
description = A massive medium-interplanetary class dish. Wherever you are in the Kerbol system, you'll be able to stay in contact with this.
13+
entryCost = 78500
14+
cost = 11000
15+
category = Communication
16+
subcategory = 0
17+
title = Reflectron GX-128
18+
manufacturer = Parabolic Industries
19+
description = A massive medium-interplanetary class dish. Wherever you are in the Kerbol system, you'll be able to stay in contact with this.
2020
21-
attachRules = 1,1,1,0,0
21+
attachRules = 1,1,1,0,0
2222
23-
mass = 0.24
24-
dragModelType = default
25-
maximum_drag = 0.2
26-
minimum_drag = 0.2
27-
angularDrag = 2
28-
crashTolerance = 12
29-
maxTemp = 2900
23+
mass = 0.9
24+
dragModelType = default
25+
maximum_drag = 0.2
26+
minimum_drag = 0.2
27+
angularDrag = 2
28+
crashTolerance = 12
29+
maxTemp = 2900
3030
31-
MODULE
32-
{
33-
name = ModuleAnimateGeneric
34-
animationName = Default Take
35-
isOneShot = false
36-
37-
startEventGUIName = Extend
38-
endEventGUIName = Retract
39-
actionGUIName = Toggle Antenna
40-
}
31+
MODULE
32+
{
33+
name = ModuleDeployableAntenna
34+
showStatus = false
35+
isTracking = false
36+
pivotName = UnfoldingDish
37+
windResistance = 1
38+
animationName = Default Take
39+
extendActionName = #autoLOC_6002398 //#autoLOC_6002398 = Extend <<1>>
40+
retractActionName = #autoLOC_6002399 //#autoLOC_6002399 = Retract <<1>>
41+
extendpanelsActionName = #autoLOC_6002400 //#autoLOC_6002400 = Toggle <<1>>
42+
}
43+
44+
MODULE
45+
{
46+
name = ModuleDataTransmitter
47+
antennaType = RELAY
48+
packetInterval = 0.25
49+
packetSize = 8
50+
packetResourceCost = 40.0
51+
requiredResource = ElectricCharge
52+
DeployFxModules = 0
53+
antennaPower = 300000000000
54+
antennaCombinable = True
55+
}
4156
}

Parts/GigaDish2/part.cfg

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ PART
1414
node_attach = 0, 0, 0, 0.0, -1.0, 0.0, 1
1515

1616
entryCost = 33000
17-
cost = 9500
17+
cost = 4000
1818
category = Communication
1919
subcategory = 0
2020
title = CommTech-1
@@ -23,11 +23,23 @@ PART
2323

2424
attachRules = 1,1,1,0,0
2525

26-
mass = 0.3
26+
mass = 0.2
2727
dragModelType = default
2828
maximum_drag = 0.2
2929
minimum_drag = 0.2
3030
angularDrag = 2
3131
crashTolerance = 12
3232
maxTemp = 2900
33+
34+
MODULE
35+
{
36+
name = ModuleDataTransmitter
37+
antennaType = DIRECT
38+
packetInterval = 0.3
39+
packetSize = 5
40+
packetResourceCost = 30.0
41+
requiredResource = ElectricCharge
42+
antennaPower = 200000000000
43+
antennaCombinable = True
44+
}
3345
}

Parts/LongAntenna2/part.cfg

Lines changed: 24 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ PART
1919
node_stack_bottom = 0.0, 0.0, 0.0, 0.0, -1.0, 0.0, 0
2020
node_attach = 0.0, 0.0, 0.0, 0.0, -1.0, 0.0, 0
2121

22-
entryCost = 1500
22+
entryCost = 1600
2323
cost = 600
2424
category = Communication
2525
subcategory = 0
@@ -28,7 +28,7 @@ PART
2828
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.
2929
attachRules = 1,1,0,0,1
3030
31-
mass = 0.01
31+
mass = 0.04
3232
dragModelType = default
3333
maximum_drag = 0.2
3434
minimum_drag = 0.2
@@ -37,16 +37,30 @@ PART
3737
maxTemp = 2000
3838
PhysicsSignificance = 1
3939
bulkheadProfiles = size0, srf
40-
tags = aerial antenna radio signal transmi
4140
4241
MODULE
4342
{
44-
name = ModuleAnimateGeneric
45-
animationName = antenna
46-
isOneShot = false
47-
48-
startEventGUIName = Extend
49-
endEventGUIName = Retract
50-
actionGUIName = Toggle Antenna
43+
name = ModuleDeployableAntenna
44+
showStatus = false
45+
isTracking = false
46+
pivotName = seg2
47+
windResistance = 1
48+
animationName = antenna
49+
extendActionName = #autoLOC_6002398 //#autoLOC_6002398 = Extend <<1>>
50+
retractActionName = #autoLOC_6002399 //#autoLOC_6002399 = Retract <<1>>
51+
extendpanelsActionName = #autoLOC_6002400 //#autoLOC_6002400 = Toggle <<1>>
52+
}
53+
54+
MODULE
55+
{
56+
name = ModuleDataTransmitter
57+
antennaType = DIRECT
58+
packetInterval = 0.6
59+
packetSize = 2.5
60+
packetResourceCost = 18.0
61+
requiredResource = ElectricCharge
62+
DeployFxModules = 0
63+
antennaPower = 2000000
64+
antennaCombinable = True
5165
}
5266
}

Parts/LongAntenna3/part.cfg

Lines changed: 23 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ PART
2222

2323
attachRules = 0,1,0,0,1
2424

25-
mass = 0.02
25+
mass = 0.03
2626
dragModelType = default
2727
maximum_drag = 0.2
2828
minimum_drag = 0.2
@@ -35,12 +35,27 @@ PART
3535

3636
MODULE
3737
{
38-
name = ModuleAnimateGeneric
39-
animationName = EXTantenna
40-
isOneShot = false
41-
42-
startEventGUIName = Extend
43-
endEventGUIName = Retract
44-
actionGUIName = Toggle Antenna
38+
name = ModuleDeployableAntenna
39+
showStatus = false
40+
isTracking = false
41+
pivotName = ant
42+
windResistance = 1
43+
animationName = EXTantenna
44+
extendActionName = #autoLOC_6002398 //#autoLOC_6002398 = Extend <<1>>
45+
retractActionName = #autoLOC_6002399 //#autoLOC_6002399 = Retract <<1>>
46+
extendpanelsActionName = #autoLOC_6002400 //#autoLOC_6002400 = Toggle <<1>>
47+
}
48+
49+
MODULE
50+
{
51+
name = ModuleDataTransmitter
52+
antennaType = DIRECT
53+
packetInterval = 0.3
54+
packetSize = 2
55+
packetResourceCost = 15.0
56+
requiredResource = ElectricCharge
57+
DeployFxModules = 0
58+
antennaPower = 800000
59+
antennaCombinable = True
4560
}
4661
}

Parts/LongDish2/part.cfg

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ PART
1414
node_attach = 0.0, -0.75, 0.0, 0.0, -1.0, 0.0
1515

1616
entryCost = 6000
17-
cost = 2000
17+
cost = 3000
1818
category = Communication
1919
subcategory = 0
2020
title = Reflectron KR-14
@@ -23,11 +23,23 @@ PART
2323

2424
attachRules = 1,1,0,0,1
2525

26-
mass = 0.2
26+
mass = 0.35
2727
dragModelType = default
2828
maximum_drag = 0.2
2929
minimum_drag = 0.2
3030
angularDrag = 2
3131
crashTolerance = 8
3232
maxTemp = 1200
33+
34+
MODULE
35+
{
36+
name = ModuleDataTransmitter
37+
antennaType = RELAY
38+
packetInterval = 0.2
39+
packetSize = 2
40+
packetResourceCost = 24.0
41+
requiredResource = ElectricCharge
42+
antennaPower = 50000000000
43+
antennaCombinable = True
44+
}
3345
}

Parts/ShortAntenna1/model.mu

-6.8 KB
Binary file not shown.

Parts/ShortAntenna1/model000.dds

-42.8 KB
Binary file not shown.

Parts/ShortAntenna1/part.cfg

Lines changed: 0 additions & 35 deletions
This file was deleted.

Parts/ShortDish2/part.cfg

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ PART
1414
node_attach = 0.0, -0.225, 0.0, 0.0, -1.0, 0.0
1515

1616
entryCost = 2000
17-
cost = 800
17+
cost = 1900
1818
category = Communication
1919
subcategory = 0
2020
title = Reflectron KR-7
@@ -23,11 +23,23 @@ PART
2323

2424
attachRules = 1,1,0,0,1
2525

26-
mass = 0.05
26+
mass = 0.2
2727
dragModelType = default
2828
maximum_drag = 0.2
2929
minimum_drag = 0.2
3030
angularDrag = 2
3131
crashTolerance = 8
3232
maxTemp = 1200
33+
34+
MODULE
35+
{
36+
name = ModuleDataTransmitter
37+
antennaType = RELAY
38+
packetInterval = 0.3
39+
packetSize = 2
40+
packetResourceCost = 15.0
41+
requiredResource = ElectricCharge
42+
antennaPower = 4000000000
43+
antennaCombinable = True
44+
}
3345
}

RemoteTech_Antennas.cfg

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
// Centralized configuration of new antenna properties
2+
// Original config by Cilph
3+
4+
@PART[RTLongAntenna2]:FOR[RemoteTech]
5+
{
6+
%TechRequired = largeElectrics
7+
}
8+
9+
@PART[RTLongAntenna3]:FOR[RemoteTech]
10+
{
11+
%TechRequired = basicScience
12+
}
13+
14+
@PART[RTShortDish2]:FOR[RemoteTech]
15+
{
16+
%TechRequired = advElectrics
17+
}
18+
19+
@PART[RTGigaDish1]:FOR[RemoteTech]
20+
{
21+
%TechRequired = experimentalElectrics
22+
}
23+
24+
@PART[RTGigaDish2]:FOR[RemoteTech]
25+
{
26+
%TechRequired = advScienceTech
27+
}
28+
29+
@PART[RTLongDish2]:FOR[RemoteTech]
30+
{
31+
%TechRequired = largeElectrics
32+
}

0 commit comments

Comments
 (0)