Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ear ringing effect not present for some players #376

Closed
Raspu86 opened this issue Jul 6, 2014 · 7 comments
Closed

Ear ringing effect not present for some players #376

Raspu86 opened this issue Jul 6, 2014 · 7 comments

Comments

@Raspu86
Copy link
Contributor

Raspu86 commented Jul 6, 2014

It seems like the ear ringing effect doesn't play for some players at all, myself included. I honestly have no idea why.
If I call AGM_Hearing_fnc_earRinging the player only goes deaf but the tinitus effect is missing.
Any ideas or someone else with this issue?

@KoffeinFlummi KoffeinFlummi added this to the Version 0.93 milestone Jul 6, 2014
@nicolasbadano
Copy link
Collaborator

Does this always happen to you? If you can replicate this and have console access, i have a couple of things for you to check:

  • Try running playSound ["AGM_EarRinging_Heavy", true];and check if you hear the ringing.
  • Inspect the value of the variable AGM_EarRingingPlaying and check it's not always stuck at true.
  • Take off your earplugs and run [1] call AGM_Hearing_fnc_earRinging and report what happens.

@Raspu86
Copy link
Contributor Author

Raspu86 commented Jul 6, 2014

playSound ["AGM_EarRinging_Heavy", true];
-> Nothing happens

playSound "AGM_EarRinging_Heavy"
-> Tinitus effect plays

AGM_EarRingingPlaying
-> Changes from false to true depending on the situation as expected

[1] call AGM_Hearing_fnc_earRinging
-> Variable changes to true, player goes deaf but the tinitus effect isn't playing

@nicolasbadano
Copy link
Collaborator

playSound ["AGM_EarRinging_Heavy", true];
-> Nothing happens

Wow, that's an A3 bug, but it's supposed to be fixed (http://feedback.arma3.com/view.php?id=17893). Maybe we'll remove the last parameter for now, as the forcing is not working anyway.

Are you using stable or dev?

@Raspu86
Copy link
Contributor Author

Raspu86 commented Jul 6, 2014

Stable as well as my teammates. Weird thing is that everybody is using the exact same modset and for some people the ringing sound is present and for some guys it is not.

@KoffeinFlummi
Copy link
Owner

Since this is IMO a minor issue, I'd rather just wait for Bohemia to fix it.

@Raspu86
Copy link
Contributor Author

Raspu86 commented Jul 8, 2014

FYI I reinstalled the game which actually fixed the issue. Must have been something wrong with my files.

@nicolasbadano
Copy link
Collaborator

Nice to know. Thanks @Raspu86

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants