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
The most obvious symptom of this is the inability to open the attributes menu by double-clicking units, groups, etc.
Note that this does not impact slotted Zeus as they run their init since they are placed in 3DEN.
From local testing, adding the above setVariable at f/zeus/fn_zeusInit.sqf#L66 fixes the issue without needing to change to the alternative syntax for createUnit which includes "init". It does cause a (local?) notification about only being able to activate addons at initialisation time when zeusInit is called.
Workaround
For admins with access to the debug console, the following can be run locally after zeusInit (e.g. clicking the link admin briefing)
Since Arma 1.86 a special variable has to be set to run module init when a module is created with
createUnit
.The most obvious symptom of this is the inability to open the attributes menu by double-clicking units, groups, etc.
Note that this does not impact slotted Zeus as they run their init since they are placed in 3DEN.
From local testing, adding the above setVariable at f/zeus/fn_zeusInit.sqf#L66 fixes the issue without needing to change to the alternative syntax for
createUnit
which includes "init". It does cause a (local?) notification about only being able to activate addons at initialisation time when zeusInit is called.Workaround
For admins with access to the debug console, the following can be run locally after zeusInit (e.g. clicking the link admin briefing)
The text was updated successfully, but these errors were encountered: