- Updated translations.
- Added star style setting to the render option dialog:

Edit: 17/01/08 update: minor bug fix.
ant wrote:....Anyway Orrery script is really good. Thanks
@+
fsgregs wrote:Hi. I am learning how to use the Lua tools and I am stuck. I want to create an overlay texture (a semi-transparent Grid) that I can superimpose on top of a planet. I have read the brief instructions on how to add a custom image, and I think I properly edited the image.lua file and added the image to the Images folder, but ...
Frank,fsgregs wrote:I cannot use an Alternate Texture ssc file for the grid, because I am already using an alternate texture for the main map. You cannot display/select two alternate textures at the same time. So, it looks like I have to use Lua tools ... if it will overlay an image onto the entire planet.
Chuft-Captain wrote:You cannot display/select two alternate textures at the same time" on the same planet, so you could try creating another planet (eg. Earth2) with exactly the same orbit as the original, with your transparent grid as the alt-texture. (You may need to make it's radius a little larger than the original planet to avoid Z-fighting)
"Earth2" "Sol"
{
Mesh "placeholder.cmod"
Radius 6390
Atmosphere {
CloudMap "earthgrid.*"
CloudHeight 5
}
CustomOrbit "vsop87-earth"
EllipticalOrbit {
Period 1.0000
SemiMajorAxis 1.0000
Eccentricity 0.0167
Inclination 0.0001
AscendingNode 348.739
LongOfPericenter 102.947
MeanLongitude 100.464
}
UniformRotation
{
Period 23.9344694
Inclination -23.4392911
MeridianAngle 280.5 # offset at default epoch J2000
}
}
If you used one of my recent placeholder cmods, you must also bring with you the th_placeholder.png file in the medres dir where you found it. That will make it totally invisible.fsgregs wrote:I have copied a placeholder.cmod from one of your add-ons, and placed it in a models folder inside the above add-on folder. Apparently, it is not as invisible as I'd hoped. I guess I need another placeholder.cmod that is a sphere, and is totally invisible. Can you tell me where I can get one?
Then you must comment it out from the SSC file.fsgregs wrote:Also, although the grid does appear around Earth as a cloud texture, so does Earth's regular cloud texture. That is because the grid is mostly transparent, and when I turn on Earth's clouds, its own cloud texture appears under the grid. I need that texture to not appear.
fsgregs wrote:I guess I can create a fake Earth somewhere else around another star, and simply substitute the grid texture for the real cloud texture, but is there any way I can continue to use the real Earth, and get a grid to overlay an existing overlay texture?
Vincent wrote:06/01/2008 UPDATE : .....- Added Asteroid Main Belt rendering using point sprites cmod:
[URL=http://img175.imageshack.us/my.php?image=asteroidbeltji4.jpg[/URL]
Frank,fsgregs wrote:That said, how do I get an image to appear in LUA? Is there a key that I press to display an image as well as the info box? Do I have to enter a new command in the main lua.cfg file? Is there some toolbox menu item I have to create?
ANDREA wrote:Hello Vincent, I'm very interested to use your Asteroid Main Belt rendering using point sprites cmod, in the Solar Systems project I'm working on, together with Buggs Moran.
Is it available for use on 1.5.0?![]()
If yes, can it be modified to allow its use for the Ooort cloud too?
You could switch the display of an image either with a key or with a check box (or an active button). Then, I'm not really for adding this feature to the standard version of the Lua Tools, unless some other users claim for it
fsgregs wrote:If I understand your response above correctly, there is NOT a way currently to display an image on the screen using Lua! If true, then ... well ... why include an images feature if they cannot be seen?
Code: Select all
-- Image filenames for Sol:
Sol1 = "../images/image_Sol1.jpg";
Sol2 = "../images/image_Sol2.jpg";
Sol3 = "../images/image_Sol3.jpg";
Sol4 = "../images/image_Sol4.jpg";
Code: Select all
-- Image filenames for Mars:
Mars1 = "../images/image_Mars1.jpg";
eras wrote:hi again, i compile celestia with gtk at my linux, and you edu tools work nice, i don't know because with genome no work, thanks .