Posts by manoweb

by manoweb
16.01.2005, 22:15
Forum: Celestia Users
Topic: Disabling "Time and script are paused" message
Replies: 0
Views: 1747

Disabling "Time and script are paused" message

Hi, I use Celestia in a Planetarium. We show some scripts that need to get interrupted from time to time for the speaker to explain. I've also create bigger fonts for the people to easily read the messages. Anyway, when I press the space bar to pause a script, I find this big message in the center o...
by manoweb
16.01.2005, 00:10
Forum: Scripting
Topic: Calling external programs: 'os nil value'
Replies: 3
Views: 4766

Re: Calling external programs: 'os nil value'

do you use windows? me not :) anyway, in windows I would do: os.execute("start c:\\path\\file.mp3") this will start your mp3 player and immediately release the control back to celestia so it can go on displaying 3D animations. Open a DOS console and type "start /?" for more information. If you're a ...
by manoweb
10.01.2005, 18:45
Forum: Scripting
Topic: Calling external programs: 'os nil value'
Replies: 3
Views: 4766

Re: Calling external programs: 'os nil value'

ok sorry I didn't RTFM enough. I added a:

celestia:requestsystemaccess()


and now everything is fine.

Thank you
Alessio Sangalli
by manoweb
10.01.2005, 17:32
Forum: Scripting
Topic: Calling external programs: 'os nil value'
Replies: 3
Views: 4766

Calling external programs: 'os nil value'

Hi, I would like to call an external program in the middle of my celestia script: ret = os.execute("/usr/bin/mplayer -fs /path/intro.mpg") (I tested also other commands of course) I always get this error: Celestia encountered an error while processing your script Details [string "/home/alesan/lavori...
by manoweb
10.01.2005, 14:39
Forum: Scripting
Topic: Bigger font sizes?
Replies: 1
Views: 3562

Re: Bigger font sizes?

I solved by myself: 1) download in a directory: - http://resumbrae.com/ub/dms424_s03/26/programs/TexFont.h - http://resumbrae.com/ub/dms424_s03/26/programs/gentexfont.c 2) compile: $ gcc -lglut -lGLU -lGL -L/usr/X11R6/lib -lX11 -lm gentexfont.c -o gentexfont 3) list available fonts: $ xlsfonts [...]...
by manoweb
10.01.2005, 12:51
Forum: Scripting
Topic: Bigger font sizes?
Replies: 1
Views: 3562

Bigger font sizes?

Hi, where can I find new fonts to display script output? I would like a much bigger font for the text to be readable by a person a couple of meters away from the screen.

Thank you
Alessio Sangalli
by manoweb
10.01.2005, 11:15
Forum: Scripting
Topic: Inlcude and execute
Replies: 2
Views: 4186

Re: Inlcude and execute

Thank you I'll check out those commands. And, I really want Celestia to stop while I show a video or a brief Impress presentation.
I'll post the results as soon as I implement them...

Thank you
Alessio Sangalli
by manoweb
10.01.2005, 03:29
Forum: Scripting
Topic: Inlcude and execute
Replies: 2
Views: 4186

Inlcude and execute

Two quick question I couldn't find an answer. Is it possible to include an external file from a celx script? It would be very useful.

Is it also possible to execute an external command (like a video player) from a script?

Thank you
Alessio Sangalli

Go to advanced search