Arma 3
Real Weather Mod
Hey guys!
Just stoppin by to let everyone know I created a new Mod and would love to hear everyones input!
http://steamcommunity.com/sharedfiles/filedetails/?id=879970502
Short Description:
Brings real weather data into arma 3 and applys it in-game.

If you want more info on it just read the workshop page :)
Cheers
Naposledy upravil Hortzy; 16. bře. 2017 v 15.29
< >
Zobrazeno 14 z 4 komentářů
Whats the key to re open the console
Maybe speaking in a chat would be easier
405thGeorge původně napsal:
Whats the key to re open the console

Hey dude.
There is no binding for it actually, In the settings if you have weather console set to true it opens on mission start.

I didn't bind it to a key because I did not want to overwrite any exsisting key bindings a user may have.

You can easily add it to your own key tho with a simple script
Weather_debugVar = true; //This is important for allowing logged messages _MyWeatherConsole = (findDisplay 46) displayAddEventHandler ["KeyDown", " if (_this select 1 == 199) then {[] spawn HZ_fnc_openWeatherConsole;}; //199 = home "];

Just change 199 to the corresponding key number

They are as follows
Home = 199 ESC = 1 F1 = 59 F2 = 60 F3 = 61 F4 = 62 F5 = 63 F6 = 64 F7 = 65 F8 = 66 F9 = 67 F10 = 68 F11 = 87 F12 = 88 PRINT = 183 SCROLL = 70 PAUSE = 197 ^ = 41 1 = 2 2 = 3 3 = 4 4 = 5 5 = 6 6 = 7 7 = 8 8 = 9 9 = 10 0 = 11 ß = 12 ´ = 13 Ü = 26 Ö = 39 Ä = 40 # = 43 < = 86 , = 51 . = 52 - = 53 + = NOT DEFINED POS1 = 199 TAB = 15 ENTER = 28 DELETE = 211 BACKSPACE = 14 INSERT = 210 END = 207 PAGEUP = 201 PAGEDOWN = 209 CAPS = 58 A = 30 B = 48 C = 46 D = 32 E = 18 F = 33 G = 34 H = 35 I = 23 J = 36 K = 37 L = 38 M = 50 N = 49 O = 24 P = 25 Q = 16 U = 22 R = 19 S = 31 T = 20 V = 47 W = 17 X = 45 Y = 44 Z = 21 SHIFTL = 42 SHIFTR = 54 UP = 200 DOWN = 208 LEFT = 203 RIGHT = 205 NUM_0 = 82 NUM_1 = 79 NUM_2 = 80 NUM_3 = 81 NUM_4 = 75 NUM_5 = 76 NUM_6 = 77 NUM_7 = 71 NUM_8 = 72 NUM_9 = 73 NUM_+ = 78 NUM = 69 NUM_/ = 181 NUM_* = 55 NUM_- = 74 NUM_, = 83 NUM_ENTER = 156 STRGL = 29 STRGR = 157 WINL = 220 WINR = 219 ALT = 56 SPACE = 57 ALTGR = 184 APP = 221

any further scripting options can be found on the workshop discussion page
http://steamcommunity.com/workshop/filedetails/discussion/879970502/135511455866012512/
Naposledy upravil Hortzy; 16. bře. 2017 v 15.33
Where do we copy and paste the script for the key binding? Does it go into the System: Init box area of the Weather Console? or do we have to edit the script files in the pbo itself? I like this mod, I haven't done any scripting in Arma. I am having trouble getting the Weather Console to open in game again once I close the inital weather synchronization. I would like to map a key to the console and don't know where to edit or paste the above script.
Naposledy upravil Tikigod; 19. říj. 2017 v 14.53
< >
Zobrazeno 14 z 4 komentářů
Na stránku: 1530 50

Datum zveřejnění: 10. bře. 2017 v 10.55
Počet příspěvků: 4