Arma 3
512 evaluări
Real World Weather
   
Premiază
Adaugă la preferate
Preferat
Elimină din preferate
Data Type: Mod
Etichete: Content Review, x64
Dimensiunea fișierului
Postat
Actualizat
499.096 KB
9 mart. 2017 la 6:38
25 apr. 2020 la 5:16
33 jurnale de actualizare ( vizionare )

Abonează-te pentru a descărca
Real World Weather

În 1 colecție creată de Hortzy
Hortzy's Mods & Missions
5 obiecte
Descriere
Real world weather has been updated to use https://www.weatherstack.com
The mod requires a key. So signup and get one for free!

Summary:
- Integration of a real-time weather API into arma 3.
- Grabs Real forecast data from an official reliable Weather Provider.
- Uses terrains Real World Counter-part
- Predicts future forecasts based on actual weather statistics.
- Option to sync time with location.
- Adds extra Immersion and Feel
- 3den Editor Extension (highly customizable module).
- Real-time weather Debug console.
- 32 and 64 bit support
- Auto config option included

Keep in mind, This is a weather prediction system and it may not be entirely accurate at times.
(Just like real life weather forecasts).
The system does what it can with the data it's provided and makes calculations based on those.

NOTES:
1. This mod runs on the server side, but is required by clients due to the newly created module.
2. Set Clouds on "Ultra" in video settings for best effects
3. You do need your own API key. You can get one for free at https://www.weatherstack.com

Help/Questions:

Where is the module?
The module is located in the games editor
("Systems" >> "[HZ] Real-World Weather" >> "Real World Weather")


Can I search for my own Weather Stats anywhere in the world?:
Yes!, This System allows for dynamic search query's all over the world.
With your own key simply enter the Country and City you want weather from.
Everything is available to you in a easy to use Module

If you are having issues getting data from the places you want, follow the steps below.

To test if the API is returning the data open your web browser and do the following.
http://api.weatherstack.com/current?access_key=YOURKEY&query=Canada,Toronto

Replace "YOURKEY" with the key you recieved from WeatherStack
Replace "COUNTRY" with the name of the country, example. Greece
Replace "CITY" with the fullname of the city you are requesting.


Can I search using (Lat, Long) co-ords?
Yes, If you have your own key.
Replace Country with the latitude.
Replace City with the longitude.


What is a API key and do I need one?
Yes, This mod does require you to own a API Key!.
In short, API keys are unique id's which allow access to the Specific data services like Google, Yahoo etc and are needed to prevent abuse and overload of the systems.
Free API keys are usually limited to (x) amount of calls per hour or per day.
For more info on weather API keys or how to get your own visit.

https://www.weatherstack.com/

-----------------------------------------------------------------------------------------------------------------------------

Release thread: https://forums.bohemia.net/forums/topic/228906-real-world-weather/

Additional Credits:
Daithi: Mods logo! (Thank you so much!) http://gtm.steamproxy.vip/id/cerebdaithi/ Killzone Kid: Url fetch dll[killzonekid.com] MATTXYO: Debugging Bohemia Interactive: Arma 3 Weather Stack: http://www.weatherstack.com

License:
Noncommercial - You may not use this material for any commercial purposes.
Arma Only - You may not convert or adapt this material to be used in other games than Arma.
Attribution - You must attribute the material in the manner specified by the author or licensor.
(but not in any way that suggests that they endorse you or your use of the material).
This work is licensed under the Arma Public License Full License Here[www.bistudio.com]

Donations/Support
Developing for Arma 3, let alone any game is not an easy task to do. It takes time and patients. So in order to keep Quality products available to the community for free, Please remember to Support the developers who devote their time to make the products!. Weither it be a simple comment, a positive rating, or even a Donation. Anything is really appreciated, it keeps us motivated and shows us that you care! Donate Steam Items Paypal Donation[www.paypal.me]
Discuții populare Vezi toate (1)
7
23 oct. 2020 la 15:06
IMPORTANT: *Bug Reports*
Hortzy
150 comentarii
Hortzy  [autor] 11 oct. la 16:44 
@GiG Haze
Could you explain whats wrong please?
As long as you have a API from weatherstack, and fill in the information correctly the mod should still work just fine if i'm not mistaken.
GiG Haze 11 oct. la 15:24 
Please up date this mod its wonderful when it worked
CesurMetalci(MaxiMus) 24 mai la 14:17 
I found the problem this mod does not work with new ace version at this time
Inferno | M.D.F 31 ian. 2022 la 19:57 
getting "data not found"
Fercho 11 ian. 2022 la 14:27 
Hi, I have an issue. I use and all works fine, but when I use the Kestrel meter, the temperature is different at the site I choose in the mod. what can be the problem??
Blackedoutgamer/Littlecod 15 sept. 2021 la 16:22 
how do you get an api key? i cant signup for weatherstack because i dont have a company
ghostroboBH 30 iun. 2021 la 3:40 
How would you go about adding this to an exile server?
Cryptic 27 iun. 2021 la 11:23 
Lol on needing a key.
Machine Gun Kelly 8 mart. 2021 la 8:26 
@ALL - Since I could not get the author to reply to my message below, I have made this mod work on any map without having the actual module placed on the map. In other words, you just run a script and it will set the weather for you. No need to edit the map or be stuck with one 'setting' of weather.

If you would like the scripts to do this, send me a friend's request. Do note, you will still need to use this mod - just have it loaded, nothing more, as my scripts call his.

:)
Machine Gun Kelly 12 febr. 2021 la 11:29 
@Hortzy - Thank you for your time and effort with this mod. I did have a question for you. How can I have 'on the fly' weather for any map. I run a script with correct settings such as location, key, etc., and have it set the weather. In other words, without using the module. The use of the module limits usage to maps that have this placed.

For example, in the East Wind Campaign:

CurrentWeather.Sqf:

RWW_LocationCountry=lemnos;
RWW_LocationCity=moudros;
RWW_Key=123abc456def
[] spawn RWW_SetWeather;


Then I run [] execVM "CurrentWeather.Sqf" and the weather is set without the need for the module.

The above is just an example.

Looking forward to your answer and thanks!

:)