Skip to content

Commit

Permalink
1.0.90.2
Browse files Browse the repository at this point in the history
Added 12 Hour day optional config
Fixed location of KSC
  • Loading branch information
Paul-kingtiger committed Feb 8, 2015
1 parent 1bacaba commit 53323f5
Show file tree
Hide file tree
Showing 6 changed files with 59 additions and 11 deletions.
Binary file modified 64k Installation.pdf
Binary file not shown.
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":1
"BUILD":2
},
"KSP_VERSION":
{
Expand Down
12 changes: 6 additions & 6 deletions RealSolarSystem/LaunchSites.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,20 @@
{
KEYname = KSC
latitude = 0
longitude = -74.425
longitude = -74.6
repositionToSphereSurface = false
repositionRadiusOffset = 101
repositionRadiusOffset = 38
reorientFinalAngle = 0
lodvisibleRangeMult = 6
}
PQSMod_MapDecalTangent
{
radius = 8500
heightMapDeformity = 90
absoluteOffset = 10
radius = 40000
heightMapDeformity = 65
absoluteOffset = 0
absolute = true
latitude = -0.076
longitude = -74.425
longitude = -74.65
}
}
Expand Down
6 changes: 3 additions & 3 deletions RealSolarSystem/RealSolarSystem.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ REALSOLARSYSTEM
{
Radius = 1600000
Mass = 1.0362999946E+023
rotationPeriod = 4840000
rotationPeriod = 302500
Orbit
{
semiMajorAxis = 33684085146
Expand Down Expand Up @@ -169,7 +169,7 @@ REALSOLARSYSTEM
}
PQSMod_MapDecalTangent
{
radius = 50000
radius = 40000
heightMapDeformity = 65
absoluteOffset = 0
absolute = true
Expand Down Expand Up @@ -328,7 +328,7 @@ REALSOLARSYSTEM
{
Radius = 2048000
Mass = 1.8487980356E+023
rotationPeriod = 5087.699997
rotationPeriod = 5086.699997
atmosphereScaleHeight = 3.96
maxAtmosphereAltitude = 54709.422
atmosphereMultiplier = 0.203
Expand Down
2 changes: 1 addition & 1 deletion RemoteTech/RemoteTech_Settings.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ GroundStations
Guid = 5105f5a9-d628-41c6-ad4b-21154e8fc482
Name = KSC
Latitude = 0
Longitude = -74.59
Longitude = -74.6
Height = 150
Body = 1
Antennas
Expand Down
48 changes: 48 additions & 0 deletions _OPTIONAL/RSS_12HourDay.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
@REALSOLARSYSTEM:FOR[RealSolarSystem]
{
@Sun
{
@rotationPeriod = 864000

}

@Moho
{
@rotationPeriod = 2420000
}

@Eve
{
@rotationPeriod = 161000
}

@Gilly
{
@rotationPeriod = 56510
}

@Kerbin
{
@rotationPeriod = 43200
}

@Minmus
{
@rotationPeriod = 80800
}

@Dres
{
@rotationPeriod = 69600
}

@Jool
{
@rotationPeriod = 72000
}

@Eeloo
{
@rotationPeriod = 38920
}
}

0 comments on commit 53323f5

Please sign in to comment.