COMMUNITY ADDON - Double/Multiple Asteroids fixes for SE
|
|
Silicon | Date: Tuesday, 31.05.2016, 01:22 | Message # 61 |
Astronaut
Group: Users
United States
Messages: 51
Status: Offline
| Quote SpaceEngineer (  ) Added barycenters for Ocrus-Vanth and Echidna-Typhon, Lundia and some other systems. Should some of those systems have barycenters? Some of them have unknown masses like Echidna-Typhon which leads to inaccuracies.
Quote SpaceEngineer (  ) PS: 120347 Salacia - another TNO with large satellite, should be added. Here you go. 120347 Salacia and another large TNO (229762) 2007 UK126 which is a scatter disk object.
Code Asteroid "Salacia/ (120347) Salacia" { ParentBody "Sol" Class "IceWorld" Radius 427 Mass 7.334E-5 RotationPeriod 6.5
Orbit { Epoch 2457400.5 SemiMajorAxis 41.962 Period 271.83 Eccentricity 0.10629 Inclination 23.944 AscendingNode 280.23 ArgOfPericenter 308.46 MeanAnomaly 119.2 RefPlane "Ecliptic" } }
Asteroid "Actaea/Salacia I Actaea" { ParentBody "Salacia" Class "Asteroid" Radius 143
Orbit { Epoch 2457400.5 SemiMajorAxis 3.756E-5 Period 0.015042 Eccentricity 0.0084 Inclination 0 RefPlane "Equator" } }
Asteroid "2007 UK126/(229762) 2007 UK126" { ParentBody "Sol" Class "IceWorld" Radius 295 RotationPeriod 11.05
Orbit { Epoch 2457400.5 SemiMajorAxis 74.158 Period 638.627 Eccentricity 0.49374 Inclination 23.34 AscendingNode 131.287 ArgOfPericenter 346.144 MeanAnomaly 342.106 RefPlane "Ecliptic" } }
Asteroid "S2008 (229762) 1" { ParentBody "2007 UK126" Class "Asteroid" Radius 51.5
Orbit { Epoch 2457400.5 SemiMajorAxis 2.406E-5 Period 0.016154 Eccentricity 0 Inclination 0 RefPlane "Equator" } }
|
|
| |
JackDole | Date: Tuesday, 31.05.2016, 06:45 | Message # 62 |
 Star Engineer
Group: Local Moderators
Germany
Messages: 1742
Status: Offline
| Mosfet, Quote Mosfet (  ) Or place a small script to remove these four duplicates in data/catalogs/planets/ folder with the updated Asteroids-bin.sc. The script is attached. Once we'll have an updated Catalogs Pak the removing script will be useless. You've forgotten '1999 TC 36' in the script
Code Remove "1999 TC 36" {Parent Body "Sol"}
Don't forget to look here.
|
|
| |
SpaceEngineer | Date: Tuesday, 31.05.2016, 10:02 | Message # 63 |
 Author of Space Engine
Group: Administrators
Russian Federation
Messages: 4800
Status: Offline
| Quote Silicon (  ) Should some of those systems have barycenters? Some of them have unknown masses like Echidna-Typhon which leads to inaccuracies. I calculated their mass ratio using radius ratio in power of 3 (assumption of the same density). System of two bodies with almost identical size should have barycenter anyway.
Quote Mosfet (  ) This means that we also have to delete duplicates found so far from other asteroid catalogs in Catalogs0974.pak, namely: (174567) 2003 MW12 from KuiperBelt.sc; (88611) Teharonhiawako, 2002 VT130, 2002 XH91 from KuiperBelt-small.sc; Use new catalog logging system to detect duplicates. Look at the log and find where SE merges asteroids from this catalog with the old ones.
Quote Silicon (  ) Here you go. 120347 Salacia and another large TNO (229762) 2007 UK126 which is a scatter disk object. Thenks, added. You made a typo in the very first line: extra space in name "Salacia/ (120347) Salacia"
|
|
| |
Mosfet | Date: Tuesday, 31.05.2016, 22:08 | Message # 64 |
 World Builder
