• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

Athenacaelum

Second Lieutenant
1 Badges
Dec 3, 2013
139
89
  • Stellaris Sign-up
Okay, i been trying for the last 2 hours figuring this out, but how do i add the Orbit lines around a planet, how every planet has moons its also got those Circle Lines going around it, showing the Orbit

I Been trying to figure it out but i cant...

which is weird..

l08ekjj.jpg


See no Lines around the planet, for the moons.
 
Here is the coding


planet = {
name = "Nibiru"
class = "pc_continental"
orbit_distance = 40
orbit_angle = 100
size = 25
has_ring = yes
change_orbit = 5
moon = {
name = "Haumea"
class = "pc_barren_cold"
size = 3
orbit_distance = 7.3
orbit_angle = -190
has_ring = no
}
moon = {
name = "Makemake"
class = "pc_toxic"
size = 9
orbit_distance = 3.5
orbit_angle = 90
has_ring = no
}
}
 
[strike]try removing
Code:
change_orbit[ = n/code], i created a custom system and I don't have those lines with my planets
[/strike]

sorry, just noticed I have a gas giant with those lines...
 
I Put change orbit because i noticed Jupiter has it. so i added it
Also has rings = yes because it's Like saturn, A Contentional planet with rings :)
Also "Change orbit" Shouldnt be not allowing the Orbit Lines to showup.
Anyways im guessing nobody knows????
 
I had one of these in a custom system of mine, which was a gas giant out at the fringes. It had 10 moons, and for some reason only 4 of the 10 orbit lines showed up. I'm still trying to figure that out.

Out of curiosity, would this planet of yours be the furthest one out in your system?
 
I had one of these in a custom system of mine, which was a gas giant out at the fringes. It had 10 moons, and for some reason only 4 of the 10 orbit lines showed up. I'm still trying to figure that out.

Out of curiosity, would this planet of yours be the furthest one out in your system?
Yes.

Also Anonymous. I Gave you the code....

Also, i'd say my it's the tenth planet in the system so maybe thats why lol
 
no i meant the entire file, and that shouldn't be a problem, I have about 12 in mine. (not including moons)

anyhow, I still think you should remove teh change orbit and see what happens, i checked teh example file and it says that:

#change_orbit = X is a shortcut and equivalent to 'planet = { class = none orbit_distance = X }'
 
Yes.

Also Anonymous. I Gave you the code....
no i meant the entire file, and that shouldn't be a problem, I have about 12 in mine. (not including moons)

anyhow, I still think you should remove teh change orbit and see what happens, i checked teh example file and it says that:

#change_orbit = X is a shortcut and equivalent to 'planet = { class = none orbit_distance = X }'
i did,but here i'll show you the File..
*For the record the original file isnt mine its someone else's i just modded it to put a new planet into it.

(Also miscounted, its 11 planets total) :D
 

Attachments

  • prescripted_species_systems.txt
    30,5 KB · Views: 3
I like the CRLF as it shows if you actually did it right, quick check type thing.

I wonder if its a graphical glitch. To many planets and it doesn't show the lines randomly? Here you can see the lines are there.

Capture1.PNG
=
 
I like the CRLF as it shows if you actually did it right, quick check type thing.

I wonder if its a graphical glitch. To many planets and it doesn't show the lines randomly? Here you can see the lines are there.

View attachment 178489 =
Yeah, i have 11 planets, compared to your 1 im guessing? but the poste above me said he has 12 and it works QQ

Also i noticed the moons orbits are different then mine weird.