I NEED HELP

General discussion about Celestia that doesn't fit into other forums.
Topic author
ElPelado
Posts: 862
Joined: 07.04.2003
With us: 21 years 2 months
Location: Born in Argentina
Contact:

I NEED HELP

Post #1by ElPelado » 12.05.2003, 17:42

can someone explain me why this code works:

Code: Select all

"Death Star 2" "rho crb"
{
       Mesh "Dstar2.3ds"
       Radius 130
       EllipticalOrbit {   
      Period            2
      SemiMajorAxis     24200
                       }
       Atmosphere     
           { 
           CloudMap "DStar.dds"
           }
       RotationPeriod 0.2
}


and this one doesn't:

Code: Select all

"Death Star 2" "HD 154116/Endor"
{
       Mesh "Dstar2.3ds"
       Radius 130
       EllipticalOrbit {   
      Period            2
      SemiMajorAxis     8200
                       }
       Atmosphere     
           { 
           CloudMap "DStar.dds"
           }
       RotationPeriod 0.2
}[quote]

the only difference is his position. the first one i see it without problems, the second one, it doesnt exist. it doesnt even appear one the solar sytem browser.[/quote]
---------X---------
EL XENTENARIO
1905-2005

My page:
http://www.urielpelado.com.ar
My Gallery:
http://www.celestiaproject.net/gallery/view_al ... y-Universe

JackHiggins
Posts: 1034
Joined: 16.12.2002
With us: 21 years 6 months
Location: People's Republic Of Cork, Ireland

Post #2by JackHiggins » 12.05.2003, 20:46

Because you need to put in a # before any text that doesn't directly specify orbital data/rotaion obliquity etc.
Write it like this & you'll be ok

Code: Select all

"Death Star 2" "HD 154116/Endor"
{
       Mesh "Dstar2.3ds"
       Radius 130
       EllipticalOrbit
{   
      Period            2
      SemiMajorAxis     8200
                       }
       Atmosphere     
           { 
           CloudMap "DStar.dds"
           }
       RotationPeriod 0.2
}

#the only difference is his position. the first one i see it without problems,
#the second one, it doesnt exist. it doesnt even appear one the solar
#sytem browser.
- Jack Higgins
Jack's Celestia Add-ons
And visit my Celestia Gallery too!

Paul
Posts: 152
Joined: 13.02.2002
With us: 22 years 4 months
Location: Melbourne, Australia

Post #3by Paul » 13.05.2003, 01:23

Jack, that bit of text wasn't supposed to be in his quote! :lol:
You can see the "quote" symbol where the text actually ended in his post...

Cheers,
Paul

granthutchison
Developer
Posts: 1863
Joined: 21.11.2002
With us: 21 years 7 months

Post #4by granthutchison » 13.05.2003, 01:56

Can you see Endor in orbit around HD 154116? Have you named it correctly? If Celestia doesn't find precisely the object name you've written, it won't place the satellite.

Grant

Topic author
ElPelado
Posts: 862
Joined: 07.04.2003
With us: 21 years 2 months
Location: Born in Argentina
Contact:

Post #5by ElPelado » 13.05.2003, 07:29

yes, i see endor, and i also see the "death star 2" orbiting around the "rho crb" star. the only problem is that i cannot see it orbiting around endor.
i opend the star wars.ssc and copyed the exact name of endor to my death star 2.ssc. but it doesnt work.
---------X---------

EL XENTENARIO

1905-2005



My page:

http://www.urielpelado.com.ar

My Gallery:

http://www.celestiaproject.net/gallery/view_al ... y-Universe

Topic author
ElPelado
Posts: 862
Joined: 07.04.2003
With us: 21 years 2 months
Location: Born in Argentina
Contact:

Post #6by ElPelado » 13.05.2003, 07:33

i forgot to tell you that i also tryed to put it around naboo and it doesnt work too. and i also tryed to put this orbiting endor, and it ALSO didnt work:
"mio" "HD 154116/endor"
{
Mesh "ufo.3ds"
Radius 130
EllipticalOrbit {
Period 2
SemiMajorAxis 8200
}
RotationPeriod 0.2
}
---------X---------

EL XENTENARIO

1905-2005



My page:

http://www.urielpelado.com.ar

My Gallery:

http://www.celestiaproject.net/gallery/view_al ... y-Universe

Topic author
ElPelado
Posts: 862
Joined: 07.04.2003
With us: 21 years 2 months
Location: Born in Argentina
Contact:

Post #7by ElPelado » 13.05.2003, 12:54

i solved the problem:
i put the death satr and the endor codes in the same .ssc file, and now, i dont know why, it works!
thanks for the help anyway
---------X---------

EL XENTENARIO

1905-2005



My page:

http://www.urielpelado.com.ar

My Gallery:

http://www.celestiaproject.net/gallery/view_al ... y-Universe

Ortolan
Posts: 120
Joined: 31.03.2002
With us: 22 years 2 months
Location: Melbourne, Australia

Post #8by Ortolan » 14.05.2003, 04:29

It's because Celestia was loading deathstar2.ssc before loading starwars.ssc and not finding Endor. (ssc files are loaded alphabetically and D is before S)


Return to “Celestia Users”