Skip to content

Commit 20c25c8

Browse files
committed
Initial Upload
1 parent 1aac0a0 commit 20c25c8

121 files changed

Lines changed: 14709 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
//AntennaRange ranges are set for the stock solar system, HalfRSS is 5x bigger, so let's multiply all of the ranges by 5. This might not be ideal, we will update this in the future.
2+
3+
@PART[*]:HAS[@MODULE[ModuleLimitedDataTransmitter]]:AFTER[AntennaRange]
4+
{
5+
@MODULE[ModuleLimitedDataTransmitter]
6+
{
7+
@nominalRange *= 5
8+
@simpleRange *= 5
9+
}
10+
}
11+
12+
@PART[commDish]:AFTER[AntennaRange] //The big dish gets a second boost by a factor of 10, so that Pluto is in range.
13+
{
14+
@MODULE[ModuleLimitedDataTransmitter]
15+
{
16+
@nominalRange *= 5
17+
@simpleRange *= 5
18+
}
19+
}
20+
21+
@TRACKING_STATION_RANGES:AFTER[AntennaRange]
22+
{
23+
@range,0 *= 5
24+
@range,1 *= 5
25+
@range,2 *= 100 //multiplying level 3 range by another factor of 10, so that Pluto is in range.
26+
}

0 commit comments

Comments
 (0)