Skip to content

Commit dad24fd

Browse files
authored
Create RemoteTech_VensStockRevamp.cfg
RemoteTech Compatibility Patch For Ven's Stock Revamp
1 parent 4fea91e commit dad24fd

1 file changed

Lines changed: 102 additions & 0 deletions

File tree

Lines changed: 102 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,102 @@
1+
// RemoteTech Compatibility Patch For Ven's Stock Revamp
2+
// Author: Sandriell (http://forum.kerbalspaceprogram.com/index.php?/profile/165509-sandriell/)
3+
4+
// Communotron 32 (Renamed: Communotron DTS-M2)
5+
@PART[LongDeployableAntenna]:NEEDS[RemoteTech]
6+
{
7+
@title = Communotron DTS-M2
8+
@description = The bigger brother of the Communotron DTS-M1, the DTS-M2 is a deployable, power-hungry solution to most of your medium-range communications needs. Held together with extra-reflective ductape!
9+
@cost = 900
10+
!MODULE[ModuleDataTransmitter] {}
11+
12+
%MODULE[ModuleRTAntenna] {
13+
%Mode0DishRange = 0
14+
%Mode1DishRange = 1000000000
15+
%DishAngle = 20.0
16+
%EnergyCost = 0.95
17+
%MaxQ = 3000
18+
19+
%DeployFxModules = 0
20+
%ProgressFxModules = 1
21+
22+
%TRANSMITTER
23+
{
24+
%PacketInterval = 0.3
25+
%PacketSize = 2
26+
%PacketResourceCost = 15.0
27+
}
28+
}
29+
}
30+
31+
// Comms DTS-M5 (Renamed: Communotron DTS-M5)
32+
@PART[SmallFixedAntenna]:NEEDS[RemoteTech]
33+
{
34+
@title = Communotron DTS-M5
35+
@description = The Communotron DTS-M5 is a fixed, medium-range dish with a very narrow cone angle and high electric cost. The fancy, totally not made of from one of Jeb's mother's good bed sheets, covering will allow higher temperature tolerances.
36+
@cost = 1000
37+
@maxTemp = 2200
38+
@mass = 0.55
39+
!MODULE[ModuleDataTransmitter] {}
40+
41+
%MODULE[ModuleRTAntenna] {
42+
%Mode0DishRange = 0
43+
%Mode1DishRange = 5000000000
44+
%DishAngle = .05
45+
%EnergyCost = 1.0
46+
47+
%TRANSMITTER
48+
{
49+
%PacketInterval = 0.3
50+
%PacketSize = 2
51+
%PacketResourceCost = 15.0
52+
}
53+
}
54+
}
55+
56+
// Comms DTS-M7 (Renamed: Communotron DTS-M7)
57+
@PART[mediumFixedAntenna]:NEEDS[RemoteTech]
58+
{
59+
@title = Communotron DTS-M7
60+
@description = The Communotron DTS-M7 is a medium-range dish that offers a decent cone-angle at the cost of extra weight and electric cost.
61+
@mass = 1.10
62+
!MODULE[ModuleDataTransmitter] {}
63+
64+
%MODULE[ModuleRTAntenna] {
65+
%Mode0DishRange = 0
66+
%Mode1DishRange = 45000000000
67+
%EnergyCost = 1.10
68+
%DishAngle = .10
69+
70+
%TRANSMITTER
71+
{
72+
%PacketInterval = 0.3
73+
%PacketSize = 2
74+
%PacketResourceCost = 15.0
75+
}
76+
}
77+
}
78+
79+
// Communotron 88-X
80+
@PART[largeFixedAntenna]:NEEDS[RemoteTech]
81+
{
82+
@description = The Communotron 88-X is the chubby hotrod of antennas, fast, long-range communications can be yours in a bulky 3 meter package.
83+
@mass = 2.0
84+
@cost = 11000
85+
@crashTolerance = 10
86+
@maxTemp = 2800
87+
!MODULE[ModuleDataTransmitter] {}
88+
89+
%MODULE[ModuleRTAntenna] {
90+
%Mode0DishRange = 0
91+
%Mode1DishRange = 500000000000
92+
%EnergyCost = 3.40
93+
%DishAngle = 0.0065
94+
95+
%TRANSMITTER
96+
{
97+
%PacketInterval = 0.3
98+
%PacketSize = 2
99+
%PacketResourceCost = 15.0
100+
}
101+
}
102+
}

0 commit comments

Comments
 (0)