Page MenuHomeFeedback Tracker

Mine explosion silent when in 1st person view in Hunter
Assigned, WishlistPublic

Description

If you are in Hunter and drive in 1st person view over a mine, no explosion is heard.

Details

Legacy ID
68708410
Severity
None
Resolution
Open
Reproducibility
Always
Category
Sound
Steps To Reproduce

run in editor, this will create hunter and mines in front of it. Get in drive over in 1st person view. Boom, all silent.

  • spawn {

_vehPos = position player;
_veh = "B_MRAP_01_F" createVehicle _vehPos;
for "_i" from 1 to 3 do {

		_mine = createVehicle ["ATMine_Range_Ammo", _veh modeltoworld [0,10,0], [], 2, "NONE"];
		_mine setPos [getPos _mine select 0, getPos _mine select 1, 0.1];

};
};

Event Timeline

Killzone_Kid edited Additional Information. (Show Details)
Killzone_Kid set Category to Sound.
Killzone_Kid set Reproducibility to Always.
Killzone_Kid set Severity to None.
Killzone_Kid set Resolution to Open.
Killzone_Kid set Legacy ID to 68708410.May 7 2016, 7:32 PM
Killzone_Kid edited a custom field.