I found this topic (a little by chance ) and I tried also to load the "live" clouds map.
That works on my PC XP !!!
So, It has been hard to success (because I'm not a PC specialist) but after a lot of trial and error I can propose this solution :
- From the "ImageMagick" site (see the Christophe posts) I downloaded :
<ImageMagick-6.2.5-1-Q16-windows-dll.exe> and installed it on my PC
(Leave the two choices all checked during installation. Particularly "Update path.....") - I also downloaded and installed <Wget 1.10.1> (see also the Christophe posts)
- I created (with notepad) in the main folder "c:\" a file named "Celestia.bat" with :
Code: Select all
cd c:\Program Files\Celestia\textures\medres
c:\wget -O clouds_2048.jpg http://www.ruwenzori.net/earth/clouds_2048.jpg
convert clouds_2048.jpg -negate -channel R -separate -channel A -combine clouds_2048.png
cd c:\Program Files\Celestia
start Celestia.exe
There are some differences between the code given by Cristophe and mine. For example "my" wget don't accept the quote ' for the URL ?
It don't accept also the path to store the .jpg file loaded and ImageMagick too ?
So, after some "bricolage "...I succeed - I made a link on the desk with the Celestia icone to my "Celestia.bat" to start Celestia
- In the solarsys.scc file I changed directly "CloudMap "earth-clouds.*" by "clouds_2048.*" but if you prefer you can use the code given by Christophe on his post
Code: Select all
Modify "Earth" "Sol"
{
Atmosphere {
CloudSpeed 0
CloudMap "clouds_2048.*"
}
}
- the URL to retrieve the clouds map at the right site for you
- Perhaps the path where your Celestia folder is (ie d:\.....)
- ?
I don't known how these clouds maps are accurate but they look well
jdou