http://gvince.perso.sfr.fr/celestia/lua ... ls_1.1.zip
---------------------------------------------------
-- WHAT ARE THE LUA EDU TOOLS?
---------------------------------------------------
The 'Lua Edu Tools' are an addon for Celestia 1.5 that provides :
- A Graphical Interface that simplifies access to the main commands in order to allow students and non-confirmed users to run Celestia in complete autonomy.
- New features that are not available in Celestia 1.5: compass, InfoText/Image, distance markers, etc...
The Graphical Interface includes the following components:
- > Simulation Date and Time in the system locale format, Timescale slider, Time/Date setting buttons;
> Ambient Light slider;
> Magnitude slider;
> Galaxy Light Gain slider;
> Render Options setting button;
> Navigation buttons: Go to Sun; Go to Selection; Follow Selection; Sync Orbit; Track Selection;
> Solar System browser which classifies objects according to their type (planets, moons, asteroids, ...);
> FOV slider;
> Asteroid Belt rendering;
> Information Text overlay (infoText), and Image overlay with diaporama (infoImage);
> Distance markers
> Magnification option for an educational visualization of our Solar System;
> Virtual Pad for an easy control of pitch and yaw motion.
> Compass:
- - Planetarium/Navigation mode buttons;
- Longitude/Latitude or Azimuth/Elevation.
The 'Custom Goto' command, accessible by [Shift]+[G], allows user to set
his/her own travelling duration (see configuration file config.lua).
---------------------------------------------------
-- HOW TO INSTALL THE LUA EDU TOOLS?
---------------------------------------------------
1- Unzip and paste the lua_edu_tools' folder in your 'extras' folder.
2- Paste the 'luahookinit.lua' file directly in your Celestia base folder.
3- Add the following line to your celestia.cfg file :
Code: Select all
Configuration
{
LuaHook "luahookinit.lua" # <-- Line to add
...
Important : The Lua Edu Tools require Celestia 1.5:
http://www.celestiaproject.net/celestia/download.html
---------------------------------------------------
-- HOW TO USE THE LUA EDU TOOLS?
---------------------------------------------------
- Once the Lua Edu Tools are installed, the Graphical Interface is automatically displayed each time you run Celestia.
- You can enable/disable the Lua Edu Tools either by clicking on the right hand side of the toolbox or by pressing [Shift]+[i].
- All the standard features of Celestia, like the keyboard controls, remain active even when the Graphical Interface is on.