User Details
- User Since
- Mar 19 2014, 4:51 AM (555 w, 2 d)
May 10 2016
Yes this is a result of the serverCommandAvailable command changing in the latest release: direct relation to http://feedback.arma3.com/view.php?id=21137
This issue is NOT FIXED, performance warnings are reduced but now object ids are not matching actual objects!!! I have attached an image to view the issue. Heres the image on imgur: http://i.imgur.com/qOleLic.jpg
Heres a repro:
Load stratis
debug console
player setPos [4364.55,3677.35];
look at the cargo patrol building at this position.
watch these vars:
cursorTarget
returns: 2fa1cf00# 100688780: cargo_patrol_v1_f.p3d
getPos player nearestObject 100688780
returns: 100688784: hbarrier_5_f.p3d
Note: this does not just happen with this building type, I saw many of these inconsistencies when doing a bulk test.