|
I had this prepared, to upload to the motherlode, but I don't think that will happen any time soon or at all.
It 's a simplified version of the menu structure I used in "goto for spacecraft" that can easily be adapted to
other menu needs.
Menu.celx
Code...
Started by jan stegehuis on
, 15 posts
by 7 people.
Answer Snippets (Read the full thread at shatters):
Code: Select all --[[ Script....
Like this one for example.
Elegant scripting but the script "as is" has better write a little test script to see what happens.
Now let's consider your "celx menu".
Suitable place for it.
|
|
Hi everyone. I need your help. I am trying to write a short script to go to this position in a celx script, within Vincent's Lua Edu tools feature. Celx scripts do not currently recognize cel:URL's, without calling a special function. When I use that ...
Started by fsgregs on
, 15 posts
by 5 people.
Answer Snippets (Read the full thread at shatters):
(I haven't downloaded Vincent's tools yet, so I can't confirm this problem command doesn't... .
Celx scripts do not currently recognize normal celX script.
In a celx script, within Vincent's Lua Edu tools feature.
|
|
Hello,
It is difficult to create celx scripts. The study of the scripting language is essential for those who often write scripts or want to create complex scripts.
But if you want to occasionally create a simple script that reproduces a sequence of actions...
Started by jogad on
, 15 posts
by 4 people.
Answer Snippets (Read the full thread at shatters):
Jogad
My system....
The goal of this script is to make a script that support a solution.
@+
Vincent
Celestia Qt4 SVN / Celestia 1.6.1 + Lua Edu work as expected, I accept complaints .
About celx scripting being too difficult...
|
Ask your Facebook Friends
|
SLIDESHOW-DIAPORAMA
is a multipurpose tool but mainly designed to make presentations without having to write any kind of script .
It is aimed mainly at demonstrations and educational purposes .
SLIDESHOW comes with
a pack of fonts for Celestia to enhance...
Started by jogad on
, 15 posts
by 4 people.
Answer Snippets (Read the full thread at shatters):
Unzip the archive slideshow_2.zip in the MAIN DIRECTORY OF CELESTIA
You will find a documentation file (in... .
Ities.html (Slideshow 2.0).
Installation
Download this addon at the Lua Edu Tools section on the CML:
http://www.celestiamotherlode.net/catal .. .
|
|
I've been reading about CELX scripts a lot the last few days. And I've tested almost all the functionality that I would like in my own script file. However there are still 2 things that elude me, and that I think are possible.
1.
There is a nice callback...
Started by roy-t on
, 5 posts
by 3 people.
Answer Snippets (Read the full thread at shatters):
script below can be considered as the simpliest
way to display an image within celestia so far.
|
|
Gentle folk,
A few days ago, I received an email message asking if a Diary addon might be available for Celestia, similar to what was described in a 4th season episode of NCIS. I've managed to implement it for Windows, but I don't have a Mac or Linux ...
Started by selden on
, 6 posts
by 2 people.
Answer Snippets (Read the full thread at shatters):
It was a text overlay.
That episode once a "non real"( made up name) star was selected then the script ran
it was a text name) star was selected then the script ran That's easy enough to do.
|
|
Hello,
This is a very minimal script that tries to display a cel//url every 5 seconds
(installed in celestia/extras/defil an run together with lua_plugins)
Code: Select all local t, t0 =0,0
local vue = 1
local cels={}
local active = false
defil = CXBox...
Started by jogad on
, 7 posts
by 3 people.
Answer Snippets (Read the full thread at shatters):
A problem with it.
|
|
This morning, I had an idea which apparently was never used before (or maybe Fenerit did it once). I test it and it works perfectly !
With sprites, we can add a billboard in space that will stay with the same orientation relative to the observer. This...
Started by Cham on
, 9 posts
by 4 people.
Answer Snippets (Read the full thread at shatters):
What is interesting.
The white text is a new sprite-based billboard.
Using a celx script.
|
|
There has been a lot of confusion lately about how to get the position of an object in a celx script. I've written some well-documented functions to make this task easier. I will be expanding on this utility library, but for now, there are four functions...
Started by chris on
, 9 posts
by 5 people.
Answer Snippets (Read the full thread at shatters):
Any clarifications for CELX are much.
As always, Chris, thanks very much from the Brain-Dead.
|
|
Hello,
First, I don`t want to make a fork of Celestia and I don't want to harm the developers.
My first intention was to fix some bugs but then I missed some features in the Qt4 GUI
and I tried to implement them.
BIG FAT WARNING
The packages needs testing...
Started by refsteff on
, 9 posts
by 5 people.
Answer Snippets (Read the full thread at shatters):
Will you be able to try building it under either of those? Selden I was thinking of doing this under fedora
then openSUSE
but decided that it was way too much of a problem
for example... .
Don't forget that Celestia needs to run under Windows and MacOS, too .
|