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