Make a ticket, if it is feasible in context of the event then why not. Keep in mind HitExplosion =/= Explosion
- Queries
- Arma 3 Activity
- All Stories
- Search
- Advanced Search
Advanced Search
Feb 9 2024
Also added shotInstigator param to events:
Revision: 151389
Feb 8 2024
should be fixed
I'm surprised it event works anyhow on dead unit. I wont touch it in fear it might break something else, so just kill unit after mission start rather than starting with health 0. Gonna close this as fixed
Feb 7 2024
lastEntityCausingDamage is the engine pullup, so adding instigator would require the whole new implementation, not likely happening any time soon
Revision: 151379
Feb 6 2024
As designed, the explosion doesnt have separate instigator as the shotShell has
Revision: 151378
Feb 5 2024
Maybe something that can be looked at
What about https://community.bistudio.com/wiki/uniqueUnitItems is this faster?
Feb 3 2024
On a different note:
setMagazineTurretAmmo is broken when there are 2 players in a vehicle, it does not like split locality.
Revision: 151373
Jan 30 2024
but you will have to execFSM with allowTerminate param
Jan 29 2024
Terminating FSM would mean removing it from scheduler on the next simulation so it would just stop running at unknown part of its execution. Is that what you are after? Isn't it better to have controlled FSM exit rather than "eject"?
You can always set an FSM variable that would direct your FSM to the exit state.
Jan 28 2024
Revision: 151327 setHitxxx commands extended
Jan 27 2024
Revision: 151324
Jan 26 2024
Jan 21 2024
Revision: 151304
Revision: 151304
not sure, need to investigate, all I can say this is not a bug it is working as intended now
Jan 19 2024
looks like it doesnt fire if vehicle is not local
its a video stream - video +audio, it is not handled separately
just -window and -noPause (removing either or both still plays the audio)
Are you running exe with -nopause option?
151303 include crew
Jan 18 2024
you need to add crash report files
Revision: 151289
Jan 12 2024
Revision: 151278 Added alt syntax to getEntityInfo script command for fast access and isMan property
Revision: 151248
Revision: 151248
Revision: 151247
Revision: 151246
Jan 11 2024
~could you please update wiki
Jan 10 2024
Also use [this] call bis_fnc_unflipVehicle for all statements instead of just static weapons, this function works decently with all vehicles.
151259 getEntityInfo
Jan 9 2024
Should work after some future dev build
funny though we have canFire method that checks if vehicle is not dead and not upsidedown but it is not available in its pure form. A dedicated command should be helpful
Jan 8 2024
Revision: 151252
Jan 2 2024
Dec 29 2023
Dec 27 2023
It did not make it into hotfix
forceHitpointsDamageSync command
non-static building should now have the same values not nearly the same