Personalize your Celestia !
Posted: 03.02.2002, 08:15
Have a look to the .cel files on the Celestia dir...
there is 3 files :
guide.cel, define "Guide Tour"
start.cel, define action when starting Celestia
demo.cel, for the Demo.
Now I have MY config. make yours !
Look at my start.cel :
(Thanks to Arthur C. Clarke for the Space Odyssey ! [2010, Odyssey Two : the year we make contact] )
Build your own !
there is 3 files :
guide.cel, define "Guide Tour"
start.cel, define action when starting Celestia
demo.cel, for the Demo.
Now I have MY config. make yours !
Look at my start.cel :
Code: Select all
{
select { object "Sol/Jupiter/Europa" }
goto { time 5 }
goto { time 5 distance 4 upframe "equatorial" }
wait { duration 5 }
print { text "All theses worlds are yours EXCEPT Europa..." }
wait { duration 5 }
print { text "Use them together... Use them in peace." }
wait { duration 5 }
print { text "" }
}
(Thanks to Arthur C. Clarke for the Space Odyssey ! [2010, Odyssey Two : the year we make contact] )
Build your own !