Skip to content

Commit

Permalink
Revert some of the UBI changes to prevent issues with configs
Browse files Browse the repository at this point in the history
StollD committed Oct 16, 2018
1 parent 8675076 commit cd9f1a7
Showing 2 changed files with 17 additions and 34 deletions.
49 changes: 16 additions & 33 deletions build/GameData/Kopernicus/Config/System.cfg
Original file line number Diff line number Diff line change
@@ -6,7 +6,6 @@ Kopernicus
Body
{
name = Sun
identifier = Squad/Sun
Template
{
name = Sun
@@ -27,10 +26,9 @@ Kopernicus
Body
{
name = Moho
identifier = Squad/Moho
Orbit
{
referenceBody = Squad/Sun
referenceBody = Sun
}
Template
{
@@ -56,10 +54,9 @@ Kopernicus
Body
{
name = Eve
identifier = Squad/Eve
Orbit
{
referenceBody = Squad/Sun
referenceBody = Sun
}
Template
{
@@ -89,10 +86,9 @@ Kopernicus
Body
{
name = Gilly
identifier = Squad/Gilly
Orbit
{
referenceBody = Squad/Eve
referenceBody = Eve
}
Template
{
@@ -118,10 +114,9 @@ Kopernicus
Body
{
name = Kerbin
identifier = Squad/Kerbin
Orbit
{
referenceBody = Squad/Sun
referenceBody = Sun
}
Template
{
@@ -151,10 +146,9 @@ Kopernicus
Body
{
name = Mun
identifier = Squad/Mun
Orbit
{
referenceBody = Squad/Kerbin
referenceBody = Kerbin
}
Template
{
@@ -180,10 +174,9 @@ Kopernicus
Body
{
name = Minmus
identifier = Squad/Minmus
Orbit
{
referenceBody = Squad/Kerbin
referenceBody = Kerbin
}
Template
{
@@ -209,10 +202,9 @@ Kopernicus
Body
{
name = Duna
identifier = Squad/Duna
Orbit
{
referenceBody = Squad/Sun
referenceBody = Sun
}
Template
{
@@ -242,10 +234,9 @@ Kopernicus
Body
{
name = Ike
identifier = Squad/Ike
Orbit
{
referenceBody = Squad/Duna
referenceBody = Duna
}
Template
{
@@ -271,10 +262,9 @@ Kopernicus
Body
{
name = Dres
identifier = Squad/Dres
Orbit
{
referenceBody = Squad/Sun
referenceBody = Sun
}
Template
{
@@ -300,10 +290,9 @@ Kopernicus
Body
{
name = Jool
identifier = Squad/Jool
Orbit
{
referenceBody = Squad/Sun
referenceBody = Sun
}
Template
{
@@ -329,10 +318,9 @@ Kopernicus
Body
{
name = Laythe
identifier = Squad/Laythe
Orbit
{
referenceBody = Squad/Jool
referenceBody = Jool
}
Template
{
@@ -362,10 +350,9 @@ Kopernicus
Body
{
name = Vall
identifier = Squad/Vall
Orbit
{
referenceBody = Squad/Jool
referenceBody = Jool
}
Template
{
@@ -391,10 +378,9 @@ Kopernicus
Body
{
name = Tylo
identifier = Squad/Tylo
Orbit
{
referenceBody = Squad/Jool
referenceBody = Jool
}
Template
{
@@ -420,10 +406,9 @@ Kopernicus
Body
{
name = Bop
identifier = Squad/Bop
Orbit
{
referenceBody = Squad/Jool
referenceBody = Jool
}
Template
{
@@ -449,10 +434,9 @@ Kopernicus
Body
{
name = Pol
identifier = Squad/Pol
Orbit
{
referenceBody = Squad/Jool
referenceBody = Jool
}
Template
{
@@ -478,10 +462,9 @@ Kopernicus
Body
{
name = Eeloo
identifier = Squad/Eeloo
Orbit
{
referenceBody = Squad/Sun
referenceBody = Sun
}
Template
{
2 changes: 1 addition & 1 deletion src/Kopernicus.Components/UBI.cs
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@
* remove the line after this comment block
*/

#define LOG_FALLBACK_NAME
// #define LOG_FALLBACK_NAME

using System;
using System.Collections.Generic;

0 comments on commit cd9f1a7

Please sign in to comment.