Hi!
I want to make a fictional addon, a star system composed by a binary white dwarf (a pair orbiting a common barycenter), and one of the planets should be a quadruple planet (four earth-sized planets orbiting a barycenter) in the habitable zone.
I pretend to add another planets in future, but for now is just it.
Basic schematic of what i want:
I know how to edit existent star systems (stc and ssc) but i dont know how to start to make this from scratch.
Thanks in advance!
Help to make a (fairy complex) planetary system from scratch
- SpaceFanatic64
- Posts: 427
- Joined: 16.08.2018
- Age: 18
- With us: 6 years 3 months
- Location: Southern California
- ParticleGrasp
- Posts: 11
- Joined: 02.08.2010
- With us: 14 years 4 months
If you are using the windows based version, you may want to check in Celestia\extras\data\cc_Stars\cc_MultipleSystems\cc_Castor\cc_Castor.stc
The original add-on was created by Phil Batchelor in 2008. You will find the code for the six star system of Castor (alf Gem).
This really helped me understand barycenters and how to code them in Celestia.
Have fun!
The original add-on was created by Phil Batchelor in 2008. You will find the code for the six star system of Castor (alf Gem).
This really helped me understand barycenters and how to code them in Celestia.
Have fun!
--- No electrons were harmed in the creation of this message ---
- Anthony_B_Russo10
- Moderator
- Posts: 672
- Joined: 03.07.2018
- Age: 21
- With us: 6 years 5 months
- Location: Tallahassee, Florida, US
Planet barycenters are easier and look like this:
Code: Select all
ReferencePoint "Barycenter" "Sol"
{
EllipticalOrbit {
Period 1.5000
SemiMajorAxis 1.2500
Eccentricity 0.0167
Inclination 0.0001
AscendingNode 348.739
LongOfPericenter 102.947
MeanLongitude 100.464
}
# Make the orbit and label visible
Visible true
Clickable true
}
Anthony B. Russo, I like Pluto. Mod of the Celestia subreddit: https://www.reddit.com/r/Celestiasoftware/
I have over 40 computers, trying to list them here would be a pain.
Responsible for the NEO catalog: https://celestiaproject.space/forum/viewtopic.php?f=23&t=22203
And mod of the Discord server.
I have over 40 computers, trying to list them here would be a pain.
Responsible for the NEO catalog: https://celestiaproject.space/forum/viewtopic.php?f=23&t=22203
And mod of the Discord server.