Member
Last active 5 years ago
From what i can see in the FSM, as soon as the chopper has a task the collision lights are supposed to be off:
while {(_chopper getVariable "NEO_radioTrasportUnitStatus") == "MISSION" } do { _chopper action ["CollisionLightOff"", _chopper]; sleep 0.01; };
Are the vanilla choppers using their collision lights too ?
Some quick answers, to some of your questions:
Extended_Init_Eventhandler
to attach the EH when the unit spawns.waitUntil {!isNil "ALiVE_STATIC_DATA_LOADED" && {ALiVE_STATIC_DATA_LOADED}};
to make sure your specific data isn't overwritten.Not yet, but confirmed as a bug: https://github.com/ALiVEOS/ALiVE.OS/issues/461
@eric963 Was looking through old tickets and had a look at this. Did some testing and i think this is a general issue of Arma being Arma. Did some tweaks to the XEH and script and was able to produce expected results.
Have a look if this works for you: https://github.com/ALiVEOS/ALiVE.OS/issues/318#issuecomment-343335822
The code is executed on the chopper itself, so this
is the actual vehicle, not the pilots/crew.
Try something like this:
{ _x unassignItem "NVGoggles"; _x removeItem "NVGoggles"; } forEach (crew this);
Doesn't sound like it's an issue, but if the units aren't created on the server and you set the variable not to be broadcasted it will only have local effect, hence the server would return false
when checking the var.
Just for good measure, try setting the var with the broadcast flag: <object> setVariable ["ALiVE_SYS_GC_IGNORE", true, true]
to see if it makes any differance.
@Opendome ACEX Headless detection issue fixed: https://github.com/ALiVEOS/ALiVE.OS/issues/434
@Opendome After completely deleting the acex_headless .pbo from ace it seemed to have fixed it
Yeah, figured out why. Testing a fix so it detects and handles ACEX headless better.
Check your serverlog (rpt), there should be messages there about the script handing over groups to your HCs. Should look something like this:
ALIVE AI Distributor switching group '<some group name>' to HC '<name of HC>'.