Group: Users
Italy
Messages: 754
Status: Offline
| Quote JackDole (  ) You've forgotten '1999 TC 36' in the script Ow, thanks
Quote SpaceEngineer (  ) Use new catalog logging system to detect duplicates. Look at the log and find where SE merges asteroids from this catalog with the old ones. Oops, I hadn't thought about it, thanks SpaceEngineer.
Updated the remover script by adding all duplicated asteroids so far, uploaded in OP.
"Time is illusion. Lunchtime doubly so." Douglas N. Adams My mods Asus x555ub: cpu i5-6200u - ram 4gb - gpu nvidia geforce 940m 2gb vram
Edited by Mosfet - Tuesday, 31.05.2016, 22:08 |
|
| |
JackDole | Date: Thursday, 02.06.2016, 18:02 | Message # 65 |
 Star Engineer
Group: Local Moderators
Germany
Messages: 1742
Status: Offline
| Mosfet, Quote Mosfet (  ) Quote SpaceEngineer () Use new catalog logging system to detect duplicates. Look at the log and find where SE merges asteroids from this catalog with the old ones. Objects for which the parent object is replaced by a barycenter are not found in this manner, because the objects are not merged, but a new object is created.
Silicon, Add this to the remove script:
Code Remove "Vanth" {ParentBody "Orcus"} Remove "Orcus" {ParentBody "Sol"}
Don't forget to look here.
|
|
| |
Mosfet | Date: Thursday, 02.06.2016, 22:03 | Message # 66 |
 World Builder
Group: Users
Italy
Messages: 754
Status: Offline
| JackDole, thanks, updated in OP.
Please all remember that the remove script must be older than the asteroids-bin script in order to work.
Edit: Is there a log detail level for SE.log?
"Time is illusion. Lunchtime doubly so." Douglas N. Adams My mods Asus x555ub: cpu i5-6200u - ram 4gb - gpu nvidia geforce 940m 2gb vram
Edited by Mosfet - Thursday, 02.06.2016, 22:06 |
|
| |
JackDole | Date: Thursday, 02.06.2016, 22:58 | Message # 67 |
 Star Engineer
Group: Local Moderators
Germany
Messages: 1742
Status: Offline
| Mosfet, I also have the 'Remove' script edited a bit. In this form, it does not seem to matter whether it is newer or older. Try it.
Code //------------------------------------------------------------------------------ Remove "2002 VT130" {ParentBody "Sol"} Remove "2002 XH91" {ParentBody "Sol"} Remove "2003 MW12" {ParentBody "Sol"} Remove "Teharonhiawako" {ParentBody "Sol"} Remove "1999 TC36" {ParentBody "Sol"} Remove "Vanth" {ParentBody "Orcus"} Remove "Orcus" {ParentBody "Sol"} Remove "Camilla" {ParentBody "Sol"} Remove "2002 WC19" {ParentBody "Sol"} Remove "Hermione" {ParentBody "Sol"} Remove "Elektra" {ParentBody "Sol"} Remove "2003 AZ84" {ParentBody "Sol"} Remove "Kleopatra" {ParentBody "Sol"} Remove "Kalliope" {ParentBody "Sol"} Remove "Ida" {ParentBody "Sol"} Remove "Emma" {ParentBody "Sol"} Remove "Huenna" {ParentBody "Sol"} Remove "Daphne" {ParentBody "Sol"} Remove "Eugenia" {ParentBody "Sol"} Remove "2002 UX25" {ParentBody "Sol"} Remove "Hektor" {ParentBody "Sol"} Remove "Alauda" {ParentBody "Sol"} Remove "Pulcova" {ParentBody "Sol"} Remove "Stephengould" {ParentBody "Sol"} Remove "Sylvia" {ParentBody "Sol"} Remove "Minerva" {ParentBody "Sol"} Remove "Apophis" {ParentBody "Sol"} //------------------------------------------------------------------------------
And there are no longer these error messages:

