~klnavarro98/earth17/trunk

« back to all changes in this revision

Viewing changes to cfg/xplanet.cfg

  • Committer: klnavarro
  • Date: 2008-11-16 21:09:02 UTC
  • Revision ID: mickey@bunny-20081116210902-4f315143458a03f5
Add starmap and new XPlanet config file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
[default]
2
 
text_color={255,0,0}
 
1
# This file contains options you might want to customize for each
 
2
# body.  It's best to leave this file alone and modify a copy. Use the
 
3
# -config option to tell xplanet to read your copy.
 
4
 
 
5
[default]                       # Values in this section apply to all
 
6
                                # bodies unless overridden below.   
 
7
arc_color=white
 
8
#arc_file=
 
9
 
 
10
#bump_map=
 
11
bump_scale=5
 
12
 
 
13
cloud_gamma=1
 
14
#cloud_map=
 
15
cloud_ssec=false                # true if the cloud map is from the
 
16
                                # University of Wisconsin Space
 
17
                                # Science and Engineering Center 
 
18
cloud_threshold=90
 
19
 
 
20
color={255,255,255}             # fallback color in case an image map
 
21
                                # isn't found 
 
22
 
 
23
draw_orbit=false                # if true, draw this body's orbit
 
24
                                # about its primary
 
25
 
3
26
grid=false
4
27
grid1=6
5
28
grid2=15
6
 
#random_origin=true
7
 
#random_target=true
 
29
 
 
30
#image=
 
31
 
 
32
magnify=60                       # draw the body as if its radius were
 
33
                                # magnified by this factor 
 
34
 
 
35
marker_color=red
 
36
#marker_file=
 
37
#marker_font=
 
38
 
 
39
max_radius_for_label=3          # don't draw a label if the body's
 
40
                                # radius in pixels is more than this  
 
41
 
 
42
min_radius_for_label=.01        # don't draw a label if the body's
 
43
                                # radius in pixels is less than this  
 
44
 
 
45
min_radius_for_markers=40       # don't draw markers if the body's
 
46
                                # radius in pixels is less than this  
 
47
 
 
48
#night_map=
 
49
 
 
50
orbit={-.5,.5,2}                # extent of orbit to draw, 
 
51
                                # {start, end, delta}, where 
 
52
                                # start and end are in units of period
 
53
                                # of revolution and delta is angular
 
54
                                # increment in degrees to evaluate
 
55
                                # position 
 
56
 
 
57
orbit_color={255,255,255}       # color for the orbit
 
58
 
 
59
#random_origin=true              # Can this body be considered if
 
60
                                # -origin random is used?  
 
61
 
 
62
#random_target=true              # Can this body be considered if
 
63
                                # -target random is used?  
 
64
 
 
65
#satellite_file=
 
66
 
 
67
shade=30                        # 0 = black, 100 = same as dayside
 
68
 
 
69
#specular_map=
 
70
 
 
71
text_color={255,0,0}            # color for text (markers & body label)
 
72
 
 
73
twilight=6                      # blend the day and night images for
 
74
                                # pixels within this many degrees of
 
75
                                # the terminator 
 
76
 
 
77
[sun]
 
78
"Sun"
 
79
color={255,255,166}
 
80
 
 
81
max_radius_for_label=0          # never draw a label for the sun
 
82
 
 
83
shade=100                       # No night side!
 
84
 
 
85
[mercury]
 
86
"Mercury"
 
87
color={100, 100, 100}
 
88
 
 
89
min_radius_for_label=0          # always draw a label
 
90
 
 
91
[venus]
 
92
"Venus"
 
93
color={161, 129, 70}
 
94
 
 
95
min_radius_for_label=0
8
96
 
9
97
[earth]
10
 
"Gaia"
 
98
"Earth"
 
99
color={28, 82, 110}
 
100
 
11
101
image=earth_map.jpg
12
 
night_map=earth_lights.jpg
13
 
