Quote jaggajatt1901 (
)
Can we put down markers on planets and have search capabilities of that?
You can use such little scripts.
Code
// Olympus Mons
// omons.sc
// put in SpaceEngine\docs\scripts
// Open console, type:
// Run omons (without .sc)
//Time Current
GotoFast Mars
Wait 3.0
Track
LandTo 18.247 -133.173 4000
Wait 3.0
Untrack
Put it in 'Spacenegine\docs\scripts' and start it in the console with 'run omons'.
This and similar can be found in 'Example.sc', in the script directory.