Page MenuHomeFeedback Tracker

Hitting ground in parachute while holding 'W' causes massive explosion
Closed, ResolvedPublic

Description

Parachuting into the ground with a hard landing causes an explosion that looks like a mortar strike.

Details

Legacy ID
2508224442
Severity
None
Resolution
No Bug
Reproducibility
Always
Category
Other
Steps To Reproduce

_pos = getPos player;
_pos set [2,1000];
_player setPos _pos;
waitUntil {((getPosATL _player) select 2) < 100};
[_player] call BIS_fnc_halo;

Before hitting the ground, hold the forward movement key 'w' to drop quickly as you hit the ground. A massive explosion will occur. If you hit a building it will collapse the building. Very funny, but not what should be happening. It was reproduced on a multiplayer server.

Event Timeline

Skulltt edited Steps To Reproduce. (Show Details)May 22 2014, 7:11 AM
Skulltt edited Additional Information. (Show Details)
Skulltt set Category to Other.
Skulltt set Reproducibility to Always.
Skulltt set Severity to None.
Skulltt set Resolution to No Bug.
Skulltt set Legacy ID to 2508224442.May 7 2016, 6:38 PM
Bohemia added a subscriber: rogerx.May 22 2014, 7:11 AM

Hello,
thank you for uploading the ticket. I was not able to reproduce the problem, no exploding parachutes for me. Are you using any mods? Also, would it be possible to upload a simple repro mission?

Thank you!

This is a CBA problem and will be fixed in the next CBA update.

Ok, thanks for the heads up, kju.

The likely reason you're exploding upon impact, as I do sometimes as I also have CBA enabled, is you're touching the ground too fast while parachuting. (So basically you're character would be dead anyways, as you were not slow enough before touching ground.)

You need to pull back or slow your ground approach while parachuting by pressing the 's' (or 'x') key as needed.

The likely rational for what is happening when the explosion occurs, the collision or impact with ground is being confused (by the CBA mod) for a vehicle impact with the ground. Could have yourself a little fun with this glitch, by landing on some enemy vehicles, etc. ;-)

MadDogX added a subscriber: MadDogX.May 7 2016, 6:38 PM

Mass closing tickets marked as resolved more than 1 month ago.

If the issue is in fact not resolved, please create a new ticket referencing this one and ask for it to be re-opened.