yanniclord

Untitled

Mar 6th, 2016
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.81 KB | None | 0 0
  1. # Configuration file
  2.  
  3. dimensions {
  4. # Dimension ID for Barnarda C
  5. I:dimensionIDBarnardaC=-500
  6.  
  7. # Dimension ID for Barnarda E
  8. I:dimensionIDBarnardaE=-501
  9.  
  10. # Dimension ID for Barnarda F
  11. I:dimensionIDBarnardaF=-524
  12.  
  13. # Dimension ID for Callisto (Jupiter Moon)
  14. I:dimensionIDCallisto=-502
  15.  
  16. # Dimension ID for Alpha Centauri Bb
  17. I:dimensionIDCentauriBb=-503
  18.  
  19. # Dimension ID for Ceres
  20. I:dimensionIDCeres=-504
  21.  
  22. # Dimension ID for Deimos (Mars moon)
  23. I:dimensionIDDeimos=-505
  24.  
  25. # Dimension ID for Enceladus (Saturn moon)
  26. I:dimensionIDEnceladus=-506
  27.  
  28. # Dimension ID for Europa (Jupiter moon)
  29. I:dimensionIDEuropa=-507
  30.  
  31. # Dimension ID for Ganymede (Jupiter moon)
  32. I:dimensionIDGanymede=-508
  33.  
  34. # Dimension ID for Haumea
  35. I:dimensionIDHaumea=-523
  36.  
  37. # Dimension ID for Io (Jupiter moon)
  38. I:dimensionIDIo=-509
  39. I:dimensionIDJupiter=-525
  40. I:dimensionIDJupiterOrbit=-526
  41. I:dimensionIDJupiterOrbitStatic=-527
  42.  
  43. # Dimension ID for Kuiper Belt
  44. I:dimensionIDKuiperBelt=-510
  45.  
  46. # Dimension ID for Makemake
  47. I:dimensionIDMakemake=-511
  48.  
  49. # Dimension ID for Mars Space Station
  50. I:dimensionIDMarsOrbit=-512
  51.  
  52. # Dimension ID for Static Mars Space Stations
  53. I:dimensionIDMarsOrbitStatic=-513
  54.  
  55. # Dimension ID for Mercury
  56. I:dimensionIDMercury=-514
  57.  
  58. # Dimension ID for Oberon (Uranus moon)
  59. I:dimensionIDOberon=-515
  60.  
  61. # Dimension ID for Phobos (Mars moon)
  62. I:dimensionIDPhobos=-516
  63.  
  64. # Dimension ID for Pluto
  65. I:dimensionIDPluto=-517
  66.  
  67. # Dimension ID for Proteus (Neptune moon)
  68. I:dimensionIDProteus=-518
  69.  
  70. # Dimension ID for Titan (Saturn moon)
  71. I:dimensionIDTitan=-519
  72.  
  73. # Dimension ID for Triton (Neptune moon)
  74. I:dimensionIDTriton=-520
  75.  
  76. # Dimension ID for Vega B
  77. I:dimensionIDVegaB=-532
  78.  
  79. # Dimension ID for Venus
  80. I:dimensionIDVenus=-521
  81.  
  82. # Dimension ID for Venus Space Station
  83. I:dimensionIDVenusOrbit=-528
  84.  
  85. # Dimension ID for Static Venus Space Stations
  86. I:dimensionIDVenusOrbitStatic=-529
  87. I:dimensionIDdimensionIDBarnarda2=-522
  88. }
  89.  
  90.  
  91. general {
  92. # Enable/Disable Mercury
  93. B:enableMercury=true
  94.  
  95. # Enable/Disable Venus
  96. B:enableVenus=true
  97.  
  98. # Enable/Disable Ceres
  99. B:enableCeres=true
  100.  
  101. # Enable/Disable Pluto
  102. B:enablePluto=true
  103.  
  104. # Enable/Disable Haumea
  105. B:enableHaumea=true
  106.  
  107. # Enable/Disable Makemake
  108. B:enableMakemake=true
  109.  
  110. # Enable/Disable Phobos (Mars Moon)
  111. B:enablePhobos=true
  112.  
  113. # Enable/Disable Deimos (Mars Moon)
  114. B:enableDeimos=true
  115.  
  116. # Enable/Disable Europa (Jupiter Moon)
  117. B:enableEuropa=true
  118.  
  119. # Enable/Disable Io (Jupiter Moon)
  120. B:enableIo=true
  121.  
  122. # Enable/Disable Ganymede (Jupiter Moon)
  123. B:enableGanymede=true
  124.  
  125. # Enable/Disable Callisto (Jupiter Moon)
  126. B:enableCallisto=true
  127.  
  128. # Enable/Disable Enceladus (Saturn Moon)
  129. B:enableEnceladus=true
  130.  
  131. # Enable/Disable Titan (Saturn Moon)
  132. B:enableTitan=true
  133.  
  134. # Enable/Disable Oberon (Uranus Moon)
  135. B:enableOberon=true
  136.  
  137. # Enable/Disable Proteus (Neptune Moon)
  138. B:enableProteus=true
  139.  
  140. # Enable/Disable Triton (Neptune Moon)
  141. B:enableTriton=true
  142.  
  143. # Enable/Disable Mars Space Station
  144. B:enableMarsSS=true
  145.  
  146. # Enable/Disable Venus Space Station
  147. B:enableVenusSS=true
  148.  
  149. # Enable/Disable Unreachable Planets/Moons
  150. B:enableUnreachable=true
  151.  
  152. # Enable/Disable Alpha Centauri Bb
  153. B:enableACentauriBb=true
  154.  
  155. # Enable/Disable Barnarda C (Habitable Planet)
  156. B:enableBarnardaC=true
  157.  
  158. # Enable/Disable Barnarda E
  159. B:enableBarnardaE=true
  160.  
  161. # Enable/Disable Barnarda F
  162. B:enableBarnardaF=true
  163.  
  164. # Enable/Disable Vega B
  165. B:enableVegaB=true
  166. B:enableJupiterSS=true
  167. }
Advertisement
Add Comment
Please, Sign In to add comment