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

No ear ringing when firing #1802

Closed
bux opened this issue Dec 21, 2014 · 10 comments
Closed

No ear ringing when firing #1802

bux opened this issue Dec 21, 2014 · 10 comments
Assignees

Comments

@bux
Copy link
Collaborator

bux commented Dec 21, 2014

AGM_Dev 8ad6966

When firing the M200 Intervention or the Negev (without earplugs of course) there's no ear ringing anymore. The volume's getting reduced, though.

@bux bux added the bug label Dec 21, 2014
@bux bux added this to the Version 0.95 milestone Dec 21, 2014
@bux
Copy link
Collaborator Author

bux commented Dec 21, 2014

@KoffeinFlummi
Copy link
Owner

Can't reproduce -> v0.96.

@commy2
Copy link
Collaborator

commy2 commented Dec 21, 2014

Isn't this a known bug with the second parameter of playSound that only appears on some machines?
Does this work for you @bux578 ?

playSound ["AGM_EarRinging_Heavy", true];

and this?

playSound "AGM_EarRinging_Heavy";

and

0.1 fadeSound 0.5;
playSound ["AGM_EarRinging_Heavy", true];

@commy2
Copy link
Collaborator

commy2 commented Dec 21, 2014

See:#376
Closed, but apparently not resolved BIS ticket: http://feedback.arma3.com/view.php?id=17893

@commy2 commy2 self-assigned this Dec 21, 2014
@kripto202
Copy link

the issue its either having your music volume down or radio volume down. That's where the ear ringing is coming from

@commy2 commy2 modified the milestones: 0.95.1, Version 0.96 Dec 26, 2014
@commy2 commy2 closed this as completed Dec 26, 2014
@nicolasbadano
Copy link
Collaborator

I can confirm that for some reason when you execute the playSound command with the final parameter as true the tinnitus volume is determined by the "Radio Volume" on Arma 3 Audio Options. So if you have radio volume all the way down you don't hear the tinnitus at all.

However, if you execute the same command without the last parameter the tinnitus volume is configured by the "Effects Volume".

TL;DR:

playSound ["AGM_EarRinging_Heavy", true]; -> "Radio Volume"
playSound "AGM_EarRinging_Heavy"; -> "Effects Volume"

I guess some people tend to lower the radio volume in MP (probably to avoid the player from speaking), so they don't hear the current implementation of the tinnitus.

Should we remove the last true parameter?

@nicolasbadano nicolasbadano reopened this Dec 26, 2014
@bux
Copy link
Collaborator Author

bux commented Dec 26, 2014

Can confirm: After resetting audio settings to default I hear the ear ringing ...

@nicolasbadano
Copy link
Collaborator

BTW, that explains this old report too:

#376 (comment)

and why reinstalling the game fixes it.

@commy2
Copy link
Collaborator

commy2 commented Dec 27, 2014

Nothing I can do about this. Close?

@nicolasbadano
Copy link
Collaborator

Nothing I can do about this. Close?

I would remove the "true" parameter. That way any people hearing gunshots would hear tinnitus too. After all, we never reduce the volume to 0 so forcing the sound to play is not needed.

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

5 participants