Skip to content

Commit

Permalink
Merge pull request #46 from Sigma88/Development
Browse files Browse the repository at this point in the history
v0.4.6
  • Loading branch information
Sigma88 committed Oct 30, 2017
2 parents ad99a48 + 64884cd commit 39d0b6d
Show file tree
Hide file tree
Showing 18 changed files with 131 additions and 56 deletions.
8 changes: 8 additions & 0 deletions Changelog.txt
@@ -1,3 +1,11 @@
**v0.4.6**

- Fix for multiple planets with Kerbin template
- Updated to Sigma LoadingScreens v0.3.1
- Updated to use OPM_Galileo instead of OPM
- Fixed Gameslinxs Planet Overhaul compatibility


**v0.4.5**

- Updated to KSP 1.3.1 and Kopernicus 1.3.1-2
Expand Down
Expand Up @@ -15,8 +15,8 @@
%sunlightIntensity = #$../../Properties/temperature$
@sunlightIntensity /= 5772
@sunlightIntensity *= #$../../Properties/radius$
@sunlightIntensity += 1
@sunlightIntensity *= 0.5
@sunlightIntensity += 15
@sunlightIntensity *= 0.0625
}
%GNCoronae
{
Expand Down
@@ -1,4 +1,4 @@
@Kopernicus:AFTER[SGN]
@Kopernicus:FOR[SGN2]
{
@Body:HAS[@Template:HAS[#name[Kerbin]],~name[Kerbin]]
{
Expand All @@ -10,5 +10,6 @@
{
@referenceBody = Kerbin
}
!SpaceCenter,* {}
}
}
@@ -1,120 +1,113 @@
@Kopernicus:NEEDS[Olei]:FOR[KopernicusAfter]
@Kopernicus:AFTER[GPO]
{
@Body[Dreidos]
@Body[Scorch]
{
@Orbit
{
@referenceBody = Azure
}
}
@Body[Niebos]
@Body[Kerbin]
{
// Regardless of Olei-Gaia
// We want this to happen
@name = Gaia
@Orbit
{
@referenceBody = Azure
}
}
@Body[Sonus]
@Body[Olei]
{
@Orbit
{
@referenceBody = Azure
@referenceBody = Gaia
}
}
@Body[Olu'um]
@Body[Dreidos]
{
@Orbit
{
@referenceBody = Azure
}
}
@Body[Scorch]
@Body[Niebos]
{
@Orbit
{
@referenceBody = Azure
}
}
@Body[Butai]
@Body[Sonus]
{
@Orbit
{
@referenceBody = Azure
}
}
@Body[Flak]
@Body[Butai]
{
@Orbit
{
@referenceBody = Azure
}
}
@Body[Quarta]
@Body[Dread]
{
@Orbit
{
@referenceBody = Azure
%referenceBody = Azure
%inclination = 5
%eccentricity = 0.145
%semiMajorAxis = 40839348203
%longitudeOfAscendingNode = 280
%argumentOfPeriapsis = 90
%meanAnomalyAtEpoch = 3.14000010490417
!meanAnomalyAtEpochD,* = DEL
%epoch = 0
}
}
@Body[Thelai]
@Body[Olu'um]
{
@Orbit
{
@referenceBody = Azure
}
}
@Body[Gol]
@Body[Quarta]
{
@Orbit
{
@referenceBody = #$/Body[Kerbin]/Properties/displayName$
@referenceBody = Azure
}
}
@Body[Gullis]
@Body[Flak]
{
@Orbit
{
@referenceBody = #$/Body[Kerbin]/Properties/displayName$
@referenceBody = Azure
}
}
@Body[Olei]
@Body[Thelai]
{
@Orbit
{
@referenceBody = #$/Body[Kerbin]/Properties/displayName$
@referenceBody = Azure
}
}
@Body[Kerbin]
// This will only matter when Olei-Gaia is installed
@Body[Gol]
{
@name = #$Properties/displayName$
@Template
{
@removePQSMods = #$removePQSMods$,PQSCity
&removePQSMods = PQSCity
}
%Properties
{
%isHomeWorld = False
}
@Orbit
{
@referenceBody = Azure
@referenceBody = Gaia
}
!SpaceCenter,* {}
}
@Body[Dread]
@Body[Gullis]
{
@Orbit
{
%referenceBody = Azure
%inclination = 5
%eccentricity = 0.145
%semiMajorAxis = 40839348203
%longitudeOfAscendingNode = 280
%argumentOfPeriapsis = 90
%meanAnomalyAtEpoch = 3.14000010490417
!meanAnomalyAtEpochD,* = DEL
%epoch = 0
@referenceBody = Gaia
}
}
}
@@ -0,0 +1,27 @@
// Reset Stock System

@Kopernicus:AFTER[GPO]
{
!Body:HAS[#name[Sun]] {}
!Body:HAS[#name[Moho]] {}
!Body:HAS[#name[Eve]] {}
!Body:HAS[#name[Gilly]] {}
!Body:HAS[#name[Kerbin]] {}
!Body:HAS[#name[Mun]] {}
!Body:HAS[#name[Minmus]] {}
!Body:HAS[#name[Duna]] {}
!Body:HAS[#name[Ike]] {}
!Body:HAS[#name[Dres]] {}
!Body:HAS[#name[Jool]] {}
!Body:HAS[#name[Laythe]] {}
!Body:HAS[#name[Vall]] {}
!Body:HAS[#name[Tylo]] {}
!Body:HAS[#name[Bop]] {}
!Body:HAS[#name[Pol]] {}
!Body:HAS[#name[Eeloo]] {}
+Body:HAS[#name[STOCK*Backup]]
{
@name ^= :STOCK::
@name ^= :Backup::
}
}
@@ -1,4 +1,4 @@
@Kopernicus:NEEDS[OPM]:AFTER[OPM]
@Kopernicus:AFTER[OPM]
{
@Body[Hale]
{
Expand Down
@@ -1,4 +1,4 @@
@Kopernicus:NEEDS[OPM]:FOR[KopernicusAfter]
@Kopernicus:AFTER[OPM]
{
+Body[Eeloo]
{
Expand Down
@@ -1,4 +1,4 @@
@Kopernicus:NEEDS[OPM]:FOR[KopernicusAfter]
@Kopernicus:AFTER[OPM]
{
@Body[Sarnus]
{
Expand Down
@@ -1,4 +1,4 @@
@EXPERIMENT_DEFINITION:HAS[#id[temperatureScan]]:NEEDS[OPM]:FOR[KopernicusAfter]
@EXPERIMENT_DEFINITION:HAS[#id[temperatureScan]]:AFTER[OPM]
{
@RESULTS
{
Expand Down
@@ -1,8 +1,5 @@
@Kopernicus:NEEDS[OPM]:FOR[KopernicusAfter]
@Kopernicus:AFTER[OPM]
{

// PLANETS

Body
{
name = Helios I
Expand Down
7 changes: 7 additions & 0 deletions GameData/GalacticNeighborhood/LoadingScreens/License.txt
@@ -0,0 +1,7 @@
Sigma LoadingScreens by Sigma88 is released under the following license:


All Rights Reserved


Source: https://github.com/Sigma88/Sigma-LoadingScreens
16 changes: 16 additions & 0 deletions GameData/GalacticNeighborhood/LoadingScreens/README.md
@@ -0,0 +1,16 @@
# Sigma LoadingScreens

**Custom Loading Screens Mod by Sigma88**


KSP Forum Thread: http://forum.kerbalspaceprogram.com/index.php?/topic/166521-0/

Latest Release: https://github.com/Sigma88/Sigma-LoadingScreens/releases/latest



### Built-in support for:

- Galactic Neighborhood
- Sigma Binary
- Sigma Dimensions
Binary file not shown.
@@ -0,0 +1,25 @@
{
"NAME": "<b><color=#9B59B6>Sigma LoadingScreens</color></b>",
"URL": "https://raw.githubusercontent.com/Sigma88/Sigma-LoadingScreens/master/LoadingScreens/Sigma88LoadingScreens.sigma",
"DOWNLOAD": "http://www.github.com/Sigma88/Sigma-LoadingScreens/releases/latest",
"CHANGE_LOG_URL": "https://raw.githubusercontent.com/Sigma88/Sigma-LoadingScreens/master/Changelog.txt",
"GITHUB":
{
"USERNAME": "Sigma88",
"REPOSITORY": "Sigma-LoadingScreens",
"ALLOW_PRE_RELEASE": false
},
"VERSION":
{
"MAJOR": 0,
"MINOR": 3,
"PATCH": 1,
"BUILD": 0
},
"KSP_VERSION":
{
"MAJOR": 1,
"MINOR": 3,
"PATCH": 1
}
}
Binary file modified GameData/GalacticNeighborhood/Plugins/GalacticNeighborhood.dll
Binary file not shown.
@@ -1,5 +1,5 @@
{
"NAME": "<b><color=#7080FF>Galactic Neighborhood</color></b>",
"NAME": "<b><color=#9B59B6>Galactic Neighborhood</color></b>",
"URL": "https://raw.githubusercontent.com/Sigma88/Galactic-Neighborhood/master/GameData/GalacticNeighborhood/Plugins/GalacticNeighborhood.version",
"DOWNLOAD": "http://forum.kerbalspaceprogram.com/index.php?/topic/116058-0",
"CHANGE_LOG_URL": "https://raw.githubusercontent.com/Sigma88/Galactic-Neighborhood/master/Changelog.txt",
Expand All @@ -13,7 +13,7 @@
{
"MAJOR": 0,
"MINOR": 4,
"PATCH": 5,
"PATCH": 6,
"BUILD": 0
},
"KSP_VERSION":
Expand Down
Binary file modified [Source]/Distribution/GalacticNeighborhood.dll
Binary file not shown.
5 changes: 3 additions & 2 deletions [Source]/GalacticNeighborhood/Version.cs
Expand Up @@ -6,10 +6,11 @@ namespace GalacticNeighborhoodPlugin
[KSPAddon(KSPAddon.Startup.Instantly, true)]
public class Version : MonoBehaviour
{
public static readonly string number = "v.0.4.5";
public static readonly System.Version number = new System.Version("0.4.6");

void Awake()
{
Debug.Log("[SigmaLog] Version Check: Galactic Neighborhood " + number);
Debug.Log("[SigmaLog] Version Check: Galactic Neighborhood v" + number);
}
}
}

0 comments on commit 39d0b6d

Please sign in to comment.