specular_map=earth_spec.jpg
14
102
bump_map=earth_bump.jpg
15
 
bump_scale=1
16
 
#cloud_map=earth_clouds_map_trans.jpg
17
103
cloud_map=earth_clouds.jpg
18
 
cloud_gamma=1
19
 
cloud_threshold=90
 
104
specular_map=earth_spec.jpg
 
105
night_map=earth_lights.jpg
 
106
 
 
107
# I have day and night maps of Australia centered on Alice Springs,
 
108
# which are cropped from higher resolution maps.
 
109
#map=alice_springs.png
 
110
#night_map=alice_springs_night.png
 
111
#mapbounds={-1.2,98.7107,-46.2,169.023}  # lat1, lon1, lat2, lon2
 
112
 
20
113
#marker_file=earth
21
114
 
 
115
min_radius_for_label=0
 
116
 
 
117
#satellite_file=iss
 
118
 
22
119
[moon]
23
 
"Lune"
24
 
image=moon_map.jpg
 
120
"Moon"
 
121
color={100, 100, 100}
 
122
 
 
123
map=moon_map.jpg
25
124
bump_map=moon_bump.jpg
26
125
bump_scale=1
27
 
color={100, 100, 100}
28
 
draw_orbit=false
29
 
orbit={-.51,.5,2}
 
126
 
 
127
[mars]
 
128
"Mars"
 
129
color={172, 123, 67}
 
130
 
 
131
min_radius_for_label=0
 
132
 
 
133
[phobos]
 
134
"Phobos"
 
135
 
 
136
[deimos]
 
137
"Deimos"
 
138
 
 
139
[jupiter]
 
140
"Jupiter"
 
141
color={204, 163, 133}
 
142
min_radius_for_label=0
 
143
 
 
144
[io]
 
145
"Io"
 
146
color={212, 182, 52}
 
147
 
 
148
[europa]
 
149
"Europa"
 
150
color={140, 140, 140}
 
151
 
 
152
[ganymede]
 
153
"Ganymede"
 
154
color={150, 150, 150}
 
155
 
 
156
[callisto]
 
157
"Callisto"
 
158
color={70, 70, 70}
 
159
 
 
160
[saturn]
 
161
"Saturn"
 
162
color={244, 199, 134}
 
163
min_radius_for_label=0
 
164
 
 
165
[mimas]
 
166
"Mimas"
 
167
 
 
168
[enceladus]
 
169
"Enceladus"
 
170
 
 
171
[tethys]
 
172
"Tethys"
 
173
 
 
174
[dione]
 
175
"Dione"
 
176
 
 
177
[rhea]
 
178
"Rhea"
 
179
 
 
180
[titan]
 
181
"Titan"
 
182
 
 
183
color={252,94,7}
 
184
 
 
185
[hyperion]
 
186
"Hyperion"
 
187
 
 
188
[iapetus]
 
189
"Iapetus"
 
190
 
 
191
[phoebe]
 
192
"Phoebe"
 
193
 
 
194
[uranus]
 
195
"Uranus"
 
196
 
 
197
color={105, 197, 238}
 
198
 
 
199
min_radius_for_label=0
 
200
 
 
201
[miranda]
 
202
"Miranda"
 
203
 
 
204
[ariel]
 
205
"Ariel"
 
206
 
 
207
[umbriel]
 
208
"Umbriel"
 
209
 
 
210
[titania]
 
211
"Titania"
 
212
 
 
213
[oberon]
 
214
"Oberon"
 
215
 
 
216
[neptune]
 
217
"Neptune"
 
218
color={95, 133, 232}
 
219
 
 
220
min_radius_for_label=0
 
221
 
 
222
[triton]
 
223
"Triton"
 
224
 
 
225
[nereid]
 
226
"Nereid"
 
227
 
 
228
[pluto]
 
229
"Pluto"
 
230
color={206, 180, 153}
 
231
 
 
232
min_radius_for_label=0
 
233
 
 
234
[charon]
 
235
"Charon"