Page 1 of 1

spacecrafts and Vidiba in LUT5

Posted: 12.06.2020, 12:10
by gironde
with the multiplication of spacecrafts over the past year, the Celestia screen is overloaded when displaying names and orbits. It is the same problem as for asteroids and comets.
The use of the Vidiba module in Lut5 is not limited to asteroids.
on the 1st image, you can see what happens if everything is selected.
on the 2nd image, we see that it is much clearer using Vidiba and its possibility of selective display.
To do this, you must create lua tables for each desired category. Then declare this table in the Vidiba part of config.lua after the comets (which loads them at startup). In your local language, define a translation of the name of the table by what you like. Object .ssc files must include the parameter: 'Visible false'. Vidiba will pass it to 'true'.

Sans titre 1.jpg


Sans titre 2.jpg


:hi:

Posted: 12.06.2020, 12:51
by Art Blos
Dividing categories into subgroups is a great idea! One way or another, I thought about this for a long time, but now I have become convinced that this is possible.

Posted: 12.06.2020, 15:46
by gironde
I have been working with this for at least 2 years.

Another tip for creating a dividing line:
make a table without object and use the local translator to change the name displayed in Vidiba.

the longest is to modify all the spacecrafts .scc to add 'Visible false'