Skip to content

Instantly share code, notes, and snippets.

@Dream-Master
Created March 10, 2016 21:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Dream-Master/fb2d468f587a04ff06c4 to your computer and use it in GitHub Desktop.
Save Dream-Master/fb2d468f587a04ff06c4 to your computer and use it in GitHub Desktop.
# Configuration file
dimensions {
# Dimension ID for Barnarda C
I:dimensionIDBarnardaC=150
# Dimension ID for Barnarda E
I:dimensionIDBarnardaE=151
# Dimension ID for Barnarda F
I:dimensionIDBarnardaF=152
# Dimension ID for Callisto (Jupiter Moon)
I:dimensionIDCallisto=153
# Dimension ID for Alpha Centauri Bb
I:dimensionIDCentauriBb=154
# Dimension ID for Ceres
I:dimensionIDCeres=155
# Dimension ID for Deimos (Mars moon)
I:dimensionIDDeimos=156
# Dimension ID for Enceladus (Saturn moon)
I:dimensionIDEnceladus=157
# Dimension ID for Europa (Jupiter moon)
I:dimensionIDEuropa=158
# Dimension ID for Ganymede (Jupiter moon)
I:dimensionIDGanymede=159
# Dimension ID for Haumea
I:dimensionIDHaumea=160
# Dimension ID for Io (Jupiter moon)
I:dimensionIDIo=161
# Dimension ID for Kuiper Belt
I:dimensionIDKuiperBelt=162
# Dimension ID for Makemake
I:dimensionIDMakemake=163
# Dimension ID for Mars Space Station
I:dimensionIDMarsOrbit=164
# Dimension ID for Static Mars Space Stations
I:dimensionIDMarsOrbitStatic=165
# Dimension ID for Mercury
I:dimensionIDMercury=166
# Dimension ID for Oberon (Uranus moon)
I:dimensionIDOberon=167
# Dimension ID for Phobos (Mars moon)
I:dimensionIDPhobos=168
# Dimension ID for Pluto
I:dimensionIDPluto=169
# Dimension ID for Proteus (Neptune moon)
I:dimensionIDProteus=170
# Dimension ID for Titan (Saturn moon)
I:dimensionIDTitan=171
# Dimension ID for Triton (Neptune moon)
I:dimensionIDTriton=172
# Dimension ID for Vega B
I:dimensionIDVegaB=173
# Dimension ID for Venus
I:dimensionIDVenus=174
# Dimension ID for Venus Space Station
I:dimensionIDVenusOrbit=175
# Dimension ID for Static Venus Space Stations
I:dimensionIDVenusOrbitStatic=176
}
general {
# Enable/Disable Mercury
B:enableMercury=true
# Enable/Disable Venus
B:enableVenus=true
# Enable/Disable Ceres
B:enableCeres=true
# Enable/Disable Pluto
B:enablePluto=true
# Enable/Disable Haumea
B:enableHaumea=true
# Enable/Disable Makemake
B:enableMakemake=true
# Enable/Disable Phobos (Mars Moon)
B:enablePhobos=true
# Enable/Disable Deimos (Mars Moon)
B:enableDeimos=true
# Enable/Disable Europa (Jupiter Moon)
B:enableEuropa=true
# Enable/Disable Io (Jupiter Moon)
B:enableIo=true
# Enable/Disable Ganymede (Jupiter Moon)
B:enableGanymede=true
# Enable/Disable Callisto (Jupiter Moon)
B:enableCallisto=true
# Enable/Disable Enceladus (Saturn Moon)
B:enableEnceladus=true
# Enable/Disable Titan (Saturn Moon)
B:enableTitan=true
# Enable/Disable Oberon (Uranus Moon)
B:enableOberon=true
# Enable/Disable Proteus (Neptune Moon)
B:enableProteus=true
# Enable/Disable Triton (Neptune Moon)
B:enableTriton=true
# Enable/Disable Mars Space Station
B:enableMarsSS=true
# Enable/Disable Venus Space Station
B:enableVenusSS=true
# Enable/Disable Unreachable Planets/Moons
B:enableUnreachable=true
# Enable/Disable Alpha Centauri Bb
B:enableACentauriBb=true
# Enable/Disable Barnarda C (Habitable Planet)
B:enableBarnardaC=true
# Enable/Disable Barnarda E
B:enableBarnardaE=true
# Enable/Disable Barnarda F
B:enableBarnardaF=true
# Enable/Disable Vega B
B:enableVegaB=true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment