You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently not all components are JIP-safe, this should be changed. Because reconnects do happen and it would be nice if this wouldn't break anything.
List of components with known JIP issues:
Zeus
blank black screen is shown (BI Bug?)
issue: the curator is no longer linked with the player when JIP. https://feedback.bistudio.com/T119801 https://feedback.bistudio.com/T123886
un-assigning and re-assigning the curator does work, but fnc_zeusInit only gets called by the curator (module) and we don't know which player was assigned to which curator object. Additionally we would need to make sure the event handlers don't break.
Groups that didn't exist when the mission started (no ai in slot) don't have a group marker. But they probably should have markers to handle reinforcements on the fly. Fixed in groupMarkers: support JIP groups #182.
Ideally we should check all components for any JIP-related issues and document them here.
The text was updated successfully, but these errors were encountered:
Currently not all components are JIP-safe, this should be changed. Because reconnects do happen and it would be nice if this wouldn't break anything.
List of components with known JIP issues:
Zeus
issue: the curator is no longer linked with the player when JIP.
https://feedback.bistudio.com/T119801
https://feedback.bistudio.com/T123886
un-assigning and re-assigning the curator does work, but fnc_zeusInit only gets called by the curator (module) and we don't know which player was assigned to which curator object. Additionally we would need to make sure the event handlers don't break.
Fireteam Member MarkersNo colors. Fixed in Issue 142: FTMemberMarkers fix JIP issues #156. MergedsetTeamColourssince Arma 3 1.62assignTeam
has global effect, which leads to the "problem" that teamcolors are reset when someone reconnects. Fixed in issue 142: setTeamColours: fix JIP/locality issue #163. MergedgroupMakersGroups that didn't exist when the mission started (no ai in slot) don't have a group marker. But they probably should have markers to handle reinforcements on the fly. Fixed in groupMarkers: support JIP groups #182.Ideally we should check all components for any JIP-related issues and document them here.
The text was updated successfully, but these errors were encountered: