Skip to content

Commit

Permalink
1.8 Prerelease
Browse files Browse the repository at this point in the history
Almost to 2.0. Close enough, in fact, that I won't even be officially
releasing this. Only a few more changes and tweaks and it will be ready.
  • Loading branch information
WhirligigGirl committed Jun 5, 2017
1 parent 5cdb6e8 commit d910b49
Show file tree
Hide file tree
Showing 80 changed files with 1,604 additions and 659 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
{
Ring
{
angle = 0
outerRadius = 2200
innerRadius = 1850
texture = AlternisKerbolRekerjiggered/ExtraSettings/EveRings/Textures/EveRing
color = 1,1,1,1
lockRotation = false
lockRotation = true
unlit = true
useNewShader = false //something glitchy that way went
}
}
}
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
//tUrNiNg bOp iNtO a ToTaLy UnReAlIsTiC mOoN oF a MoOn AnD yOu ShOuLd Be AsHaMeD!
//tUrNiNg bOp iNtO a SuRpRiSiNgLy ReAlIsTiC mOoN oF a MoOn AnD yOu ShOuLd NoT bE aShAmEd!
@Kopernicus:HAS[!AlternisKerbolSettings]:AFTER[AlternisKerbol]
{
#@AlternisKerbolSettings {}
}
@PlanetaryResource[Bop]:HAS[@AlternisKerbolSettings:HAS[#moonletBop[True]]]:AFTER[AlternisKerbol]
{
@Distribution
{
@PresenceChance = 0
@MinAbundance = 0
@MaxAbundance = 0
@Variance = 0
@Dispersal = 0
}
}
@Kopernicus:HAS[@AlternisKerbolSettings:HAS[#moonletBop[True]]]:AFTER[AlternisKerbol]
{
@Body[Bop]
Expand All @@ -12,26 +23,26 @@
{
radius = 4900
geeASL = 0.0253
description = A worthless lump of unusually-dense rock in a hopelessly unstable orbit. Despite the apparent instability, its orbit never seems to change. This merits further investigation... Maybe something very strange is going on here.
description = A worthless lump of unusually-dense rock in a surprisingly stable orbit. Despite the apparent instability, its orbit never seems to change very much at all. This merits further investigation... Maybe something very strange is going on here.
}
@Orbit
{
@referenceBody = Kerbin
@referenceBody = Kerbin

@semiMajorAxis = 3250900
@inclination = 0.12
@eccentricity = 0.055
@longitudeOfAscendingNode = 10
@argumentOfPeriapsis = 25
@meanAnomalyAtEpoch = 0.899
@epoch = 0
@semiMajorAxis = 3250900
@inclination = 0.12
@eccentricity = 0.055
@longitudeOfAscendingNode = 10
@argumentOfPeriapsis = 25
@meanAnomalyAtEpoch = 0.899
@epoch = 0
%color = 0.11,0.105,0.1,1
}
@ScaledVersion
{
Material
{
texture = AlternisKerbolRekerjiggered/ExtraSettings/MoonletBop/Textures/Moonlet_Color
//Don't worry about texture size. It's a 512x256 texture. MoonletBop is small enough for this to be unnoticeable anyway.
}
}
@PQS
Expand All @@ -52,7 +63,7 @@
deformity = 250
frequency = 3
}
kraken
PQSCity
{
repositionRadiusOffset = 1000
}
Expand Down

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,7 @@
{
@Flyby
{
@Body[Kerbin]
{
minDuration = 8
maxDuration = 9
probability = 3
reached = false
}
!Body[Kerbin]{}
Body
{
body = Pol
Expand All @@ -29,10 +23,18 @@
{
}
Body
{
body = Jool
minAltitude = 7000000
maxAltitude = 14940300
reached = true
probability = 3
}
Body
{
body = Sun
minAltitude = 2063138304
maxAltitude = 3975040399
minAltitude = 25708887045
maxAltitude = 160118820000
probability = 3
reached = true
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,46 @@
meanAnomalyAtEpoch = 3.14
epoch = 0
}
@ScaledVersion
{
Material
{
texture = AlternisKerbolRekerjiggered/PluginData/Eeloo_Color.png
normals = AlternisKerbolRekerjiggered/PluginData/Eeloo_Normal.png
}
}
@PQS
{
Mods
{
VertexHeightMap
{
map = AlternisKerbolRekerjiggered/PluginData/Eeloo_Height.png
deformity = 6100
}
LandControl
{
Class
{
name = Snow
color = 0.607233226,0.574476719,0.516183019,1
noiseColor = 0.373134285,0.361236513,0.311814994,1
}
Class
{
name = MoreSnow
color = 0.642797172,0.640753627,0.628790081,1
noiseColor = 0.656381011,0.682599604,0.694562018,1
}
Class
{
name = EvenMoreSnow
color = 0.495891392,0.377913803,0.254318297,1
noiseColor = 0.201492503,0.147064,0.0995735973,0
}
}
}
}
}
}

Expand Down
Loading

0 comments on commit d910b49

Please sign in to comment.