Ace3: Units stuck in unconscious animation after waking up

Created on 11 Jan 2020  路  10Comments  路  Source: acemod/ACE3

Description:
Some units are not leaving the unconscious animation after waking up. For others they are still laying on the ground unconscious. For them they are awoken and moving normally and can stand up.

Steps to reproduce:

  • Unknown how to reproduce. Only happens after an unconscious unit wakes up.

Expected behavior:
When a unit wakes up they will return to normal A3 animations.

Where did the issue occur?

  • Dedicated multiplayer

Media:
https://www.youtube.com/watch?v=WEwF2QGoRYU

kinbug

Most helpful comment

Temp workaround. Escape menu > Configure > ACE HEADBUG FIX.

Will reset your animation

All 10 comments

Just got report of something very similar on Arma discord.
Player wakes up, but unlike

For them they are awoken and moving normally and can stand up.

they cannot stand up or move, but only rotate around with the mouse, and others see him rotate.
As if keyboard doesn't work, but mouse does.
modlist of my guy https://cdn.discordapp.com/attachments/667028197514149918/667028221744906281/modlist.PNG

Happens whenever you ragdoll from physics collisions, i.e. car crashes.

My guy says it happens everytime they get shot. literally everytime. Except for Antistasi I run the same mods, can't reproduce. Probably antistasi bug then

Temp workaround. Escape menu > Configure > ACE HEADBUG FIX.

Will reset your animation

Been getting something similar on my server too. Out of all my regular players everyone has experienced it once or twice. Will need to try out the "ace headbug fix" button to see if it fixes the issue. As of now the workaround we've been using is to have the Zeus toggle their consciousness off and back on again.

Can confirm, no vehicle physx. I wake up from uncon, can turn around so my mouse is unlocked, but screen is locked, can't talk in TFAR, I have the blackout screen with the eye open animation.

Fix headbug doesn't work. Didn't happen at first, but after around 3 uncon wakeups it started, and now it happens everytime i wake up.

Can confirm, no vehicle physx. I wake up from uncon, can turn around so my mouse is unlocked, but screen is locked, can't talk in TFAR, I have the blackout screen with the eye open animation.

Fix headbug doesn't work. Didn't happen at first, but after around 3 uncon wakeups it started, and now it happens everytime i wake up.

That's a different issue, can we get a separate ticket for that to not muddy the water @dedmen !

That's a different issue, can we get a separate ticket for that to not muddy the water

7448

Still happens with 3.13.1. Maybe "two" different issues... mainly players stuck in unconscious even after applying PAK. And sometimes player stays just in unconscious animation but can move and fix himself by placing weapon on something.

We got the same issue on our Mission. For us we fix it with this code.

in playerPostInit.sqf/initPlayer.sqf:

_id = ["ace_unconscious",{ 

        params ["_unit","_state"]; 

    if ( !(local _unit) || !(isPlayer _unit) ) exitWith {};
    if (_state) then { [_unit,true] remoteExecCall ["setUnconscious",0]; };
    if !(_state) then { [_unit,false] remoteExecCall ["setUnconscious",0]; };

}] call CBA_fnc_addEventHandler;
Was this page helpful?
0 / 5 - 0 ratings

Related issues

Dyadka940 picture Dyadka940  路  3Comments

lividsubset3 picture lividsubset3  路  3Comments

JudahHarvey picture JudahHarvey  路  4Comments

mihal190 picture mihal190  路  4Comments

Harry666cz picture Harry666cz  路  3Comments