Skip to content

Commit

Permalink
Rename Beta to Bravo... pt2
Browse files Browse the repository at this point in the history
Whoops I forgot to change EVE clouds and Scatterer configs.
  • Loading branch information
WhirligigGirl committed Apr 10, 2019
1 parent 7ec9630 commit e3d3d9f
Show file tree
Hide file tree
Showing 12 changed files with 24 additions and 26 deletions.
6 changes: 3 additions & 3 deletions SLIPPIST-1/Clouds/Atmosphere/clouds.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ EVE_CLOUDS
{
OBJECT
{
name = Beta-Cloud1
body = Beta
name = Bravo-Cloud1
body = Bravo
altitude = 6000
detailSpeed = 0,6,0
speed = 0,0,60
Expand All @@ -16,7 +16,7 @@ EVE_CLOUDS
_UVNoiseTex = SLIPPIST-1/Clouds/Atmosphere/Textures/uvnoise1
_MainTex
{
value = SLIPPIST-1/Clouds/Atmosphere/Textures/Beta_Clouds
value = SLIPPIST-1/Clouds/Atmosphere/Textures/Bravo_Clouds
type = RGBA
}
}
Expand Down
12 changes: 6 additions & 6 deletions SLIPPIST-1/Clouds/shadows.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,33 +4,33 @@ EVE_SHADOWS{}
OBJECT
{
body = Charlie
caster = Beta
caster = Bravo
}
OBJECT
{
body = Delta
caster = Charlie
caster = Beta
caster = Bravo
}
OBJECT
{
body = Kerbin
caster = Beta
caster = Bravo
caster = Charlie
caster = Delta
}
OBJECT
{
body = Foxtrot
caster = Beta
caster = Bravo
caster = Charlie
caster = Delta
caster = Echo
}
OBJECT
{
body = Golf
caster = Beta
caster = Bravo
caster = Charlie
caster = Delta
caster = Echo
Expand All @@ -39,7 +39,7 @@ EVE_SHADOWS{}
OBJECT
{
body = Hotel
caster = Beta
caster = Bravo
caster = Charlie
caster = Delta
caster = Echo
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Scatterer_atmosphere
{
Atmo
{
name = Beta
name = Bravo
displayInterpolatedVariables = True
experimentalAtmoScale = 2
mapExtinctionMultiplier = 0.899999976
Expand Down Expand Up @@ -36,7 +36,7 @@ Scatterer_atmosphere
specG = 1
specB = 1
shininess = 50
assetPath = SLIPPIST-1/Scatterer/Planets/Beta/Atmo
assetPath = SLIPPIST-1/Scatterer/Planets/Bravo/Atmo
configPoints
{
Item
Expand Down
26 changes: 13 additions & 13 deletions SLIPPIST-1/Scatterer/planetsList.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
name = SLIPPIST-1
Item
{
name = Beta
celestialBodyName = Beta
transformName = Beta
name = Bravo
celestialBodyName = Bravo
transformName = Bravo
loadDistance = 10000000000
unloadDistance = 20000000000
hasOcean = False
Expand All @@ -31,7 +31,7 @@
mainSunCelestialBody = Sun
eclipseCasters
{
Item = Beta
Item = Bravo
}
}
Item
Expand All @@ -46,7 +46,7 @@
mainSunCelestialBody = Sun
eclipseCasters
{
Item = Beta
Item = Bravo
Item = Charlie
}
}
Expand All @@ -62,7 +62,7 @@
mainSunCelestialBody = Sun
eclipseCasters
{
Item = Beta
Item = Bravo
Item = Charlie
Item = Delta
}
Expand All @@ -79,7 +79,7 @@
mainSunCelestialBody = Sun
eclipseCasters
{
Item = Beta
Item = Bravo
Item = Charlie
Item = Delta
Item = Kerbin
Expand All @@ -97,7 +97,7 @@
mainSunCelestialBody = Sun
eclipseCasters
{
Item = Beta
Item = Bravo
Item = Charlie
Item = Delta
Item = Kerbin
Expand All @@ -116,7 +116,7 @@
mainSunCelestialBody = Sun
eclipseCasters
{
Item = Beta
Item = Bravo
Item = Charlie
Item = Delta
Item = Kerbin
Expand All @@ -141,8 +141,8 @@
Item
{
name = SLIPPIST-1 b
celestialBodyName = Beta
transformName = Beta
celestialBodyName = Bravo
transformName = Bravo
loadDistance = 10000000000
unloadDistance = 20000000000
hasOcean = False
Expand Down Expand Up @@ -229,8 +229,8 @@
Item
{
name = SLIPPIST-1 b
celestialBodyName = Beta
transformName = Beta
celestialBodyName = Bravo
transformName = Bravo
loadDistance = 10000000000
unloadDistance = 20000000000
hasOcean = False
Expand Down
2 changes: 0 additions & 2 deletions SLIPPIST-1/SlippistSettings.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,4 @@ SlippistSettings
//This setting is compatible with Interstellar Consortium if the IC plugin is installed. You will be able to select the homeworld with the tag home = SLIPPIST-1/SLIPPIST-1.
//"Exoplanet"
//Moves SLIPPIST-1 to 428 au away, compatible with Interstellar Consortium guidelines. Renames planets to systematic names, e.g. SLIPPIST-1e.
//"Binary"
//Moves Slippist to 3 au, making it a binary with The Sun. Renames Sun and Slippist to Kerbol A and Kerbol B. Renames planets to systematic names, e.g. Kerbol B e. (Not compatible with mods like OPM which add distant planets orbiting the Sun)
}

0 comments on commit e3d3d9f

Please sign in to comment.