Skip to content

Commit

Permalink
Updated scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
qam1 authored and alex-w committed Oct 15, 2017
1 parent b02beb2 commit 6a1337f
Show file tree
Hide file tree
Showing 12 changed files with 4,690 additions and 17,808 deletions.
10 changes: 5 additions & 5 deletions scripts/earth_1.ssc
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
// Author: Qam1
// Version: 8.0
// Version: 10.0
// License: Public Domain
// Name: Earth best views from other bodies
// Description: Best views of Earth from other Solar System bodies in the 21st Century.

// Made on Stellarium 0.14.1
// Made on Stellarium 0.16.1

//basics
var spd = 5; // speed for screen saver mode in seconds
Expand Down Expand Up @@ -155,7 +155,7 @@ SolarSystem.setFlagOrbits(true);
LandscapeMgr.setCurrentLandscapeID("ocean");

core.setDate("2082-10-19T21:08:21", "utc");
core.setObserverLocation(-73.71, 44.24, 17, 1, "", "Ceres");
core.setObserverLocation(-131.71, 44.24, 17, 1, "", "(1) Ceres");
StelMovementMgr.zoomTo(42, 1);

sd = 1;
Expand All @@ -169,7 +169,7 @@ SolarSystem.setFlagOrbits(true);
LandscapeMgr.setCurrentLandscapeID("saturn");

core.setDate("2058-07-15T11:52:00", "utc");
core.setObserverLocation(124.71, 27.24, 71492000, 1, "", "Jupiter");
core.setObserverLocation(99.71, 27.24, 71492000, 1, "", "Jupiter");
StelMovementMgr.zoomTo(34, 1);

txt1 = LabelMgr.labelScreen("Elongation: 11.849 degrees", 350, 10, false, 25, "#AAFFAA");
Expand Down Expand Up @@ -233,7 +233,7 @@ SolarSystem.setFlagOrbits(true);
LandscapeMgr.setCurrentLandscapeID("moon");

core.setDate("2000-09-01T12:35:49", "utc");
core.setObserverLocation(113.49, 31.04, 76, 1, "", "Pluto");
core.setObserverLocation(17.49, 31.04, 76, 1, "", "Pluto");
StelMovementMgr.zoomTo(25, 1);

txt1 = LabelMgr.labelScreen("Elongation: 1.908 degrees", 500, 10, false, 25, "#AAFFAA");
Expand Down
4 changes: 2 additions & 2 deletions scripts/earth_2.ssc
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
// Author: Qam1
// Name: Earth Events from Mercury
// License: Public Domain
// Version: 8.0
// Version: 10.0
// Description: Earth Events from Mercury

// Made on Stellarium 0.14.1
// Made on Stellarium 0.16.1



Expand Down
4 changes: 2 additions & 2 deletions scripts/earth_3.ssc
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
// Author: Qam1
// Name: Earth Events from a floating city on Venus
// License: Public Domain
// Version: 8.0
// Version: 10.0
// Description: Earth Events from a floating city on Venus


// Made on Stellarium 0.14.1
// Made on Stellarium 0.16.1


spd = 3; // speed for screen saver mode in seconds
Expand Down
4 changes: 2 additions & 2 deletions scripts/earth_4.ssc
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
// Author: Qam1
// Name: Earth Events from Mars
// License: Public Domain
// Version: 8.0
// Version: 10.0
// Description: Earth Events from Mars

// Made on Stellarium 0.14.1
// Made on Stellarium 0.16.1


spd = 4; // speed for screen saver mode in seconds
Expand Down
Loading

0 comments on commit 6a1337f

Please sign in to comment.