Page MenuHomeFeedback Tracker

Impossible to drown in vehicles
Closed, ResolvedPublic

Description

As of now, it is impossible to drown in a underwater vehicle in ArmA 3. Your oxygen levels never drain so theoretically you can never drown.

Details

Legacy ID
1924741979
Severity
None
Resolution
Fixed
Reproducibility
Always
Category
Swimming and Diving
Steps To Reproduce

place:

player allowDamage false;
while {alive player} do
{
hint format ["%1", getOxygenRemaining player];
sleep 0.01;
};

in init.sqf and fly/drive into the water.
Take note how the OxygenRemaining value does not change untill the player is out of the vehicle.

Event Timeline

Waffle_SS edited Additional Information. (Show Details)
Waffle_SS set Category to Swimming and Diving.
Waffle_SS set Reproducibility to Always.
Waffle_SS set Severity to None.
Waffle_SS set Resolution to Fixed.
Waffle_SS set Legacy ID to 1924741979.May 7 2016, 1:33 PM

Please let us know if you are still able to reproduce this issue in latest Development build. Thank you.

Yes, thank you very much for fixing this bug. I have not been able to reproduce this issue in the latest Development build.

MadDogX added a subscriber: MadDogX.May 7 2016, 1:33 PM

Thanks for the feedback. Closing as fixed.