19.409
390
19.409
390
Have you ever wanted the in-game weather to be the same weather as Los Angeles, CA, New York, NY, or any other place you can think of?
Well that is exactly what this mod does: you select a location, the mod will retrieve the weather from the internet and then set the in-game weather to the retrieved weather.
How to install:
Install Script Hook V by Alexander Blade.
Copy the "RealWeather.asi" and "RealWeather.ini" files to your GTA V directory.
How to use:
Change the LOCATION within the INI file to whatever city you want, and save. The format of the location has to be CITY, STATE, COUNTRY, or the equivalent for the location. Example: Chicago, IL, USA. If it's not in the correct format openweathermap.org will not find the location.
The mod's default setting is to be enabled on startup, so you don't need to press any buttons, but if you want to disable it then press Right-CTRL + W (by default).
Customizations within the INI file:
Enabled on startup ("ENABLED_ON_STARTUP") (1 means true, 0 means false).
Write debug messages to the RealWeather.log file ("DEBUG") (1 means true, 0 means false).
Get notification when weather is set ("NOTIFY_WHEN_SET_WEATHER") (1 means true, 0 means false).
The location ("LOCATION").
The keys ("HOLD_KEY" and "PRESS_KEY") (use hex codes from here).
The openweathermap.org API key ("API_KEY").
Notes:
If you get an error related to the API key get your own API key and replace the default.
To get an API key, sign up for openweathermap.org, go to home.openweathermap.org, copy the API key (it will look something like 95e1e267fa5e57d5fc9acd10e91bcebe), and then paste it in the INI file after "API_KEY = ".
Change-log:
Source code.
Thanks:
Alexander Blade for Script Hook V and helping me out with a problem I had.
Daniel Stenberg for curl.
Lee Thomason for TinyXML-2.
openweathermap.org for providing weather data.
Well that is exactly what this mod does: you select a location, the mod will retrieve the weather from the internet and then set the in-game weather to the retrieved weather.
How to install:
Install Script Hook V by Alexander Blade.
Copy the "RealWeather.asi" and "RealWeather.ini" files to your GTA V directory.
How to use:
Change the LOCATION within the INI file to whatever city you want, and save. The format of the location has to be CITY, STATE, COUNTRY, or the equivalent for the location. Example: Chicago, IL, USA. If it's not in the correct format openweathermap.org will not find the location.
The mod's default setting is to be enabled on startup, so you don't need to press any buttons, but if you want to disable it then press Right-CTRL + W (by default).
Customizations within the INI file:
Enabled on startup ("ENABLED_ON_STARTUP") (1 means true, 0 means false).
Write debug messages to the RealWeather.log file ("DEBUG") (1 means true, 0 means false).
Get notification when weather is set ("NOTIFY_WHEN_SET_WEATHER") (1 means true, 0 means false).
The location ("LOCATION").
The keys ("HOLD_KEY" and "PRESS_KEY") (use hex codes from here).
The openweathermap.org API key ("API_KEY").
Notes:
If you get an error related to the API key get your own API key and replace the default.
To get an API key, sign up for openweathermap.org, go to home.openweathermap.org, copy the API key (it will look something like 95e1e267fa5e57d5fc9acd10e91bcebe), and then paste it in the INI file after "API_KEY = ".
Change-log:
- 1.2.1:
- Added transition to new weather.
- v1.2:
- MANY improvements to the code.
- Open-sourced.
- Switched to INI for settings instead of XML (if you have any previous version installed please remove RealWeather.xml as it's not used anymore).
- Removed separate ASI for debugging and replaced with the DEBUG INI setting.
- Switched to libcurl for getting weather data from the internet.
- v1.1:
- Changed VERBOSE_LOGGING XML item to LOG_WHEN_GET_SET_WEATHER.
- Added ability to log URL and response.
- Added ability to get notification when weather is set.
- Added ability to use a personal API key.
- Fix for some possible game crashes.
- Other minor improvements.
Source code.
Thanks:
Alexander Blade for Script Hook V and helping me out with a problem I had.
Daniel Stenberg for curl.
Lee Thomason for TinyXML-2.
openweathermap.org for providing weather data.
Carregat per primera vegada: 22 de Novembre de 2015
Actualització més recent: 11 de Març de 2018
Últim descarregat: fa 1 dia
146 Comentaris
More mods by Jitnaught:
Have you ever wanted the in-game weather to be the same weather as Los Angeles, CA, New York, NY, or any other place you can think of?
Well that is exactly what this mod does: you select a location, the mod will retrieve the weather from the internet and then set the in-game weather to the retrieved weather.
How to install:
Install Script Hook V by Alexander Blade.
Copy the "RealWeather.asi" and "RealWeather.ini" files to your GTA V directory.
How to use:
Change the LOCATION within the INI file to whatever city you want, and save. The format of the location has to be CITY, STATE, COUNTRY, or the equivalent for the location. Example: Chicago, IL, USA. If it's not in the correct format openweathermap.org will not find the location.
The mod's default setting is to be enabled on startup, so you don't need to press any buttons, but if you want to disable it then press Right-CTRL + W (by default).
Customizations within the INI file:
Enabled on startup ("ENABLED_ON_STARTUP") (1 means true, 0 means false).
Write debug messages to the RealWeather.log file ("DEBUG") (1 means true, 0 means false).
Get notification when weather is set ("NOTIFY_WHEN_SET_WEATHER") (1 means true, 0 means false).
The location ("LOCATION").
The keys ("HOLD_KEY" and "PRESS_KEY") (use hex codes from here).
The openweathermap.org API key ("API_KEY").
Notes:
If you get an error related to the API key get your own API key and replace the default.
To get an API key, sign up for openweathermap.org, go to home.openweathermap.org, copy the API key (it will look something like 95e1e267fa5e57d5fc9acd10e91bcebe), and then paste it in the INI file after "API_KEY = ".
Change-log:
Source code.
Thanks:
Alexander Blade for Script Hook V and helping me out with a problem I had.
Daniel Stenberg for curl.
Lee Thomason for TinyXML-2.
openweathermap.org for providing weather data.
Well that is exactly what this mod does: you select a location, the mod will retrieve the weather from the internet and then set the in-game weather to the retrieved weather.
How to install:
Install Script Hook V by Alexander Blade.
Copy the "RealWeather.asi" and "RealWeather.ini" files to your GTA V directory.
How to use:
Change the LOCATION within the INI file to whatever city you want, and save. The format of the location has to be CITY, STATE, COUNTRY, or the equivalent for the location. Example: Chicago, IL, USA. If it's not in the correct format openweathermap.org will not find the location.
The mod's default setting is to be enabled on startup, so you don't need to press any buttons, but if you want to disable it then press Right-CTRL + W (by default).
Customizations within the INI file:
Enabled on startup ("ENABLED_ON_STARTUP") (1 means true, 0 means false).
Write debug messages to the RealWeather.log file ("DEBUG") (1 means true, 0 means false).
Get notification when weather is set ("NOTIFY_WHEN_SET_WEATHER") (1 means true, 0 means false).
The location ("LOCATION").
The keys ("HOLD_KEY" and "PRESS_KEY") (use hex codes from here).
The openweathermap.org API key ("API_KEY").
Notes:
If you get an error related to the API key get your own API key and replace the default.
To get an API key, sign up for openweathermap.org, go to home.openweathermap.org, copy the API key (it will look something like 95e1e267fa5e57d5fc9acd10e91bcebe), and then paste it in the INI file after "API_KEY = ".
Change-log:
- 1.2.1:
- Added transition to new weather.
- v1.2:
- MANY improvements to the code.
- Open-sourced.
- Switched to INI for settings instead of XML (if you have any previous version installed please remove RealWeather.xml as it's not used anymore).
- Removed separate ASI for debugging and replaced with the DEBUG INI setting.
- Switched to libcurl for getting weather data from the internet.
- v1.1:
- Changed VERBOSE_LOGGING XML item to LOG_WHEN_GET_SET_WEATHER.
- Added ability to log URL and response.
- Added ability to get notification when weather is set.
- Added ability to use a personal API key.
- Fix for some possible game crashes.
- Other minor improvements.
Source code.
Thanks:
Alexander Blade for Script Hook V and helping me out with a problem I had.
Daniel Stenberg for curl.
Lee Thomason for TinyXML-2.
openweathermap.org for providing weather data.
Carregat per primera vegada: 22 de Novembre de 2015
Actualització més recent: 11 de Març de 2018
Últim descarregat: fa 1 dia
@LetsPlayOrDy I think there is a glitch. I changed the weather to the California area and it hasn't rained at all!
see what I did there?
@FryTHF bet its gorgeous there, looks like a beautiful country a think.
@Jitnaught hello nice mod. i live in Paris, FR how to get the real wheater in-game ? thx
@HarvinoiiD Set the location as: Paris, FR
@Jitnaught Thank you. it's work perfectly fine. my dumb ass tried to change the API key...
@Jutnaught If i try to use another location besides my own, the game crashes. Any idea why?
I live in England London Dagenham what do I put as mate?
Thanks for this awesome mod!
lol ahh yes real weather I'll tell you how good it is.. There was blizzard like conditions here where I reside (Kansas) had the day off from work so decided to play GTA...went in game guess what....so blizzard like it only let me see a few feet from my car i was driving very effective mod!!!!
does it matter if i do the cordinates? from my city? cause i like to get accurate results, yet, i don't what i need to do to be honest.
@megaandy12 Coordinates probably won't work. The OpenStreetMap API has separate ways to search by city name and lat/lon, and this mod only searches by city name.
hi, do u know how to fix this issue my rain looks pixelated when it drops i downloaded every rain mod and still wont fix
hola amigo quiero probar tu mod al igual como alguien lo escribio estoy aburrido del mismo clima de gta mi pregunta como puedo generar una api pra(LAREDO,TX,EE.UU) o simpemente cambio del nombre me gustaria saver tu respuesta y gracias
@elalibanzz Try setting the location as: Laredo, US
does it support snow?
its a virus lol
I live in Amsterdam, what should the location be?
I just installed the mod and I live in Missouri, CO. What should be the location?
Sadly not working anymore ´cause openweather does not return data and crashes game...
@Jitnaught I've been a fan of this mod for a long time, but looks like this isn't working anymore. could you please fix this? the new update might've broke it.
@Jitnaught this is the error log:
https://pastebin.com/YzVeU4iM