Arma 3
TimeMarkers
9 kommentarer
Danger Close 2. sep. 2020 kl. 9:08 
The requires addon " " ca be fixed by deleting "" from the required addons in the cfgPatches
MrMoosehead 5. juni 2020 kl. 21:12 
I have this in a modpack that I want to use with my buddies however because it says "Addon 'timemarkers' requires addon " " My server won't load since a mod is "missing" a dependency Is there a way for me to fix this error or is this a feature? llol
D€NIABLE A$$ET 19. juli 2017 kl. 9:45 
No interference with s.w.a.@.t.s "sweet markers" so far, neat little addon.
Naidak 18. juli 2017 kl. 11:19 
So, when I load the game up it tells me " Addon 'timemarkers' requires addon " ", it literally says Quotation marks is the required addon.

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.
S3Savage  [ophavsmand] 25. maj 2017 kl. 5:05 
@DangerDan:

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.
D€NIABLE A$$ET 19. maj 2017 kl. 5:58 
Does this work with s.w.@.t.s "sweet markers"? That'd be cool.
Kerozen 14. maj 2017 kl. 12:44 
@S3Savage

Cool. Nice job!
S3Savage  [ophavsmand] 14. maj 2017 kl. 12:36 
Thanks @Kerozen for the headsup.

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.
Kerozen 12. maj 2017 kl. 10:51 
Hey. Your mod has some missing code lines.

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