Scale sounds playing on actor

Post a reply

Smilies
:D :) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :geek: :ugeek: :!: :?: :idea: :arrow: :| :mrgreen: :3: :wub: >:( :blergh:
View more smilies

BBCode is OFF
Smilies are ON

Topic review
   

Expand view Topic review: Scale sounds playing on actor

Re: Scale sounds playing on actor

by SanyaWaffles » Fri Mar 27, 2020 9:32 pm

Wow. How did I miss that? I looked everywhere for a function like that.

Thanks. :D

Re: Scale sounds playing on actor

by Nash » Fri Mar 27, 2020 8:11 pm

You can change the volume of currently-playing sounds with A_SoundVolume.

Scale sounds playing on actor

by SanyaWaffles » Fri Mar 27, 2020 7:50 pm

Like how you can change the volume of music relative to the player's music volume, it'd be nice if you could dip certain playing sounds by a certain factor. For example, I got dialogue that plays, and it'd be nice to scale back other sounds as it plays.

I don't think there's a current way to do so except using A_StartSound's volume parameter, but that's only able when you start playing sounds. There's no way of doing it for sounds all ready playing as far as I can tell.

Top