Hi,
Newbie question. I have Celestia 1.6.0 but can't seem to switch off the ISS. In Render/View Options I only have "Planets" and "Moons" selected, not "Spacecraft" but when I run it the tiny dot of the ISS can be seem orbiting the earth. How do I achieve this?
<EDIT>I can also see 4 Vega (an asteroid) if I switch off "Asteroids" </EDIT>
Cheers.
Switch off ISS
Forum rules
Please help to make this forum more useful by checking the FAQs before posting! Keep it clean, keep it civil, keep it truthful, stay on topic, be responsible, share your knowledge.
Please help to make this forum more useful by checking the FAQs before posting! Keep it clean, keep it civil, keep it truthful, stay on topic, be responsible, share your knowledge.
Re: Switch off ISS
Hi Primaveranz,
In the render/View options, only planets, stars, nebulae, galaxy, open and globular clusters, can be set in an "invisible" mode. Other options (asteroids, spacecrafts, moons ...) just disable or enable labels.
In the render/View options, only planets, stars, nebulae, galaxy, open and globular clusters, can be set in an "invisible" mode. Other options (asteroids, spacecrafts, moons ...) just disable or enable labels.
- Chuft-Captain
- Posts: 1779
- Joined: 18.12.2005
- With us: 18 years 11 months
Re: Switch off ISS
There is no option in the View/Render screen to disable all Spacecraft. I suspect you were actually looking at the section for enabling/disabling orbit lines and labels. However, if you are willing to get your hands dirty delving into Celestia's data files you can achieve what you want.primaveranz wrote:Hi,
Newbie question. I have Celestia 1.6.0 but can't seem to switch off the ISS. In Render/View Options I only have "Planets" and "Moons" selected, not "Spacecraft" but when I run it the tiny dot of the ISS can be seem orbiting the earth. How do I achieve this?
The following advice assumes you have a Windows OS and you followed the standard install procedure for Celestia.
Close Celestia.
In the "Program Files" folder you will find the main Celestia folder.
There is a sub-folder named extras-standard. In the extras-standard folder there is another folder called "iss".
What you can do is create a new folder in the Celestia folder, and call it something like "disabled". Then move the "iss" folder into the "disabled" folder.
Restart Celestia.
The ISS is gone, while all other std spacecraft are still there. To disable any of the other std spacecraft (Mir, Hubble, etc), move their respective folders into the "disabled" folder.
There is no object named "4 Vega" in the standard Celestia installation.primaveranz wrote:<EDIT>I can also see 4 Vega (an asteroid) if I switch off "Asteroids" </EDIT>
Cheers.
(There is a star named "Vega" and an asteroid named "4 Vesta")
Have you installed any additional addons?
To disable ALL standard installation asteroids, find the file asteroids.ssc in the "Celestia\data" folder.
Move it to the "disabled" folder.
To disable only "4 Vesta", rather than moving the asteroids.ssc file you need to edit it instead. Open it with any text editor...(Wordpad works fine), and make the following edit:
Change:
Code: Select all
"4 Vesta:Vesta" "Sol"
Code: Select all
"4 Vesta:Vesta" "Sol-----disabled-----"
Restart Celestia.
IMPORTANT NOTE:
To re-instate these objects you will need to restore any relocated files to their original locations (so you need to remember where they originated from), and/or reverse any specific edits you've made.
CC
"Is a planetary surface the right place for an expanding technological civilization?"
-- Gerard K. O'Neill (1969)
CATALOG SYNTAX HIGHLIGHTING TOOLS LAGRANGE POINTS
-- Gerard K. O'Neill (1969)
CATALOG SYNTAX HIGHLIGHTING TOOLS LAGRANGE POINTS
-
Topic authorprimaveranz
- Posts: 4
- Joined: 08.01.2010
- With us: 14 years 10 months
Re: Switch off ISS
Many thanks for your prompt help.