[Twinsen]The explosion sound

This subforum contains all the issues which we already resolved.
Post Reply
User avatar
DanGio
Filter Inserter
Filter Inserter
Posts: 396
Joined: Sat May 10, 2014 6:22 pm
Contact:

[Twinsen]The explosion sound

Post by DanGio »

Hello ! I wanted to report this for a long time :

When exploding, exploding rockets and combat robot make a BOOM sound. The more objects are affected by the explosion, the louder the sound is (the loudest I had was 100+ group of biters hit by an exploding rocket). So I think this is a problem, and I made a video to show it : https://youtu.be/vIV9vs_Mp5g

So :
- Is everyone getting the same problem, or is it my configuration ?
- Should I make a Bug Reports thread, or a Ideas and Suggestions ?

User avatar
Klonan
Factorio Staff
Factorio Staff
Posts: 5151
Joined: Sun Jan 11, 2015 2:09 pm
Contact:

Re: The explosion sound

Post by Klonan »

Moved to bug reports

Rseding91
Factorio Staff
Factorio Staff
Posts: 13232
Joined: Wed Jun 11, 2014 5:23 am
Contact:

Re: The explosion sound

Post by Rseding91 »

I don't know if this is really a bug. Sounds are accumulative: 15 * sound at volume 5 will be louder than 1 * sound at volume 5. That's how sounds work.

Two speakers each playing 10 W of sound will be louder than 1 speaker playing 10 W of sound.
If you want to get ahold of me I'm almost always on Discord.

User avatar
Klonan
Factorio Staff
Factorio Staff
Posts: 5151
Joined: Sun Jan 11, 2015 2:09 pm
Contact:

Re: The explosion sound

Post by Klonan »

Rseding91 wrote:I don't know if this is really a bug. Sounds are accumulative: 15 * sound at volume 5 will be louder than 1 * sound at volume 5. That's how sounds work.

Two speakers each playing 10 W of sound will be louder than 1 speaker playing 10 W of sound.
Perhaps limit is to 3-4 max_sounds_per_type so that the loudness isn't stacked extremely high, but that more explosions do result in louder explosions

Guest_4544
Long Handed Inserter
Long Handed Inserter
Posts: 59
Joined: Sat Dec 12, 2015 1:28 am
Contact:

Re: The explosion sound

Post by Guest_4544 »

DanGio wrote: - Is everyone getting the same problem, or is it my configuration ?
It's the "problem" of everyone. I'd suggest for the devs either remove the sound from those explosions appearing on entity or make a new explosion entity which does not play a sound at all and use that instead.

This is the reason:

For example this rocket projectile:
explosive-rocket
and this explosion entity, "explosion":

Code: Select all

    sound =
    {
      {
        filename = "__base__/sound/fight/small-explosion-1.ogg",
        volume = 0.75
      },
      {
        filename = "__base__/sound/fight/small-explosion-2.ogg",
        volume = 0.75
      }
    }
Last edited by Guest_4544 on Wed Feb 17, 2016 6:31 pm, edited 1 time in total.

User avatar
DaveMcW
Smart Inserter
Smart Inserter
Posts: 3700
Joined: Tue May 13, 2014 11:06 am
Contact:

Re: The explosion sound

Post by DaveMcW »

Rseding91 wrote:I don't know if this is really a bug. Sounds are accumulative: 15 * sound at volume 5 will be louder than 1 * sound at volume 5. That's how sounds work.
Yes, if you are adding sound sources. 5 rockets are louder than 1 rocket.

The problem is trees are not the source of the explosion, so 5 trees should not be louder than 1 tree.

Loewchen
Global Moderator
Global Moderator
Posts: 8352
Joined: Wed Jan 07, 2015 5:53 pm
Contact:

Re: The explosion sound

Post by Loewchen »

Klonan wrote:
Rseding91 wrote:I don't know if this is really a bug. Sounds are accumulative: 15 * sound at volume 5 will be louder than 1 * sound at volume 5. That's how sounds work.

Two speakers each playing 10 W of sound will be louder than 1 speaker playing 10 W of sound.
Perhaps limit is to 3-4 max_sounds_per_type so that the loudness isn't stacked extremely high, but that more explosions do result in louder explosions
I think both of you misread the post. There is just one explosion :?

Koub
Global Moderator
Global Moderator
Posts: 7226
Joined: Fri May 30, 2014 8:54 am
Contact:

Re: The explosion sound

Post by Koub »

The only thing that explodes is the rocket. The other things are destroyed by the explosion, but they do not explode themselves (unless they are explosive too) :
Biters, trees, rocks, ... are not explosives, so they should not generate explosion sound.
Koub - Please consider English is not my native language.

Twinsen
Factorio Staff
Factorio Staff
Posts: 1330
Joined: Tue Sep 23, 2014 7:10 am
Contact:

Re: [Twinsen]The explosion sound

Post by Twinsen »

Fixed in 0.13.0 by limiting the number of explosions that can be played at the same time

Post Reply

Return to “Resolved Problems and Bugs”