Page 1 of 1

Adding star names?

Posted: 12.03.2004, 08:14
by Evil Dr Ganymede
Dumb question probably, but how does one add a star name to those that show up when you activate the stars labels in the options? (ie. if you turn it on, you'll see labels pop up for Sirius, Procyon, Betelgeuse etc).

I want to add epsilon eridani and 82 eridani to those ones that show up when you do that.

Posted: 12.03.2004, 09:57
by Tom
In celestia.cfg:

Code: Select all

        LabelledStars
        [
        "Sol"
        "Sirius"
        "Canopus"
        "Alpha Cen"
        ...
         ]

Posted: 12.03.2004, 10:05
by Evil Dr Ganymede
Marvellous. Thanks! (I was looking in the starnames.dat file...)