Page MenuHomeFeedback Tracker

Kushluk
User

Projects

User does not belong to any projects.

User Details

User Since
Mar 18 2013, 5:00 AM (579 w, 1 d)

Recent Activity

May 10 2016

Kushluk added a comment to T69936: switchCamera doesnt work while sprinting or with the weapon lowered.

Both the development and stable builds exhibit this issue.

May 10 2016, 4:53 AM · Arma 3
Kushluk added a comment to T69549: Markers created on DS are not synced to JIP players.

Hopefully this makes it to stable in the next build. Thank you good sir.

May 10 2016, 4:40 AM · Arma 3
Kushluk added a comment to T69549: Markers created on DS are not synced to JIP players.

This is unfortunately still an issue, even after a couple of post-release updates to the stable build.

May 10 2016, 4:40 AM · Arma 3
Kushluk added a comment to T69549: Markers created on DS are not synced to JIP players.

This thread provides some info: forums.bistudio.com/showthread.php?158426-Created-Markers-for-JIP-players/

I will test using 0.73.107682 and report back.

May 10 2016, 4:40 AM · Arma 3
Kushluk added a comment to T69549: Markers created on DS are not synced to JIP players.

Unfortunately the particular scenario I require is still not J.I.P. compatible.

Dedicated server creates a marker:

if(isDedicated) then
{

_marker = createMarker [str(random 99999), getPos objectName];
_marker setMarkerShape "ICON";
_marker setMarkerSize [1,1];
_marker setMarkerType "o_inf";
_marker setMarkerText "Test";

}

If a client is connected whilst this marker is created, they see the red marker above the building named objectName. However if a client joins the server AFTER the marker script is run; they do not see the marker.

May 10 2016, 4:40 AM · Arma 3