Skip to content

Commit

Permalink
IC fixes.
Browse files Browse the repository at this point in the history
* Fix location of Alternis Kerbol in the galaxy.
* Change brightness curve for IC compatibility.
* Tweak sun intensity curves to fade out at SOI edge.
* Fix realistic starlight intensity curve.
* Fix loading errors with IC plugin? (Needs more testing)
* Change AFG configuration to fix a possible bug.
  • Loading branch information
WhirligigGirl committed Apr 7, 2019
1 parent 71a3a42 commit b5f5ced
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 11 deletions.
27 changes: 25 additions & 2 deletions AlternisKerbolRekerjiggered/KopernicusFiles/0-Sun/Sun.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
}
@InterstellarConsortium
{
@position = 15, -4, 0.1
@position = 7.7, 3.9, 1.3
@SOI = 0.8
@home = AKR/Kerbin
}
Expand All @@ -37,22 +37,45 @@
IVASunIntensity = 1
sunLensFlareColor = 1, 0.85, 0.75, 1
ambientLightColor = 0, 0, 0, 1
sunAU = 3416513700
sunAU = 75431100
IntensityCurve
{
key = 0 1.6 0 0
key = 1 1.6 0 0
key = 13605008470 1.6 0 0
key = 150118820000 1.0 0 0
key = 0.8e13 0 0
}
ScaledIntensityCurve
{
key = 0 1.6 0 0
key = 1 1.6 0 0
key = 2267501.41 1.6 0 0
key = 25019803.3 1.0 0 0
key = 1.33333333e9 0 0 0
}
IVAIntensityCurve
{
key = 0 1.6 0 0
key = 1 1.6 0 0
key = 13605008470 1.6 0 0
key = 150118820000 1.0 0 0
key = 0.8e13 0 0 0
}

brightnessCurve
{
key = 0.0000000005 0.03 0 0
key = 0.00000005 0.04 0 0
key = 0.0001 0.1 0 0
key = 0.001 0.3 0 0
key = 0.01 0.4 0 0
key = 0.1 4 0 0
key = 0.2 6 0 0
key = 0.3 10 0 0
key = 0.5 22 0 0
key = 0.65 0 0 0
}
}
Material
{
Expand Down
22 changes: 13 additions & 9 deletions AlternisKerbolRekerjiggered/KopernicusFiles/3-Jool/4-Kerbin.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,14 @@
+Body[Kerbin]:NEEDS[InterstellarConsortium]
{
@identifier = AKR/Kerbin
@name = Kerbin
@name = AKR_Kerbin
}
@Body:HAS[#identifier[AKR/Kerbin]]
{
@Template
{
name = Kerbin
}
cacheFile = AlternisKerbolRekerjiggered/Cache/Kerbin.bin
SpaceCenter
{
Expand Down Expand Up @@ -93,7 +97,7 @@
}
@Orbit
{
@referenceBody = Sun
@referenceBody = AKR/Sun
inclination = 0.025
eccentricity = 0.0121
semiMajorAxis = 68500000
Expand All @@ -110,13 +114,13 @@
@Atmosphere
{
ambientColor = 0.175,0.18,0.195,1
AtmosphereFromGround
{
outerRadiusMult = 1.032
innerRadiusMult = 0.958
waveLength = 0.5534, 0.4902, 0.457, 1
}
lightColor = 0.5534, 0.4902, 0.457, 1
%AtmosphereFromGround
{
%outerRadiusMult = 1.032
%innerRadiusMult = 0.958
%waveLength = 0.5534, 0.4902, 0.457, 1
}
}
@PQS
{
Expand Down

0 comments on commit b5f5ced

Please sign in to comment.