Quote: Originally Posted by Griff1
Just trying it out now LS,its awsome,but alas a request,
Its nice to see the doppler in there but i live in the uk,they have images for here how do i change it?Oh yeah the request,is there any way to have the rader map in motion with flash somehow,have you seen it at weather.com?
http://www.weather.com/outlook/trave...=LAPmaps&day=1
the weather images can be changed by editing the weather scripts found in
C:\Program Files\Road Runner\LSTOOLS\WEATHERSCRIPTS
file WEATHER_LSXVOID.au3
DONOT edit WEATHER.au3, that is legacy support for LSX
inside of WEATHER_LSXVOID.au3 (open with notepad)
it looks like this
InetGet("http://image.weather.com/images/maps/current/curwx_600x405.jpg", "C:\Program Files\Road Runner\SKINS\lsxvoid\USCWeather.jpg", 1)
InetGet("http://image.weather.com/web/radar/us_radar_plus_usen.jpg", "C:\Program Files\Road Runner\SKINS\lsxvoid\USDoppler.jpg", 1)
InetGet("http://image.weather.com/images/maps/current/acttemp_600x405.jpg", "C:\Program Files\Road Runner\SKINS\lsxvoid\USCTemp.jpg", 1)
In each line you will see 2 paths, one is a url and the other is where to save the file and what to name it.
only edit the first path in each line to point to where the image u want to use is located online. The path and name of the file can not change.
i cant remember off hand which line is for which image in the skin, but you'll get the idea once you start changeing it.
you will need to download AutoIT3 to recompile the script files (.au3) into .exe
http://www.autoitscript.com/autoit3/
this will be needed for any changes you make to any of the .au3 files found in LSTOOLS