Page MenuHomeFeedback Tracker

Side error while unconscious
Closed, ResolvedPublic

Description

Side switching when player get unconscious.
Just watch the video, it is very comprehensible in it.

The bug occurs sometimes, but not everytime. I don't know how to reproduce it 100%

Details

Severity
Minor
Resolution
Not A Bug
Reproducibility
Sometimes
Operating System
Windows 10 x64
Category
General
Steps To Reproduce

1 - Player is alive in WEST side,
2 - Player get unconscious by shooting (not dead, just unconscious),
3 - side of player is switched to CIV
4 - When reviving him, side of player comes back to WEST.

Additional Information

Please sea full video here :
https://www.youtube.com/watch?v=TGpkBNJZ5JQ

Event Timeline

MaxMonroe created this task.Apr 4 2018, 1:21 PM
MaxMonroe updated the task description. (Show Details)Apr 7 2018, 5:11 PM
MaxMonroe updated the task description. (Show Details)
Larry added a subscriber: Larry.EditedOct 16 2024, 7:00 PM

Tested in 2.18 - still bugged

To reproduce: Create VR mission with one west unit. Play as the unit. Execute the following code:

player setUnconscious true;
side player; // 'CIV'
playerSide; // 'WEST'

This is not a bug, side of dead or unconcious player is CIV, use

side group player

instead of

side player

BIS_fnc_KK closed this task as Resolved.Oct 16 2024, 8:02 PM
BIS_fnc_KK changed Resolution from Open to Not A Bug.