Skip to content

Commit

Permalink
Fixed remoteTech antenna for launch sites
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul-kingtiger committed Feb 6, 2015
1 parent bb24967 commit 1bacaba
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 53 deletions.
2 changes: 1 addition & 1 deletion 64k/64K.version
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"MAJOR":1,
"MINOR":0,
"PATCH":90,
"BUILD":0
"BUILD":1
},
"KSP_VERSION":
{
Expand Down
105 changes: 53 additions & 52 deletions RemoteTech/RemoteTech_Settings.cfg
Original file line number Diff line number Diff line change
@@ -1,62 +1,63 @@
ConsumptionMultiplier = 1
RangeMultiplier = 1
ConsumptionMultiplier = 1.0
RangeMultiplier = 1.0
ActiveVesselGuid = 35b89a0d664c43c6bec8d0840afc97b2
SpeedOfLight = 3E+08
MapFilter = Omni, Dish, Path
MapFilter = Omni, Dish, Planet, Path
EnableSignalDelay = True
RangeModelType = Standard
MultipleAntennaMultiplier = 0
RangeModelType = Root
MultipleAntennaMultiplier = 1
ThrottleTimeWarp = True
DishConnectionColor = 0.9960784,0.7019608,0.03137255,1
OmniConnectionColor = 0.5529412,0.5176471,0.4078431,1
ActiveConnectionColor = 0.6588235,1,0.01568628,1
GroundStations
{
STATION
{
Guid = 5105f5a9-d628-41c6-ad4b-21154e8fc488
Name = KSC
Latitude = -0.131331503391266
Longitude = -74.594841003418
Height = 75
Body = 1
Antennas
{
ANTENNA
{
Omni = 7.5E+07
}
}
}
STATION
{
Guid = 5105f5a9-d628-41c6-ad4b-21154e8fc483
Name = Cape Kanaveral
latitude = 28.608389
longitude = 89.51
Height = 102
Body = 1
Antennas
{
ANTENNA
{
Omni = 7.5E+07
}
}
STATION
{
Guid = 5105f5a9-d628-41c6-ad4b-21154e8fc482
Name = Baikonur Kosmodrome
latitude = 45.920
longitude = -167
Height = 1150
Body = 1
Antennas
{
ANTENNA
{
Omni = 7.5E+07
}
}
}
}
{
Guid = 5105f5a9-d628-41c6-ad4b-21154e8fc482
Name = KSC
Latitude = 0
Longitude = -74.59
Height = 150
Body = 1
Antennas
{
ANTENNA
{
Omni = 7.5E+07
}
}
}
STATION
{
Guid = 5105f5a9-d628-41c6-ad4b-21154e8fc483
Name = Cape Kanaveral
Latitude = 28.61
Longitude = 89.51
Height = 150
Body = 1
Antennas
{
ANTENNA
{
Omni = 7.5E+07
}
}
}
STATION
{
Guid = 5105f5a9-d628-41c6-ad4b-21154e8fc484
Name = Baikonur Kosmodrome
Latitude = 45.92
Longitude = -167
Height = 1250
Body = 1
Antennas
{
ANTENNA
{
Omni = 7.5E+07
}
}
}
}

0 comments on commit 1bacaba

Please sign in to comment.