Moreover, not all the objects that appear in the log file with 'merging', must be removed. Only the objects that are replaced by a barycenter. Otherwise this has no effect, since SE always also used the old object, when a new object of the same name and the same parent object is created.
In your script are some errors:
Code Remove "Dactyl/Ida I/(243) Ida" {ParentBody "Sol"} must be:Code Remove "Dactyl/Ida I/(243) Ida" {ParentBody "Ida"} and
Code Remove "Romulus/Sylvia I/(87) Sylvia I" {ParentBody "Sol"} Remove "Remus/Sylvia II/(87) Sylvia II" {ParentBody "Sol"} must be:Code Remove "Romulus/Sylvia I/(87) Sylvia I" {ParentBody "Sylvia"} Remove "Remus/Sylvia II/(87) Sylvia II" {ParentBody "Sylvia"}
In my script they are not neccesary at all.
Don't forget to look here.
Edited by JackDole - Thursday, 02.06.2016, 23:11 |
|
| |
Mosfet | Date: Thursday, 02.06.2016, 23:53 | Message # 68 |
 World Builder
Group: Users
Italy
Messages: 754
Status: Offline
| ugh, I see the error with parentbody, but... just adding comment lines as first and last lines?? Thanks I'll check it soon.
"Time is illusion. Lunchtime doubly so." Douglas N. Adams My mods Asus x555ub: cpu i5-6200u - ram 4gb - gpu nvidia geforce 940m 2gb vram
|
|
| |
JackDole | Date: Friday, 03.06.2016, 00:11 | Message # 69 |
 Star Engineer
Group: Local Moderators
Germany
Messages: 1742
Status: Offline
| Quote Mosfet (  ) just adding comment lines as first and last lines?? The comment lines have no meaning! <_< They are only to keep my scripts clearly. I had another test arrangements in the same script. Deactivated.
It depends on which names are used in 'Remove'.
Don't forget to look here.
Edited by JackDole - Friday, 03.06.2016, 00:16 |
|
| |
JackDole | Date: Friday, 03.06.2016, 01:24 | Message # 70 |
 Star Engineer
Group: Local Moderators
Germany
Messages: 1742
Status: Offline
| Sorry, but the last line in my script:
Code Remove "Apophis" {Parent Body "Sol"} does not belong there. This is one of my own modified asteroids, he came into it accidentally.
Don't forget to look here.
Edited by JackDole - Friday, 03.06.2016, 01:32 |
|
| |
Mosfet | Date: Friday, 03.06.2016, 23:43 | Message # 71 |
 World Builder
