Page 1 of 1

Asteroid Cel Script question

Posted: 16.11.2006, 18:03
by Sky Guy
I am writing a Cel script. If I want asteroid orbits to be suddenly rendered in my script, what is the command to turn them on?

Thanks.

Re: Asteroid Cel Script question

Posted: 16.11.2006, 18:19
by t00fri
Sky Guy wrote:I am writing a Cel script. If I want asteroid orbits to be suddenly rendered in my script, what is the command to turn them on?

Thanks.


Instead of asking people for every single Cel command, how about turning to the much more modern and powerful Celx scripting language and referring e.g. to

http://celestia.h-schmidt.net/celx-summary-latest.html

Bye Fridger

Posted: 16.11.2006, 21:33
by Malenfant
Or to actually be directly helpful :roll:, there's a fairly lengthy list of cel script commands here:
http://www.donandcarla.com/Celestia/cel ... _v1_0g.htm

To view asteroid orbits I think you need to use: renderflags {set "asteroids"}
To clear them I think you need to use: renderflags {clear "asteroids"}

I think that's the right general format anyway, now that I look at the entry for renderflags there though I'm not sure if you can do that with just asteroid orbits. In which case, this might be something you can only do with celx.