I set up a basic version today, an it works
first I started a new system, then I Added Planets representing web pages.
Aol.com, Goole.com, Windowsupdate.com, and of cours a big bloated Microsoft.com planit. then I added an info url that points to that web site, then all you do is log on, then click on the info buttons in celestia to get to that web site.
One note this not going to be an addon it will be a new celestia directory, withONLY the files it needs to run, mostly because I redid the sollersystem file in order to do this, in a second enstalation of celestia, but I may chang it to work as a second sollersystem enstesd of just a web browser if I see that noone wants to download the hole thing.
Cellestia as a web browser
-
Topic authorAuscreely
Test
O.K. I have the basik code done Giv it a shot
cant figure out how to get the pictures of the textures on hear, if i could then everybody could see the logos[/img]
Code: Select all
"Home: www.aol.com" "18 sco"
{
Texture "AOL.bmp"
Radius 2440
InfoURL "www.aol.com"
CustomOrbit ""
EllipticalOrbit {
Period 0.2408
SemiMajorAxis 0.871
Eccentricity 0.2056
Inclination 7.0049
AscendingNode 48.33167
LongOfPericenter 77.456
MeanLongitude 252.251
}
RotationPeriod 1407.509405
Obliquity 7.01
EquatorAscendingNode 48.42
RotationOffset 291.20
Albedo 0.06
}
"www.google.com" "18 sco"
{
Texture "Google.bmp"
Radius 2440
InfoURL "www.google.com"
CustomOrbit ""
EllipticalOrbit {
Period 0.2408
SemiMajorAxis 1.0
Eccentricity 0.2056
Inclination 7.0049
AscendingNode 48.33167
LongOfPericenter 77.456
MeanLongitude 252.251
}
RotationPeriod 1407.509405
Obliquity 7.01
EquatorAscendingNode 48.42
RotationOffset 291.20
Albedo 0.06
}
"www.microsoft.com" "18 sco"
{
Texture "microsoft.bmp"
Radius 71397.998
InfoURL "www.microsoft.com"
CustomOrbit ""
EllipticalOrbit {
Period 0.2408
SemiMajorAxis 1.871
Eccentricity 0.2056
Inclination 7.0049
AscendingNode 48.33167
LongOfPericenter 77.456
MeanLongitude 252.251
}
RotationPeriod 1407.509405
Obliquity 7.01
EquatorAscendingNode 48.42
RotationOffset 291.20
Albedo 0.06
}
"www.windowsupdate.com" "18 sco/www.microsoft.com"
{
Texture "Windowsupdate.bmp"
Radius 2440
InfoURL "www.windowsupdate.com"
CustomOrbit "moon"
EllipticalOrbit {
Period 0.2408
SemiMajorAxis 1.0
Eccentricity 0.2056
Inclination 7.0049
AscendingNode 48.33167
LongOfPericenter 77.456
MeanLongitude 252.251
}
RotationPeriod 1407.509405
Obliquity 7.01
EquatorAscendingNode 48.42
RotationOffset 291.20
Albedo 0.06
}
cant figure out how to get the pictures of the textures on hear, if i could then everybody could see the logos[/img]
That is so cool.
Putting InfoURL "http://spaceflight.nasa.gov/gallery/images/station/assembly/ndxpage1.html" under ISS in the solarsys.ssc file worked great. I now can call up the assembly sequence of the ISS frominside Celestia. Now where can I found out about more of these undocumented features. How does Celestia know where the default weblinks are?