Skip to content

Commit

Permalink
Initial Upload
Browse files Browse the repository at this point in the history
  • Loading branch information
pap1723 committed Jun 23, 2016
1 parent 1aac0a0 commit 20c25c8
Show file tree
Hide file tree
Showing 121 changed files with 14,709 additions and 0 deletions.
26 changes: 26 additions & 0 deletions GameData/HalfRSS/Compatibility/AntennaRangeExtender.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
//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.
@PART[*]:HAS[@MODULE[ModuleLimitedDataTransmitter]]:AFTER[AntennaRange]
{
@MODULE[ModuleLimitedDataTransmitter]
{
@nominalRange *= 5
@simpleRange *= 5
}
}
@PART[commDish]:AFTER[AntennaRange] //The big dish gets a second boost by a factor of 10, so that Pluto is in range.
{
@MODULE[ModuleLimitedDataTransmitter]
{
@nominalRange *= 5
@simpleRange *= 5
}
}
@TRACKING_STATION_RANGES:AFTER[AntennaRange]
{
@range,0 *= 5
@range,1 *= 5
@range,2 *= 100 //multiplying level 3 range by another factor of 10, so that Pluto is in range.
}
Loading

0 comments on commit 20c25c8

Please sign in to comment.