Quote: Originally Posted by
Daven 
Ok, maybe I'm just an idiot....considering search isnt helping I'm leaning towards user error. Where can I change the paths of the maps that the weather option is pulling from?
Also, I keep getting a red bar that likes telling me "Goodnight

" It just randomly pops up as I'm moving around in the skin...any ideas? lol
Love the skin

im guessing your talking about the weather images, there is a script that downloads the images. You will need to install autoit to edit the script and recompile it to a .exe to make changes to them.
the file name is
WEATHER_LSXVOID.au3 and its found inside the skins folder.
The contents of the script are the code below.
Code:
FileChangeDir(@ScriptDir)
InetGet("http://image.weather.com/images/maps/current/curwx_600x405.jpg", "USCWeather.jpg", 1)
InetGet("http://image.weather.com/web/radar/us_radar_plus_usen.jpg", "USDoppler.jpg", 1)
InetGet("http://image.weather.com/images/maps/current/acttemp_600x405.jpg", "USCTemp.jpg", 1)
you can point the url to any link you wish that has an image. Do not edit the text that is marked
red above.
after you make the changes (and ofcourse have autoit installed) right click the .au3 script file and compile. Done.
As for the GOODBYE, you should never ever see that, its disabled by default, and even when its enabled you should only see it when you exit RR. So im not sure why you see it unless you edited the ExecTBL.ini file for the skin and mistakenly enabled it. Send me your ExecTBL.ini file and ill send it back to you with it disabled.