Installer Steam
log på
|
sprog
简体中文 (forenklet kinesisk)
繁體中文 (traditionelt kinesisk)
日本語 (japansk)
한국어 (koreansk)
ไทย (thai)
Български (bulgarsk)
Čeština (tjekkisk)
Deutsch (tysk)
English (engelsk)
Español – España (spansk – Spanien)
Español – Latinoamérica (spansk – Latinamerika)
Ελληνικά (græsk)
Français (fransk)
Italiano (italiensk)
Bahasa indonesia (indonesisk)
Magyar (ungarsk)
Nederlands (hollandsk)
Norsk
Polski (polsk)
Português (portugisisk – Portugal)
Português – Brasil (portugisisk – Brasilien)
Română (rumænsk)
Русский (russisk)
Suomi (finsk)
Svenska (svensk)
Türkçe (tyrkisk)
Tiếng Việt (Vietnamesisk)
Українська (ukrainsk)
Rapporter et oversættelsesproblem
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