123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256 |
- # This file contains options you might want to customize for each
- # body. It's best to leave this file alone and modify a copy. Use the
- # -config option to tell xplanet to read your copy.
- [default]
- # Values in the [default] section apply to all bodies unless
- # overridden below. DON'T use planet-specific parameters, like "map"
- # here!
- arc_color=white
- #arc_file=
- arc_thickness=1
- bump_scale=1
- color={5,31,54} # fallback color in case an image map isn't found
- draw_orbit=false # if true, draw this body's orbit about its primary
- grid=false
- grid1=6
- grid2=15
- #~ magnify=1 # draw the body as if its radius were magnified by this factor
- #~ marker_color=red
- #marker_file=
- #marker_font=
- max_radius_for_label=0 # don't draw a label if the body's
- # radius in pixels is more than this
- min_radius_for_label=99999999999 # don't draw a label if the body's
- # radius in pixels is less than this
- min_radius_for_markers=99999999999 # don't draw markers if the body's
- # radius in pixels is less than this
- orbit={-.5,.5,2} # extent of orbit to draw,
- # {start, end, delta}, where
- # start and end are in units of period
- # of revolution and delta is angular
- # increment in degrees to evaluate
- # position
- orbit_color={200,155,20} # color for the orbit
- random_origin=true # Can this body be considered if
- # -origin random is used?
- random_target=true # Can this body be considered if
- # -target random is used?
- #satellite_file=
- #~ shade=30 # 0 = black, 100 = same as dayside
- #specular_map=
- text_color={255,0,0} # color for text (markers & body label)
- twilight=6 # blend the day and night images for
- # pixels within this many degrees of
- # the terminator
- [earth]
- "Earth"
- color={28, 82, 110}
- # our script produces a link to the appropriate map, so leave this commented out.
- # (xplanet will look for the default images/earth.XXX file)
- #~ map=bluemarble/02/world.topo.bathy/world.topo.bathy.200402.3x5400x2700.png
- #~ map=images/earth/PathfinderMap.jpg
- #~ night_map=images/earth-night/Earthlights_2002_lesser.png
- night_map=bluemarble/Earth.s.City.Lights/land_ocean_ice_lights_8192_less.png
- shade=10 # still applies to the cloud map!
- #Let the day and night hemispheres blend into one another for pixels
- #within the specified number of degrees of the terminator. The default
- #value is 6.
- #~ twilight=10
- cloud_map=bluemarble/Blue.Marble..Clouds/cloud_combined_8192.tif
- #~ cloud_map=images/clouds_5400x2700.jpg
- #~ cloud_threshold=0
- cloud_gamma=1.5
- bump_map=bluemarble/Topography/gebco_08_rev_elev_8192x4096.png
- bump_scale=2
- #~ bump_shade=0 # that's too dark
- #mapbounds={-1.2,98.7107,-46.2,169.023} # lat1, lon1, lat2, lon2
- draw_orbit=false
- #marker_file=earth
- # this should disable labels
- max_radius_for_label=0
- #~ specular_map=images/earth-extra/specular.png
- # see xplanet/config/README and xplanet/scattering/README to enable Rayleigh scattering
- #~ rayleigh_emission_weight=0
- rayleigh_emission_weight=10
- #~ rayleigh_limb_scale=1
- rayleigh_limb_scale=3
- rayleigh_scale=10
- rayleigh_file=earthRayleigh
- #satellite_file=iss
- [moon]
- "Moon"
- color={100, 100, 100}
- magnify=1.5
- #~ map=images/moon/moon4k.png
- map=images/moon2/moonmap4k.jpg
- #~ map=images/moon2/moonmap4k-ditherlicious-1777cf-pixelised.png
- #~ night_map=images/moon2/moonmap4k_night_blue.jpg
- #~ bump_map=images/moon2/moonbump4k.jpg
- #~ bump_scale=0.3
- #~ bump_shade=50
- #~ shade=20
- [sun]
- "Sun"
- color={255,255,166}
- max_radius_for_label=0 # never draw a label for the sun
- shade=100 # No night side!
- [mercury]
- "Mercury"
- color={100, 100, 100}
- min_radius_for_label=0 # always draw a label
- [venus]
- "Venus"
- color={161, 129, 70}
- min_radius_for_label=0
- [mars]
- "Mars"
- color={172, 123, 67}
- min_radius_for_label=0
- [phobos]
- "Phobos"
- [deimos]
- "Deimos"
- [jupiter]
- "Jupiter"
- color={204, 163, 133}
- min_radius_for_label=0
- [io]
- "Io"
- color={212, 182, 52}
- [europa]
- "Europa"
- color={140, 140, 140}
- [ganymede]
- "Ganymede"
- color={150, 150, 150}
- [callisto]
- "Callisto"
- color={70, 70, 70}
- [saturn]
- "Saturn"
- color={244, 199, 134}
- min_radius_for_label=0
- [mimas]
- "Mimas"
- [enceladus]
- "Enceladus"
- [tethys]
- "Tethys"
- [dione]
- "Dione"
- [rhea]
- "Rhea"
- [titan]
- "Titan"
- color={252,94,7}
- [hyperion]
- "Hyperion"
- [iapetus]
- "Iapetus"
- [phoebe]
- "Phoebe"
- [uranus]
- "Uranus"
- color={105, 197, 238}
- min_radius_for_label=0
- [miranda]
- "Miranda"
- [ariel]
- "Ariel"
- [umbriel]
- "Umbriel"
- [titania]
- "Titania"
- [oberon]
- "Oberon"
- [neptune]
- "Neptune"
- color={95, 133, 232}
- map=images/neptune/neptune.jpg
- min_radius_for_label=0
- [triton]
- "Triton"
- [nereid]
- "Nereid"
- [pluto]
- "Pluto"
- color={206, 180, 153}
- min_radius_for_label=0
- [charon]
- "Charon"
|