1# Script de Demonstração do Celestia
2# Tradução Portuguesa : José Raeiro
3# contacto : zeraeiro@gmail.com
4
5{
6	timerate { rate 0 }
7	labels { clear "planets|minorplanets|stars|constellations" }
8	renderflags { set "stars|planets"
9                      clear "constellations|orbits|cloudmaps" }
10	print { text "A iniciar a Demonstração . . .\nPressione ESC para acabar." origin "center" duration 2 }
11	wait { duration 2.0 }
12
13	print { text "Vamos começar perto de casa . . ." row -3 }
14	select { object "Sol/Earth" }
15	cancel {}
16	# goto { time 0 distance 3 upframe "ecliptical" }
17	# gotolonglat { time 0 distance 3 longitude -122 latitude 47 }
18	synchronous {}
19	gotoloc { time 0.0 position [ 0 0 20000 ] }
20	wait { duration 0.1 }
21	center { time 0.1 }
22	wait { duration 1.0 }
23	follow {}
24
25	print { text "Estamos agora a orbitar a cerca de 12 500km acima da Terra" row -3 duration 5 }
26	orbit { axis [ 0 1 0 ] rate 30 duration 10 }
27	print { text "A Terra é muito mais familiar com nuvens." row -3}
28	wait { duration 0.1 }
29	renderflags { set "cloudmaps" }
30	orbit { axis [ 0 1 0 ] rate 30 duration 6 }
31
32	print { text "Próxima paragem: a Lua." row -3 }
33	select { object "Moon" }
34	goto { time 5 distance 4 upframe "equatorial" }
35	wait { duration 5.5 }
36	print { text "Observe a Terra e o Sol enquanto orbitamos a Lua" row -3}
37	orbit { axis [ 0 1 0 ] rate 30 duration 10 }
38
39	print { text "A caminho do Sol!" row -3}
40	select { object "Sol" }
41	goto { time 8 distance 12 upframe "equatorial" up [ 0 1 0 ] }
42	wait { duration 8.5 }
43	print { text "A esta distância, as manchas solares escuras são visíveis na superfície do Sol." row -3}
44	orbit { axis [ 0 1 0 ] rate 20 duration 10 }
45
46	print { text "Vamos afastar-nos para uma visão geral do Sistema Solar interior." row -3}
47	orbit { axis [ 1 0 0 ] rate 45 duration 2 }
48	renderflags { set "orbits" }
49	changedistance { duration 4.0 rate 1.0 }
50
51	print { text "A ligar as legendas dos plantas . . ." row -3}
52	labels { set "planets" }
53	wait { duration 1.0 }
54	print { text "Podemos acelerar o tempo para ver os planetas a orbitar o Sol." row -3}
55	timerate { rate 2592000 }
56	wait { duration 3.0 }
57	print { text "Em cada segundo, passa um mês na simulação." row -3}
58	wait { duration 12.0 }
59	timerate { rate 1 }
60	print { text "Agora, o tempo parou completamente." row -3}
61
62	wait { duration 1.0 }
63	print { text "O nosso próximo destino é Saturno." row -3}
64	select { object "Saturn" }
65	center { time 2 }
66	wait { duration 2 }
67	goto { time 8 distance 6 up [ 0 1 0 ] upframe "equatorial" }
68	wait { duration 6.5 }
69	renderflags { clear "orbits" }
70	labels { clear "planets" }
71	print { text "Várias das luas de Saturno são visíveis como pontos brilhantes" row -3 duration 3}
72	orbit { axis [ 0 1 0 ] rate 30 duration 12 }
73
74	select { object "Mimas" }
75	goto { time 5 distance 4 upframe "equatorial" }
76	print { text "A feiçao mais proeminente em Mimas, uma lua de Saturno, é a enorme cratera de impacto Herschel." row -3 duration 9 }
77	orbit { axis [ 0 1 0 ] rate 30 duration 12 }
78	changedistance { duration 6.0 rate 0.5 }
79
80	select { object "Sol" }
81	center { time 2 }
82	print { text "Repare o quão ténue o Sol aparece a esta distância." row -3 }
83	wait { duration 2 }
84
85	print { text "Vamos olhar à volta para as estrelas do céu." row -3 duration 2 }
86	wait { duration 2 }
87	select { object "Alpha UMa" }
88	center { time 2 }
89	print { text "Os habitantes do Hemisfério Norte deverão reconhecer o Arado na constelação da Ursa Maior." row -3 duration 3 }
90	wait { duration 4 }
91
92	select { object "Polaris" }
93	center { time 2 }
94	wait { duration 2 }
95	print { text "Estamos agora centrados na Polar, a Estrela do Norte." row -3}
96	wait { duration 1 }
97	labels { set "stars" }
98	wait { duration 2 }
99	print { text "A Polar é parte de um asterismo normalmente conhecido por Pequeno Arado." row -3}
100	wait { duration 2 }
101	print { text "Para ajudar a nossa orientação no céu, o Celestia pode desenhar para nós os diagramas das constelações . . ." row -3}
102	renderflags { set "constellations" }
103	wait { duration 2 }
104	print { text ". . . e os respectivos nomes." row -3}
105	labels { set "constellations" }
106	wait { duration 2 }
107
108	select { object "Alnilam" }
109	center { time 4 }
110	wait { duration 2 }
111	print { text "Orionte é a constelação mais proeminente do céu." row -3 duration 3 }
112	wait { duration 4 }
113
114	select { object "Beta Cru" }
115	center { time 4 }
116	wait { duration 2 }
117	print { text "O Cruzeiro do Sul é uma visão familiar nos céus do Hemisfério Sul." row -3 duration 4 }
118	wait { duration 4 }
119
120	rotate { axis [ 0.707 0.707 0 ] rate 20 duration 7 }
121	print { text "Vamos activar a renderização de galáxias para podermos ver a Via Láctea" row -3 duration 4 }
122	renderflags { set "galaxies" }
123	rotate { axis [ 0.707 0.707 0 ] rate 20 duration 14 }
124	rotate { axis [ 0.707 0.707 0 ] rate 20 duration 10 }
125
126	select { object "Antares" }
127	center { time 5 }
128	wait { duration 3 }
129	print { text "Iremos agora viajar até Antares, um estrela gigante-vermelha no Escorpião." row -3 duration 5 }
130	wait { duration 2 }
131	renderflags { clear "constellations" }
132	labels { clear "constellations|stars" }
133	wait { duration 1 }
134	goto { time 8 distance 200 }
135	wait { duration 8.5 }
136	goto { time 5 distance 10 }
137	wait { duration 5.0 }
138	print { text "Apesar de estarmos 10 vezes mais longe de antares do que a\nTerra está do Sol, a massiva estrela gigante-vermelha avulta-se gigantesca no céu." row -3}
139	wait { duration 4.0 }
140
141	print { text "Vamos afastar-nos para ver o panorama geral . . ." row -3}
142	changedistance { duration 10.0 rate 2.0 }
143
144	select { object "Milky Way" }
145	print { text "Estamos a ver toda a Galáxia da Via Láctea." row -3 duration 6 }
146	orbit { axis [ 1 0 0 ] rate 30 duration 16.0 }
147	print { text "São horas de ir para casa . . ." row -3}
148
149	select { object "Sol/Earth" }
150	goto { time 20 distance 10 upframe "equatorial" }
151	wait { duration 20.0 }
152	print { text "Demonstração completa." row -3}
153	wait { duration 3.0 }
154}
155