Group: Users
Italy
Messages: 754
Status: Offline
| I fixed the remove script, updated in OP. This script removes all duplicated objects (only 13 at the moment) that are shown as asteroids with a different designation or single object in the Asteroids/Kuiper Belt 0.9.7.4 catalog. The remaining objects are merged/substituted with data from the updated asteroids-bin.sc, so there shouldn't be any conflict or phantom asteroid rendered by SpaceEngine.
"Time is illusion. Lunchtime doubly so." Douglas N. Adams My mods Asus x555ub: cpu i5-6200u - ram 4gb - gpu nvidia geforce 940m 2gb vram
|
|
| |
Silicon | Date: Sunday, 05.06.2016, 01:20 | Message # 72 |
Astronaut
Group: Users
United States
Messages: 51
Status: Offline
| (363027) 1998 ST27, (32039) 2000 JO23, (65489) Ceto, and two objects with no permanent designation numbers, 2003 QR91, 2004 PB108.
Code Asteroid "1998 ST27/(363027) 1998 ST27" { ParentBody "Sol" Class "Asteroid" Radius 0.4
RotationPeriod 3
Orbit { Epoch 2457400.5 SemiMajorAxis 0.81938 Period 0.74172 Eccentricity 0.53001 Inclination 21.055 AscendingNode 197.57 ArgOfPericenter 322.45 MeanAnomaly 267.57 RefPlane "Ecliptic" } }
Asteroid "S2001 (363027) 1" { ParentBody "1998 ST27" Class "Asteroid" Radius 0.06
RotationPeriod 6
Orbit { Epoch 2457400.5 SemiMajorAxis 3.01E-8 Period 0.011225 Eccentricity 0.3 Inclination 0 RefPlane "Equator" } }
Asteroid "2000 JO23/(32039) 2000 JO23" { ParentBody "Sol" Class "Asteroid" Radius 1.98
RotationPeriod 6.5979
Orbit { Epoch 2457400.5 SemiMajorAxis 2.2228 Period 3.3141 Eccentricity 0.28275 Inclination 6.5093 AscendingNode 303.88 ArgOfPericenter 353.2 MeanAnomaly 37.133 RefPlane "Ecliptic" } }
Asteroid "S2007 (32039) 1" { ParentBody "2000 JO23" Class "Asteroid" Radius 0.635
Orbit { Epoch 2457400.5 SemiMajorAxis 3.543E-7 Period 0.041069 Eccentricity 0 Inclination 0 RefPlane "Equator" } }
Barycenter "Ceto-Phorcys" { ParentBody "Sol" //Volume 8.43E6
Orbit { Epoch 2457400.5 SemiMajorAxis 101.903 Period 1028.702 Eccentricity 0.825449 Inclination 22.2784 AscendingNode 171.905 ArgOfPericenter 319.778 MeanAnomaly 8.6746 RefPlane "Ecliptic" } }
Asteroid "Ceto/(65489) Ceto" { ParentBody "Ceto-Phorcys" Class "Asteroid" Radius 111.5 //Volume 5.81E6 = 69%
RotationPeriod 4.43 Obliquity 68.8 EqAscendNode 0
Orbit { Epoch 2457400.5 SemiMajorAxis 3.813E-6 // 1840 km Period 0.026158 Eccentricity 0.004 Inclination 68.8 AscendingNode 0 ArgOfPericenter 180 MeanAnomaly 0 } }
Asteroid "Phorcys/Ceto I Phorcys" { ParentBody "Ceto-Phorcys" Class "Asteroid" Radius 85.5 //Volume 2.62E6 = 31%
Orbit { Epoch 2457400.5 SemiMajorAxis 8.487E-6 // 1840 km Period 0.026158 Eccentricity 0.004 Inclination 68.8 AscendingNode 0 ArgOfPericenter 0 MeanAnomaly 0 } }
Barycenter "2003 QR91 System" { ParentBody "Sol" //Volume 8.21E6
Orbit { Epoch 2457400.5 SemiMajorAxis 46.376 Period 315.821 Eccentricity 0.17962 Inclination 3.49874 AscendingNode 273.309 ArgOfPericenter 12.76 MeanAnomaly 30.59 RefPlane "Ecliptic" } }
Asteroid "2003 QR91" { ParentBody "2003 QR91 System" Class "Asteroid" Radius 103.5 //Volume 4.68E6 = 57% TidalLocked true Orbit { Epoch 2457400.5 SemiMajorAxis 5.1471E-6 // 1790 km Period 0.020534 Eccentricity 0 Inclination 0 ArgOfPericenter 180 MeanAnomaly 0 } }
Asteroid "S2007 (2003 QR91) 1" { ParentBody "2003 QR91 System" Class "Asteroid" Radius 94.5 //Volume 3.53E6 = 43% TidalLocked true Orbit { Epoch 2457400.5 SemiMajorAxis 6.8229E-6 // 1790 km Period 0.020534 Eccentricity 0 Inclination 0 ArgOfPericenter 0 MeanAnomaly 0 } }
Barycenter "2004 PB108 System" { ParentBody "Sol" //Volume 8.63E6
Orbit { Epoch 2457400.5 SemiMajorAxis 45.025 Period 302.126 Eccentricity 0.10982 Inclination 20.2373 AscendingNode 147.4823 ArgOfPericenter 274.6 MeanAnomaly 303.132 RefPlane "Ecliptic" } }
Asteroid "2004 PB108" { ParentBody "2004 PB108 System" Class "Asteroid" Radius 121.5 //Volume 7.51E6 = 87% Mass 1.586E-6
Orbit { Epoch 2457400.5 SemiMajorAxis 9.0376E-6 // 10400 km Period 0.265632 Eccentricity 0.438 Inclination 106.55 ArgOfPericenter 180 MeanAnomaly 0 } }
Asteroid "S2006 (2004 PB108) 1" { ParentBody "2004 PB108 System" Class "Asteroid" Radius 64.5 //Volume 1.12E6 = 13%
Orbit { Epoch 2457400.5 SemiMajorAxis 6.048E-5 // 10400 km Period 0.265632 Eccentricity 0.438 Inclination 106.55 ArgOfPericenter 0 MeanAnomaly 0 } }
Also I made some catalog fixes for Orcus. It did not have an inclination when its inclination was known.
Code Barycenter "Orcus-Vanth" { ParentBody "Sol" Orbit { RefPlane "Ecliptic" Epoch 2456401 MeanMotion 0.00399016 SemiMajorAxis 39.3679 Eccentricity 0.221477 Inclination 20.5438 AscendingNode 268.423 ArgOfPericenter 73.7412 MeanAnomaly 169.685 } }
Asteroid "Orcus/(90482) Orcus" { ParentBody "Orcus-Vanth" AsterType "Plutino" Radius 473.15 Mass 0.00010261436 // 0.000105788 * 97% Obliquity 90.2 EquatorAscNode 50 RotationPeriod 13.188 Albedo 0.09 Color ( 0.850 0.850 0.850 ) AbsMagn 2.2 SlopeParam 0.15 Orbit { RefPlane "Equator" Period 0.02609 SemiMajorAxis 1.8008e-6 // 6.002754e-5 * 3% Eccentricity 0.001 Inclination 90.2 AscendingNode 50 ArgOfPericenter 180 MeanAnomaly 143.1 } }
Asteroid "Vanth/(90482) Orcus I Vanth" { ParentBody "Orcus-Vanth" Radius 140.0 Mass 3.17364e-6 // 0.000105788 * 3% Albedo 0.28 Color ( 0.850 0.850 0.850 ) TidalLocked true Orbit { RefPlane "Equator" Period 0.02609 SemiMajorAxis 5.8227e-5 // 6.002754e-5 * 97% Eccentricity 0.001 Inclination 90.2 AscendingNode 50 ArgOfPericenter 0 MeanAnomaly 143.1 } }
|
|
| |
Mosfet | Date: Sunday, 05.06.2016, 14:36 | Message # 73 |
 World Builder
Group: Users
Italy
Messages: 754
Status: Offline
| Updates in OP:
-Added new data+formatting to Asteroids-bin.sc.
-Added asteroid duplicates to Asteroids-Rem.sc:
Code Remove "2004 PB108" {ParentBody "Sol"} Remove "2003 QR91" {ParentBody "Sol"} Remove "Ceto" {ParentBody "Sol"}
-Fixed orbital data of Orcus-Vanth system & added missing Epoch value for those data.
"Time is illusion. Lunchtime doubly so." Douglas N. Adams My mods Asus x555ub: cpu i5-6200u - ram 4gb - gpu nvidia geforce 940m 2gb vram
|
|
| |
Lucas0231 | Date: Monday, 06.06.2016, 09:03 | Message # 74 |
 Explorer
Group: Users
France
Messages: 150
Status: Offline
| The asteroid 3782 Celle :
Code // Sources : Wikipedia in French, JPL.
Asteroid "3782 Celle/Celle/1986 TE" { ParentBody "Sol" Class "Asteroid"
Mass 5.67928e-011 Radius 3 InertiaMoment 0.399604
RotationPeriod 3.84 Obliquity -3.78755 EqAscendNode 270.792
AlbedoBond 0.2 AlbedoGeom 0.24 Brightness 3.5 Color (1.382 1.351 1.337)
Surface { SurfStyle 0.148692 OceanStyle 0.483344 Randomize (0.384, -0.888, 0.529) colorDistMagn 0.534739 colorDistFreq 0.00535631 detailScale 81.92 colorConversion true drivenDarkening -1 seaLevel -1 snowLevel 1 tropicLatitude 0.111391 icecapLatitude 1 icecapHeight 0 climatePole 0.9375 climateTropic 0.3125 climateEquator 0.6875 heightTempGrad 0.625 tropicWidth 0.07 mainFreq 0.667115 venusFreq 0 venusMagn 0 mareFreq -1.#IND mareDensity 0 terraceProb 0.42133 erosion 0 montesMagn 0.451666 montesFreq 3.32822 montesSpiky 0.935707 montesFraction 0.374968 dunesMagn 0 dunesFreq 0 dunesFraction 0 hillsMagn 0 hillsFreq 0.02634 hillsFraction 0.513837 hills2Fraction 0 riversMagn 0 riversFreq 0 riversSin 0 riversOctaves 0 canyonsMagn 0 canyonsFreq 0 canyonFraction 0 cracksMagn 0 cracksFreq 0 cracksOctaves 0 craterMagn 0.265351 craterFreq 0.230693 craterDensity 0.808872 craterOctaves 9 craterRayedFactor 0 volcanoMagn 0 volcanoFreq 0 volcanoDensity 0 volcanoOctaves 0 volcanoActivity 0 volcanoFlows 0 volcanoRadius 5 volcanoTemp 1737.08 lavaCoverTidal 0 lavaCoverSun 0 lavaCoverYoung 0 twistZones 0 twistMagn 0 cycloneMagn 0 cycloneFreq 0 cycloneDensity 0 cycloneOctaves 0 colorSea (0.553, 0.540, 0.535, 0.000) colorShelf (0.587, 0.574, 0.568, 0.000) colorBeach (0.622, 0.608, 0.602, 0.000) colorDesert (0.656, 0.642, 0.635, 0.000) colorLowland (0.691, 0.675, 0.668, 0.000) colorUpland (0.725, 0.709, 0.702, 0.000) colorRock (0.760, 0.743, 0.735, 0.000) colorSnow (0.794, 0.777, 0.769, 1.000) BumpHeight 0.89615 BumpOffset 0.54 SpecBrightWater 0 SpecBrightIce 0.03 SpecularPower 30 Hapke 1 SpotBright 4 SpotWidth 0.05 DayAmbient 0.07 }
NoClouds true
NoOcean true
NoLava true
NoAtmosphere true
NoAurora true
NoRings true
NoAccretionDisk true
NoCometTail true
Orbit { RefPlane "Ecliptic" SemiMajorAxis 2.41565 Period 1371.35 Eccentricity 0.0933727 Inclination 5.24809 AscendingNode 271.363 ArgOfPericenter 334.209 MeanAnomaly 90.1563 } }
DwarfMoon "Celle I/S2003 (3782) 1" { ParentBody "3782 Celle" Class "Asteroid"
Mass 9.29592e-012 Radius 1.75 InertiaMoment 0.397935
Oblateness 0.00174242
Obliquity 0 EqAscendNode 0 TidalLocked true
AlbedoBond 0.2 AlbedoGeom 0.24 Brightness 3.5 Color (1.122 1.096 1.086)
Surface { SurfStyle 0.19635 OceanStyle 0.0230508 Randomize (0.264, 0.999, 0.221) colorDistMagn 0.403049 colorDistFreq 0.00233969 detailScale 47.7867 colorConversion true drivenDarkening -1 seaLevel -1 snowLevel 1 tropicLatitude 0 icecapLatitude 1 icecapHeight 0 climatePole 0.9375 climateTropic 0.3125 climateEquator 0.6875 heightTempGrad 0.625 tropicWidth 0.07 mainFreq 0.681162 venusFreq 0 venusMagn 0 mareFreq -1.#IND mareDensity 0 terraceProb 0.10883 erosion 0 montesMagn 0.48457 montesFreq 3.81997 montesSpiky 0.799758 montesFraction 0.748956 dunesMagn 0 dunesFreq 0 dunesFraction 0 hillsMagn 0 hillsFreq 0.00703594 hillsFraction 0.555122 hills2Fraction 0 riversMagn 0 riversFreq 0 riversSin 0 riversOctaves 0 canyonsMagn 0 canyonsFreq 0 canyonFraction 0 cracksMagn 0 cracksFreq 0 cracksOctaves 0 craterMagn 0.219001 craterFreq 0.252054 craterDensity 0.979751 craterOctaves 8 craterRayedFactor 0 volcanoMagn 0 volcanoFreq 0 volcanoDensity 0 volcanoOctaves 0 volcanoActivity 0 volcanoFlows 0 volcanoRadius 5 volcanoTemp 1148.63 lavaCoverTidal 0 lavaCoverSun 0 lavaCoverYoung 0 twistZones 0 twistMagn 0 cycloneMagn 0 cycloneFreq 0 cycloneDensity 0 cycloneOctaves 0 colorSea (0.548, 0.523, 0.513, 0.000) colorShelf (0.582, 0.556, 0.545, 0.000) colorBeach (0.616, 0.588, 0.578, 0.000) colorDesert (0.650, 0.621, 0.610, 0.000) colorLowland (0.685, 0.654, 0.642, 0.000) colorUpland (0.719, 0.686, 0.674, 0.000) colorRock (0.753, 0.719, 0.706, 0.000) colorSnow (0.787, 0.752, 0.738, 1.000) BumpHeight 0.719686 BumpOffset 0.315 SpecBrightWater 0 SpecBrightIce 0.03 SpecularPower 30 Hapke 1 SpotBright 4 SpotWidth 0.05 DayAmbient 0.07 }
NoClouds true
NoOcean true
NoLava true
NoAtmosphere true
NoAurora true
NoRings true
NoAccretionDisk true
NoCometTail true
Orbit { RefPlane "Ecliptic" SemiMajorAxis 2.00538e-007 Period 0.00638865 Eccentricity 0 Inclination 0 AscendingNode 0 ArgOfPericenter 0 MeanAnomaly 0 } }
PS : Makemake is absent in the list.
Edited by Lucas0231 - Monday, 06.06.2016, 19:21 |
|
| |
Mosfet | Date: Monday, 06.06.2016, 10:26 | Message # 75 |
 World Builder
Group: Users
Italy
Messages: 754
Status: Offline
| Quote Silicon (  ) Is there a way to reload modifications made to .sc files without restarting SE? I don't think so.
Quote Lucas0231 (  ) Makemake is absent in the list It's in SolarSys.sc, with Eris, Haumea and the other planets. Eventually if some other big candidate will be declared dwarf planet, it should be moved in SolarSys.sc and from the list as well.
"Time is illusion. Lunchtime doubly so." Douglas N. Adams My mods Asus x555ub: cpu i5-6200u - ram 4gb - gpu nvidia geforce 940m 2gb vram
Edited by Mosfet - Monday, 06.06.2016, 10:31 |
|
| |