Installera Steam
logga in
|
språk
简体中文 (förenklad kinesiska)
繁體中文 (traditionell kinesiska)
日本語 (japanska)
한국어 (koreanska)
ไทย (thailändska)
Български (bulgariska)
Čeština (tjeckiska)
Dansk (danska)
Deutsch (tyska)
English (engelska)
Español – España (spanska – Spanien)
Español – Latinoamérica (spanska – Latinamerika)
Ελληνικά (grekiska)
Français (franska)
Italiano (italienska)
Bahasa Indonesia (indonesiska)
Magyar (ungerska)
Nederlands (nederländska)
Norsk (norska)
Polski (polska)
Português (portugisiska – Portugal)
Português – Brasil (portugisiska – Brasilien)
Română (rumänska)
Русский (ryska)
Suomi (finska)
Türkçe (turkiska)
Tiếng Việt (vietnamesiska)
Українська (ukrainska)
Rapportera problem med översättningen
However, the mod still functions as it should. Which is weird. Any way you can prevent this popup box from appearing it happens while on the ARMA 3 Splash screen.
I assume it does.
The TimeMarkers script works by listening to the place marker dialog 'OK' button and alters the most recent markers' text afterwards by appending the in-game time.
If Sweet markers is not hooking the dialog button in a similar fashion (which could lead to a race condition), it should work flawlessly.
You are very welcome to test it out and I'd love to hear your feedback.
Cool. Nice job!
I moved away from storing ui elements in variables (was not really needed) in version 1.0.2 which I just published so we don't need to disable serialization anymore.
After line 3 "waitUntil {!isNull findDisplay 12};" you should add a line with "disableSerialization;"
Same thing after line 7 "[] spawn {", you should add a line with "disableSerialization;"
Good mod