Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
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