[1.1.82] Game sounds stacked on top of each other are not properly scaled down

Post Reply
User avatar
Mylon
Filter Inserter
Filter Inserter
Posts: 513
Joined: Sun Oct 23, 2016 11:42 pm
Contact:

[1.1.82] Game sounds stacked on top of each other are not properly scaled down

Post by Mylon »

Problem:
Too many sounds played at once are very loud. Even louder than should be expected given the system volume.
Expected:
The sound matches the volume of other sounds in the game and does not cause excessively loud bursts.
To recreate:
This command reliably causes an extremely loud burst of sound:

Code: Select all

/c for i = 0, 100 do game.player.surface.create_entity{name="big-spitter", position=game.player.position} end

Donion
Factorio Staff
Factorio Staff
Posts: 173
Joined: Sun Aug 22, 2021 9:18 am
Contact:

Re: [1.1.82] Game sounds stacked on top of each other are not properly scaled down

Post by Donion »

There's nothing I would call a bug here, when there is a lot of things that make sound on the screen it will be loud. Moving, fighting biters make a lot of noise.
That being said, in 1.2 there will be a system in place to take such scenarios under control.
In the meantime, you can experiment with lowering the maximum number of sounds that can play at any given time by changing the "maximum-sounds" hidden setting. By default it's 192 sounds, I don't recommend going below 64 sounds.

Post Reply

Return to “Fixed for 2.0”