I want to write some scripts for Celestia. How can I do it?
1) visit the Celestia Scripting Forum 2) read and contribute to the Celestia Scripting Guide Breifly: A) Celestia includes a very simple scripting language of its own which understands commands like “go here, look there, set flag, display text”. These commands should go into a file with the filetype .CEL A slightly out-of-date summary of .CEL commands is at http://63.224.48.65/celestia/docs/scripting.html. Also see http://www.lns.cornell.edu/~seb/celestia/celestia_notes.html#4.0 for a list of more of the .CEL scripting commands, somewhat cryptically organized. An example .CEL script is at http://63.224.48.65/~t00fri/images/start-pandemo.cel B) Starting with Celestia v1.3.1 prerelease 3, the Lua programming language is available for use in .CELX scripts. See http://www.lua.org/. A few example Lua scripts for Celestia are available on SourceForge at http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/celestia/celestia/scripts/ C) You can use any language you want if it can pass commands to th